| 1 | [ Apr 30 19:10:27 Enabled. ] | ||
| 2 | [ Apr 30 19:10:27 Rereading configuration. ] | ||
| 3 | [ Apr 30 19:10:29 Rereading configuration. ] | ||
| 4 | [ Apr 30 19:10:32 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 | [ Apr 30 19:10:32 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.04.30 19:10:33.254895 [ 1 ] {} <Information> Application: Will watch for the process with pid 23163 | ||
| 29 | 2025.04.30 19:10:33.255471 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.04.30 19:10:33.479914 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23163 | ||
| 31 | 2025.04.30 19:10:33.480646 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.04.30 19:10:33.481381 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.04.30 19:10:33.577335 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.04.30 19:10:33.743701 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.04.30 19:10:33.743762 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.04.30 19:10:33.743775 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.04.30 19:10:33.743846 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.04.30 19:10:33.744237 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.04.30 19:10:33.745869 [ 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.04.30 19:10:33.746596 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.04.30 19:10:33.746939 [ 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.04.30 19:10:33.746963 [ 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.04.30 19:10:33.746979 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.04.30 19:10:33.747167 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.04.30 19:10:33.748001 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.04.30 19:10:33.753267 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.04.30 19:10:33.754126 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.04.30 19:10:33.755473 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.04.30 19:10:33.755545 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.04.30 19:10:33.757180 [ 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.04.30 19:10:33.757648 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.04.30 19:10:33.762487 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.04.30 19:10:33.763264 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.04.30 19:10:33.764894 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.04.30 19:10:33.765290 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.04.30 19:10:33.765649 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.04.30 19:10:33.766032 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.04.30 19:10:33.767436 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.04.30 19:10:33.767462 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.04.30 19:10:33.767541 [ 168 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.04.30 19:10:33.767713 [ 168 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.04.30 19:10:33.799014 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.04.30 19:10:33.799046 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000173284 sec | ||
| 68 | 2025.04.30 19:10:33.799097 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.04.30 19:10:33.799116 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.04.30 19:10:33.799894 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.04.30 19:10:33.800505 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.04.30 19:10:33.811204 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.04.30 19:10:33.811248 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.04.30 19:10:33.811275 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.04.30 19:10:33.811288 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.04.30 19:10:33.811318 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.04.30 19:10:33.811339 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.04.30 19:10:33.813878 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.04.30 19:10:33.813923 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.04.30 19:10:33.813951 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.04.30 19:10:33.814126 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.04.30 19:10:33.814145 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.04.30 19:10:33.814182 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.04.30 19:10:33.814205 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.04.30 19:10:33.814217 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.04.30 19:10:33.814245 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.04.30 19:10:33.814267 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.04.30 19:10:33.840280 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.04.30 19:10:33.842624 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.04.30 19:10:33.842666 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.0872e-05 sec | ||
| 91 | 2025.04.30 19:10:33.842680 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.04.30 19:10:33.842691 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.04.30 19:10:33.842712 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.04.30 19:10:33.842943 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.04.30 19:10:33.842990 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.04.30 19:10:33.843005 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.04.30 19:10:33.843017 [ 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.04.30 19:10:33.843028 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.04.30 19:10:33.856086 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.04.30 19:10:33.856304 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.08 MiB (RSS), difference: 92.31 MiB | ||
| 101 | 2025.04.30 19:10:33.857221 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.513e-05 sec. | ||
| 102 | 2025.04.30 19:10:33.858340 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.04.30 19:10:33.858474 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.04.30 19:10:33.858508 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.04.30 19:10:34.503493 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59029 | ||
| 106 | 2025.04.30 19:10:34.503765 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.04.30 19:10:34.503827 [ 3 ] {} <Debug> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Authenticating user 'default' from [fd00:1122:3344:101::d]:59029 | ||
| 108 | 2025.04.30 19:10:34.503862 [ 3 ] {} <Debug> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.04.30 19:10:34.503889 [ 3 ] {} <Debug> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.04.30 19:10:34.503982 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.04.30 19:10:34.504012 [ 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.04.30 19:10:34.504039 [ 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.04.30 19:10:34.504477 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36386 | ||
| 114 | 2025.04.30 19:10:34.504621 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 115 | 2025.04.30 19:10:34.504667 [ 4 ] {} <Debug> TCP-Session: 83e14b76-9eef-4a98-ae22-9b02031c40a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36386 | ||
| 116 | 2025.04.30 19:10:34.504699 [ 4 ] {} <Debug> TCP-Session: 83e14b76-9eef-4a98-ae22-9b02031c40a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 117 | 2025.04.30 19:10:34.504737 [ 4 ] {} <Debug> TCP-Session: 83e14b76-9eef-4a98-ae22-9b02031c40a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2025.04.30 19:10:34.505358 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41485 | ||
| 119 | 2025.04.30 19:10:34.505357 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35986 | ||
| 120 | 2025.04.30 19:10:34.505512 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38526 | ||
| 121 | 2025.04.30 19:10:34.505514 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 122 | 2025.04.30 19:10:34.505725 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55389 | ||
| 123 | 2025.04.30 19:10:34.505723 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 124 | 2025.04.30 19:10:34.505762 [ 5 ] {} <Debug> TCP-Session: de64beb8-272b-485a-846c-3dee33e7eac9 Authenticating user 'default' from [fd00:1122:3344:101::d]:41485 | ||
| 125 | 2025.04.30 19:10:34.506562 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 126 | 2025.04.30 19:10:34.506648 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 127 | 2025.04.30 19:10:34.506676 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 128 | 2025.04.30 19:10:34.506684 [ 253 ] {} <Debug> TCP-Session: 42018a68-fe24-432f-96b5-b1def84067f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35986 | ||
| 129 | 2025.04.30 19:10:34.506718 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57630 | ||
| 130 | 2025.04.30 19:10:34.506722 [ 255 ] {} <Debug> TCP-Session: abe6b13f-b01b-4a25-acf3-0f401e02866c Authenticating user 'default' from [fd00:1122:3344:101::d]:55389 | ||
| 131 | 2025.04.30 19:10:34.506793 [ 254 ] {} <Debug> TCP-Session: 1e098486-3dab-4e40-8e78-d0d1503cbe23 Authenticating user 'default' from [fd00:1122:3344:101::d]:38526 | ||
| 132 | 2025.04.30 19:10:34.506836 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59728 | ||
| 133 | 2025.04.30 19:10:34.507031 [ 254 ] {} <Debug> TCP-Session: 1e098486-3dab-4e40-8e78-d0d1503cbe23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 134 | 2025.04.30 19:10:34.507046 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 135 | 2025.04.30 19:10:34.507256 [ 254 ] {} <Debug> TCP-Session: 1e098486-3dab-4e40-8e78-d0d1503cbe23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2025.04.30 19:10:34.507276 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 137 | 2025.04.30 19:10:34.507301 [ 256 ] {} <Debug> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Authenticating user 'default' from [fd00:1122:3344:101::d]:57630 | ||
| 138 | 2025.04.30 19:10:34.507277 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49142 | ||
| 139 | 2025.04.30 19:10:34.507051 [ 255 ] {} <Debug> TCP-Session: abe6b13f-b01b-4a25-acf3-0f401e02866c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2025.04.30 19:10:34.507928 [ 256 ] {} <Debug> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 141 | 2025.04.30 19:10:34.507958 [ 255 ] {} <Debug> TCP-Session: abe6b13f-b01b-4a25-acf3-0f401e02866c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 142 | 2025.04.30 19:10:34.507965 [ 257 ] {} <Debug> TCP-Session: c28258c1-5e3d-4b27-86ed-89e1be578b4e Authenticating user 'default' from [fd00:1122:3344:101::d]:59728 | ||
| 143 | 2025.04.30 19:10:34.507931 [ 5 ] {} <Debug> TCP-Session: de64beb8-272b-485a-846c-3dee33e7eac9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2025.04.30 19:10:34.507982 [ 253 ] {} <Debug> TCP-Session: 42018a68-fe24-432f-96b5-b1def84067f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2025.04.30 19:10:34.508640 [ 253 ] {} <Debug> TCP-Session: 42018a68-fe24-432f-96b5-b1def84067f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2025.04.30 19:10:34.508658 [ 5 ] {} <Debug> TCP-Session: de64beb8-272b-485a-846c-3dee33e7eac9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.04.30 19:10:34.508674 [ 257 ] {} <Debug> TCP-Session: c28258c1-5e3d-4b27-86ed-89e1be578b4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.04.30 19:10:34.508680 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 149 | 2025.04.30 19:10:34.509263 [ 256 ] {} <Debug> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2025.04.30 19:10:34.509902 [ 257 ] {} <Debug> TCP-Session: c28258c1-5e3d-4b27-86ed-89e1be578b4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 151 | 2025.04.30 19:10:34.510017 [ 258 ] {} <Debug> TCP-Session: c77e3fb6-9241-4d67-aa0c-94e729955e07 Authenticating user 'default' from [fd00:1122:3344:101::d]:49142 | ||
| 152 | 2025.04.30 19:10:34.510136 [ 258 ] {} <Debug> TCP-Session: c77e3fb6-9241-4d67-aa0c-94e729955e07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.04.30 19:10:34.510196 [ 258 ] {} <Debug> TCP-Session: c77e3fb6-9241-4d67-aa0c-94e729955e07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2025.04.30 19:10:34.510301 [ 3 ] {4c67df4c-1a5b-4464-8cfa-746da3a744f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2025.04.30 19:10:34.631105 [ 3 ] {4c67df4c-1a5b-4464-8cfa-746da3a744f3} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:59029) (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 @ 0x0000000000116607 in /system/lib/amd64/libc.so.1 | ||
| 178 | |||
| 179 | 2025.04.30 19:10:34.632540 [ 3 ] {4c67df4c-1a5b-4464-8cfa-746da3a744f3} <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 @ 0x0000000000116607 in /system/lib/amd64/libc.so.1 | ||
| 202 | |||
| 203 | 2025.04.30 19:10:34.632651 [ 3 ] {4c67df4c-1a5b-4464-8cfa-746da3a744f3} <Debug> TCPHandler: Processed in 0.127867016 sec. | ||
| 204 | 2025.04.30 19:10:34.633103 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2025.04.30 19:10:34.633291 [ 256 ] {1055c044-808e-46fc-8030-6983d1d3dcec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2025.04.30 19:10:34.633603 [ 256 ] {1055c044-808e-46fc-8030-6983d1d3dcec} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:57630) (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 @ 0x0000000000116607 in /system/lib/amd64/libc.so.1 | ||
| 229 | |||
| 230 | 2025.04.30 19:10:34.633750 [ 256 ] {1055c044-808e-46fc-8030-6983d1d3dcec} <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 @ 0x0000000000116607 in /system/lib/amd64/libc.so.1 | ||
| 253 | |||
| 254 | 2025.04.30 19:10:34.633824 [ 256 ] {1055c044-808e-46fc-8030-6983d1d3dcec} <Debug> TCPHandler: Processed in 0.00088852 sec. | ||
| 255 | 2025.04.30 19:10:34.634081 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2025.04.30 19:10:34.635312 [ 3 ] {51dc5b06-6d6a-45ae-8c05-a8cc129cf09d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 257 | 2025.04.30 19:10:34.635409 [ 3 ] {51dc5b06-6d6a-45ae-8c05-a8cc129cf09d} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 258 | 2025.04.30 19:10:34.640601 [ 3 ] {51dc5b06-6d6a-45ae-8c05-a8cc129cf09d} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 259 | 2025.04.30 19:10:34.640624 [ 3 ] {51dc5b06-6d6a-45ae-8c05-a8cc129cf09d} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.4571e-05 sec | ||
| 260 | 2025.04.30 19:10:34.640638 [ 3 ] {51dc5b06-6d6a-45ae-8c05-a8cc129cf09d} <Trace> ReferentialDeps: No tables | ||
| 261 | 2025.04.30 19:10:34.640657 [ 3 ] {51dc5b06-6d6a-45ae-8c05-a8cc129cf09d} <Trace> LoadingDeps: No tables | ||
| 262 | 2025.04.30 19:10:34.640685 [ 3 ] {51dc5b06-6d6a-45ae-8c05-a8cc129cf09d} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 263 | 2025.04.30 19:10:34.641276 [ 3 ] {51dc5b06-6d6a-45ae-8c05-a8cc129cf09d} <Debug> TCPHandler: Processed in 0.007255489 sec. | ||
| 264 | 2025.04.30 19:10:34.641431 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 265 | 2025.04.30 19:10:34.641600 [ 3 ] {e5af5c87-0c5f-472e-93df-76b6bb086457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) /* The version table contains metadata about the `oximeter` database */ | ||
| 266 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 267 | 2025.04.30 19:10:34.641644 [ 3 ] {e5af5c87-0c5f-472e-93df-76b6bb086457} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 268 | 2025.04.30 19:10:34.648830 [ 3 ] {e5af5c87-0c5f-472e-93df-76b6bb086457} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 269 | 2025.04.30 19:10:34.650384 [ 3 ] {e5af5c87-0c5f-472e-93df-76b6bb086457} <Debug> oximeter.version (2393cedd-80c9-4964-9b65-1f8374441fa3): Loading data parts | ||
| 270 | 2025.04.30 19:10:34.650922 [ 3 ] {e5af5c87-0c5f-472e-93df-76b6bb086457} <Debug> oximeter.version (2393cedd-80c9-4964-9b65-1f8374441fa3): There are no data parts | ||
| 271 | 2025.04.30 19:10:34.654725 [ 3 ] {e5af5c87-0c5f-472e-93df-76b6bb086457} <Debug> TCPHandler: Processed in 0.013351411 sec. | ||
| 272 | 2025.04.30 19:10:34.654891 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 273 | 2025.04.30 19:10:34.655095 [ 3 ] {e97eaacc-c1d4-40bb-b658-b39c992d1f20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) /* The measurement tables contain all individual samples from each timeseries. | ||
| 274 | * | ||
| 275 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 276 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 277 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 278 | * by all samples from the same timeseries. | ||
| 279 | * | ||
| 280 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 281 | * and then uses that to index quickly into the measurements tables. | ||
| 282 | */ | ||
| 283 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 284 | 2025.04.30 19:10:34.655162 [ 3 ] {e97eaacc-c1d4-40bb-b658-b39c992d1f20} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 285 | 2025.04.30 19:10:34.663125 [ 3 ] {e97eaacc-c1d4-40bb-b658-b39c992d1f20} <Debug> oximeter.measurements_bool (bec8d984-39a9-4501-8d2b-457bc0e2562b): Loading data parts | ||
| 286 | 2025.04.30 19:10:34.663356 [ 3 ] {e97eaacc-c1d4-40bb-b658-b39c992d1f20} <Debug> oximeter.measurements_bool (bec8d984-39a9-4501-8d2b-457bc0e2562b): There are no data parts | ||
| 287 | 2025.04.30 19:10:34.668609 [ 3 ] {e97eaacc-c1d4-40bb-b658-b39c992d1f20} <Debug> TCPHandler: Processed in 0.013772311 sec. | ||
| 288 | 2025.04.30 19:10:34.668768 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 289 | 2025.04.30 19:10:34.668977 [ 3 ] {3be2b68a-d7e0-4ca6-99fb-0efb95730eff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 290 | 2025.04.30 19:10:34.669038 [ 3 ] {3be2b68a-d7e0-4ca6-99fb-0efb95730eff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 291 | 2025.04.30 19:10:34.671217 [ 3 ] {3be2b68a-d7e0-4ca6-99fb-0efb95730eff} <Debug> oximeter.measurements_i8 (5f302aa7-ee8f-48ef-92ea-939008e607cc): Loading data parts | ||
| 292 | 2025.04.30 19:10:34.671390 [ 3 ] {3be2b68a-d7e0-4ca6-99fb-0efb95730eff} <Debug> oximeter.measurements_i8 (5f302aa7-ee8f-48ef-92ea-939008e607cc): There are no data parts | ||
| 293 | 2025.04.30 19:10:34.680313 [ 3 ] {3be2b68a-d7e0-4ca6-99fb-0efb95730eff} <Debug> TCPHandler: Processed in 0.01160374 sec. | ||
| 294 | 2025.04.30 19:10:34.680480 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 295 | 2025.04.30 19:10:34.680673 [ 3 ] {ad6b7928-e96c-4bff-89bb-ee1863b13519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 296 | 2025.04.30 19:10:34.680733 [ 3 ] {ad6b7928-e96c-4bff-89bb-ee1863b13519} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 297 | 2025.04.30 19:10:34.687947 [ 3 ] {ad6b7928-e96c-4bff-89bb-ee1863b13519} <Debug> oximeter.measurements_u8 (57136091-b9cf-4d43-b2fc-77c9b18c1f94): Loading data parts | ||
| 298 | 2025.04.30 19:10:34.688147 [ 3 ] {ad6b7928-e96c-4bff-89bb-ee1863b13519} <Debug> oximeter.measurements_u8 (57136091-b9cf-4d43-b2fc-77c9b18c1f94): There are no data parts | ||
| 299 | 2025.04.30 19:10:34.694000 [ 3 ] {ad6b7928-e96c-4bff-89bb-ee1863b13519} <Debug> TCPHandler: Processed in 0.013574256 sec. | ||
| 300 | 2025.04.30 19:10:34.694159 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 301 | 2025.04.30 19:10:34.694360 [ 3 ] {365179da-39db-486c-8a90-13c8ab51c37e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 302 | 2025.04.30 19:10:34.694404 [ 3 ] {365179da-39db-486c-8a90-13c8ab51c37e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 303 | 2025.04.30 19:10:34.696697 [ 3 ] {365179da-39db-486c-8a90-13c8ab51c37e} <Debug> oximeter.measurements_i16 (2977ce48-a2a2-4f9f-98d8-dc7e1db6147c): Loading data parts | ||
| 304 | 2025.04.30 19:10:34.696863 [ 3 ] {365179da-39db-486c-8a90-13c8ab51c37e} <Debug> oximeter.measurements_i16 (2977ce48-a2a2-4f9f-98d8-dc7e1db6147c): There are no data parts | ||
| 305 | 2025.04.30 19:10:34.705900 [ 3 ] {365179da-39db-486c-8a90-13c8ab51c37e} <Debug> TCPHandler: Processed in 0.011800335 sec. | ||
| 306 | 2025.04.30 19:10:34.706083 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 307 | 2025.04.30 19:10:34.706280 [ 3 ] {0c9c3a63-435d-41bb-b976-029b5ebb1d3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 308 | 2025.04.30 19:10:34.706340 [ 3 ] {0c9c3a63-435d-41bb-b976-029b5ebb1d3c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 309 | 2025.04.30 19:10:34.709130 [ 3 ] {0c9c3a63-435d-41bb-b976-029b5ebb1d3c} <Debug> oximeter.measurements_u16 (9fe3744d-718d-4879-bf3f-ab983b6ad9a7): Loading data parts | ||
| 310 | 2025.04.30 19:10:34.709309 [ 3 ] {0c9c3a63-435d-41bb-b976-029b5ebb1d3c} <Debug> oximeter.measurements_u16 (9fe3744d-718d-4879-bf3f-ab983b6ad9a7): There are no data parts | ||
| 311 | 2025.04.30 19:10:34.719812 [ 3 ] {0c9c3a63-435d-41bb-b976-029b5ebb1d3c} <Debug> TCPHandler: Processed in 0.01378589 sec. | ||
| 312 | 2025.04.30 19:10:34.719966 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2025.04.30 19:10:34.720174 [ 3 ] {69a0ff42-be6f-4231-9b52-ec504d23dcae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 314 | 2025.04.30 19:10:34.720221 [ 3 ] {69a0ff42-be6f-4231-9b52-ec504d23dcae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 315 | 2025.04.30 19:10:34.723246 [ 3 ] {69a0ff42-be6f-4231-9b52-ec504d23dcae} <Debug> oximeter.measurements_i32 (76d8626f-cfa0-47da-bc24-25b093d1c1b7): Loading data parts | ||
| 316 | 2025.04.30 19:10:34.723416 [ 3 ] {69a0ff42-be6f-4231-9b52-ec504d23dcae} <Debug> oximeter.measurements_i32 (76d8626f-cfa0-47da-bc24-25b093d1c1b7): There are no data parts | ||
| 317 | 2025.04.30 19:10:34.731818 [ 3 ] {69a0ff42-be6f-4231-9b52-ec504d23dcae} <Debug> TCPHandler: Processed in 0.011905207 sec. | ||
| 318 | 2025.04.30 19:10:34.731986 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 319 | 2025.04.30 19:10:34.732183 [ 3 ] {0f9b8940-34e2-4e81-96a9-20ed04defee6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 320 | 2025.04.30 19:10:34.732246 [ 3 ] {0f9b8940-34e2-4e81-96a9-20ed04defee6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 321 | 2025.04.30 19:10:34.734825 [ 3 ] {0f9b8940-34e2-4e81-96a9-20ed04defee6} <Debug> oximeter.measurements_u32 (4213814c-75aa-4c5e-b3c8-53d850d76449): Loading data parts | ||
| 322 | 2025.04.30 19:10:34.735026 [ 3 ] {0f9b8940-34e2-4e81-96a9-20ed04defee6} <Debug> oximeter.measurements_u32 (4213814c-75aa-4c5e-b3c8-53d850d76449): There are no data parts | ||
| 323 | 2025.04.30 19:10:34.745523 [ 3 ] {0f9b8940-34e2-4e81-96a9-20ed04defee6} <Debug> TCPHandler: Processed in 0.013589047 sec. | ||
| 324 | 2025.04.30 19:10:34.745690 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 325 | 2025.04.30 19:10:34.745929 [ 3 ] {68da82e1-3876-43a0-80e2-f17c76c5b90c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 326 | 2025.04.30 19:10:34.746000 [ 3 ] {68da82e1-3876-43a0-80e2-f17c76c5b90c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 327 | 2025.04.30 19:10:34.748672 [ 3 ] {68da82e1-3876-43a0-80e2-f17c76c5b90c} <Debug> oximeter.measurements_i64 (50dcbd31-43dd-4f34-9fe5-d7ea6177a6a7): Loading data parts | ||
| 328 | 2025.04.30 19:10:34.748843 [ 3 ] {68da82e1-3876-43a0-80e2-f17c76c5b90c} <Debug> oximeter.measurements_i64 (50dcbd31-43dd-4f34-9fe5-d7ea6177a6a7): There are no data parts | ||
| 329 | 2025.04.30 19:10:34.757374 [ 3 ] {68da82e1-3876-43a0-80e2-f17c76c5b90c} <Debug> TCPHandler: Processed in 0.011748364 sec. | ||
| 330 | 2025.04.30 19:10:34.757569 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 331 | 2025.04.30 19:10:34.757797 [ 3 ] {dab6c554-e0c2-47da-8ca1-f2d3d306d7fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 332 | 2025.04.30 19:10:34.757869 [ 3 ] {dab6c554-e0c2-47da-8ca1-f2d3d306d7fa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 333 | 2025.04.30 19:10:34.760373 [ 3 ] {dab6c554-e0c2-47da-8ca1-f2d3d306d7fa} <Debug> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Loading data parts | ||
| 334 | 2025.04.30 19:10:34.760541 [ 3 ] {dab6c554-e0c2-47da-8ca1-f2d3d306d7fa} <Debug> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): There are no data parts | ||
| 335 | 2025.04.30 19:10:34.771252 [ 3 ] {dab6c554-e0c2-47da-8ca1-f2d3d306d7fa} <Debug> TCPHandler: Processed in 0.0137466 sec. | ||
| 336 | 2025.04.30 19:10:34.771404 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2025.04.30 19:10:34.771596 [ 3 ] {ad9925d0-3380-4219-92e0-2f43b147228c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 338 | 2025.04.30 19:10:34.771661 [ 3 ] {ad9925d0-3380-4219-92e0-2f43b147228c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 339 | 2025.04.30 19:10:34.774396 [ 3 ] {ad9925d0-3380-4219-92e0-2f43b147228c} <Debug> oximeter.measurements_f32 (7ecd910d-ba4e-4fc4-9f29-cf31eddf6bd9): Loading data parts | ||
| 340 | 2025.04.30 19:10:34.774558 [ 3 ] {ad9925d0-3380-4219-92e0-2f43b147228c} <Debug> oximeter.measurements_f32 (7ecd910d-ba4e-4fc4-9f29-cf31eddf6bd9): There are no data parts | ||
| 341 | 2025.04.30 19:10:34.784677 [ 3 ] {ad9925d0-3380-4219-92e0-2f43b147228c} <Debug> TCPHandler: Processed in 0.01332744 sec. | ||
| 342 | 2025.04.30 19:10:34.784830 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 343 | 2025.04.30 19:10:34.785037 [ 3 ] {1e924b5f-6e07-42ed-aa35-32d230126d1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 344 | 2025.04.30 19:10:34.785100 [ 3 ] {1e924b5f-6e07-42ed-aa35-32d230126d1d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 345 | 2025.04.30 19:10:34.790154 [ 3 ] {1e924b5f-6e07-42ed-aa35-32d230126d1d} <Debug> oximeter.measurements_f64 (d09a2c17-1865-4fa8-9712-17cf1ed444c7): Loading data parts | ||
| 346 | 2025.04.30 19:10:34.790318 [ 3 ] {1e924b5f-6e07-42ed-aa35-32d230126d1d} <Debug> oximeter.measurements_f64 (d09a2c17-1865-4fa8-9712-17cf1ed444c7): There are no data parts | ||
| 347 | 2025.04.30 19:10:34.799365 [ 3 ] {1e924b5f-6e07-42ed-aa35-32d230126d1d} <Debug> TCPHandler: Processed in 0.01459241 sec. | ||
| 348 | 2025.04.30 19:10:34.799514 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 349 | 2025.04.30 19:10:34.799702 [ 3 ] {2e92fd47-9c3f-4c53-b251-089c2a760862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 350 | 2025.04.30 19:10:34.799770 [ 3 ] {2e92fd47-9c3f-4c53-b251-089c2a760862} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 351 | 2025.04.30 19:10:34.802318 [ 3 ] {2e92fd47-9c3f-4c53-b251-089c2a760862} <Debug> oximeter.measurements_string (904b50a9-a6f9-454d-b9c4-a7611805d783): Loading data parts | ||
| 352 | 2025.04.30 19:10:34.802542 [ 3 ] {2e92fd47-9c3f-4c53-b251-089c2a760862} <Debug> oximeter.measurements_string (904b50a9-a6f9-454d-b9c4-a7611805d783): There are no data parts | ||
| 353 | 2025.04.30 19:10:34.811787 [ 3 ] {2e92fd47-9c3f-4c53-b251-089c2a760862} <Debug> TCPHandler: Processed in 0.012326457 sec. | ||
| 354 | 2025.04.30 19:10:34.811950 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 355 | 2025.04.30 19:10:34.812168 [ 3 ] {c4dcb403-b382-4d14-8397-e8c420769d45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 356 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 357 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 358 | * a string isn't palatable for a few reasons. | ||
| 359 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 360 | * details. | ||
| 361 | */ | ||
| 362 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 363 | 2025.04.30 19:10:34.812239 [ 3 ] {c4dcb403-b382-4d14-8397-e8c420769d45} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 364 | 2025.04.30 19:10:34.814758 [ 3 ] {c4dcb403-b382-4d14-8397-e8c420769d45} <Debug> oximeter.measurements_bytes (c6168e2f-5143-405f-b1ed-17049ea798e6): Loading data parts | ||
| 365 | 2025.04.30 19:10:34.814925 [ 3 ] {c4dcb403-b382-4d14-8397-e8c420769d45} <Debug> oximeter.measurements_bytes (c6168e2f-5143-405f-b1ed-17049ea798e6): There are no data parts | ||
| 366 | 2025.04.30 19:10:34.826122 [ 3 ] {c4dcb403-b382-4d14-8397-e8c420769d45} <Debug> TCPHandler: Processed in 0.014223451 sec. | ||
| 367 | 2025.04.30 19:10:34.826297 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 368 | 2025.04.30 19:10:34.826545 [ 3 ] {9c989f23-1a51-43a2-8bf3-7dfc1b1543a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 369 | 2025.04.30 19:10:34.826618 [ 3 ] {9c989f23-1a51-43a2-8bf3-7dfc1b1543a1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 370 | 2025.04.30 19:10:34.829494 [ 3 ] {9c989f23-1a51-43a2-8bf3-7dfc1b1543a1} <Debug> oximeter.measurements_cumulativei64 (6d66f0fb-ec55-4516-a9a5-5d4a75cb8bfd): Loading data parts | ||
| 371 | 2025.04.30 19:10:34.829674 [ 3 ] {9c989f23-1a51-43a2-8bf3-7dfc1b1543a1} <Debug> oximeter.measurements_cumulativei64 (6d66f0fb-ec55-4516-a9a5-5d4a75cb8bfd): There are no data parts | ||
| 372 | 2025.04.30 19:10:34.838728 [ 3 ] {9c989f23-1a51-43a2-8bf3-7dfc1b1543a1} <Debug> TCPHandler: Processed in 0.012493861 sec. | ||
| 373 | 2025.04.30 19:10:34.838880 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 374 | 2025.04.30 19:10:34.839147 [ 3 ] {8f49caae-a677-4b90-b6a4-46e85eb7a100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 375 | 2025.04.30 19:10:34.839203 [ 3 ] {8f49caae-a677-4b90-b6a4-46e85eb7a100} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 376 | 2025.04.30 19:10:34.846275 [ 3 ] {8f49caae-a677-4b90-b6a4-46e85eb7a100} <Debug> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Loading data parts | ||
| 377 | 2025.04.30 19:10:34.846438 [ 3 ] {8f49caae-a677-4b90-b6a4-46e85eb7a100} <Debug> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): There are no data parts | ||
| 378 | 2025.04.30 19:10:34.853486 [ 3 ] {8f49caae-a677-4b90-b6a4-46e85eb7a100} <Debug> TCPHandler: Processed in 0.014657651 sec. | ||
| 379 | 2025.04.30 19:10:34.853662 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 380 | 2025.04.30 19:10:34.853904 [ 3 ] {2cad5378-6718-4a04-99fd-74ca829af614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 381 | 2025.04.30 19:10:34.853987 [ 3 ] {2cad5378-6718-4a04-99fd-74ca829af614} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 382 | 2025.04.30 19:10:34.856314 [ 3 ] {2cad5378-6718-4a04-99fd-74ca829af614} <Debug> oximeter.measurements_cumulativef32 (39df8e6f-59fe-4a72-a1b6-91ce5ae782d8): Loading data parts | ||
| 383 | 2025.04.30 19:10:34.856482 [ 3 ] {2cad5378-6718-4a04-99fd-74ca829af614} <Debug> oximeter.measurements_cumulativef32 (39df8e6f-59fe-4a72-a1b6-91ce5ae782d8): There are no data parts | ||
| 384 | 2025.04.30 19:10:34.866652 [ 3 ] {2cad5378-6718-4a04-99fd-74ca829af614} <Debug> TCPHandler: Processed in 0.013058334 sec. | ||
| 385 | 2025.04.30 19:10:34.866815 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 386 | 2025.04.30 19:10:34.867073 [ 3 ] {73085b5d-b27c-4f9c-a4c4-7b7fb4c39a7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 387 | 2025.04.30 19:10:34.867144 [ 3 ] {73085b5d-b27c-4f9c-a4c4-7b7fb4c39a7b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 388 | 2025.04.30 19:10:34.873805 [ 3 ] {73085b5d-b27c-4f9c-a4c4-7b7fb4c39a7b} <Debug> oximeter.measurements_cumulativef64 (0c7b2f55-e702-4518-88aa-232b8fe8fe14): Loading data parts | ||
| 389 | 2025.04.30 19:10:34.874061 [ 3 ] {73085b5d-b27c-4f9c-a4c4-7b7fb4c39a7b} <Debug> oximeter.measurements_cumulativef64 (0c7b2f55-e702-4518-88aa-232b8fe8fe14): There are no data parts | ||
| 390 | 2025.04.30 19:10:34.880973 [ 3 ] {73085b5d-b27c-4f9c-a4c4-7b7fb4c39a7b} <Debug> TCPHandler: Processed in 0.014222271 sec. | ||
| 391 | 2025.04.30 19:10:34.881134 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 392 | 2025.04.30 19:10:34.881412 [ 3 ] {be042f02-32de-46cb-9bd5-22e39292ec69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 393 | * NOTE: Array types cannot be Nullable, see | ||
| 394 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 395 | * for more details. | ||
| 396 | * | ||
| 397 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 398 | * is unfortunate, and at this point relies on the fact that an | ||
| 399 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 400 | * to figure out another way to represent missing samples here. | ||
| 401 | */ | ||
| 402 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 403 | 2025.04.30 19:10:34.881495 [ 3 ] {be042f02-32de-46cb-9bd5-22e39292ec69} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 404 | 2025.04.30 19:10:34.884401 [ 3 ] {be042f02-32de-46cb-9bd5-22e39292ec69} <Debug> oximeter.measurements_histogrami8 (e3ff04eb-ea60-409b-8f9e-364188c9844f): Loading data parts | ||
| 405 | 2025.04.30 19:10:34.884652 [ 3 ] {be042f02-32de-46cb-9bd5-22e39292ec69} <Debug> oximeter.measurements_histogrami8 (e3ff04eb-ea60-409b-8f9e-364188c9844f): There are no data parts | ||
| 406 | 2025.04.30 19:10:34.893670 [ 3 ] {be042f02-32de-46cb-9bd5-22e39292ec69} <Debug> TCPHandler: Processed in 0.012590913 sec. | ||
| 407 | 2025.04.30 19:10:34.893845 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 408 | 2025.04.30 19:10:34.894279 [ 3 ] {e9ef0302-d7df-4a61-9ffc-2a9726aa9af4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 409 | 2025.04.30 19:10:34.894353 [ 3 ] {e9ef0302-d7df-4a61-9ffc-2a9726aa9af4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 410 | 2025.04.30 19:10:34.898051 [ 3 ] {e9ef0302-d7df-4a61-9ffc-2a9726aa9af4} <Debug> oximeter.measurements_histogramu8 (a549bdf3-b2c8-4884-823e-379934a75618): Loading data parts | ||
| 411 | 2025.04.30 19:10:34.898245 [ 3 ] {e9ef0302-d7df-4a61-9ffc-2a9726aa9af4} <Debug> oximeter.measurements_histogramu8 (a549bdf3-b2c8-4884-823e-379934a75618): There are no data parts | ||
| 412 | 2025.04.30 19:10:34.919846 [ 3 ] {e9ef0302-d7df-4a61-9ffc-2a9726aa9af4} <Debug> TCPHandler: Processed in 0.026060747 sec. | ||
| 413 | 2025.04.30 19:10:34.920007 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 414 | 2025.04.30 19:10:34.920272 [ 3 ] {be720e9b-44a8-48a9-92a8-dae56f234926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 415 | 2025.04.30 19:10:34.920384 [ 3 ] {be720e9b-44a8-48a9-92a8-dae56f234926} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 416 | 2025.04.30 19:10:34.946353 [ 3 ] {be720e9b-44a8-48a9-92a8-dae56f234926} <Debug> oximeter.measurements_histogrami16 (c289a0f0-5ec9-47c4-9fec-8768fdceb5d2): Loading data parts | ||
| 417 | 2025.04.30 19:10:34.946552 [ 3 ] {be720e9b-44a8-48a9-92a8-dae56f234926} <Debug> oximeter.measurements_histogrami16 (c289a0f0-5ec9-47c4-9fec-8768fdceb5d2): There are no data parts | ||
| 418 | 2025.04.30 19:10:34.952409 [ 3 ] {be720e9b-44a8-48a9-92a8-dae56f234926} <Debug> TCPHandler: Processed in 0.032455436 sec. | ||
| 419 | 2025.04.30 19:10:34.952578 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 420 | 2025.04.30 19:10:34.952874 [ 3 ] {3ed21bc4-6940-4b76-9ca7-2be1d24325f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 421 | 2025.04.30 19:10:34.952953 [ 3 ] {3ed21bc4-6940-4b76-9ca7-2be1d24325f5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 422 | 2025.04.30 19:10:34.975783 [ 3 ] {3ed21bc4-6940-4b76-9ca7-2be1d24325f5} <Debug> oximeter.measurements_histogramu16 (770e3dc9-1268-43cd-b321-9503c5ea39d0): Loading data parts | ||
| 423 | 2025.04.30 19:10:34.975966 [ 3 ] {3ed21bc4-6940-4b76-9ca7-2be1d24325f5} <Debug> oximeter.measurements_histogramu16 (770e3dc9-1268-43cd-b321-9503c5ea39d0): There are no data parts | ||
| 424 | 2025.04.30 19:10:34.990392 [ 3 ] {3ed21bc4-6940-4b76-9ca7-2be1d24325f5} <Debug> TCPHandler: Processed in 0.037876372 sec. | ||
| 425 | 2025.04.30 19:10:34.990568 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 426 | 2025.04.30 19:10:34.990907 [ 3 ] {1629ade6-7f72-49d4-aa94-8fbcf93e89c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 427 | 2025.04.30 19:10:34.991006 [ 3 ] {1629ade6-7f72-49d4-aa94-8fbcf93e89c1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 428 | 2025.04.30 19:10:35.000208 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 123.48 MiB, peak 123.48 MiB, free memory in arenas 0.00 B, will set to 134.03 MiB (RSS), difference: 10.55 MiB | ||
| 429 | 2025.04.30 19:10:35.002548 [ 3 ] {1629ade6-7f72-49d4-aa94-8fbcf93e89c1} <Debug> oximeter.measurements_histogrami32 (bafe8ccb-d69f-4310-9128-96299a6358cd): Loading data parts | ||
| 430 | 2025.04.30 19:10:35.002732 [ 3 ] {1629ade6-7f72-49d4-aa94-8fbcf93e89c1} <Debug> oximeter.measurements_histogrami32 (bafe8ccb-d69f-4310-9128-96299a6358cd): There are no data parts | ||
| 431 | 2025.04.30 19:10:35.004954 [ 3 ] {1629ade6-7f72-49d4-aa94-8fbcf93e89c1} <Debug> TCPHandler: Processed in 0.014449346 sec. | ||
| 432 | 2025.04.30 19:10:35.005149 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2025.04.30 19:10:35.005411 [ 3 ] {b88aaa7e-10dc-407b-8868-c4d6a7de3774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 434 | 2025.04.30 19:10:35.005490 [ 3 ] {b88aaa7e-10dc-407b-8868-c4d6a7de3774} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 435 | 2025.04.30 19:10:35.016987 [ 3 ] {b88aaa7e-10dc-407b-8868-c4d6a7de3774} <Debug> oximeter.measurements_histogramu32 (06431213-2496-4d35-8f45-d788d66d1a87): Loading data parts | ||
| 436 | 2025.04.30 19:10:35.017172 [ 3 ] {b88aaa7e-10dc-407b-8868-c4d6a7de3774} <Debug> oximeter.measurements_histogramu32 (06431213-2496-4d35-8f45-d788d66d1a87): There are no data parts | ||
| 437 | 2025.04.30 19:10:35.019464 [ 3 ] {b88aaa7e-10dc-407b-8868-c4d6a7de3774} <Debug> TCPHandler: Processed in 0.014366734 sec. | ||
| 438 | 2025.04.30 19:10:35.019627 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 439 | 2025.04.30 19:10:35.019903 [ 3 ] {8e35c4e1-560a-41b1-a2a4-a5e1bb800c30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 440 | 2025.04.30 19:10:35.019978 [ 3 ] {8e35c4e1-560a-41b1-a2a4-a5e1bb800c30} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 441 | 2025.04.30 19:10:35.029583 [ 3 ] {8e35c4e1-560a-41b1-a2a4-a5e1bb800c30} <Debug> oximeter.measurements_histogrami64 (a3397ec5-2f0c-422c-82e4-67f2d5822352): Loading data parts | ||
| 442 | 2025.04.30 19:10:35.029747 [ 3 ] {8e35c4e1-560a-41b1-a2a4-a5e1bb800c30} <Debug> oximeter.measurements_histogrami64 (a3397ec5-2f0c-422c-82e4-67f2d5822352): There are no data parts | ||
| 443 | 2025.04.30 19:10:35.035521 [ 3 ] {8e35c4e1-560a-41b1-a2a4-a5e1bb800c30} <Debug> TCPHandler: Processed in 0.015945231 sec. | ||
| 444 | 2025.04.30 19:10:35.035708 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 445 | 2025.04.30 19:10:35.036021 [ 3 ] {1eba719a-d890-4fd8-b364-516a4b842b20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 446 | 2025.04.30 19:10:35.036109 [ 3 ] {1eba719a-d890-4fd8-b364-516a4b842b20} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 447 | 2025.04.30 19:10:35.043831 [ 3 ] {1eba719a-d890-4fd8-b364-516a4b842b20} <Debug> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Loading data parts | ||
| 448 | 2025.04.30 19:10:35.044020 [ 3 ] {1eba719a-d890-4fd8-b364-516a4b842b20} <Debug> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): There are no data parts | ||
| 449 | 2025.04.30 19:10:35.045920 [ 3 ] {1eba719a-d890-4fd8-b364-516a4b842b20} <Debug> TCPHandler: Processed in 0.010275879 sec. | ||
| 450 | 2025.04.30 19:10:35.046064 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 451 | 2025.04.30 19:10:35.046321 [ 3 ] {a84840e7-03bd-4571-9889-83a8c1a08870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 452 | 2025.04.30 19:10:35.046390 [ 3 ] {a84840e7-03bd-4571-9889-83a8c1a08870} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 453 | 2025.04.30 19:10:35.056008 [ 3 ] {a84840e7-03bd-4571-9889-83a8c1a08870} <Debug> oximeter.measurements_histogramf32 (e53ae75e-b7b6-4855-8a40-34369e029a37): Loading data parts | ||
| 454 | 2025.04.30 19:10:35.056171 [ 3 ] {a84840e7-03bd-4571-9889-83a8c1a08870} <Debug> oximeter.measurements_histogramf32 (e53ae75e-b7b6-4855-8a40-34369e029a37): There are no data parts | ||
| 455 | 2025.04.30 19:10:35.059125 [ 3 ] {a84840e7-03bd-4571-9889-83a8c1a08870} <Debug> TCPHandler: Processed in 0.013113505 sec. | ||
| 456 | 2025.04.30 19:10:35.059297 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 457 | 2025.04.30 19:10:35.059612 [ 3 ] {d4f855d1-bc76-49ed-b7f2-573c6bc7f47a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 458 | 2025.04.30 19:10:35.059699 [ 3 ] {d4f855d1-bc76-49ed-b7f2-573c6bc7f47a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 459 | 2025.04.30 19:10:35.070474 [ 3 ] {d4f855d1-bc76-49ed-b7f2-573c6bc7f47a} <Debug> oximeter.measurements_histogramf64 (6637b00c-a387-4638-93fe-58c4c3aadc13): Loading data parts | ||
| 460 | 2025.04.30 19:10:35.070707 [ 3 ] {d4f855d1-bc76-49ed-b7f2-573c6bc7f47a} <Debug> oximeter.measurements_histogramf64 (6637b00c-a387-4638-93fe-58c4c3aadc13): There are no data parts | ||
| 461 | 2025.04.30 19:10:35.072956 [ 3 ] {d4f855d1-bc76-49ed-b7f2-573c6bc7f47a} <Debug> TCPHandler: Processed in 0.013722359 sec. | ||
| 462 | 2025.04.30 19:10:35.073101 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 463 | 2025.04.30 19:10:35.073290 [ 3 ] {a0d1a599-8279-43df-8cc9-89ab2912c392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) /* The field tables store named dimensions of each timeseries. | ||
| 464 | * | ||
| 465 | * As with the measurement tables, there is one field table for each field data | ||
| 466 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 467 | * this behavior **must not** be relied upon for query correctness. | ||
| 468 | * | ||
| 469 | * The index for the fields differs from the measurements, however. Rows are | ||
| 470 | * sorted by timeseries name, then field name, field value, and finally | ||
| 471 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 472 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 473 | * usually then used to look up measurements. | ||
| 474 | * | ||
| 475 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 476 | * timeseries name and then key, since it would improve lookups where one | ||
| 477 | * already has the key. Realistically though, these tables are quite small and | ||
| 478 | * so performance benefits will be low in absolute terms. | ||
| 479 | * | ||
| 480 | * TTL: We use a materialized column to expire old field table records. This | ||
| 481 | * column is generated automatically by the database whenever a new row is | ||
| 482 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 483 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 484 | * record will remain during a deduplication, which will have the last | ||
| 485 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 486 | * measurement tables. | ||
| 487 | */ | ||
| 488 | 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) | ||
| 489 | 2025.04.30 19:10:35.073353 [ 3 ] {a0d1a599-8279-43df-8cc9-89ab2912c392} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 490 | 2025.04.30 19:10:35.082889 [ 3 ] {a0d1a599-8279-43df-8cc9-89ab2912c392} <Debug> oximeter.fields_bool (75e59f79-46fa-417b-b7ef-b190a1ffd598): Loading data parts | ||
| 491 | 2025.04.30 19:10:35.083061 [ 3 ] {a0d1a599-8279-43df-8cc9-89ab2912c392} <Debug> oximeter.fields_bool (75e59f79-46fa-417b-b7ef-b190a1ffd598): There are no data parts | ||
| 492 | 2025.04.30 19:10:35.088174 [ 3 ] {a0d1a599-8279-43df-8cc9-89ab2912c392} <Debug> TCPHandler: Processed in 0.015127562 sec. | ||
| 493 | 2025.04.30 19:10:35.088311 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 494 | 2025.04.30 19:10:35.088510 [ 3 ] {b37a8332-2a12-44e9-a181-64f58ae3f0b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 495 | 2025.04.30 19:10:35.088566 [ 3 ] {b37a8332-2a12-44e9-a181-64f58ae3f0b8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 496 | 2025.04.30 19:10:35.096741 [ 3 ] {b37a8332-2a12-44e9-a181-64f58ae3f0b8} <Debug> oximeter.fields_i8 (ed66a39c-78c6-4183-848f-4fc98a17afa2): Loading data parts | ||
| 497 | 2025.04.30 19:10:35.096909 [ 3 ] {b37a8332-2a12-44e9-a181-64f58ae3f0b8} <Debug> oximeter.fields_i8 (ed66a39c-78c6-4183-848f-4fc98a17afa2): There are no data parts | ||
| 498 | 2025.04.30 19:10:35.101355 [ 3 ] {b37a8332-2a12-44e9-a181-64f58ae3f0b8} <Debug> TCPHandler: Processed in 0.013095845 sec. | ||
| 499 | 2025.04.30 19:10:35.101491 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 500 | 2025.04.30 19:10:35.101676 [ 3 ] {5a3adcda-af03-4e25-b36d-5eaac77e86aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 501 | 2025.04.30 19:10:35.101733 [ 3 ] {5a3adcda-af03-4e25-b36d-5eaac77e86aa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 502 | 2025.04.30 19:10:35.109240 [ 3 ] {5a3adcda-af03-4e25-b36d-5eaac77e86aa} <Debug> oximeter.fields_u8 (6ac07ddf-9e79-4702-b981-c16bd17e5618): Loading data parts | ||
| 503 | 2025.04.30 19:10:35.109440 [ 3 ] {5a3adcda-af03-4e25-b36d-5eaac77e86aa} <Debug> oximeter.fields_u8 (6ac07ddf-9e79-4702-b981-c16bd17e5618): There are no data parts | ||
| 504 | 2025.04.30 19:10:35.113141 [ 3 ] {5a3adcda-af03-4e25-b36d-5eaac77e86aa} <Debug> TCPHandler: Processed in 0.011702992 sec. | ||
| 505 | 2025.04.30 19:10:35.113287 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 506 | 2025.04.30 19:10:35.113501 [ 3 ] {782a14fa-8d6f-4e6e-a9d7-10b410944b6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 507 | 2025.04.30 19:10:35.113565 [ 3 ] {782a14fa-8d6f-4e6e-a9d7-10b410944b6b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 508 | 2025.04.30 19:10:35.123948 [ 3 ] {782a14fa-8d6f-4e6e-a9d7-10b410944b6b} <Debug> oximeter.fields_i16 (7d02e2b8-bc3a-4729-b2d9-0b5e82181a45): Loading data parts | ||
| 509 | 2025.04.30 19:10:35.124163 [ 3 ] {782a14fa-8d6f-4e6e-a9d7-10b410944b6b} <Debug> oximeter.fields_i16 (7d02e2b8-bc3a-4729-b2d9-0b5e82181a45): There are no data parts | ||
| 510 | 2025.04.30 19:10:35.126332 [ 3 ] {782a14fa-8d6f-4e6e-a9d7-10b410944b6b} <Debug> TCPHandler: Processed in 0.013098585 sec. | ||
| 511 | 2025.04.30 19:10:35.126484 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 512 | 2025.04.30 19:10:35.126670 [ 3 ] {831758c0-6309-4520-ac57-dd46a99e5b2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 513 | 2025.04.30 19:10:35.126739 [ 3 ] {831758c0-6309-4520-ac57-dd46a99e5b2d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 514 | 2025.04.30 19:10:35.136046 [ 3 ] {831758c0-6309-4520-ac57-dd46a99e5b2d} <Debug> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Loading data parts | ||
| 515 | 2025.04.30 19:10:35.136282 [ 3 ] {831758c0-6309-4520-ac57-dd46a99e5b2d} <Debug> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): There are no data parts | ||
| 516 | 2025.04.30 19:10:35.147165 [ 3 ] {831758c0-6309-4520-ac57-dd46a99e5b2d} <Debug> TCPHandler: Processed in 0.020734782 sec. | ||
| 517 | 2025.04.30 19:10:35.147330 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 518 | 2025.04.30 19:10:35.147595 [ 3 ] {aaf9e5e2-abe2-4ff8-846a-2418d6131830} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 519 | 2025.04.30 19:10:35.147675 [ 3 ] {aaf9e5e2-abe2-4ff8-846a-2418d6131830} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 520 | 2025.04.30 19:10:35.166013 [ 3 ] {aaf9e5e2-abe2-4ff8-846a-2418d6131830} <Debug> oximeter.fields_i32 (d5f5fa7c-b0cc-48f8-be66-262d1580a5c4): Loading data parts | ||
| 521 | 2025.04.30 19:10:35.166221 [ 3 ] {aaf9e5e2-abe2-4ff8-846a-2418d6131830} <Debug> oximeter.fields_i32 (d5f5fa7c-b0cc-48f8-be66-262d1580a5c4): There are no data parts | ||
| 522 | 2025.04.30 19:10:35.170460 [ 3 ] {aaf9e5e2-abe2-4ff8-846a-2418d6131830} <Debug> TCPHandler: Processed in 0.02319481 sec. | ||
| 523 | 2025.04.30 19:10:35.170633 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 524 | 2025.04.30 19:10:35.170863 [ 3 ] {93096709-c50c-4992-bc60-a10e65234d2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 525 | 2025.04.30 19:10:35.170945 [ 3 ] {93096709-c50c-4992-bc60-a10e65234d2d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 526 | 2025.04.30 19:10:35.181681 [ 3 ] {93096709-c50c-4992-bc60-a10e65234d2d} <Debug> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Loading data parts | ||
| 527 | 2025.04.30 19:10:35.181889 [ 3 ] {93096709-c50c-4992-bc60-a10e65234d2d} <Debug> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): There are no data parts | ||
| 528 | 2025.04.30 19:10:35.184393 [ 3 ] {93096709-c50c-4992-bc60-a10e65234d2d} <Debug> TCPHandler: Processed in 0.013825451 sec. | ||
| 529 | 2025.04.30 19:10:35.184533 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 530 | 2025.04.30 19:10:35.184751 [ 3 ] {d9c5d874-6ed8-40ed-8c40-073268aa5fe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 531 | 2025.04.30 19:10:35.184821 [ 3 ] {d9c5d874-6ed8-40ed-8c40-073268aa5fe6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 532 | 2025.04.30 19:10:35.194216 [ 3 ] {d9c5d874-6ed8-40ed-8c40-073268aa5fe6} <Debug> oximeter.fields_i64 (a09254a3-7f6e-4f1d-84f9-65fbb4a0fda9): Loading data parts | ||
| 533 | 2025.04.30 19:10:35.194422 [ 3 ] {d9c5d874-6ed8-40ed-8c40-073268aa5fe6} <Debug> oximeter.fields_i64 (a09254a3-7f6e-4f1d-84f9-65fbb4a0fda9): There are no data parts | ||
| 534 | 2025.04.30 19:10:35.204727 [ 3 ] {d9c5d874-6ed8-40ed-8c40-073268aa5fe6} <Debug> TCPHandler: Processed in 0.020247211 sec. | ||
| 535 | 2025.04.30 19:10:35.204875 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 536 | 2025.04.30 19:10:35.205067 [ 3 ] {27311009-fd2e-44a0-a9bb-a5d7a0f030ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 537 | 2025.04.30 19:10:35.205138 [ 3 ] {27311009-fd2e-44a0-a9bb-a5d7a0f030ba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 538 | 2025.04.30 19:10:35.231703 [ 3 ] {27311009-fd2e-44a0-a9bb-a5d7a0f030ba} <Debug> oximeter.fields_u64 (0c5611ac-b784-435d-a4b7-91dd7cc9ab06): Loading data parts | ||
| 539 | 2025.04.30 19:10:35.231897 [ 3 ] {27311009-fd2e-44a0-a9bb-a5d7a0f030ba} <Debug> oximeter.fields_u64 (0c5611ac-b784-435d-a4b7-91dd7cc9ab06): There are no data parts | ||
| 540 | 2025.04.30 19:10:35.244877 [ 3 ] {27311009-fd2e-44a0-a9bb-a5d7a0f030ba} <Debug> TCPHandler: Processed in 0.040054852 sec. | ||
| 541 | 2025.04.30 19:10:35.245027 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 542 | 2025.04.30 19:10:35.245238 [ 3 ] {64198d17-8de5-412f-ad6c-624fbaa13e34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 543 | 2025.04.30 19:10:35.245299 [ 3 ] {64198d17-8de5-412f-ad6c-624fbaa13e34} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 544 | 2025.04.30 19:10:35.250483 [ 3 ] {64198d17-8de5-412f-ad6c-624fbaa13e34} <Debug> oximeter.fields_ipaddr (7716cb51-1146-4a1c-ac34-03e103003b39): Loading data parts | ||
| 545 | 2025.04.30 19:10:35.250669 [ 3 ] {64198d17-8de5-412f-ad6c-624fbaa13e34} <Debug> oximeter.fields_ipaddr (7716cb51-1146-4a1c-ac34-03e103003b39): There are no data parts | ||
| 546 | 2025.04.30 19:10:35.278402 [ 3 ] {64198d17-8de5-412f-ad6c-624fbaa13e34} <Debug> TCPHandler: Processed in 0.033432799 sec. | ||
| 547 | 2025.04.30 19:10:35.278577 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 548 | 2025.04.30 19:10:35.278809 [ 3 ] {77f7391d-375b-4f55-b7b0-58aa0102cfc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 549 | 2025.04.30 19:10:35.278891 [ 3 ] {77f7391d-375b-4f55-b7b0-58aa0102cfc2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 550 | 2025.04.30 19:10:35.304154 [ 3 ] {77f7391d-375b-4f55-b7b0-58aa0102cfc2} <Debug> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Loading data parts | ||
| 551 | 2025.04.30 19:10:35.304323 [ 3 ] {77f7391d-375b-4f55-b7b0-58aa0102cfc2} <Debug> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): There are no data parts | ||
| 552 | 2025.04.30 19:10:35.311082 [ 3 ] {77f7391d-375b-4f55-b7b0-58aa0102cfc2} <Debug> TCPHandler: Processed in 0.032570598 sec. | ||
| 553 | 2025.04.30 19:10:35.311230 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 554 | 2025.04.30 19:10:35.311441 [ 3 ] {dbc1a9d4-ffef-49f9-ac5d-df91b8b3c777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 555 | 2025.04.30 19:10:35.311504 [ 3 ] {dbc1a9d4-ffef-49f9-ac5d-df91b8b3c777} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 556 | 2025.04.30 19:10:35.318982 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54864 | ||
| 557 | 2025.04.30 19:10:35.319108 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 558 | 2025.04.30 19:10:35.319158 [ 261 ] {} <Debug> TCP-Session: da246708-515b-45ae-8e9e-021749c8a51f Authenticating user 'default' from [fd00:1122:3344:101::a]:54864 | ||
| 559 | 2025.04.30 19:10:35.319180 [ 261 ] {} <Debug> TCP-Session: da246708-515b-45ae-8e9e-021749c8a51f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 560 | 2025.04.30 19:10:35.319194 [ 261 ] {} <Debug> TCP-Session: da246708-515b-45ae-8e9e-021749c8a51f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 561 | 2025.04.30 19:10:35.319272 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 562 | 2025.04.30 19:10:35.319301 [ 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 | ||
| 563 | 2025.04.30 19:10:35.319340 [ 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 | ||
| 564 | 2025.04.30 19:10:35.319788 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46028 | ||
| 565 | 2025.04.30 19:10:35.319799 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63354 | ||
| 566 | 2025.04.30 19:10:35.319879 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40957 | ||
| 567 | 2025.04.30 19:10:35.320218 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 568 | 2025.04.30 19:10:35.320238 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56095 | ||
| 569 | 2025.04.30 19:10:35.320562 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40131 | ||
| 570 | 2025.04.30 19:10:35.320489 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60446 | ||
| 571 | 2025.04.30 19:10:35.320369 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49544 | ||
| 572 | 2025.04.30 19:10:35.320287 [ 262 ] {} <Debug> TCP-Session: 3b3d41f1-f949-4f4f-b788-845a35b17734 Authenticating user 'default' from [fd00:1122:3344:101::a]:63354 | ||
| 573 | 2025.04.30 19:10:35.321397 [ 262 ] {} <Debug> TCP-Session: 3b3d41f1-f949-4f4f-b788-845a35b17734 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 574 | 2025.04.30 19:10:35.321482 [ 262 ] {} <Debug> TCP-Session: 3b3d41f1-f949-4f4f-b788-845a35b17734 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 575 | 2025.04.30 19:10:35.322618 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 576 | 2025.04.30 19:10:35.322664 [ 263 ] {} <Debug> TCP-Session: ee30ee21-d733-4bba-98a8-83c24ffbb2fb Authenticating user 'default' from [fd00:1122:3344:101::a]:46028 | ||
| 577 | 2025.04.30 19:10:35.322734 [ 263 ] {} <Debug> TCP-Session: ee30ee21-d733-4bba-98a8-83c24ffbb2fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 578 | 2025.04.30 19:10:35.322749 [ 263 ] {} <Debug> TCP-Session: ee30ee21-d733-4bba-98a8-83c24ffbb2fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 579 | 2025.04.30 19:10:35.323767 [ 3 ] {dbc1a9d4-ffef-49f9-ac5d-df91b8b3c777} <Debug> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Loading data parts | ||
| 580 | 2025.04.30 19:10:35.323971 [ 3 ] {dbc1a9d4-ffef-49f9-ac5d-df91b8b3c777} <Debug> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): There are no data parts | ||
| 581 | 2025.04.30 19:10:35.324559 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 582 | 2025.04.30 19:10:35.324583 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 583 | 2025.04.30 19:10:35.324603 [ 266 ] {} <Debug> TCP-Session: 54401f70-0002-4603-bb10-b8732c9d897f Authenticating user 'default' from [fd00:1122:3344:101::a]:49544 | ||
| 584 | 2025.04.30 19:10:35.324687 [ 267 ] {} <Debug> TCP-Session: ce88264b-dd5c-4248-b94e-dc3350a0744f Authenticating user 'default' from [fd00:1122:3344:101::a]:60446 | ||
| 585 | 2025.04.30 19:10:35.324695 [ 266 ] {} <Debug> TCP-Session: 54401f70-0002-4603-bb10-b8732c9d897f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 586 | 2025.04.30 19:10:35.324724 [ 267 ] {} <Debug> TCP-Session: ce88264b-dd5c-4248-b94e-dc3350a0744f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 587 | 2025.04.30 19:10:35.324776 [ 266 ] {} <Debug> TCP-Session: 54401f70-0002-4603-bb10-b8732c9d897f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 588 | 2025.04.30 19:10:35.324782 [ 267 ] {} <Debug> TCP-Session: ce88264b-dd5c-4248-b94e-dc3350a0744f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 589 | 2025.04.30 19:10:35.325127 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 590 | 2025.04.30 19:10:35.325171 [ 268 ] {} <Debug> TCP-Session: ebc49eda-703d-43fb-bbf3-2c2c6633ce65 Authenticating user 'default' from [fd00:1122:3344:101::a]:40131 | ||
| 591 | 2025.04.30 19:10:35.325196 [ 268 ] {} <Debug> TCP-Session: ebc49eda-703d-43fb-bbf3-2c2c6633ce65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 592 | 2025.04.30 19:10:35.325245 [ 268 ] {} <Debug> TCP-Session: ebc49eda-703d-43fb-bbf3-2c2c6633ce65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 593 | 2025.04.30 19:10:35.325655 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 594 | 2025.04.30 19:10:35.325691 [ 264 ] {} <Debug> TCP-Session: 11e345db-5fe4-4ca1-9afc-3fe062b8df03 Authenticating user 'default' from [fd00:1122:3344:101::a]:40957 | ||
| 595 | 2025.04.30 19:10:35.325723 [ 264 ] {} <Debug> TCP-Session: 11e345db-5fe4-4ca1-9afc-3fe062b8df03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 596 | 2025.04.30 19:10:35.325747 [ 264 ] {} <Debug> TCP-Session: 11e345db-5fe4-4ca1-9afc-3fe062b8df03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 597 | 2025.04.30 19:10:35.326214 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 598 | 2025.04.30 19:10:35.326280 [ 265 ] {} <Debug> TCP-Session: 396909c2-aead-4bb6-947b-7406086582a0 Authenticating user 'default' from [fd00:1122:3344:101::a]:56095 | ||
| 599 | 2025.04.30 19:10:35.326363 [ 265 ] {} <Debug> TCP-Session: 396909c2-aead-4bb6-947b-7406086582a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 600 | 2025.04.30 19:10:35.326417 [ 265 ] {} <Debug> TCP-Session: 396909c2-aead-4bb6-947b-7406086582a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 601 | 2025.04.30 19:10:35.326443 [ 3 ] {dbc1a9d4-ffef-49f9-ac5d-df91b8b3c777} <Debug> TCPHandler: Processed in 0.015264405 sec. | ||
| 602 | 2025.04.30 19:10:35.326652 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 603 | 2025.04.30 19:10:35.326923 [ 3 ] {218e0286-c5b0-4119-b5f9-0ff29ad1f6f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) /* The timeseries schema table stores the extracted schema for the samples | ||
| 604 | * oximeter collects. | ||
| 605 | */ | ||
| 606 | 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) | ||
| 607 | 2025.04.30 19:10:35.327001 [ 3 ] {218e0286-c5b0-4119-b5f9-0ff29ad1f6f9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 608 | 2025.04.30 19:10:35.338652 [ 3 ] {218e0286-c5b0-4119-b5f9-0ff29ad1f6f9} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2): Loading data parts | ||
| 609 | 2025.04.30 19:10:35.338822 [ 3 ] {218e0286-c5b0-4119-b5f9-0ff29ad1f6f9} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2): There are no data parts | ||
| 610 | 2025.04.30 19:10:35.341693 [ 3 ] {218e0286-c5b0-4119-b5f9-0ff29ad1f6f9} <Debug> TCPHandler: Processed in 0.015096961 sec. | ||
| 611 | 2025.04.30 19:10:35.341976 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 612 | 2025.04.30 19:10:35.342219 [ 256 ] {25a9299b-92eb-4a8b-beae-1f29c91cd8b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 613 | 2025.04.30 19:10:35.343443 [ 256 ] {25a9299b-92eb-4a8b-beae-1f29c91cd8b6} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 614 | 2025.04.30 19:10:35.361454 [ 259 ] {25a9299b-92eb-4a8b-beae-1f29c91cd8b6} <Trace> oximeter.version (2393cedd-80c9-4964-9b65-1f8374441fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 615 | 2025.04.30 19:10:35.361501 [ 259 ] {25a9299b-92eb-4a8b-beae-1f29c91cd8b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 616 | 2025.04.30 19:10:35.366089 [ 259 ] {25a9299b-92eb-4a8b-beae-1f29c91cd8b6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 617 | 2025.04.30 19:10:35.366509 [ 259 ] {25a9299b-92eb-4a8b-beae-1f29c91cd8b6} <Trace> oximeter.version (2393cedd-80c9-4964-9b65-1f8374441fa3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 618 | 2025.04.30 19:10:35.367448 [ 256 ] {25a9299b-92eb-4a8b-beae-1f29c91cd8b6} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.025342 sec., 39.46018467366427 rows/sec., 631.36 B/sec. | ||
| 619 | 2025.04.30 19:10:35.367780 [ 256 ] {25a9299b-92eb-4a8b-beae-1f29c91cd8b6} <Debug> TCPHandler: Processed in 0.025860101 sec. | ||
| 620 | 2025.04.30 19:10:35.385871 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43133 | ||
| 621 | 2025.04.30 19:10:35.385954 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 622 | 2025.04.30 19:10:35.385981 [ 269 ] {} <Debug> TCP-Session: f51a1066-14f5-4572-9153-4e80ab1d5ef9 Authenticating user 'default' from [fd00:1122:3344:101::b]:43133 | ||
| 623 | 2025.04.30 19:10:35.386046 [ 269 ] {} <Debug> TCP-Session: f51a1066-14f5-4572-9153-4e80ab1d5ef9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 624 | 2025.04.30 19:10:35.386060 [ 269 ] {} <Debug> TCP-Session: f51a1066-14f5-4572-9153-4e80ab1d5ef9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 625 | 2025.04.30 19:10:35.386107 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 626 | 2025.04.30 19:10:35.386157 [ 269 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 627 | 2025.04.30 19:10:35.386174 [ 269 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 628 | 2025.04.30 19:10:35.386541 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37347 | ||
| 629 | 2025.04.30 19:10:35.386663 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 630 | 2025.04.30 19:10:35.386733 [ 270 ] {} <Debug> TCP-Session: 5fca4384-605e-44eb-b8d8-f33bb48cb7ff Authenticating user 'default' from [fd00:1122:3344:101::b]:37347 | ||
| 631 | 2025.04.30 19:10:35.386752 [ 270 ] {} <Debug> TCP-Session: 5fca4384-605e-44eb-b8d8-f33bb48cb7ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 632 | 2025.04.30 19:10:35.386769 [ 270 ] {} <Debug> TCP-Session: 5fca4384-605e-44eb-b8d8-f33bb48cb7ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 633 | 2025.04.30 19:10:35.408044 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55817 | ||
| 634 | 2025.04.30 19:10:35.408206 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 635 | 2025.04.30 19:10:35.408236 [ 271 ] {} <Debug> TCP-Session: ff851aa9-cbd6-498a-ac1e-9d9eed48f825 Authenticating user 'default' from [fd00:1122:3344:101::b]:55817 | ||
| 636 | 2025.04.30 19:10:35.408258 [ 271 ] {} <Debug> TCP-Session: ff851aa9-cbd6-498a-ac1e-9d9eed48f825 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 637 | 2025.04.30 19:10:35.408324 [ 271 ] {} <Debug> TCP-Session: ff851aa9-cbd6-498a-ac1e-9d9eed48f825 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 638 | 2025.04.30 19:10:35.408583 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43604 | ||
| 639 | 2025.04.30 19:10:35.408757 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 640 | 2025.04.30 19:10:35.408836 [ 272 ] {} <Debug> TCP-Session: a68766e9-f77e-4e12-b255-54533f90bd84 Authenticating user 'default' from [fd00:1122:3344:101::b]:43604 | ||
| 641 | 2025.04.30 19:10:35.408860 [ 272 ] {} <Debug> TCP-Session: a68766e9-f77e-4e12-b255-54533f90bd84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 642 | 2025.04.30 19:10:35.408874 [ 272 ] {} <Debug> TCP-Session: a68766e9-f77e-4e12-b255-54533f90bd84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 643 | 2025.04.30 19:10:35.410913 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54059 | ||
| 644 | 2025.04.30 19:10:35.411091 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59680 | ||
| 645 | 2025.04.30 19:10:35.411102 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 646 | 2025.04.30 19:10:35.411158 [ 273 ] {} <Debug> TCP-Session: f5dbedd8-4b2a-4dc9-984a-39c1e21b6038 Authenticating user 'default' from [fd00:1122:3344:101::b]:54059 | ||
| 647 | 2025.04.30 19:10:35.411247 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 648 | 2025.04.30 19:10:35.411257 [ 273 ] {} <Debug> TCP-Session: f5dbedd8-4b2a-4dc9-984a-39c1e21b6038 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 649 | 2025.04.30 19:10:35.411297 [ 274 ] {} <Debug> TCP-Session: 3726b687-e6e0-412a-90a3-7e407f59f299 Authenticating user 'default' from [fd00:1122:3344:101::b]:59680 | ||
| 650 | 2025.04.30 19:10:35.411302 [ 273 ] {} <Debug> TCP-Session: f5dbedd8-4b2a-4dc9-984a-39c1e21b6038 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 651 | 2025.04.30 19:10:35.411376 [ 274 ] {} <Debug> TCP-Session: 3726b687-e6e0-412a-90a3-7e407f59f299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 652 | 2025.04.30 19:10:35.411417 [ 274 ] {} <Debug> TCP-Session: 3726b687-e6e0-412a-90a3-7e407f59f299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 653 | 2025.04.30 19:10:35.415215 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45640 | ||
| 654 | 2025.04.30 19:10:35.415359 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 655 | 2025.04.30 19:10:35.415387 [ 275 ] {} <Debug> TCP-Session: dc1c6bd7-e30e-4ac3-b8d5-47f6aa04cfb0 Authenticating user 'default' from [fd00:1122:3344:101::b]:45640 | ||
| 656 | 2025.04.30 19:10:35.415404 [ 275 ] {} <Debug> TCP-Session: dc1c6bd7-e30e-4ac3-b8d5-47f6aa04cfb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 657 | 2025.04.30 19:10:35.415468 [ 275 ] {} <Debug> TCP-Session: dc1c6bd7-e30e-4ac3-b8d5-47f6aa04cfb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 658 | 2025.04.30 19:10:35.417150 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51775 | ||
| 659 | 2025.04.30 19:10:35.417307 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 660 | 2025.04.30 19:10:35.417378 [ 276 ] {} <Debug> TCP-Session: 62f17dfb-e5ef-475a-a6a1-e7f65ecc7bb0 Authenticating user 'default' from [fd00:1122:3344:101::b]:51775 | ||
| 661 | 2025.04.30 19:10:35.417399 [ 276 ] {} <Debug> TCP-Session: 62f17dfb-e5ef-475a-a6a1-e7f65ecc7bb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2025.04.30 19:10:35.417413 [ 276 ] {} <Debug> TCP-Session: 62f17dfb-e5ef-475a-a6a1-e7f65ecc7bb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2025.04.30 19:10:35.692466 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47961 | ||
| 664 | 2025.04.30 19:10:35.692663 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 665 | 2025.04.30 19:10:35.692698 [ 277 ] {} <Debug> TCP-Session: 6161ec38-1030-49bc-be44-69385693e14b Authenticating user 'default' from [fd00:1122:3344:101::c]:47961 | ||
| 666 | 2025.04.30 19:10:35.692727 [ 277 ] {} <Debug> TCP-Session: 6161ec38-1030-49bc-be44-69385693e14b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 667 | 2025.04.30 19:10:35.692782 [ 277 ] {} <Debug> TCP-Session: 6161ec38-1030-49bc-be44-69385693e14b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 668 | 2025.04.30 19:10:35.692862 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 669 | 2025.04.30 19:10:35.692896 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 670 | 2025.04.30 19:10:35.692935 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 671 | 2025.04.30 19:10:35.693400 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64628 | ||
| 672 | 2025.04.30 19:10:35.693505 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38584 | ||
| 673 | 2025.04.30 19:10:35.693647 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 674 | 2025.04.30 19:10:35.693690 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36420 | ||
| 675 | 2025.04.30 19:10:35.693792 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 676 | 2025.04.30 19:10:35.693805 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55256 | ||
| 677 | 2025.04.30 19:10:35.693861 [ 278 ] {} <Debug> TCP-Session: cec90568-5267-473a-b2b0-478c43cdd6d7 Authenticating user 'default' from [fd00:1122:3344:101::c]:64628 | ||
| 678 | 2025.04.30 19:10:35.693886 [ 279 ] {} <Debug> TCP-Session: 460466b2-3393-4095-9743-c977162db83c Authenticating user 'default' from [fd00:1122:3344:101::c]:38584 | ||
| 679 | 2025.04.30 19:10:35.693942 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48004 | ||
| 680 | 2025.04.30 19:10:35.694087 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37802 | ||
| 681 | 2025.04.30 19:10:35.694375 [ 279 ] {} <Debug> TCP-Session: 460466b2-3393-4095-9743-c977162db83c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 682 | 2025.04.30 19:10:35.694400 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55333 | ||
| 683 | 2025.04.30 19:10:35.694389 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 684 | 2025.04.30 19:10:35.694121 [ 278 ] {} <Debug> TCP-Session: cec90568-5267-473a-b2b0-478c43cdd6d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 685 | 2025.04.30 19:10:35.694515 [ 279 ] {} <Debug> TCP-Session: 460466b2-3393-4095-9743-c977162db83c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 686 | 2025.04.30 19:10:35.694537 [ 282 ] {} <Debug> TCP-Session: 9fd8e931-0d08-477a-b795-df6f91f70bf8 Authenticating user 'default' from [fd00:1122:3344:101::c]:48004 | ||
| 687 | 2025.04.30 19:10:35.694644 [ 278 ] {} <Debug> TCP-Session: cec90568-5267-473a-b2b0-478c43cdd6d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 688 | 2025.04.30 19:10:35.694656 [ 282 ] {} <Debug> TCP-Session: 9fd8e931-0d08-477a-b795-df6f91f70bf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2025.04.30 19:10:35.694801 [ 282 ] {} <Debug> TCP-Session: 9fd8e931-0d08-477a-b795-df6f91f70bf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2025.04.30 19:10:35.695032 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 691 | 2025.04.30 19:10:35.695067 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 692 | 2025.04.30 19:10:35.695111 [ 280 ] {} <Debug> TCP-Session: daea4555-18b1-4837-b817-0890a0ec9858 Authenticating user 'default' from [fd00:1122:3344:101::c]:36420 | ||
| 693 | 2025.04.30 19:10:35.695137 [ 284 ] {} <Debug> TCP-Session: 02acdffa-0558-44b5-a67b-9adccf205349 Authenticating user 'default' from [fd00:1122:3344:101::c]:55333 | ||
| 694 | 2025.04.30 19:10:35.695148 [ 280 ] {} <Debug> TCP-Session: daea4555-18b1-4837-b817-0890a0ec9858 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2025.04.30 19:10:35.695160 [ 284 ] {} <Debug> TCP-Session: 02acdffa-0558-44b5-a67b-9adccf205349 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2025.04.30 19:10:35.695201 [ 280 ] {} <Debug> TCP-Session: daea4555-18b1-4837-b817-0890a0ec9858 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2025.04.30 19:10:35.695207 [ 284 ] {} <Debug> TCP-Session: 02acdffa-0558-44b5-a67b-9adccf205349 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2025.04.30 19:10:35.696300 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 699 | 2025.04.30 19:10:35.696351 [ 283 ] {} <Debug> TCP-Session: 322b6af6-b4b1-4764-8d79-af3025ca9c79 Authenticating user 'default' from [fd00:1122:3344:101::c]:37802 | ||
| 700 | 2025.04.30 19:10:35.696373 [ 283 ] {} <Debug> TCP-Session: 322b6af6-b4b1-4764-8d79-af3025ca9c79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2025.04.30 19:10:35.696437 [ 283 ] {} <Debug> TCP-Session: 322b6af6-b4b1-4764-8d79-af3025ca9c79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2025.04.30 19:10:35.696943 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 703 | 2025.04.30 19:10:35.696991 [ 281 ] {} <Debug> TCP-Session: 6a4bcdeb-b7d7-4c1c-adda-f53e5b4b3d6b Authenticating user 'default' from [fd00:1122:3344:101::c]:55256 | ||
| 704 | 2025.04.30 19:10:35.697055 [ 281 ] {} <Debug> TCP-Session: 6a4bcdeb-b7d7-4c1c-adda-f53e5b4b3d6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2025.04.30 19:10:35.697073 [ 281 ] {} <Debug> TCP-Session: 6a4bcdeb-b7d7-4c1c-adda-f53e5b4b3d6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.04.30 19:10:36.000247 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 135.71 MiB, peak 135.71 MiB, free memory in arenas 0.00 B, will set to 140.60 MiB (RSS), difference: 4.89 MiB | ||
| 707 | 2025.04.30 19:10:41.314571 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 708 | 2025.04.30 19:10:41.314647 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
| 709 | 2025.04.30 19:10:41.314685 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 710 | 2025.04.30 19:10:41.314763 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 711 | 2025.04.30 19:10:41.331875 [ 244 ] {} <Debug> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Loading data parts | ||
| 712 | 2025.04.30 19:10:41.332133 [ 244 ] {} <Debug> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): There are no data parts | ||
| 713 | 2025.04.30 19:10:41.334911 [ 243 ] {} <Debug> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Loading data parts | ||
| 714 | 2025.04.30 19:10:41.335281 [ 243 ] {} <Debug> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): There are no data parts | ||
| 715 | 2025.04.30 19:10:41.339928 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 716 | 2025.04.30 19:10:41.340043 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 717 | 2025.04.30 19:10:41.342747 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 718 | 2025.04.30 19:10:41.343051 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 719 | 2025.04.30 19:10:41.343320 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
| 720 | 2025.04.30 19:10:41.388888 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 721 | 2025.04.30 19:10:41.388988 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 722 | 2025.04.30 19:10:41.396089 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 723 | 2025.04.30 19:10:41.396835 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 724 | 2025.04.30 19:10:41.399197 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 725 | 2025.04.30 19:10:42.000207 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.61 MiB, peak 149.61 MiB, free memory in arenas 0.00 B, will set to 150.41 MiB (RSS), difference: 4.80 MiB | ||
| 726 | 2025.04.30 19:10:43.814510 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 727 | 2025.04.30 19:10:43.814671 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 728 | 2025.04.30 19:10:43.828228 [ 242 ] {} <Debug> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Loading data parts | ||
| 729 | 2025.04.30 19:10:43.828393 [ 242 ] {} <Debug> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): There are no data parts | ||
| 730 | 2025.04.30 19:10:43.847217 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 731 | 2025.04.30 19:10:43.847355 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 732 | 2025.04.30 19:10:43.849028 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 733 | 2025.04.30 19:10:43.849536 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 734 | 2025.04.30 19:10:43.850049 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 735 | 2025.04.30 19:10:44.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.59 MiB, peak 154.59 MiB, free memory in arenas 0.00 B, will set to 150.82 MiB (RSS), difference: -3.77 MiB | ||
| 736 | 2025.04.30 19:10:48.767768 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 737 | 2025.04.30 19:10:48.767840 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 738 | 2025.04.30 19:10:48.843478 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
| 739 | 2025.04.30 19:10:48.845121 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 740 | 2025.04.30 19:10:48.845167 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 741 | 2025.04.30 19:10:48.845870 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 742 | 2025.04.30 19:10:48.846479 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 743 | 2025.04.30 19:10:48.846726 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 744 | 2025.04.30 19:10:48.899327 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 745 | 2025.04.30 19:10:48.919686 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 746 | 2025.04.30 19:10:48.919801 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 747 | 2025.04.30 19:10:48.926578 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 748 | 2025.04.30 19:10:48.927669 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 749 | 2025.04.30 19:10:48.930044 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 750 | 2025.04.30 19:10:49.000227 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.49 MiB, peak 155.49 MiB, free memory in arenas 0.00 B, will set to 152.53 MiB (RSS), difference: 1.04 MiB | ||
| 751 | 2025.04.30 19:10:54.000377 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.55 MiB, peak 155.49 MiB, free memory in arenas 0.00 B, will set to 152.56 MiB (RSS), difference: 4.02 MiB | ||
| 752 | 2025.04.30 19:10:55.376211 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 753 | 2025.04.30 19:10:55.376419 [ 3 ] {ec7364c9-aec9-49f9-8ad4-5953dd37d0b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 754 | 2025.04.30 19:10:55.376878 [ 3 ] {ec7364c9-aec9-49f9-8ad4-5953dd37d0b5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 755 | 2025.04.30 19:10:55.377121 [ 3 ] {ec7364c9-aec9-49f9-8ad4-5953dd37d0b5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 756 | 2025.04.30 19:10:55.380016 [ 3 ] {ec7364c9-aec9-49f9-8ad4-5953dd37d0b5} <Debug> TCPHandler: Processed in 0.003936501 sec. | ||
| 757 | 2025.04.30 19:10:55.382847 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 758 | 2025.04.30 19:10:55.383059 [ 3 ] {126316b5-a492-4135-a0d9-943bc407e761} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 759 | 2025.04.30 19:10:55.391069 [ 3 ] {126316b5-a492-4135-a0d9-943bc407e761} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 760 | 2025.04.30 19:10:55.391176 [ 3 ] {126316b5-a492-4135-a0d9-943bc407e761} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 761 | 2025.04.30 19:10:55.391728 [ 3 ] {126316b5-a492-4135-a0d9-943bc407e761} <Debug> TCPHandler: Processed in 0.008935368 sec. | ||
| 762 | 2025.04.30 19:10:55.392101 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 763 | 2025.04.30 19:10:55.392250 [ 3 ] {f16d2a30-a2bd-49f2-80d2-036eb0939f64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 764 | 2025.04.30 19:10:55.392620 [ 3 ] {f16d2a30-a2bd-49f2-80d2-036eb0939f64} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 765 | 2025.04.30 19:10:55.392673 [ 3 ] {f16d2a30-a2bd-49f2-80d2-036eb0939f64} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 766 | 2025.04.30 19:10:55.393151 [ 3 ] {f16d2a30-a2bd-49f2-80d2-036eb0939f64} <Debug> TCPHandler: Processed in 0.001103895 sec. | ||
| 767 | 2025.04.30 19:10:55.393418 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 768 | 2025.04.30 19:10:55.393554 [ 3 ] {e4f74bf7-4a51-45ed-af9c-ad6437d15a37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 769 | 2025.04.30 19:10:55.393866 [ 3 ] {e4f74bf7-4a51-45ed-af9c-ad6437d15a37} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 770 | 2025.04.30 19:10:55.393919 [ 3 ] {e4f74bf7-4a51-45ed-af9c-ad6437d15a37} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 771 | 2025.04.30 19:10:55.394432 [ 3 ] {e4f74bf7-4a51-45ed-af9c-ad6437d15a37} <Debug> TCPHandler: Processed in 0.001066065 sec. | ||
| 772 | 2025.04.30 19:10:55.394665 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 773 | 2025.04.30 19:10:55.394802 [ 3 ] {9d0c80ac-3182-4a63-baa4-1d708ecb1ab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 774 | 2025.04.30 19:10:55.395124 [ 3 ] {9d0c80ac-3182-4a63-baa4-1d708ecb1ab2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 775 | 2025.04.30 19:10:55.395179 [ 3 ] {9d0c80ac-3182-4a63-baa4-1d708ecb1ab2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 776 | 2025.04.30 19:10:55.395651 [ 3 ] {9d0c80ac-3182-4a63-baa4-1d708ecb1ab2} <Debug> TCPHandler: Processed in 0.001038554 sec. | ||
| 777 | 2025.04.30 19:10:55.395906 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 778 | 2025.04.30 19:10:55.396051 [ 3 ] {59ed972a-d9d6-46a0-976a-84f770419d96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 779 | 2025.04.30 19:10:55.396370 [ 3 ] {59ed972a-d9d6-46a0-976a-84f770419d96} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 780 | 2025.04.30 19:10:55.396423 [ 3 ] {59ed972a-d9d6-46a0-976a-84f770419d96} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 781 | 2025.04.30 19:10:55.396872 [ 3 ] {59ed972a-d9d6-46a0-976a-84f770419d96} <Debug> TCPHandler: Processed in 0.001019594 sec. | ||
| 782 | 2025.04.30 19:10:55.397133 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 783 | 2025.04.30 19:10:55.397282 [ 3 ] {08637c3f-00f7-4809-9e9b-235ab42467ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 784 | 2025.04.30 19:10:55.397607 [ 3 ] {08637c3f-00f7-4809-9e9b-235ab42467ba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 785 | 2025.04.30 19:10:55.397660 [ 3 ] {08637c3f-00f7-4809-9e9b-235ab42467ba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 786 | 2025.04.30 19:10:55.398094 [ 3 ] {08637c3f-00f7-4809-9e9b-235ab42467ba} <Debug> TCPHandler: Processed in 0.001014853 sec. | ||
| 787 | 2025.04.30 19:10:55.398334 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 788 | 2025.04.30 19:10:55.398474 [ 3 ] {586e53c5-21e5-4e2b-ba15-14404204a2ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 789 | 2025.04.30 19:10:55.398803 [ 3 ] {586e53c5-21e5-4e2b-ba15-14404204a2ae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 790 | 2025.04.30 19:10:55.398856 [ 3 ] {586e53c5-21e5-4e2b-ba15-14404204a2ae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 791 | 2025.04.30 19:10:55.399296 [ 3 ] {586e53c5-21e5-4e2b-ba15-14404204a2ae} <Debug> TCPHandler: Processed in 0.001015084 sec. | ||
| 792 | 2025.04.30 19:10:55.399505 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 793 | 2025.04.30 19:10:55.399645 [ 3 ] {6409dd54-3051-4c4c-b6d5-c0fece87bb36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 794 | 2025.04.30 19:10:55.399971 [ 3 ] {6409dd54-3051-4c4c-b6d5-c0fece87bb36} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 795 | 2025.04.30 19:10:55.400023 [ 3 ] {6409dd54-3051-4c4c-b6d5-c0fece87bb36} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 796 | 2025.04.30 19:10:55.400482 [ 3 ] {6409dd54-3051-4c4c-b6d5-c0fece87bb36} <Debug> TCPHandler: Processed in 0.001029674 sec. | ||
| 797 | 2025.04.30 19:10:55.400716 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 798 | 2025.04.30 19:10:55.400857 [ 3 ] {eba8e0a9-dfbd-4f5a-b8fa-dead59745775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 799 | 2025.04.30 19:10:55.401192 [ 3 ] {eba8e0a9-dfbd-4f5a-b8fa-dead59745775} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 800 | 2025.04.30 19:10:55.401245 [ 3 ] {eba8e0a9-dfbd-4f5a-b8fa-dead59745775} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 801 | 2025.04.30 19:10:55.401678 [ 3 ] {eba8e0a9-dfbd-4f5a-b8fa-dead59745775} <Debug> TCPHandler: Processed in 0.001013954 sec. | ||
| 802 | 2025.04.30 19:10:55.401907 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 803 | 2025.04.30 19:10:55.402049 [ 3 ] {61940231-b97f-4971-9140-4d0ea9ff4e41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 804 | 2025.04.30 19:10:55.402389 [ 3 ] {61940231-b97f-4971-9140-4d0ea9ff4e41} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 805 | 2025.04.30 19:10:55.402440 [ 3 ] {61940231-b97f-4971-9140-4d0ea9ff4e41} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 806 | 2025.04.30 19:10:55.402880 [ 3 ] {61940231-b97f-4971-9140-4d0ea9ff4e41} <Debug> TCPHandler: Processed in 0.001025174 sec. | ||
| 807 | 2025.04.30 19:10:55.403090 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 808 | 2025.04.30 19:10:55.403235 [ 3 ] {b0475861-e329-4deb-9817-0c930566d283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 809 | 2025.04.30 19:10:55.403568 [ 3 ] {b0475861-e329-4deb-9817-0c930566d283} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 810 | 2025.04.30 19:10:55.403619 [ 3 ] {b0475861-e329-4deb-9817-0c930566d283} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 811 | 2025.04.30 19:10:55.404056 [ 3 ] {b0475861-e329-4deb-9817-0c930566d283} <Debug> TCPHandler: Processed in 0.001018694 sec. | ||
| 812 | 2025.04.30 19:10:55.404295 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 813 | 2025.04.30 19:10:55.404446 [ 3 ] {316b64aa-2d34-4df6-b647-6134ec10c357} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 814 | 2025.04.30 19:10:55.404786 [ 3 ] {316b64aa-2d34-4df6-b647-6134ec10c357} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 815 | 2025.04.30 19:10:55.404838 [ 3 ] {316b64aa-2d34-4df6-b647-6134ec10c357} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 816 | 2025.04.30 19:10:55.405279 [ 3 ] {316b64aa-2d34-4df6-b647-6134ec10c357} <Debug> TCPHandler: Processed in 0.001038545 sec. | ||
| 817 | 2025.04.30 19:10:55.405479 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 818 | 2025.04.30 19:10:55.405622 [ 3 ] {badadb33-7873-4fe9-b47d-981749c0c38d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 819 | 2025.04.30 19:10:55.405963 [ 3 ] {badadb33-7873-4fe9-b47d-981749c0c38d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 820 | 2025.04.30 19:10:55.406014 [ 3 ] {badadb33-7873-4fe9-b47d-981749c0c38d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 821 | 2025.04.30 19:10:55.406458 [ 3 ] {badadb33-7873-4fe9-b47d-981749c0c38d} <Debug> TCPHandler: Processed in 0.001031384 sec. | ||
| 822 | 2025.04.30 19:10:55.406660 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 823 | 2025.04.30 19:10:55.406805 [ 3 ] {7601a0b8-1dac-4b63-b6f9-471b3122f473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 824 | 2025.04.30 19:10:55.407151 [ 3 ] {7601a0b8-1dac-4b63-b6f9-471b3122f473} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 825 | 2025.04.30 19:10:55.407203 [ 3 ] {7601a0b8-1dac-4b63-b6f9-471b3122f473} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 826 | 2025.04.30 19:10:55.407800 [ 3 ] {7601a0b8-1dac-4b63-b6f9-471b3122f473} <Debug> TCPHandler: Processed in 0.001192738 sec. | ||
| 827 | 2025.04.30 19:10:55.408091 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 828 | 2025.04.30 19:10:55.408241 [ 3 ] {b98a5580-baf3-44aa-9fd7-0572d593d4bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 829 | 2025.04.30 19:10:55.408593 [ 3 ] {b98a5580-baf3-44aa-9fd7-0572d593d4bd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 830 | 2025.04.30 19:10:55.408645 [ 3 ] {b98a5580-baf3-44aa-9fd7-0572d593d4bd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 831 | 2025.04.30 19:10:55.409093 [ 3 ] {b98a5580-baf3-44aa-9fd7-0572d593d4bd} <Debug> TCPHandler: Processed in 0.001055734 sec. | ||
| 832 | 2025.04.30 19:10:55.409300 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 833 | 2025.04.30 19:10:55.409444 [ 3 ] {0201b82e-76b3-449a-b7e9-51e6f522e47d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 834 | 2025.04.30 19:10:55.409790 [ 3 ] {0201b82e-76b3-449a-b7e9-51e6f522e47d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 835 | 2025.04.30 19:10:55.409841 [ 3 ] {0201b82e-76b3-449a-b7e9-51e6f522e47d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 836 | 2025.04.30 19:10:55.410323 [ 3 ] {0201b82e-76b3-449a-b7e9-51e6f522e47d} <Debug> TCPHandler: Processed in 0.001075075 sec. | ||
| 837 | 2025.04.30 19:10:55.410563 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 838 | 2025.04.30 19:10:55.410709 [ 3 ] {28f1eebb-a02b-4cc4-88eb-3b5cbd4ee2fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 839 | 2025.04.30 19:10:55.411061 [ 3 ] {28f1eebb-a02b-4cc4-88eb-3b5cbd4ee2fc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 840 | 2025.04.30 19:10:55.411111 [ 3 ] {28f1eebb-a02b-4cc4-88eb-3b5cbd4ee2fc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 841 | 2025.04.30 19:10:55.411570 [ 3 ] {28f1eebb-a02b-4cc4-88eb-3b5cbd4ee2fc} <Debug> TCPHandler: Processed in 0.001059095 sec. | ||
| 842 | 2025.04.30 19:10:55.417796 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 843 | 2025.04.30 19:10:55.417923 [ 3 ] {09ecc9af-4b72-4f36-b245-b875a82b38d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 844 | 2025.04.30 19:10:55.417973 [ 3 ] {09ecc9af-4b72-4f36-b245-b875a82b38d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 845 | 2025.04.30 19:10:55.418837 [ 3 ] {09ecc9af-4b72-4f36-b245-b875a82b38d5} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 846 | 2025.04.30 19:10:55.418893 [ 3 ] {09ecc9af-4b72-4f36-b245-b875a82b38d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 847 | 2025.04.30 19:10:55.419598 [ 3 ] {09ecc9af-4b72-4f36-b245-b875a82b38d5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 848 | 2025.04.30 19:10:55.420134 [ 3 ] {09ecc9af-4b72-4f36-b245-b875a82b38d5} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 849 | 2025.04.30 19:10:55.420364 [ 3 ] {09ecc9af-4b72-4f36-b245-b875a82b38d5} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.00247 sec., 7287.44939271255 rows/sec., 1019.26 KiB/sec. | ||
| 850 | 2025.04.30 19:10:55.420460 [ 3 ] {09ecc9af-4b72-4f36-b245-b875a82b38d5} <Debug> TCPHandler: Processed in 0.002716434 sec. | ||
| 851 | 2025.04.30 19:10:55.420601 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 852 | 2025.04.30 19:10:55.420710 [ 3 ] {63f2f8a0-a32d-4f70-8652-81845711fba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 853 | 2025.04.30 19:10:55.420755 [ 3 ] {63f2f8a0-a32d-4f70-8652-81845711fba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 854 | 2025.04.30 19:10:55.422622 [ 3 ] {63f2f8a0-a32d-4f70-8652-81845711fba4} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 855 | 2025.04.30 19:10:55.422661 [ 3 ] {63f2f8a0-a32d-4f70-8652-81845711fba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 856 | 2025.04.30 19:10:55.423184 [ 3 ] {63f2f8a0-a32d-4f70-8652-81845711fba4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 857 | 2025.04.30 19:10:55.423683 [ 3 ] {63f2f8a0-a32d-4f70-8652-81845711fba4} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 858 | 2025.04.30 19:10:55.423876 [ 3 ] {63f2f8a0-a32d-4f70-8652-81845711fba4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.003192 sec., 17543.85964912281 rows/sec., 1.35 MiB/sec. | ||
| 859 | 2025.04.30 19:10:55.423928 [ 3 ] {63f2f8a0-a32d-4f70-8652-81845711fba4} <Debug> TCPHandler: Processed in 0.003379909 sec. | ||
| 860 | 2025.04.30 19:10:55.424052 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 861 | 2025.04.30 19:10:55.424159 [ 3 ] {482abace-23b2-40a9-ab51-1b72f7f69275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 862 | 2025.04.30 19:10:55.424204 [ 3 ] {482abace-23b2-40a9-ab51-1b72f7f69275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 863 | 2025.04.30 19:10:55.424718 [ 3 ] {482abace-23b2-40a9-ab51-1b72f7f69275} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 864 | 2025.04.30 19:10:55.424758 [ 3 ] {482abace-23b2-40a9-ab51-1b72f7f69275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 865 | 2025.04.30 19:10:55.425206 [ 3 ] {482abace-23b2-40a9-ab51-1b72f7f69275} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 866 | 2025.04.30 19:10:55.425628 [ 3 ] {482abace-23b2-40a9-ab51-1b72f7f69275} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 867 | 2025.04.30 19:10:55.425847 [ 3 ] {482abace-23b2-40a9-ab51-1b72f7f69275} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001706 sec., 37514.654161781946 rows/sec., 2.93 MiB/sec. | ||
| 868 | 2025.04.30 19:10:55.426002 [ 3 ] {482abace-23b2-40a9-ab51-1b72f7f69275} <Debug> TCPHandler: Processed in 0.002001637 sec. | ||
| 869 | 2025.04.30 19:10:55.426135 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 870 | 2025.04.30 19:10:55.426243 [ 3 ] {fa899d16-15dc-4471-b958-fe6e198660c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 871 | 2025.04.30 19:10:55.426293 [ 3 ] {fa899d16-15dc-4471-b958-fe6e198660c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 872 | 2025.04.30 19:10:55.426872 [ 3 ] {fa899d16-15dc-4471-b958-fe6e198660c2} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 873 | 2025.04.30 19:10:55.426911 [ 3 ] {fa899d16-15dc-4471-b958-fe6e198660c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 874 | 2025.04.30 19:10:55.427438 [ 3 ] {fa899d16-15dc-4471-b958-fe6e198660c2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 875 | 2025.04.30 19:10:55.427931 [ 3 ] {fa899d16-15dc-4471-b958-fe6e198660c2} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 876 | 2025.04.30 19:10:55.428209 [ 3 ] {fa899d16-15dc-4471-b958-fe6e198660c2} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001969 sec., 65007.61808024378 rows/sec., 4.53 MiB/sec. | ||
| 877 | 2025.04.30 19:10:55.428289 [ 3 ] {fa899d16-15dc-4471-b958-fe6e198660c2} <Debug> TCPHandler: Processed in 0.002206141 sec. | ||
| 878 | 2025.04.30 19:10:55.428411 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 879 | 2025.04.30 19:10:55.428517 [ 3 ] {77be4f03-ff23-4499-9906-e5abce9e2f5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 880 | 2025.04.30 19:10:55.428563 [ 3 ] {77be4f03-ff23-4499-9906-e5abce9e2f5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 881 | 2025.04.30 19:10:55.428994 [ 3 ] {77be4f03-ff23-4499-9906-e5abce9e2f5c} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 882 | 2025.04.30 19:10:55.429034 [ 3 ] {77be4f03-ff23-4499-9906-e5abce9e2f5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 883 | 2025.04.30 19:10:55.429508 [ 3 ] {77be4f03-ff23-4499-9906-e5abce9e2f5c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 884 | 2025.04.30 19:10:55.429962 [ 3 ] {77be4f03-ff23-4499-9906-e5abce9e2f5c} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 885 | 2025.04.30 19:10:55.430204 [ 3 ] {77be4f03-ff23-4499-9906-e5abce9e2f5c} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001702 sec., 28202.115158636898 rows/sec., 1.90 MiB/sec. | ||
| 886 | 2025.04.30 19:10:55.430311 [ 3 ] {77be4f03-ff23-4499-9906-e5abce9e2f5c} <Debug> TCPHandler: Processed in 0.001951556 sec. | ||
| 887 | 2025.04.30 19:10:56.346900 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
| 888 | 2025.04.30 19:10:56.347560 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 889 | 2025.04.30 19:10:56.347614 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 890 | 2025.04.30 19:10:56.348497 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 891 | 2025.04.30 19:10:56.349143 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 892 | 2025.04.30 19:10:56.349403 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
| 893 | 2025.04.30 19:10:56.430186 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 894 | 2025.04.30 19:10:56.449836 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 895 | 2025.04.30 19:10:56.449913 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 896 | 2025.04.30 19:10:56.456802 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 897 | 2025.04.30 19:10:56.458134 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 898 | 2025.04.30 19:10:56.461693 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 899 | 2025.04.30 19:11:00.382266 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 900 | 2025.04.30 19:11:00.382578 [ 3 ] {5db1734f-1101-4852-bfb8-16be4d850537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 901 | 2025.04.30 19:11:00.382690 [ 3 ] {5db1734f-1101-4852-bfb8-16be4d850537} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 902 | 2025.04.30 19:11:00.383629 [ 3 ] {5db1734f-1101-4852-bfb8-16be4d850537} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 903 | 2025.04.30 19:11:00.383670 [ 3 ] {5db1734f-1101-4852-bfb8-16be4d850537} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 904 | 2025.04.30 19:11:00.384175 [ 3 ] {5db1734f-1101-4852-bfb8-16be4d850537} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 905 | 2025.04.30 19:11:00.384617 [ 3 ] {5db1734f-1101-4852-bfb8-16be4d850537} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 906 | 2025.04.30 19:11:00.384839 [ 3 ] {5db1734f-1101-4852-bfb8-16be4d850537} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002341 sec., 23921.401110636478 rows/sec., 1.84 MiB/sec. | ||
| 907 | 2025.04.30 19:11:00.384892 [ 3 ] {5db1734f-1101-4852-bfb8-16be4d850537} <Debug> TCPHandler: Processed in 0.002814315 sec. | ||
| 908 | 2025.04.30 19:11:00.385017 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 909 | 2025.04.30 19:11:00.385121 [ 3 ] {9a1d1b47-e85c-40b1-a763-5ed786522b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 910 | 2025.04.30 19:11:00.385164 [ 3 ] {9a1d1b47-e85c-40b1-a763-5ed786522b3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 911 | 2025.04.30 19:11:00.385691 [ 3 ] {9a1d1b47-e85c-40b1-a763-5ed786522b3b} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 912 | 2025.04.30 19:11:00.385730 [ 3 ] {9a1d1b47-e85c-40b1-a763-5ed786522b3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 913 | 2025.04.30 19:11:00.386331 [ 3 ] {9a1d1b47-e85c-40b1-a763-5ed786522b3b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 914 | 2025.04.30 19:11:00.386747 [ 3 ] {9a1d1b47-e85c-40b1-a763-5ed786522b3b} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 915 | 2025.04.30 19:11:00.386940 [ 3 ] {9a1d1b47-e85c-40b1-a763-5ed786522b3b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001841 sec., 34763.71537208039 rows/sec., 2.71 MiB/sec. | ||
| 916 | 2025.04.30 19:11:00.386988 [ 3 ] {9a1d1b47-e85c-40b1-a763-5ed786522b3b} <Debug> TCPHandler: Processed in 0.002025277 sec. | ||
| 917 | 2025.04.30 19:11:00.387106 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 918 | 2025.04.30 19:11:00.387211 [ 3 ] {8d0fd1de-3630-44f9-9008-3ce85feeb7b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 919 | 2025.04.30 19:11:00.387258 [ 3 ] {8d0fd1de-3630-44f9-9008-3ce85feeb7b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 920 | 2025.04.30 19:11:00.387764 [ 3 ] {8d0fd1de-3630-44f9-9008-3ce85feeb7b0} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 921 | 2025.04.30 19:11:00.387801 [ 3 ] {8d0fd1de-3630-44f9-9008-3ce85feeb7b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 922 | 2025.04.30 19:11:00.388265 [ 3 ] {8d0fd1de-3630-44f9-9008-3ce85feeb7b0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 923 | 2025.04.30 19:11:00.388688 [ 3 ] {8d0fd1de-3630-44f9-9008-3ce85feeb7b0} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 924 | 2025.04.30 19:11:00.388878 [ 3 ] {8d0fd1de-3630-44f9-9008-3ce85feeb7b0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001689 sec., 94730.60982830077 rows/sec., 6.60 MiB/sec. | ||
| 925 | 2025.04.30 19:11:00.388926 [ 3 ] {8d0fd1de-3630-44f9-9008-3ce85feeb7b0} <Debug> TCPHandler: Processed in 0.001873293 sec. | ||
| 926 | 2025.04.30 19:11:00.389038 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 927 | 2025.04.30 19:11:00.389141 [ 3 ] {e51bf601-ea89-45bf-9594-9eab2147bb02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 928 | 2025.04.30 19:11:00.389186 [ 3 ] {e51bf601-ea89-45bf-9594-9eab2147bb02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 929 | 2025.04.30 19:11:00.389610 [ 3 ] {e51bf601-ea89-45bf-9594-9eab2147bb02} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 930 | 2025.04.30 19:11:00.389647 [ 3 ] {e51bf601-ea89-45bf-9594-9eab2147bb02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 931 | 2025.04.30 19:11:00.390118 [ 3 ] {e51bf601-ea89-45bf-9594-9eab2147bb02} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 932 | 2025.04.30 19:11:00.390546 [ 3 ] {e51bf601-ea89-45bf-9594-9eab2147bb02} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 933 | 2025.04.30 19:11:00.390772 [ 3 ] {e51bf601-ea89-45bf-9594-9eab2147bb02} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001649 sec., 36385.68829593693 rows/sec., 2.45 MiB/sec. | ||
| 934 | 2025.04.30 19:11:00.390892 [ 3 ] {e51bf601-ea89-45bf-9594-9eab2147bb02} <Debug> TCPHandler: Processed in 0.001907625 sec. | ||
| 935 | 2025.04.30 19:11:03.768085 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 936 | 2025.04.30 19:11:03.768149 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 937 | 2025.04.30 19:11:03.849539 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
| 938 | 2025.04.30 19:11:03.850151 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 939 | 2025.04.30 19:11:03.850200 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 940 | 2025.04.30 19:11:03.850719 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142 | ||
| 941 | 2025.04.30 19:11:03.851038 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 942 | 2025.04.30 19:11:03.851859 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 943 | 2025.04.30 19:11:03.852659 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 944 | 2025.04.30 19:11:03.855974 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 945 | 2025.04.30 19:11:03.856034 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 946 | 2025.04.30 19:11:03.857650 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 947 | 2025.04.30 19:11:03.858188 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 948 | 2025.04.30 19:11:03.859071 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142 | ||
| 949 | 2025.04.30 19:11:03.961790 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 950 | 2025.04.30 19:11:03.981750 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 951 | 2025.04.30 19:11:03.981814 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 952 | 2025.04.30 19:11:03.988398 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 953 | 2025.04.30 19:11:03.989547 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 954 | 2025.04.30 19:11:03.992129 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 955 | 2025.04.30 19:11:05.376417 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 956 | 2025.04.30 19:11:05.376654 [ 3 ] {4138fbc3-86eb-42aa-957e-1c86936a86b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 957 | 2025.04.30 19:11:05.379110 [ 3 ] {4138fbc3-86eb-42aa-957e-1c86936a86b0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 958 | 2025.04.30 19:11:05.381083 [ 3 ] {4138fbc3-86eb-42aa-957e-1c86936a86b0} <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 | ||
| 959 | 2025.04.30 19:11:05.381389 [ 3 ] {4138fbc3-86eb-42aa-957e-1c86936a86b0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 960 | 2025.04.30 19:11:05.381562 [ 3 ] {4138fbc3-86eb-42aa-957e-1c86936a86b0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 961 | 2025.04.30 19:11:05.384047 [ 3 ] {4138fbc3-86eb-42aa-957e-1c86936a86b0} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 962 | 2025.04.30 19:11:05.387265 [ 3 ] {4138fbc3-86eb-42aa-957e-1c86936a86b0} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 963 | 2025.04.30 19:11:05.389455 [ 3 ] {4138fbc3-86eb-42aa-957e-1c86936a86b0} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (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 | ||
| 964 | 2025.04.30 19:11:05.389504 [ 3 ] {4138fbc3-86eb-42aa-957e-1c86936a86b0} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 965 | 2025.04.30 19:11:05.389702 [ 3 ] {4138fbc3-86eb-42aa-957e-1c86936a86b0} <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'))" | ||
| 966 | 2025.04.30 19:11:05.389753 [ 3 ] {4138fbc3-86eb-42aa-957e-1c86936a86b0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 967 | 2025.04.30 19:11:05.391941 [ 3 ] {4138fbc3-86eb-42aa-957e-1c86936a86b0} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.015392 sec., 1169.4386694386694 rows/sec., 47.84 KiB/sec. | ||
| 968 | 2025.04.30 19:11:05.392067 [ 3 ] {4138fbc3-86eb-42aa-957e-1c86936a86b0} <Debug> TCPHandler: Processed in 0.015781497 sec. | ||
| 969 | 2025.04.30 19:11:05.398783 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 970 | 2025.04.30 19:11:05.398930 [ 3 ] {03fdc222-3448-4305-b255-42f807b39587} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 971 | 2025.04.30 19:11:05.398987 [ 3 ] {03fdc222-3448-4305-b255-42f807b39587} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 972 | 2025.04.30 19:11:05.399747 [ 3 ] {03fdc222-3448-4305-b255-42f807b39587} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 973 | 2025.04.30 19:11:05.399788 [ 3 ] {03fdc222-3448-4305-b255-42f807b39587} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 974 | 2025.04.30 19:11:05.400396 [ 3 ] {03fdc222-3448-4305-b255-42f807b39587} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 975 | 2025.04.30 19:11:05.400810 [ 3 ] {03fdc222-3448-4305-b255-42f807b39587} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 976 | 2025.04.30 19:11:05.401086 [ 3 ] {03fdc222-3448-4305-b255-42f807b39587} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.002178 sec., 459.13682277318645 rows/sec., 68.60 KiB/sec. | ||
| 977 | 2025.04.30 19:11:05.401182 [ 3 ] {03fdc222-3448-4305-b255-42f807b39587} <Debug> TCPHandler: Processed in 0.002466198 sec. | ||
| 978 | 2025.04.30 19:11:05.401300 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 979 | 2025.04.30 19:11:05.401403 [ 3 ] {f11a79e5-582a-4342-aa23-275274474599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 980 | 2025.04.30 19:11:05.401447 [ 3 ] {f11a79e5-582a-4342-aa23-275274474599} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 981 | 2025.04.30 19:11:05.402001 [ 3 ] {f11a79e5-582a-4342-aa23-275274474599} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 982 | 2025.04.30 19:11:05.402039 [ 3 ] {f11a79e5-582a-4342-aa23-275274474599} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 983 | 2025.04.30 19:11:05.402502 [ 3 ] {f11a79e5-582a-4342-aa23-275274474599} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 984 | 2025.04.30 19:11:05.402960 [ 3 ] {f11a79e5-582a-4342-aa23-275274474599} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 985 | 2025.04.30 19:11:05.403154 [ 3 ] {f11a79e5-582a-4342-aa23-275274474599} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001772 sec., 40632.05417607223 rows/sec., 3.30 MiB/sec. | ||
| 986 | 2025.04.30 19:11:05.403203 [ 3 ] {f11a79e5-582a-4342-aa23-275274474599} <Debug> TCPHandler: Processed in 0.001952565 sec. | ||
| 987 | 2025.04.30 19:11:05.403325 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 988 | 2025.04.30 19:11:05.403426 [ 3 ] {137da14f-925d-40e0-8829-563855031fb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 989 | 2025.04.30 19:11:05.403469 [ 3 ] {137da14f-925d-40e0-8829-563855031fb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 990 | 2025.04.30 19:11:05.403990 [ 3 ] {137da14f-925d-40e0-8829-563855031fb7} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 991 | 2025.04.30 19:11:05.404025 [ 3 ] {137da14f-925d-40e0-8829-563855031fb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 992 | 2025.04.30 19:11:05.404490 [ 3 ] {137da14f-925d-40e0-8829-563855031fb7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 993 | 2025.04.30 19:11:05.404981 [ 3 ] {137da14f-925d-40e0-8829-563855031fb7} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 994 | 2025.04.30 19:11:05.405169 [ 3 ] {137da14f-925d-40e0-8829-563855031fb7} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001764 sec., 4535.14739229025 rows/sec., 341.02 KiB/sec. | ||
| 995 | 2025.04.30 19:11:05.405217 [ 3 ] {137da14f-925d-40e0-8829-563855031fb7} <Debug> TCPHandler: Processed in 0.001943005 sec. | ||
| 996 | 2025.04.30 19:11:05.405330 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 997 | 2025.04.30 19:11:05.405430 [ 3 ] {015e4eb3-480f-42f8-b20f-369f56c20ba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 998 | 2025.04.30 19:11:05.405473 [ 3 ] {015e4eb3-480f-42f8-b20f-369f56c20ba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 999 | 2025.04.30 19:11:05.406003 [ 3 ] {015e4eb3-480f-42f8-b20f-369f56c20ba4} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1000 | 2025.04.30 19:11:05.406040 [ 3 ] {015e4eb3-480f-42f8-b20f-369f56c20ba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1001 | 2025.04.30 19:11:05.406481 [ 3 ] {015e4eb3-480f-42f8-b20f-369f56c20ba4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1002 | 2025.04.30 19:11:05.406933 [ 3 ] {015e4eb3-480f-42f8-b20f-369f56c20ba4} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1003 | 2025.04.30 19:11:05.407089 [ 3 ] {015e4eb3-480f-42f8-b20f-369f56c20ba4} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001681 sec., 42831.647828673405 rows/sec., 3.34 MiB/sec. | ||
| 1004 | 2025.04.30 19:11:05.407135 [ 3 ] {015e4eb3-480f-42f8-b20f-369f56c20ba4} <Debug> TCPHandler: Processed in 0.001855623 sec. | ||
| 1005 | 2025.04.30 19:11:05.407249 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1006 | 2025.04.30 19:11:05.407350 [ 3 ] {fec093c4-2666-481b-909d-aafdbbfe5b39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1007 | 2025.04.30 19:11:05.407396 [ 3 ] {fec093c4-2666-481b-909d-aafdbbfe5b39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1008 | 2025.04.30 19:11:05.407886 [ 3 ] {fec093c4-2666-481b-909d-aafdbbfe5b39} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1009 | 2025.04.30 19:11:05.407922 [ 3 ] {fec093c4-2666-481b-909d-aafdbbfe5b39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1010 | 2025.04.30 19:11:05.408405 [ 3 ] {fec093c4-2666-481b-909d-aafdbbfe5b39} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1011 | 2025.04.30 19:11:05.408857 [ 3 ] {fec093c4-2666-481b-909d-aafdbbfe5b39} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1012 | 2025.04.30 19:11:05.409019 [ 3 ] {fec093c4-2666-481b-909d-aafdbbfe5b39} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001691 sec., 94618.56889414547 rows/sec., 6.59 MiB/sec. | ||
| 1013 | 2025.04.30 19:11:05.409065 [ 3 ] {fec093c4-2666-481b-909d-aafdbbfe5b39} <Debug> TCPHandler: Processed in 0.001866863 sec. | ||
| 1014 | 2025.04.30 19:11:05.409178 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1015 | 2025.04.30 19:11:05.409278 [ 3 ] {c5e1811a-0482-4adf-8d90-0d8f2f31abee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1016 | 2025.04.30 19:11:05.409341 [ 3 ] {c5e1811a-0482-4adf-8d90-0d8f2f31abee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1017 | 2025.04.30 19:11:05.410318 [ 3 ] {c5e1811a-0482-4adf-8d90-0d8f2f31abee} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1018 | 2025.04.30 19:11:05.410363 [ 3 ] {c5e1811a-0482-4adf-8d90-0d8f2f31abee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1019 | 2025.04.30 19:11:05.413185 [ 3 ] {c5e1811a-0482-4adf-8d90-0d8f2f31abee} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1020 | 2025.04.30 19:11:05.413738 [ 3 ] {c5e1811a-0482-4adf-8d90-0d8f2f31abee} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1021 | 2025.04.30 19:11:05.413971 [ 3 ] {c5e1811a-0482-4adf-8d90-0d8f2f31abee} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004695 sec., 1703.9403620873268 rows/sec., 3.05 MiB/sec. | ||
| 1022 | 2025.04.30 19:11:05.414105 [ 3 ] {c5e1811a-0482-4adf-8d90-0d8f2f31abee} <Debug> TCPHandler: Processed in 0.004976666 sec. | ||
| 1023 | 2025.04.30 19:11:05.414226 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1024 | 2025.04.30 19:11:05.414328 [ 3 ] {86535011-cb00-4df3-bf4e-6364b2f9108f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1025 | 2025.04.30 19:11:05.414371 [ 3 ] {86535011-cb00-4df3-bf4e-6364b2f9108f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1026 | 2025.04.30 19:11:05.414770 [ 3 ] {86535011-cb00-4df3-bf4e-6364b2f9108f} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1027 | 2025.04.30 19:11:05.414807 [ 3 ] {86535011-cb00-4df3-bf4e-6364b2f9108f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1028 | 2025.04.30 19:11:05.415253 [ 3 ] {86535011-cb00-4df3-bf4e-6364b2f9108f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1029 | 2025.04.30 19:11:05.415702 [ 3 ] {86535011-cb00-4df3-bf4e-6364b2f9108f} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1030 | 2025.04.30 19:11:05.415938 [ 3 ] {86535011-cb00-4df3-bf4e-6364b2f9108f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001613 sec., 37197.768133911966 rows/sec., 2.51 MiB/sec. | ||
| 1031 | 2025.04.30 19:11:05.416017 [ 3 ] {86535011-cb00-4df3-bf4e-6364b2f9108f} <Debug> TCPHandler: Processed in 0.001841133 sec. | ||
| 1032 | 2025.04.30 19:11:10.381008 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1033 | 2025.04.30 19:11:10.381327 [ 3 ] {7d649e5c-d652-4b37-b1fe-deb057e4966f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1034 | 2025.04.30 19:11:10.381420 [ 3 ] {7d649e5c-d652-4b37-b1fe-deb057e4966f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1035 | 2025.04.30 19:11:10.382202 [ 3 ] {7d649e5c-d652-4b37-b1fe-deb057e4966f} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1036 | 2025.04.30 19:11:10.382252 [ 3 ] {7d649e5c-d652-4b37-b1fe-deb057e4966f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1037 | 2025.04.30 19:11:10.382771 [ 3 ] {7d649e5c-d652-4b37-b1fe-deb057e4966f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1038 | 2025.04.30 19:11:10.383217 [ 3 ] {7d649e5c-d652-4b37-b1fe-deb057e4966f} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1039 | 2025.04.30 19:11:10.383453 [ 3 ] {7d649e5c-d652-4b37-b1fe-deb057e4966f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002202 sec., 25431.425976385104 rows/sec., 1.95 MiB/sec. | ||
| 1040 | 2025.04.30 19:11:10.383571 [ 3 ] {7d649e5c-d652-4b37-b1fe-deb057e4966f} <Debug> TCPHandler: Processed in 0.002751624 sec. | ||
| 1041 | 2025.04.30 19:11:10.383775 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1042 | 2025.04.30 19:11:10.383887 [ 3 ] {20ee2213-35bf-4eac-a5a3-a86929c67fa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1043 | 2025.04.30 19:11:10.383936 [ 3 ] {20ee2213-35bf-4eac-a5a3-a86929c67fa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1044 | 2025.04.30 19:11:10.384487 [ 3 ] {20ee2213-35bf-4eac-a5a3-a86929c67fa6} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1045 | 2025.04.30 19:11:10.384527 [ 3 ] {20ee2213-35bf-4eac-a5a3-a86929c67fa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1046 | 2025.04.30 19:11:10.384972 [ 3 ] {20ee2213-35bf-4eac-a5a3-a86929c67fa6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1047 | 2025.04.30 19:11:10.385424 [ 3 ] {20ee2213-35bf-4eac-a5a3-a86929c67fa6} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1048 | 2025.04.30 19:11:10.385626 [ 3 ] {20ee2213-35bf-4eac-a5a3-a86929c67fa6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001766 sec., 36240.090600226504 rows/sec., 2.83 MiB/sec. | ||
| 1049 | 2025.04.30 19:11:10.385676 [ 3 ] {20ee2213-35bf-4eac-a5a3-a86929c67fa6} <Debug> TCPHandler: Processed in 0.001965996 sec. | ||
| 1050 | 2025.04.30 19:11:10.385790 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1051 | 2025.04.30 19:11:10.385898 [ 3 ] {cd2f9851-b2c9-4b5b-874f-f151825deba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1052 | 2025.04.30 19:11:10.385945 [ 3 ] {cd2f9851-b2c9-4b5b-874f-f151825deba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1053 | 2025.04.30 19:11:10.386466 [ 3 ] {cd2f9851-b2c9-4b5b-874f-f151825deba9} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1054 | 2025.04.30 19:11:10.386504 [ 3 ] {cd2f9851-b2c9-4b5b-874f-f151825deba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1055 | 2025.04.30 19:11:10.386963 [ 3 ] {cd2f9851-b2c9-4b5b-874f-f151825deba9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1056 | 2025.04.30 19:11:10.387394 [ 3 ] {cd2f9851-b2c9-4b5b-874f-f151825deba9} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1057 | 2025.04.30 19:11:10.387602 [ 3 ] {cd2f9851-b2c9-4b5b-874f-f151825deba9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001728 sec., 92592.5925925926 rows/sec., 6.45 MiB/sec. | ||
| 1058 | 2025.04.30 19:11:10.387652 [ 3 ] {cd2f9851-b2c9-4b5b-874f-f151825deba9} <Debug> TCPHandler: Processed in 0.001915414 sec. | ||
| 1059 | 2025.04.30 19:11:10.387767 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1060 | 2025.04.30 19:11:10.387871 [ 3 ] {bc468467-0e4b-4ae4-b119-1557837f6595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1061 | 2025.04.30 19:11:10.387916 [ 3 ] {bc468467-0e4b-4ae4-b119-1557837f6595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1062 | 2025.04.30 19:11:10.388321 [ 3 ] {bc468467-0e4b-4ae4-b119-1557837f6595} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1063 | 2025.04.30 19:11:10.388360 [ 3 ] {bc468467-0e4b-4ae4-b119-1557837f6595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1064 | 2025.04.30 19:11:10.388790 [ 3 ] {bc468467-0e4b-4ae4-b119-1557837f6595} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1065 | 2025.04.30 19:11:10.389211 [ 3 ] {bc468467-0e4b-4ae4-b119-1557837f6595} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1066 | 2025.04.30 19:11:10.389410 [ 3 ] {bc468467-0e4b-4ae4-b119-1557837f6595} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00156 sec., 38461.53846153846 rows/sec., 2.59 MiB/sec. | ||
| 1067 | 2025.04.30 19:11:10.389456 [ 3 ] {bc468467-0e4b-4ae4-b119-1557837f6595} <Debug> TCPHandler: Processed in 0.001742431 sec. | ||
| 1068 | 2025.04.30 19:11:11.353507 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
| 1069 | 2025.04.30 19:11:11.354145 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1070 | 2025.04.30 19:11:11.354180 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1071 | 2025.04.30 19:11:11.354856 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1072 | 2025.04.30 19:11:11.355312 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1073 | 2025.04.30 19:11:11.355509 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
| 1074 | 2025.04.30 19:11:11.492962 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1075 | 2025.04.30 19:11:11.512716 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1076 | 2025.04.30 19:11:11.512769 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1077 | 2025.04.30 19:11:11.519724 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1078 | 2025.04.30 19:11:11.520998 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1079 | 2025.04.30 19:11:11.524453 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1080 | 2025.04.30 19:11:13.860015 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 166 | ||
| 1081 | 2025.04.30 19:11:13.862725 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1082 | 2025.04.30 19:11:13.862774 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1083 | 2025.04.30 19:11:13.864315 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1084 | 2025.04.30 19:11:13.864832 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1085 | 2025.04.30 19:11:13.865342 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 166 | ||
| 1086 | 2025.04.30 19:11:15.382234 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1087 | 2025.04.30 19:11:15.382453 [ 3 ] {1048dcb8-e33a-44db-9f21-50b2a55e324d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1088 | 2025.04.30 19:11:15.382536 [ 3 ] {1048dcb8-e33a-44db-9f21-50b2a55e324d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1089 | 2025.04.30 19:11:15.383413 [ 3 ] {1048dcb8-e33a-44db-9f21-50b2a55e324d} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1090 | 2025.04.30 19:11:15.383464 [ 3 ] {1048dcb8-e33a-44db-9f21-50b2a55e324d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1091 | 2025.04.30 19:11:15.384035 [ 3 ] {1048dcb8-e33a-44db-9f21-50b2a55e324d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1092 | 2025.04.30 19:11:15.384517 [ 3 ] {1048dcb8-e33a-44db-9f21-50b2a55e324d} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1093 | 2025.04.30 19:11:15.384736 [ 3 ] {1048dcb8-e33a-44db-9f21-50b2a55e324d} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.00234 sec., 30769.23076923077 rows/sec., 2.50 MiB/sec. | ||
| 1094 | 2025.04.30 19:11:15.384802 [ 3 ] {1048dcb8-e33a-44db-9f21-50b2a55e324d} <Debug> TCPHandler: Processed in 0.002710543 sec. | ||
| 1095 | 2025.04.30 19:11:15.384938 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1096 | 2025.04.30 19:11:15.385054 [ 3 ] {4dd487a0-ed2a-43ac-ac7b-f9e2560c2de9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1097 | 2025.04.30 19:11:15.385105 [ 3 ] {4dd487a0-ed2a-43ac-ac7b-f9e2560c2de9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1098 | 2025.04.30 19:11:15.385629 [ 3 ] {4dd487a0-ed2a-43ac-ac7b-f9e2560c2de9} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1099 | 2025.04.30 19:11:15.385667 [ 3 ] {4dd487a0-ed2a-43ac-ac7b-f9e2560c2de9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1100 | 2025.04.30 19:11:15.386182 [ 3 ] {4dd487a0-ed2a-43ac-ac7b-f9e2560c2de9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1101 | 2025.04.30 19:11:15.386765 [ 3 ] {4dd487a0-ed2a-43ac-ac7b-f9e2560c2de9} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1102 | 2025.04.30 19:11:15.386945 [ 3 ] {4dd487a0-ed2a-43ac-ac7b-f9e2560c2de9} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001919 sec., 4168.837936425221 rows/sec., 313.48 KiB/sec. | ||
| 1103 | 2025.04.30 19:11:15.386999 [ 3 ] {4dd487a0-ed2a-43ac-ac7b-f9e2560c2de9} <Debug> TCPHandler: Processed in 0.002118789 sec. | ||
| 1104 | 2025.04.30 19:11:15.387126 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1105 | 2025.04.30 19:11:15.387257 [ 3 ] {26d06d07-61a1-42f9-8e9a-82f27f0d8576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1106 | 2025.04.30 19:11:15.387306 [ 3 ] {26d06d07-61a1-42f9-8e9a-82f27f0d8576} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1107 | 2025.04.30 19:11:15.387883 [ 3 ] {26d06d07-61a1-42f9-8e9a-82f27f0d8576} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1108 | 2025.04.30 19:11:15.387931 [ 3 ] {26d06d07-61a1-42f9-8e9a-82f27f0d8576} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1109 | 2025.04.30 19:11:15.388465 [ 3 ] {26d06d07-61a1-42f9-8e9a-82f27f0d8576} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1110 | 2025.04.30 19:11:15.389003 [ 3 ] {26d06d07-61a1-42f9-8e9a-82f27f0d8576} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1111 | 2025.04.30 19:11:15.389237 [ 3 ] {26d06d07-61a1-42f9-8e9a-82f27f0d8576} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002006 sec., 35892.323030907275 rows/sec., 2.80 MiB/sec. | ||
| 1112 | 2025.04.30 19:11:15.389289 [ 3 ] {26d06d07-61a1-42f9-8e9a-82f27f0d8576} <Debug> TCPHandler: Processed in 0.002217442 sec. | ||
| 1113 | 2025.04.30 19:11:15.389416 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1114 | 2025.04.30 19:11:15.389526 [ 3 ] {9bfab4bd-6d39-4427-87ef-0d3137994a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1115 | 2025.04.30 19:11:15.389576 [ 3 ] {9bfab4bd-6d39-4427-87ef-0d3137994a59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1116 | 2025.04.30 19:11:15.390117 [ 3 ] {9bfab4bd-6d39-4427-87ef-0d3137994a59} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1117 | 2025.04.30 19:11:15.390156 [ 3 ] {9bfab4bd-6d39-4427-87ef-0d3137994a59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1118 | 2025.04.30 19:11:15.390677 [ 3 ] {9bfab4bd-6d39-4427-87ef-0d3137994a59} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1119 | 2025.04.30 19:11:15.391192 [ 3 ] {9bfab4bd-6d39-4427-87ef-0d3137994a59} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1120 | 2025.04.30 19:11:15.391412 [ 3 ] {9bfab4bd-6d39-4427-87ef-0d3137994a59} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001907 sec., 83901.41583639223 rows/sec., 5.84 MiB/sec. | ||
| 1121 | 2025.04.30 19:11:15.391494 [ 3 ] {9bfab4bd-6d39-4427-87ef-0d3137994a59} <Debug> TCPHandler: Processed in 0.00212897 sec. | ||
| 1122 | 2025.04.30 19:11:15.391619 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1123 | 2025.04.30 19:11:15.391726 [ 3 ] {6899eb7d-5044-4410-be53-0ef66eac50f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1124 | 2025.04.30 19:11:15.391792 [ 3 ] {6899eb7d-5044-4410-be53-0ef66eac50f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1125 | 2025.04.30 19:11:15.392798 [ 3 ] {6899eb7d-5044-4410-be53-0ef66eac50f3} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1126 | 2025.04.30 19:11:15.392836 [ 3 ] {6899eb7d-5044-4410-be53-0ef66eac50f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1127 | 2025.04.30 19:11:15.393614 [ 3 ] {6899eb7d-5044-4410-be53-0ef66eac50f3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1128 | 2025.04.30 19:11:15.394170 [ 3 ] {6899eb7d-5044-4410-be53-0ef66eac50f3} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1129 | 2025.04.30 19:11:15.394430 [ 3 ] {6899eb7d-5044-4410-be53-0ef66eac50f3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002702 sec., 2960.7698001480385 rows/sec., 5.31 MiB/sec. | ||
| 1130 | 2025.04.30 19:11:15.394564 [ 3 ] {6899eb7d-5044-4410-be53-0ef66eac50f3} <Debug> TCPHandler: Processed in 0.00299876 sec. | ||
| 1131 | 2025.04.30 19:11:15.394700 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1132 | 2025.04.30 19:11:15.394825 [ 3 ] {1e10088c-d5b4-4e66-9c2e-d375138caa2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1133 | 2025.04.30 19:11:15.394883 [ 3 ] {1e10088c-d5b4-4e66-9c2e-d375138caa2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1134 | 2025.04.30 19:11:15.395448 [ 3 ] {1e10088c-d5b4-4e66-9c2e-d375138caa2a} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1135 | 2025.04.30 19:11:15.395494 [ 3 ] {1e10088c-d5b4-4e66-9c2e-d375138caa2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1136 | 2025.04.30 19:11:15.396063 [ 3 ] {1e10088c-d5b4-4e66-9c2e-d375138caa2a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1137 | 2025.04.30 19:11:15.396682 [ 3 ] {1e10088c-d5b4-4e66-9c2e-d375138caa2a} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1138 | 2025.04.30 19:11:15.396920 [ 3 ] {1e10088c-d5b4-4e66-9c2e-d375138caa2a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002121 sec., 28288.543140028287 rows/sec., 1.91 MiB/sec. | ||
| 1139 | 2025.04.30 19:11:15.396985 [ 3 ] {1e10088c-d5b4-4e66-9c2e-d375138caa2a} <Debug> TCPHandler: Processed in 0.002346735 sec. | ||
| 1140 | 2025.04.30 19:11:18.768199 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1141 | 2025.04.30 19:11:18.768265 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1142 | 2025.04.30 19:11:18.856450 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
| 1143 | 2025.04.30 19:11:18.857061 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1144 | 2025.04.30 19:11:18.857110 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1145 | 2025.04.30 19:11:18.857714 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1146 | 2025.04.30 19:11:18.857980 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1147 | 2025.04.30 19:11:18.858143 [ 32 ] {} <Debug> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1148 | 2025.04.30 19:11:18.858186 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1149 | 2025.04.30 19:11:18.858214 [ 32 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1150 | 2025.04.30 19:11:18.858244 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1151 | 2025.04.30 19:11:18.860418 [ 198 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::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 | ||
| 1152 | 2025.04.30 19:11:18.860593 [ 198 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1153 | 2025.04.30 19:11:18.860678 [ 198 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part | ||
| 1154 | 2025.04.30 19:11:18.860801 [ 198 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part | ||
| 1155 | 2025.04.30 19:11:18.860991 [ 198 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part | ||
| 1156 | 2025.04.30 19:11:18.861187 [ 198 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part | ||
| 1157 | 2025.04.30 19:11:18.861309 [ 198 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part | ||
| 1158 | 2025.04.30 19:11:18.861493 [ 198 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part | ||
| 1159 | 2025.04.30 19:11:18.887069 [ 187 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.028720118 sec., 97701.54844071323 rows/sec., 1.40 MiB/sec. | ||
| 1160 | 2025.04.30 19:11:18.887811 [ 187 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1161 | 2025.04.30 19:11:18.888171 [ 187 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_6_1} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1162 | 2025.04.30 19:11:18.888264 [ 187 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_6_1} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1163 | 2025.04.30 19:11:18.888401 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1164 | 2025.04.30 19:11:19.001138 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.45 MiB, peak 164.76 MiB, free memory in arenas 0.00 B, will set to 159.65 MiB (RSS), difference: 1.20 MiB | ||
| 1165 | 2025.04.30 19:11:19.025345 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1166 | 2025.04.30 19:11:19.045398 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1167 | 2025.04.30 19:11:19.045443 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1168 | 2025.04.30 19:11:19.051857 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1169 | 2025.04.30 19:11:19.052587 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1170 | 2025.04.30 19:11:19.052934 [ 32 ] {} <Debug> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1171 | 2025.04.30 19:11:19.053061 [ 32 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1172 | 2025.04.30 19:11:19.053136 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1173 | 2025.04.30 19:11:19.053443 [ 187 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 1174 | 2025.04.30 19:11:19.061014 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1175 | 2025.04.30 19:11:19.062414 [ 187 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1176 | 2025.04.30 19:11:19.063269 [ 187 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 1177 | 2025.04.30 19:11:19.067478 [ 187 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 1178 | 2025.04.30 19:11:19.071824 [ 187 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 1179 | 2025.04.30 19:11:19.076047 [ 187 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 1180 | 2025.04.30 19:11:19.088993 [ 187 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 1181 | 2025.04.30 19:11:19.093000 [ 187 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 1182 | 2025.04.30 19:11:19.156181 [ 190 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.102917105 sec., 446.9616590944722 rows/sec., 2.31 MiB/sec. | ||
| 1183 | 2025.04.30 19:11:19.159005 [ 192 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1184 | 2025.04.30 19:11:19.162084 [ 192 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_6_1} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1185 | 2025.04.30 19:11:19.162214 [ 192 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_6_1} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1186 | 2025.04.30 19:11:19.164606 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1187 | 2025.04.30 19:11:20.001162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.73 MiB, peak 170.27 MiB, free memory in arenas 0.00 B, will set to 162.75 MiB (RSS), difference: 2.02 MiB | ||
| 1188 | 2025.04.30 19:11:20.381889 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1189 | 2025.04.30 19:11:20.382158 [ 3 ] {01df73be-0f21-4ab9-88d4-abd02203e5df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1190 | 2025.04.30 19:11:20.382261 [ 3 ] {01df73be-0f21-4ab9-88d4-abd02203e5df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1191 | 2025.04.30 19:11:20.383069 [ 3 ] {01df73be-0f21-4ab9-88d4-abd02203e5df} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1192 | 2025.04.30 19:11:20.383109 [ 3 ] {01df73be-0f21-4ab9-88d4-abd02203e5df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1193 | 2025.04.30 19:11:20.383544 [ 3 ] {01df73be-0f21-4ab9-88d4-abd02203e5df} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1194 | 2025.04.30 19:11:20.383800 [ 3 ] {01df73be-0f21-4ab9-88d4-abd02203e5df} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1195 | 2025.04.30 19:11:20.383941 [ 41 ] {} <Debug> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1196 | 2025.04.30 19:11:20.383984 [ 41 ] {} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1197 | 2025.04.30 19:11:20.383994 [ 3 ] {01df73be-0f21-4ab9-88d4-abd02203e5df} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001908 sec., 29350.104821802935 rows/sec., 2.25 MiB/sec. | ||
| 1198 | 2025.04.30 19:11:20.384008 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1199 | 2025.04.30 19:11:20.384083 [ 3 ] {01df73be-0f21-4ab9-88d4-abd02203e5df} <Debug> TCPHandler: Processed in 0.002363735 sec. | ||
| 1200 | 2025.04.30 19:11:20.384425 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1201 | 2025.04.30 19:11:20.384501 [ 196 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::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 | ||
| 1202 | 2025.04.30 19:11:20.384607 [ 3 ] {c1ce1546-6ffd-4bed-9d3b-3f52bfee7d40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1203 | 2025.04.30 19:11:20.384713 [ 3 ] {c1ce1546-6ffd-4bed-9d3b-3f52bfee7d40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1204 | 2025.04.30 19:11:20.384832 [ 196 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1205 | 2025.04.30 19:11:20.384925 [ 196 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::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 | ||
| 1206 | 2025.04.30 19:11:20.385273 [ 196 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::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 | ||
| 1207 | 2025.04.30 19:11:20.385799 [ 196 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part | ||
| 1208 | 2025.04.30 19:11:20.386147 [ 196 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::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 | ||
| 1209 | 2025.04.30 19:11:20.386552 [ 196 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part | ||
| 1210 | 2025.04.30 19:11:20.386896 [ 196 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::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 | ||
| 1211 | 2025.04.30 19:11:20.387497 [ 3 ] {c1ce1546-6ffd-4bed-9d3b-3f52bfee7d40} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1212 | 2025.04.30 19:11:20.387562 [ 3 ] {c1ce1546-6ffd-4bed-9d3b-3f52bfee7d40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1213 | 2025.04.30 19:11:20.388611 [ 3 ] {c1ce1546-6ffd-4bed-9d3b-3f52bfee7d40} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1214 | 2025.04.30 19:11:20.389219 [ 3 ] {c1ce1546-6ffd-4bed-9d3b-3f52bfee7d40} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1215 | 2025.04.30 19:11:20.389502 [ 41 ] {} <Debug> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1216 | 2025.04.30 19:11:20.389611 [ 41 ] {} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1217 | 2025.04.30 19:11:20.389713 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1218 | 2025.04.30 19:11:20.389781 [ 3 ] {c1ce1546-6ffd-4bed-9d3b-3f52bfee7d40} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00521 sec., 12284.069097888676 rows/sec., 981.81 KiB/sec. | ||
| 1219 | 2025.04.30 19:11:20.390158 [ 3 ] {c1ce1546-6ffd-4bed-9d3b-3f52bfee7d40} <Debug> TCPHandler: Processed in 0.005858467 sec. | ||
| 1220 | 2025.04.30 19:11:20.390234 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::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 | ||
| 1221 | 2025.04.30 19:11:20.390516 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1222 | 2025.04.30 19:11:20.390602 [ 189 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 368 rows, containing 5 columns (5 merged, 0 gathered) in 0.00646377 sec., 56932.7188312703 rows/sec., 4.69 MiB/sec. | ||
| 1223 | 2025.04.30 19:11:20.390644 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1224 | 2025.04.30 19:11:20.390775 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::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 | ||
| 1225 | 2025.04.30 19:11:20.390793 [ 3 ] {19ad46d9-12de-4dca-915c-e0338eb28983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1226 | 2025.04.30 19:11:20.390892 [ 189 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1227 | 2025.04.30 19:11:20.390939 [ 3 ] {19ad46d9-12de-4dca-915c-e0338eb28983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1228 | 2025.04.30 19:11:20.391178 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::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 | ||
| 1229 | 2025.04.30 19:11:20.391756 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part | ||
| 1230 | 2025.04.30 19:11:20.392265 [ 189 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_6_1} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1231 | 2025.04.30 19:11:20.392304 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::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 | ||
| 1232 | 2025.04.30 19:11:20.392820 [ 189 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_6_1} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1233 | 2025.04.30 19:11:20.393093 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1234 | 2025.04.30 19:11:20.393261 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part | ||
| 1235 | 2025.04.30 19:11:20.393386 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::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 | ||
| 1236 | 2025.04.30 19:11:20.394429 [ 3 ] {19ad46d9-12de-4dca-915c-e0338eb28983} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1237 | 2025.04.30 19:11:20.394495 [ 3 ] {19ad46d9-12de-4dca-915c-e0338eb28983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1238 | 2025.04.30 19:11:20.395555 [ 3 ] {19ad46d9-12de-4dca-915c-e0338eb28983} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1239 | 2025.04.30 19:11:20.396088 [ 3 ] {19ad46d9-12de-4dca-915c-e0338eb28983} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1240 | 2025.04.30 19:11:20.396350 [ 193 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 400 rows, containing 5 columns (5 merged, 0 gathered) in 0.006471881 sec., 61805.83357450485 rows/sec., 5.06 MiB/sec. | ||
| 1241 | 2025.04.30 19:11:20.396369 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1242 | 2025.04.30 19:11:20.396434 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1243 | 2025.04.30 19:11:20.396467 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1244 | 2025.04.30 19:11:20.396482 [ 3 ] {19ad46d9-12de-4dca-915c-e0338eb28983} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00579 sec., 27633.85146804836 rows/sec., 1.92 MiB/sec. | ||
| 1245 | 2025.04.30 19:11:20.396594 [ 193 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1246 | 2025.04.30 19:11:20.396897 [ 3 ] {19ad46d9-12de-4dca-915c-e0338eb28983} <Debug> TCPHandler: Processed in 0.006503362 sec. | ||
| 1247 | 2025.04.30 19:11:20.396935 [ 190 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::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 | ||
| 1248 | 2025.04.30 19:11:20.397103 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1249 | 2025.04.30 19:11:20.397309 [ 190 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1250 | 2025.04.30 19:11:20.397404 [ 3 ] {e8ddbc38-41e9-471e-833e-ce10fded2a4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1251 | 2025.04.30 19:11:20.397414 [ 190 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::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 | ||
| 1252 | 2025.04.30 19:11:20.397459 [ 193 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_6_1} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1253 | 2025.04.30 19:11:20.397528 [ 3 ] {e8ddbc38-41e9-471e-833e-ce10fded2a4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1254 | 2025.04.30 19:11:20.397825 [ 190 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::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 | ||
| 1255 | 2025.04.30 19:11:20.397892 [ 193 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_6_1} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1256 | 2025.04.30 19:11:20.398330 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 1257 | 2025.04.30 19:11:20.398411 [ 190 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part | ||
| 1258 | 2025.04.30 19:11:20.398869 [ 190 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::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 | ||
| 1259 | 2025.04.30 19:11:20.399205 [ 190 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
| 1260 | 2025.04.30 19:11:20.399533 [ 190 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::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 | ||
| 1261 | 2025.04.30 19:11:20.400345 [ 3 ] {e8ddbc38-41e9-471e-833e-ce10fded2a4c} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1262 | 2025.04.30 19:11:20.400416 [ 3 ] {e8ddbc38-41e9-471e-833e-ce10fded2a4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1263 | 2025.04.30 19:11:20.401417 [ 3 ] {e8ddbc38-41e9-471e-833e-ce10fded2a4c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1264 | 2025.04.30 19:11:20.401874 [ 3 ] {e8ddbc38-41e9-471e-833e-ce10fded2a4c} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1265 | 2025.04.30 19:11:20.402248 [ 41 ] {} <Debug> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1266 | 2025.04.30 19:11:20.402319 [ 190 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 928 rows, containing 5 columns (5 merged, 0 gathered) in 0.005747154 sec., 161471.2255840021 rows/sec., 11.25 MiB/sec. | ||
| 1267 | 2025.04.30 19:11:20.402347 [ 41 ] {} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1268 | 2025.04.30 19:11:20.402410 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1269 | 2025.04.30 19:11:20.402440 [ 3 ] {e8ddbc38-41e9-471e-833e-ce10fded2a4c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00512 sec., 11718.749999999998 rows/sec., 808.72 KiB/sec. | ||
| 1270 | 2025.04.30 19:11:20.402685 [ 3 ] {e8ddbc38-41e9-471e-833e-ce10fded2a4c} <Debug> TCPHandler: Processed in 0.005698183 sec. | ||
| 1271 | 2025.04.30 19:11:20.402705 [ 190 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1272 | 2025.04.30 19:11:20.402783 [ 193 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::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 | ||
| 1273 | 2025.04.30 19:11:20.403070 [ 193 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1274 | 2025.04.30 19:11:20.403117 [ 193 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::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 | ||
| 1275 | 2025.04.30 19:11:20.403376 [ 193 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::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 | ||
| 1276 | 2025.04.30 19:11:20.403443 [ 190 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1277 | 2025.04.30 19:11:20.403673 [ 193 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part | ||
| 1278 | 2025.04.30 19:11:20.403780 [ 190 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1279 | 2025.04.30 19:11:20.403916 [ 193 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::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 | ||
| 1280 | 2025.04.30 19:11:20.404061 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 1281 | 2025.04.30 19:11:20.404191 [ 193 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
| 1282 | 2025.04.30 19:11:20.404374 [ 193 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::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 | ||
| 1283 | 2025.04.30 19:11:20.405457 [ 188 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 348 rows, containing 4 columns (4 merged, 0 gathered) in 0.002957609 sec., 117662.61192740487 rows/sec., 7.93 MiB/sec. | ||
| 1284 | 2025.04.30 19:11:20.405614 [ 190 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1285 | 2025.04.30 19:11:20.405904 [ 190 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_6_1} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1286 | 2025.04.30 19:11:20.405982 [ 190 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_6_1} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1287 | 2025.04.30 19:11:20.406058 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1288 | 2025.04.30 19:11:23.866312 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 186 | ||
| 1289 | 2025.04.30 19:11:23.869217 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1290 | 2025.04.30 19:11:23.869268 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1291 | 2025.04.30 19:11:23.870801 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1292 | 2025.04.30 19:11:23.871127 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1293 | 2025.04.30 19:11:23.871923 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 186 | ||
| 1294 | 2025.04.30 19:11:25.375373 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1295 | 2025.04.30 19:11:25.375638 [ 3 ] {c0684a7d-332f-4a0c-96ca-505be7967b64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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) | ||
| 1296 | 2025.04.30 19:11:25.376045 [ 3 ] {c0684a7d-332f-4a0c-96ca-505be7967b64} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1297 | 2025.04.30 19:11:25.376095 [ 3 ] {c0684a7d-332f-4a0c-96ca-505be7967b64} <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 | ||
| 1298 | 2025.04.30 19:11:25.376402 [ 3 ] {c0684a7d-332f-4a0c-96ca-505be7967b64} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1299 | 2025.04.30 19:11:25.376490 [ 3 ] {c0684a7d-332f-4a0c-96ca-505be7967b64} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1300 | 2025.04.30 19:11:25.376670 [ 3 ] {c0684a7d-332f-4a0c-96ca-505be7967b64} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1301 | 2025.04.30 19:11:25.376979 [ 288 ] {c0684a7d-332f-4a0c-96ca-505be7967b64} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1302 | 2025.04.30 19:11:25.377004 [ 287 ] {c0684a7d-332f-4a0c-96ca-505be7967b64} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1303 | 2025.04.30 19:11:25.377155 [ 3 ] {c0684a7d-332f-4a0c-96ca-505be7967b64} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1304 | 2025.04.30 19:11:25.377194 [ 3 ] {c0684a7d-332f-4a0c-96ca-505be7967b64} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1305 | 2025.04.30 19:11:25.377251 [ 3 ] {c0684a7d-332f-4a0c-96ca-505be7967b64} <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'))" | ||
| 1306 | 2025.04.30 19:11:25.377277 [ 3 ] {c0684a7d-332f-4a0c-96ca-505be7967b64} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1307 | 2025.04.30 19:11:25.378048 [ 3 ] {c0684a7d-332f-4a0c-96ca-505be7967b64} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002527 sec., 7123.070834982192 rows/sec., 291.38 KiB/sec. | ||
| 1308 | 2025.04.30 19:11:25.378197 [ 3 ] {c0684a7d-332f-4a0c-96ca-505be7967b64} <Debug> TCPHandler: Processed in 0.00296738 sec. | ||
| 1309 | 2025.04.30 19:11:25.380738 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1310 | 2025.04.30 19:11:25.380923 [ 3 ] {8b54ecb9-288a-4a2d-9889-e48683403ddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1311 | 2025.04.30 19:11:25.381236 [ 3 ] {8b54ecb9-288a-4a2d-9889-e48683403ddf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1312 | 2025.04.30 19:11:25.381281 [ 3 ] {8b54ecb9-288a-4a2d-9889-e48683403ddf} <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_port_control_data_link:errors_received', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1313 | 2025.04.30 19:11:25.381550 [ 3 ] {8b54ecb9-288a-4a2d-9889-e48683403ddf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1314 | 2025.04.30 19:11:25.381623 [ 3 ] {8b54ecb9-288a-4a2d-9889-e48683403ddf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1315 | 2025.04.30 19:11:25.381772 [ 3 ] {8b54ecb9-288a-4a2d-9889-e48683403ddf} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1316 | 2025.04.30 19:11:25.381868 [ 287 ] {8b54ecb9-288a-4a2d-9889-e48683403ddf} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1317 | 2025.04.30 19:11:25.381886 [ 288 ] {8b54ecb9-288a-4a2d-9889-e48683403ddf} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1318 | 2025.04.30 19:11:25.381985 [ 3 ] {8b54ecb9-288a-4a2d-9889-e48683403ddf} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1319 | 2025.04.30 19:11:25.382014 [ 3 ] {8b54ecb9-288a-4a2d-9889-e48683403ddf} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1320 | 2025.04.30 19:11:25.382064 [ 3 ] {8b54ecb9-288a-4a2d-9889-e48683403ddf} <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_port_control_data_link:errors_received', 'switch_rib:active_routes'))" | ||
| 1321 | 2025.04.30 19:11:25.382088 [ 3 ] {8b54ecb9-288a-4a2d-9889-e48683403ddf} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1322 | 2025.04.30 19:11:25.382786 [ 3 ] {8b54ecb9-288a-4a2d-9889-e48683403ddf} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001944 sec., 9259.25925925926 rows/sec., 378.77 KiB/sec. | ||
| 1323 | 2025.04.30 19:11:25.382914 [ 3 ] {8b54ecb9-288a-4a2d-9889-e48683403ddf} <Debug> TCPHandler: Processed in 0.002240512 sec. | ||
| 1324 | 2025.04.30 19:11:25.383176 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1325 | 2025.04.30 19:11:25.383338 [ 3 ] {1af19b05-e751-4357-98e9-106af4f3a82a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1326 | 2025.04.30 19:11:25.383638 [ 3 ] {1af19b05-e751-4357-98e9-106af4f3a82a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1327 | 2025.04.30 19:11:25.383680 [ 3 ] {1af19b05-e751-4357-98e9-106af4f3a82a} <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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1328 | 2025.04.30 19:11:25.383946 [ 3 ] {1af19b05-e751-4357-98e9-106af4f3a82a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1329 | 2025.04.30 19:11:25.384013 [ 3 ] {1af19b05-e751-4357-98e9-106af4f3a82a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1330 | 2025.04.30 19:11:25.384155 [ 3 ] {1af19b05-e751-4357-98e9-106af4f3a82a} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1331 | 2025.04.30 19:11:25.384258 [ 288 ] {1af19b05-e751-4357-98e9-106af4f3a82a} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1332 | 2025.04.30 19:11:25.384277 [ 287 ] {1af19b05-e751-4357-98e9-106af4f3a82a} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1333 | 2025.04.30 19:11:25.384387 [ 3 ] {1af19b05-e751-4357-98e9-106af4f3a82a} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1334 | 2025.04.30 19:11:25.384415 [ 3 ] {1af19b05-e751-4357-98e9-106af4f3a82a} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1335 | 2025.04.30 19:11:25.384465 [ 3 ] {1af19b05-e751-4357-98e9-106af4f3a82a} <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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
| 1336 | 2025.04.30 19:11:25.384489 [ 3 ] {1af19b05-e751-4357-98e9-106af4f3a82a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1337 | 2025.04.30 19:11:25.385116 [ 3 ] {1af19b05-e751-4357-98e9-106af4f3a82a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001853 sec., 9713.977334052886 rows/sec., 397.37 KiB/sec. | ||
| 1338 | 2025.04.30 19:11:25.385246 [ 3 ] {1af19b05-e751-4357-98e9-106af4f3a82a} <Debug> TCPHandler: Processed in 0.00212573 sec. | ||
| 1339 | 2025.04.30 19:11:25.385523 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1340 | 2025.04.30 19:11:25.385684 [ 3 ] {4f787ce3-6c66-45fd-8632-44877728f291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1341 | 2025.04.30 19:11:25.385968 [ 3 ] {4f787ce3-6c66-45fd-8632-44877728f291} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1342 | 2025.04.30 19:11:25.386011 [ 3 ] {4f787ce3-6c66-45fd-8632-44877728f291} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1343 | 2025.04.30 19:11:25.386278 [ 3 ] {4f787ce3-6c66-45fd-8632-44877728f291} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1344 | 2025.04.30 19:11:25.386345 [ 3 ] {4f787ce3-6c66-45fd-8632-44877728f291} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1345 | 2025.04.30 19:11:25.386483 [ 3 ] {4f787ce3-6c66-45fd-8632-44877728f291} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1346 | 2025.04.30 19:11:25.386580 [ 287 ] {4f787ce3-6c66-45fd-8632-44877728f291} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1347 | 2025.04.30 19:11:25.386597 [ 288 ] {4f787ce3-6c66-45fd-8632-44877728f291} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1348 | 2025.04.30 19:11:25.386699 [ 3 ] {4f787ce3-6c66-45fd-8632-44877728f291} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1349 | 2025.04.30 19:11:25.386727 [ 3 ] {4f787ce3-6c66-45fd-8632-44877728f291} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1350 | 2025.04.30 19:11:25.386774 [ 3 ] {4f787ce3-6c66-45fd-8632-44877728f291} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
| 1351 | 2025.04.30 19:11:25.386799 [ 3 ] {4f787ce3-6c66-45fd-8632-44877728f291} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1352 | 2025.04.30 19:11:25.387385 [ 3 ] {4f787ce3-6c66-45fd-8632-44877728f291} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001774 sec., 10146.561443066517 rows/sec., 415.07 KiB/sec. | ||
| 1353 | 2025.04.30 19:11:25.387524 [ 3 ] {4f787ce3-6c66-45fd-8632-44877728f291} <Debug> TCPHandler: Processed in 0.002054758 sec. | ||
| 1354 | 2025.04.30 19:11:25.387791 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1355 | 2025.04.30 19:11:25.387983 [ 3 ] {c0aaf5d2-bddb-4d28-bcfa-1fb865bf8ae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1356 | 2025.04.30 19:11:25.388253 [ 3 ] {c0aaf5d2-bddb-4d28-bcfa-1fb865bf8ae5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1357 | 2025.04.30 19:11:25.388296 [ 3 ] {c0aaf5d2-bddb-4d28-bcfa-1fb865bf8ae5} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1358 | 2025.04.30 19:11:25.388617 [ 3 ] {c0aaf5d2-bddb-4d28-bcfa-1fb865bf8ae5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1359 | 2025.04.30 19:11:25.388683 [ 3 ] {c0aaf5d2-bddb-4d28-bcfa-1fb865bf8ae5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1360 | 2025.04.30 19:11:25.388823 [ 3 ] {c0aaf5d2-bddb-4d28-bcfa-1fb865bf8ae5} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1361 | 2025.04.30 19:11:25.388934 [ 288 ] {c0aaf5d2-bddb-4d28-bcfa-1fb865bf8ae5} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1362 | 2025.04.30 19:11:25.388939 [ 287 ] {c0aaf5d2-bddb-4d28-bcfa-1fb865bf8ae5} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1363 | 2025.04.30 19:11:25.389050 [ 3 ] {c0aaf5d2-bddb-4d28-bcfa-1fb865bf8ae5} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1364 | 2025.04.30 19:11:25.389078 [ 3 ] {c0aaf5d2-bddb-4d28-bcfa-1fb865bf8ae5} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1365 | 2025.04.30 19:11:25.389127 [ 3 ] {c0aaf5d2-bddb-4d28-bcfa-1fb865bf8ae5} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
| 1366 | 2025.04.30 19:11:25.389154 [ 3 ] {c0aaf5d2-bddb-4d28-bcfa-1fb865bf8ae5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1367 | 2025.04.30 19:11:25.389706 [ 3 ] {c0aaf5d2-bddb-4d28-bcfa-1fb865bf8ae5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001795 sec., 10027.855153203343 rows/sec., 410.21 KiB/sec. | ||
| 1368 | 2025.04.30 19:11:25.389824 [ 3 ] {c0aaf5d2-bddb-4d28-bcfa-1fb865bf8ae5} <Debug> TCPHandler: Processed in 0.002086578 sec. | ||
| 1369 | 2025.04.30 19:11:25.390087 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1370 | 2025.04.30 19:11:25.390243 [ 3 ] {6d420bbd-ceed-46e5-9232-624f7902d91d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1371 | 2025.04.30 19:11:25.390509 [ 3 ] {6d420bbd-ceed-46e5-9232-624f7902d91d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1372 | 2025.04.30 19:11:25.390551 [ 3 ] {6d420bbd-ceed-46e5-9232-624f7902d91d} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1373 | 2025.04.30 19:11:25.390814 [ 3 ] {6d420bbd-ceed-46e5-9232-624f7902d91d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1374 | 2025.04.30 19:11:25.390880 [ 3 ] {6d420bbd-ceed-46e5-9232-624f7902d91d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1375 | 2025.04.30 19:11:25.391019 [ 3 ] {6d420bbd-ceed-46e5-9232-624f7902d91d} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1376 | 2025.04.30 19:11:25.391128 [ 287 ] {6d420bbd-ceed-46e5-9232-624f7902d91d} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1377 | 2025.04.30 19:11:25.391140 [ 288 ] {6d420bbd-ceed-46e5-9232-624f7902d91d} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1378 | 2025.04.30 19:11:25.391246 [ 3 ] {6d420bbd-ceed-46e5-9232-624f7902d91d} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1379 | 2025.04.30 19:11:25.391273 [ 3 ] {6d420bbd-ceed-46e5-9232-624f7902d91d} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1380 | 2025.04.30 19:11:25.391320 [ 3 ] {6d420bbd-ceed-46e5-9232-624f7902d91d} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
| 1381 | 2025.04.30 19:11:25.391343 [ 3 ] {6d420bbd-ceed-46e5-9232-624f7902d91d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1382 | 2025.04.30 19:11:25.391864 [ 3 ] {6d420bbd-ceed-46e5-9232-624f7902d91d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001692 sec., 10638.297872340427 rows/sec., 435.18 KiB/sec. | ||
| 1383 | 2025.04.30 19:11:25.391981 [ 3 ] {6d420bbd-ceed-46e5-9232-624f7902d91d} <Debug> TCPHandler: Processed in 0.001948665 sec. | ||
| 1384 | 2025.04.30 19:11:25.404958 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1385 | 2025.04.30 19:11:25.405128 [ 3 ] {9a4245ce-754c-4896-8c21-ba2677d225e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1386 | 2025.04.30 19:11:25.405205 [ 3 ] {9a4245ce-754c-4896-8c21-ba2677d225e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1387 | 2025.04.30 19:11:25.406176 [ 3 ] {9a4245ce-754c-4896-8c21-ba2677d225e6} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1388 | 2025.04.30 19:11:25.406229 [ 3 ] {9a4245ce-754c-4896-8c21-ba2677d225e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1389 | 2025.04.30 19:11:25.406782 [ 3 ] {9a4245ce-754c-4896-8c21-ba2677d225e6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1390 | 2025.04.30 19:11:25.407016 [ 3 ] {9a4245ce-754c-4896-8c21-ba2677d225e6} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1391 | 2025.04.30 19:11:25.407257 [ 3 ] {9a4245ce-754c-4896-8c21-ba2677d225e6} <Debug> executeQuery: Read 6 rows, 2.84 KiB in 0.002176 sec., 2757.3529411764707 rows/sec., 1.28 MiB/sec. | ||
| 1392 | 2025.04.30 19:11:25.407328 [ 3 ] {9a4245ce-754c-4896-8c21-ba2677d225e6} <Debug> TCPHandler: Processed in 0.002479648 sec. | ||
| 1393 | 2025.04.30 19:11:25.407467 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1394 | 2025.04.30 19:11:25.407573 [ 3 ] {8e34c135-67a1-44d2-8d83-1dbb8aa206c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1395 | 2025.04.30 19:11:25.407619 [ 3 ] {8e34c135-67a1-44d2-8d83-1dbb8aa206c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1396 | 2025.04.30 19:11:25.408831 [ 3 ] {8e34c135-67a1-44d2-8d83-1dbb8aa206c0} <Trace> oximeter.fields_i16 (7d02e2b8-bc3a-4729-b2d9-0b5e82181a45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1397 | 2025.04.30 19:11:25.408871 [ 3 ] {8e34c135-67a1-44d2-8d83-1dbb8aa206c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1398 | 2025.04.30 19:11:25.409262 [ 3 ] {8e34c135-67a1-44d2-8d83-1dbb8aa206c0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1399 | 2025.04.30 19:11:25.409506 [ 3 ] {8e34c135-67a1-44d2-8d83-1dbb8aa206c0} <Trace> oximeter.fields_i16 (7d02e2b8-bc3a-4729-b2d9-0b5e82181a45): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1400 | 2025.04.30 19:11:25.409726 [ 3 ] {8e34c135-67a1-44d2-8d83-1dbb8aa206c0} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002174 sec., 11039.558417663293 rows/sec., 937.93 KiB/sec. | ||
| 1401 | 2025.04.30 19:11:25.409811 [ 3 ] {8e34c135-67a1-44d2-8d83-1dbb8aa206c0} <Debug> TCPHandler: Processed in 0.002398205 sec. | ||
| 1402 | 2025.04.30 19:11:25.409938 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1403 | 2025.04.30 19:11:25.410045 [ 3 ] {7230432b-3a9a-4549-bc44-11afae90bb2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1404 | 2025.04.30 19:11:25.410090 [ 3 ] {7230432b-3a9a-4549-bc44-11afae90bb2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1405 | 2025.04.30 19:11:25.410709 [ 3 ] {7230432b-3a9a-4549-bc44-11afae90bb2a} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1406 | 2025.04.30 19:11:25.410750 [ 3 ] {7230432b-3a9a-4549-bc44-11afae90bb2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1407 | 2025.04.30 19:11:25.411142 [ 3 ] {7230432b-3a9a-4549-bc44-11afae90bb2a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1408 | 2025.04.30 19:11:25.411405 [ 3 ] {7230432b-3a9a-4549-bc44-11afae90bb2a} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1409 | 2025.04.30 19:11:25.411614 [ 3 ] {7230432b-3a9a-4549-bc44-11afae90bb2a} <Debug> executeQuery: Read 192 rows, 17.45 KiB in 0.001592 sec., 120603.01507537688 rows/sec., 10.70 MiB/sec. | ||
| 1410 | 2025.04.30 19:11:25.411666 [ 3 ] {7230432b-3a9a-4549-bc44-11afae90bb2a} <Debug> TCPHandler: Processed in 0.001781062 sec. | ||
| 1411 | 2025.04.30 19:11:25.411783 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1412 | 2025.04.30 19:11:25.411887 [ 3 ] {594c72e2-06b5-41a5-83b0-592bbfa6fdd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1413 | 2025.04.30 19:11:25.411932 [ 3 ] {594c72e2-06b5-41a5-83b0-592bbfa6fdd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1414 | 2025.04.30 19:11:25.412440 [ 3 ] {594c72e2-06b5-41a5-83b0-592bbfa6fdd4} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1415 | 2025.04.30 19:11:25.412481 [ 3 ] {594c72e2-06b5-41a5-83b0-592bbfa6fdd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1416 | 2025.04.30 19:11:25.412827 [ 3 ] {594c72e2-06b5-41a5-83b0-592bbfa6fdd4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1417 | 2025.04.30 19:11:25.413062 [ 3 ] {594c72e2-06b5-41a5-83b0-592bbfa6fdd4} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1418 | 2025.04.30 19:11:25.413270 [ 3 ] {594c72e2-06b5-41a5-83b0-592bbfa6fdd4} <Debug> executeQuery: Read 20 rows, 1.56 KiB in 0.001405 sec., 14234.875444839858 rows/sec., 1.09 MiB/sec. | ||
| 1419 | 2025.04.30 19:11:25.413323 [ 3 ] {594c72e2-06b5-41a5-83b0-592bbfa6fdd4} <Debug> TCPHandler: Processed in 0.001594427 sec. | ||
| 1420 | 2025.04.30 19:11:25.413437 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1421 | 2025.04.30 19:11:25.413542 [ 3 ] {41b59567-57ba-4423-8c60-e71d8b1baa61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1422 | 2025.04.30 19:11:25.413588 [ 3 ] {41b59567-57ba-4423-8c60-e71d8b1baa61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1423 | 2025.04.30 19:11:25.414087 [ 3 ] {41b59567-57ba-4423-8c60-e71d8b1baa61} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1424 | 2025.04.30 19:11:25.414127 [ 3 ] {41b59567-57ba-4423-8c60-e71d8b1baa61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1425 | 2025.04.30 19:11:25.414486 [ 3 ] {41b59567-57ba-4423-8c60-e71d8b1baa61} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1426 | 2025.04.30 19:11:25.414723 [ 3 ] {41b59567-57ba-4423-8c60-e71d8b1baa61} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1427 | 2025.04.30 19:11:25.414924 [ 3 ] {41b59567-57ba-4423-8c60-e71d8b1baa61} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001405 sec., 17081.85053380783 rows/sec., 1.42 MiB/sec. | ||
| 1428 | 2025.04.30 19:11:25.414975 [ 3 ] {41b59567-57ba-4423-8c60-e71d8b1baa61} <Debug> TCPHandler: Processed in 0.001590807 sec. | ||
| 1429 | 2025.04.30 19:11:25.415089 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1430 | 2025.04.30 19:11:25.415192 [ 3 ] {15118dd2-5410-4837-bd76-b0b207ffe689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1431 | 2025.04.30 19:11:25.415237 [ 3 ] {15118dd2-5410-4837-bd76-b0b207ffe689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1432 | 2025.04.30 19:11:25.415727 [ 3 ] {15118dd2-5410-4837-bd76-b0b207ffe689} <Trace> oximeter.fields_u8 (6ac07ddf-9e79-4702-b981-c16bd17e5618): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1433 | 2025.04.30 19:11:25.415767 [ 3 ] {15118dd2-5410-4837-bd76-b0b207ffe689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1434 | 2025.04.30 19:11:25.416109 [ 3 ] {15118dd2-5410-4837-bd76-b0b207ffe689} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1435 | 2025.04.30 19:11:25.416369 [ 3 ] {15118dd2-5410-4837-bd76-b0b207ffe689} <Trace> oximeter.fields_u8 (6ac07ddf-9e79-4702-b981-c16bd17e5618): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1436 | 2025.04.30 19:11:25.416554 [ 3 ] {15118dd2-5410-4837-bd76-b0b207ffe689} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001383 sec., 8676.789587852496 rows/sec., 677.87 KiB/sec. | ||
| 1437 | 2025.04.30 19:11:25.416606 [ 3 ] {15118dd2-5410-4837-bd76-b0b207ffe689} <Debug> TCPHandler: Processed in 0.001569857 sec. | ||
| 1438 | 2025.04.30 19:11:25.416718 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1439 | 2025.04.30 19:11:25.416822 [ 3 ] {7eb36e13-26f2-4a85-85f6-160173336c9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1440 | 2025.04.30 19:11:25.416867 [ 3 ] {7eb36e13-26f2-4a85-85f6-160173336c9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1441 | 2025.04.30 19:11:25.417402 [ 3 ] {7eb36e13-26f2-4a85-85f6-160173336c9a} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1442 | 2025.04.30 19:11:25.417443 [ 3 ] {7eb36e13-26f2-4a85-85f6-160173336c9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1443 | 2025.04.30 19:11:25.417800 [ 3 ] {7eb36e13-26f2-4a85-85f6-160173336c9a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1444 | 2025.04.30 19:11:25.418035 [ 3 ] {7eb36e13-26f2-4a85-85f6-160173336c9a} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1445 | 2025.04.30 19:11:25.418239 [ 3 ] {7eb36e13-26f2-4a85-85f6-160173336c9a} <Debug> executeQuery: Read 108 rows, 9.01 KiB in 0.001439 sec., 75052.11952744961 rows/sec., 6.12 MiB/sec. | ||
| 1446 | 2025.04.30 19:11:25.418290 [ 3 ] {7eb36e13-26f2-4a85-85f6-160173336c9a} <Debug> TCPHandler: Processed in 0.001625748 sec. | ||
| 1447 | 2025.04.30 19:11:25.418405 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1448 | 2025.04.30 19:11:25.418510 [ 3 ] {2aaa4894-ad93-4f75-845e-b2a09899fe33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1449 | 2025.04.30 19:11:25.418559 [ 3 ] {2aaa4894-ad93-4f75-845e-b2a09899fe33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1450 | 2025.04.30 19:11:25.419104 [ 3 ] {2aaa4894-ad93-4f75-845e-b2a09899fe33} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1451 | 2025.04.30 19:11:25.419143 [ 3 ] {2aaa4894-ad93-4f75-845e-b2a09899fe33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1452 | 2025.04.30 19:11:25.419560 [ 3 ] {2aaa4894-ad93-4f75-845e-b2a09899fe33} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1453 | 2025.04.30 19:11:25.419832 [ 3 ] {2aaa4894-ad93-4f75-845e-b2a09899fe33} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1454 | 2025.04.30 19:11:25.420038 [ 3 ] {2aaa4894-ad93-4f75-845e-b2a09899fe33} <Debug> executeQuery: Read 328 rows, 25.36 KiB in 0.001549 sec., 211749.5158166559 rows/sec., 15.99 MiB/sec. | ||
| 1455 | 2025.04.30 19:11:25.420093 [ 3 ] {2aaa4894-ad93-4f75-845e-b2a09899fe33} <Debug> TCPHandler: Processed in 0.001740481 sec. | ||
| 1456 | 2025.04.30 19:11:25.420214 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1457 | 2025.04.30 19:11:25.420322 [ 3 ] {967758bf-4750-4d20-a584-1354d8d5f220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1458 | 2025.04.30 19:11:25.420390 [ 3 ] {967758bf-4750-4d20-a584-1354d8d5f220} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1459 | 2025.04.30 19:11:25.421420 [ 3 ] {967758bf-4750-4d20-a584-1354d8d5f220} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1460 | 2025.04.30 19:11:25.421460 [ 3 ] {967758bf-4750-4d20-a584-1354d8d5f220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1461 | 2025.04.30 19:11:25.422082 [ 3 ] {967758bf-4750-4d20-a584-1354d8d5f220} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1462 | 2025.04.30 19:11:25.422349 [ 3 ] {967758bf-4750-4d20-a584-1354d8d5f220} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1463 | 2025.04.30 19:11:25.422576 [ 3 ] {967758bf-4750-4d20-a584-1354d8d5f220} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002276 sec., 3514.9384885764503 rows/sec., 6.30 MiB/sec. | ||
| 1464 | 2025.04.30 19:11:25.422699 [ 3 ] {967758bf-4750-4d20-a584-1354d8d5f220} <Debug> TCPHandler: Processed in 0.002538079 sec. | ||
| 1465 | 2025.04.30 19:11:25.422844 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1466 | 2025.04.30 19:11:25.422982 [ 3 ] {62768962-88d4-4dc9-9ee3-c825a5fbf520} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1467 | 2025.04.30 19:11:25.423040 [ 3 ] {62768962-88d4-4dc9-9ee3-c825a5fbf520} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1468 | 2025.04.30 19:11:25.423489 [ 3 ] {62768962-88d4-4dc9-9ee3-c825a5fbf520} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1469 | 2025.04.30 19:11:25.423529 [ 3 ] {62768962-88d4-4dc9-9ee3-c825a5fbf520} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1470 | 2025.04.30 19:11:25.423896 [ 3 ] {62768962-88d4-4dc9-9ee3-c825a5fbf520} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1471 | 2025.04.30 19:11:25.424134 [ 3 ] {62768962-88d4-4dc9-9ee3-c825a5fbf520} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1472 | 2025.04.30 19:11:25.424330 [ 3 ] {62768962-88d4-4dc9-9ee3-c825a5fbf520} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec. | ||
| 1473 | 2025.04.30 19:11:25.424380 [ 3 ] {62768962-88d4-4dc9-9ee3-c825a5fbf520} <Debug> TCPHandler: Processed in 0.001603278 sec. | ||
| 1474 | 2025.04.30 19:11:26.358282 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
| 1475 | 2025.04.30 19:11:26.358915 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1476 | 2025.04.30 19:11:26.358961 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1477 | 2025.04.30 19:11:26.359518 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1478 | 2025.04.30 19:11:26.359773 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1479 | 2025.04.30 19:11:26.359981 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
| 1480 | 2025.04.30 19:11:26.561075 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1481 | 2025.04.30 19:11:26.579749 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1482 | 2025.04.30 19:11:26.579821 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1483 | 2025.04.30 19:11:26.586764 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1484 | 2025.04.30 19:11:26.587521 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1485 | 2025.04.30 19:11:26.590584 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1486 | 2025.04.30 19:11:27.001161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.65 MiB, peak 170.27 MiB, free memory in arenas 0.00 B, will set to 164.72 MiB (RSS), difference: 1.07 MiB | ||
| 1487 | 2025.04.30 19:11:30.378337 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1488 | 2025.04.30 19:11:30.378528 [ 3 ] {731eb4b7-4702-47ca-ad6d-99e18b30afd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1489 | 2025.04.30 19:11:30.378600 [ 3 ] {731eb4b7-4702-47ca-ad6d-99e18b30afd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1490 | 2025.04.30 19:11:30.379460 [ 3 ] {731eb4b7-4702-47ca-ad6d-99e18b30afd0} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1491 | 2025.04.30 19:11:30.379514 [ 3 ] {731eb4b7-4702-47ca-ad6d-99e18b30afd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1492 | 2025.04.30 19:11:30.379955 [ 3 ] {731eb4b7-4702-47ca-ad6d-99e18b30afd0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1493 | 2025.04.30 19:11:30.380205 [ 3 ] {731eb4b7-4702-47ca-ad6d-99e18b30afd0} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1494 | 2025.04.30 19:11:30.380453 [ 3 ] {731eb4b7-4702-47ca-ad6d-99e18b30afd0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001979 sec., 28297.11975745326 rows/sec., 2.17 MiB/sec. | ||
| 1495 | 2025.04.30 19:11:30.380511 [ 3 ] {731eb4b7-4702-47ca-ad6d-99e18b30afd0} <Debug> TCPHandler: Processed in 0.002308934 sec. | ||
| 1496 | 2025.04.30 19:11:30.380642 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1497 | 2025.04.30 19:11:30.380748 [ 3 ] {4a17793d-b81f-4ad2-8c92-baba6b8d2a39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1498 | 2025.04.30 19:11:30.380795 [ 3 ] {4a17793d-b81f-4ad2-8c92-baba6b8d2a39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1499 | 2025.04.30 19:11:30.381331 [ 3 ] {4a17793d-b81f-4ad2-8c92-baba6b8d2a39} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1500 | 2025.04.30 19:11:30.381371 [ 3 ] {4a17793d-b81f-4ad2-8c92-baba6b8d2a39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1501 | 2025.04.30 19:11:30.381772 [ 3 ] {4a17793d-b81f-4ad2-8c92-baba6b8d2a39} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1502 | 2025.04.30 19:11:30.382041 [ 3 ] {4a17793d-b81f-4ad2-8c92-baba6b8d2a39} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1503 | 2025.04.30 19:11:30.382237 [ 3 ] {4a17793d-b81f-4ad2-8c92-baba6b8d2a39} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00151 sec., 42384.1059602649 rows/sec., 3.31 MiB/sec. | ||
| 1504 | 2025.04.30 19:11:30.382286 [ 3 ] {4a17793d-b81f-4ad2-8c92-baba6b8d2a39} <Debug> TCPHandler: Processed in 0.00170032 sec. | ||
| 1505 | 2025.04.30 19:11:30.382406 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1506 | 2025.04.30 19:11:30.382509 [ 3 ] {8621877c-2222-4497-8a84-020fbab65f44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1507 | 2025.04.30 19:11:30.382557 [ 3 ] {8621877c-2222-4497-8a84-020fbab65f44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1508 | 2025.04.30 19:11:30.383057 [ 3 ] {8621877c-2222-4497-8a84-020fbab65f44} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1509 | 2025.04.30 19:11:30.383095 [ 3 ] {8621877c-2222-4497-8a84-020fbab65f44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1510 | 2025.04.30 19:11:30.383465 [ 3 ] {8621877c-2222-4497-8a84-020fbab65f44} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1511 | 2025.04.30 19:11:30.383694 [ 3 ] {8621877c-2222-4497-8a84-020fbab65f44} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1512 | 2025.04.30 19:11:30.383883 [ 3 ] {8621877c-2222-4497-8a84-020fbab65f44} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00139 sec., 115107.91366906476 rows/sec., 8.02 MiB/sec. | ||
| 1513 | 2025.04.30 19:11:30.383932 [ 3 ] {8621877c-2222-4497-8a84-020fbab65f44} <Debug> TCPHandler: Processed in 0.001579737 sec. | ||
| 1514 | 2025.04.30 19:11:30.384044 [ 3 ] {} <Trace> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1515 | 2025.04.30 19:11:30.384148 [ 3 ] {b87470f0-2574-4ac1-8302-ace6fb695f9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59029) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1516 | 2025.04.30 19:11:30.384195 [ 3 ] {b87470f0-2574-4ac1-8302-ace6fb695f9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1517 | 2025.04.30 19:11:30.384593 [ 3 ] {b87470f0-2574-4ac1-8302-ace6fb695f9c} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1518 | 2025.04.30 19:11:30.384632 [ 3 ] {b87470f0-2574-4ac1-8302-ace6fb695f9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1519 | 2025.04.30 19:11:30.384967 [ 3 ] {b87470f0-2574-4ac1-8302-ace6fb695f9c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1520 | 2025.04.30 19:11:30.385190 [ 3 ] {b87470f0-2574-4ac1-8302-ace6fb695f9c} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1521 | 2025.04.30 19:11:30.385381 [ 3 ] {b87470f0-2574-4ac1-8302-ace6fb695f9c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001254 sec., 47846.88995215311 rows/sec., 3.22 MiB/sec. | ||
| 1522 | 2025.04.30 19:11:30.385428 [ 3 ] {b87470f0-2574-4ac1-8302-ace6fb695f9c} <Debug> TCPHandler: Processed in 0.001435924 sec. | ||
| 1523 | 2025.04.30 19:11:33.768315 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1524 | 2025.04.30 19:11:33.768381 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1525 | 2025.04.30 19:11:33.860086 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
| 1526 | 2025.04.30 19:11:33.860701 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1527 | 2025.04.30 19:11:33.860749 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1528 | 2025.04.30 19:11:33.861358 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1529 | 2025.04.30 19:11:33.861619 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1530 | 2025.04.30 19:11:33.861875 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1531 | 2025.04.30 19:11:33.872043 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 226 | ||
| 1532 | 2025.04.30 19:11:33.875261 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1533 | 2025.04.30 19:11:33.875319 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1534 | 2025.04.30 19:11:33.876804 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1535 | 2025.04.30 19:11:33.877121 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1536 | 2025.04.30 19:11:33.877712 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 226 | ||
| 1537 | 2025.04.30 19:11:34.090654 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1538 | 2025.04.30 19:11:34.110437 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1539 | 2025.04.30 19:11:34.110492 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1540 | 2025.04.30 19:11:34.117609 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1541 | 2025.04.30 19:11:34.118385 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1542 | 2025.04.30 19:11:34.121354 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1543 | 2025.04.30 19:11:34.502511 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1544 | 2025.04.30 19:11:34.502598 [ 3 ] {} <Debug> TCP-Session: eb4e5f3f-e8c3-4181-8a70-8eca509183fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1545 | 2025.04.30 19:11:35.000280 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.27 MiB, peak 170.27 MiB, free memory in arenas 0.00 B, will set to 165.91 MiB (RSS), difference: 2.64 MiB | ||
| 1546 | 2025.04.30 19:11:35.377845 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1547 | 2025.04.30 19:11:35.378053 [ 256 ] {6e31cde9-4f9b-4b89-ae2f-84f0119da600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1548 | 2025.04.30 19:11:35.378143 [ 256 ] {6e31cde9-4f9b-4b89-ae2f-84f0119da600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1549 | 2025.04.30 19:11:35.379086 [ 256 ] {6e31cde9-4f9b-4b89-ae2f-84f0119da600} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1550 | 2025.04.30 19:11:35.379131 [ 256 ] {6e31cde9-4f9b-4b89-ae2f-84f0119da600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1551 | 2025.04.30 19:11:35.379547 [ 256 ] {6e31cde9-4f9b-4b89-ae2f-84f0119da600} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1552 | 2025.04.30 19:11:35.379792 [ 256 ] {6e31cde9-4f9b-4b89-ae2f-84f0119da600} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1553 | 2025.04.30 19:11:35.380041 [ 256 ] {6e31cde9-4f9b-4b89-ae2f-84f0119da600} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002025 sec., 35555.555555555555 rows/sec., 2.89 MiB/sec. | ||
| 1554 | 2025.04.30 19:11:35.380349 [ 256 ] {6e31cde9-4f9b-4b89-ae2f-84f0119da600} <Debug> TCPHandler: Processed in 0.002642611 sec. | ||
| 1555 | 2025.04.30 19:11:35.380553 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1556 | 2025.04.30 19:11:35.380658 [ 256 ] {f828769a-7a09-4a5e-83b6-ae284c27ee74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1557 | 2025.04.30 19:11:35.380706 [ 256 ] {f828769a-7a09-4a5e-83b6-ae284c27ee74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1558 | 2025.04.30 19:11:35.381233 [ 256 ] {f828769a-7a09-4a5e-83b6-ae284c27ee74} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1559 | 2025.04.30 19:11:35.381271 [ 256 ] {f828769a-7a09-4a5e-83b6-ae284c27ee74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1560 | 2025.04.30 19:11:35.381609 [ 256 ] {f828769a-7a09-4a5e-83b6-ae284c27ee74} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1561 | 2025.04.30 19:11:35.381849 [ 256 ] {f828769a-7a09-4a5e-83b6-ae284c27ee74} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1562 | 2025.04.30 19:11:35.382012 [ 256 ] {f828769a-7a09-4a5e-83b6-ae284c27ee74} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001377 sec., 5809.731299927378 rows/sec., 436.86 KiB/sec. | ||
| 1563 | 2025.04.30 19:11:35.382060 [ 256 ] {f828769a-7a09-4a5e-83b6-ae284c27ee74} <Debug> TCPHandler: Processed in 0.001566186 sec. | ||
| 1564 | 2025.04.30 19:11:35.382178 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1565 | 2025.04.30 19:11:35.382284 [ 256 ] {63f03d5b-0a87-4629-8fef-e534e9b57631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1566 | 2025.04.30 19:11:35.382328 [ 256 ] {63f03d5b-0a87-4629-8fef-e534e9b57631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1567 | 2025.04.30 19:11:35.382829 [ 256 ] {63f03d5b-0a87-4629-8fef-e534e9b57631} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1568 | 2025.04.30 19:11:35.382870 [ 256 ] {63f03d5b-0a87-4629-8fef-e534e9b57631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1569 | 2025.04.30 19:11:35.383207 [ 256 ] {63f03d5b-0a87-4629-8fef-e534e9b57631} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1570 | 2025.04.30 19:11:35.383440 [ 256 ] {63f03d5b-0a87-4629-8fef-e534e9b57631} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1571 | 2025.04.30 19:11:35.383635 [ 256 ] {63f03d5b-0a87-4629-8fef-e534e9b57631} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.00137 sec., 52554.74452554745 rows/sec., 4.10 MiB/sec. | ||
| 1572 | 2025.04.30 19:11:35.383742 [ 256 ] {63f03d5b-0a87-4629-8fef-e534e9b57631} <Debug> TCPHandler: Processed in 0.001613327 sec. | ||
| 1573 | 2025.04.30 19:11:35.383893 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1574 | 2025.04.30 19:11:35.383996 [ 256 ] {ed11c47e-96cf-4b54-ab7a-a756f1350730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1575 | 2025.04.30 19:11:35.384044 [ 256 ] {ed11c47e-96cf-4b54-ab7a-a756f1350730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1576 | 2025.04.30 19:11:35.384575 [ 256 ] {ed11c47e-96cf-4b54-ab7a-a756f1350730} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1577 | 2025.04.30 19:11:35.384613 [ 256 ] {ed11c47e-96cf-4b54-ab7a-a756f1350730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1578 | 2025.04.30 19:11:35.384987 [ 256 ] {ed11c47e-96cf-4b54-ab7a-a756f1350730} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1579 | 2025.04.30 19:11:35.385221 [ 256 ] {ed11c47e-96cf-4b54-ab7a-a756f1350730} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1580 | 2025.04.30 19:11:35.385571 [ 256 ] {ed11c47e-96cf-4b54-ab7a-a756f1350730} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001565 sec., 102236.42172523962 rows/sec., 7.12 MiB/sec. | ||
| 1581 | 2025.04.30 19:11:35.385848 [ 256 ] {ed11c47e-96cf-4b54-ab7a-a756f1350730} <Debug> TCPHandler: Processed in 0.002007696 sec. | ||
| 1582 | 2025.04.30 19:11:35.385975 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1583 | 2025.04.30 19:11:35.386081 [ 256 ] {b715dddd-d744-4baa-af2a-7dc831108c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1584 | 2025.04.30 19:11:35.386151 [ 256 ] {b715dddd-d744-4baa-af2a-7dc831108c56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1585 | 2025.04.30 19:11:35.387183 [ 256 ] {b715dddd-d744-4baa-af2a-7dc831108c56} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1586 | 2025.04.30 19:11:35.387221 [ 256 ] {b715dddd-d744-4baa-af2a-7dc831108c56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1587 | 2025.04.30 19:11:35.387801 [ 256 ] {b715dddd-d744-4baa-af2a-7dc831108c56} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1588 | 2025.04.30 19:11:35.388054 [ 256 ] {b715dddd-d744-4baa-af2a-7dc831108c56} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1589 | 2025.04.30 19:11:35.388476 [ 256 ] {b715dddd-d744-4baa-af2a-7dc831108c56} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002391 sec., 3345.8803847762442 rows/sec., 6.00 MiB/sec. | ||
| 1590 | 2025.04.30 19:11:35.388614 [ 256 ] {b715dddd-d744-4baa-af2a-7dc831108c56} <Debug> TCPHandler: Processed in 0.002692453 sec. | ||
| 1591 | 2025.04.30 19:11:35.388750 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1592 | 2025.04.30 19:11:35.388893 [ 256 ] {7d73c153-8d68-46d9-a431-c5804d99d806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1593 | 2025.04.30 19:11:35.388941 [ 256 ] {7d73c153-8d68-46d9-a431-c5804d99d806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1594 | 2025.04.30 19:11:35.389362 [ 256 ] {7d73c153-8d68-46d9-a431-c5804d99d806} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1595 | 2025.04.30 19:11:35.389401 [ 256 ] {7d73c153-8d68-46d9-a431-c5804d99d806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1596 | 2025.04.30 19:11:35.389766 [ 256 ] {7d73c153-8d68-46d9-a431-c5804d99d806} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1597 | 2025.04.30 19:11:35.390005 [ 256 ] {7d73c153-8d68-46d9-a431-c5804d99d806} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1598 | 2025.04.30 19:11:35.390213 [ 256 ] {7d73c153-8d68-46d9-a431-c5804d99d806} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001349 sec., 44477.390659747965 rows/sec., 3.00 MiB/sec. | ||
| 1599 | 2025.04.30 19:11:35.390261 [ 256 ] {7d73c153-8d68-46d9-a431-c5804d99d806} <Debug> TCPHandler: Processed in 0.001577777 sec. | ||
| 1600 | 2025.04.30 19:11:40.378220 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1601 | 2025.04.30 19:11:40.378423 [ 256 ] {08ac3c06-a905-4b85-96d0-f0974fcafdcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1602 | 2025.04.30 19:11:40.378492 [ 256 ] {08ac3c06-a905-4b85-96d0-f0974fcafdcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1603 | 2025.04.30 19:11:40.379192 [ 256 ] {08ac3c06-a905-4b85-96d0-f0974fcafdcb} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1604 | 2025.04.30 19:11:40.379243 [ 256 ] {08ac3c06-a905-4b85-96d0-f0974fcafdcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1605 | 2025.04.30 19:11:40.379681 [ 256 ] {08ac3c06-a905-4b85-96d0-f0974fcafdcb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1606 | 2025.04.30 19:11:40.379927 [ 256 ] {08ac3c06-a905-4b85-96d0-f0974fcafdcb} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1607 | 2025.04.30 19:11:40.380129 [ 256 ] {08ac3c06-a905-4b85-96d0-f0974fcafdcb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001755 sec., 31908.831908831908 rows/sec., 2.45 MiB/sec. | ||
| 1608 | 2025.04.30 19:11:40.380181 [ 256 ] {08ac3c06-a905-4b85-96d0-f0974fcafdcb} <Debug> TCPHandler: Processed in 0.002093378 sec. | ||
| 1609 | 2025.04.30 19:11:40.380302 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1610 | 2025.04.30 19:11:40.380406 [ 256 ] {52967360-f79f-4873-84a4-5c1b86f86675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1611 | 2025.04.30 19:11:40.380450 [ 256 ] {52967360-f79f-4873-84a4-5c1b86f86675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1612 | 2025.04.30 19:11:40.380969 [ 256 ] {52967360-f79f-4873-84a4-5c1b86f86675} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1613 | 2025.04.30 19:11:40.381007 [ 256 ] {52967360-f79f-4873-84a4-5c1b86f86675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1614 | 2025.04.30 19:11:40.381344 [ 256 ] {52967360-f79f-4873-84a4-5c1b86f86675} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1615 | 2025.04.30 19:11:40.381572 [ 256 ] {52967360-f79f-4873-84a4-5c1b86f86675} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1616 | 2025.04.30 19:11:40.381768 [ 256 ] {52967360-f79f-4873-84a4-5c1b86f86675} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001384 sec., 46242.774566473985 rows/sec., 3.61 MiB/sec. | ||
| 1617 | 2025.04.30 19:11:40.381817 [ 256 ] {52967360-f79f-4873-84a4-5c1b86f86675} <Debug> TCPHandler: Processed in 0.001566066 sec. | ||
| 1618 | 2025.04.30 19:11:40.381932 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1619 | 2025.04.30 19:11:40.382034 [ 256 ] {d096fbbf-416a-479f-8c66-f0e2ef4f6b3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1620 | 2025.04.30 19:11:40.382082 [ 256 ] {d096fbbf-416a-479f-8c66-f0e2ef4f6b3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1621 | 2025.04.30 19:11:40.382576 [ 256 ] {d096fbbf-416a-479f-8c66-f0e2ef4f6b3a} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1622 | 2025.04.30 19:11:40.382614 [ 256 ] {d096fbbf-416a-479f-8c66-f0e2ef4f6b3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1623 | 2025.04.30 19:11:40.382987 [ 256 ] {d096fbbf-416a-479f-8c66-f0e2ef4f6b3a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1624 | 2025.04.30 19:11:40.383211 [ 256 ] {d096fbbf-416a-479f-8c66-f0e2ef4f6b3a} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1625 | 2025.04.30 19:11:40.383435 [ 256 ] {d096fbbf-416a-479f-8c66-f0e2ef4f6b3a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001407 sec., 113717.12864250178 rows/sec., 7.92 MiB/sec. | ||
| 1626 | 2025.04.30 19:11:40.383567 [ 256 ] {d096fbbf-416a-479f-8c66-f0e2ef4f6b3a} <Debug> TCPHandler: Processed in 0.001680329 sec. | ||
| 1627 | 2025.04.30 19:11:40.383725 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1628 | 2025.04.30 19:11:40.383827 [ 256 ] {fc8e63e3-4316-4d5a-ad6e-62d781a16044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1629 | 2025.04.30 19:11:40.383874 [ 256 ] {fc8e63e3-4316-4d5a-ad6e-62d781a16044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1630 | 2025.04.30 19:11:40.384296 [ 256 ] {fc8e63e3-4316-4d5a-ad6e-62d781a16044} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1631 | 2025.04.30 19:11:40.384334 [ 256 ] {fc8e63e3-4316-4d5a-ad6e-62d781a16044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1632 | 2025.04.30 19:11:40.384693 [ 256 ] {fc8e63e3-4316-4d5a-ad6e-62d781a16044} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1633 | 2025.04.30 19:11:40.384916 [ 256 ] {fc8e63e3-4316-4d5a-ad6e-62d781a16044} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1634 | 2025.04.30 19:11:40.385109 [ 256 ] {fc8e63e3-4316-4d5a-ad6e-62d781a16044} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001305 sec., 45977.011494252874 rows/sec., 3.10 MiB/sec. | ||
| 1635 | 2025.04.30 19:11:40.385156 [ 256 ] {fc8e63e3-4316-4d5a-ad6e-62d781a16044} <Debug> TCPHandler: Processed in 0.001483685 sec. | ||
| 1636 | 2025.04.30 19:11:41.362045 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
| 1637 | 2025.04.30 19:11:41.362777 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1638 | 2025.04.30 19:11:41.362832 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1639 | 2025.04.30 19:11:41.363398 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1640 | 2025.04.30 19:11:41.363648 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1641 | 2025.04.30 19:11:41.363910 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
| 1642 | 2025.04.30 19:11:41.621465 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 1643 | 2025.04.30 19:11:41.641426 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1644 | 2025.04.30 19:11:41.641495 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1645 | 2025.04.30 19:11:41.648246 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1646 | 2025.04.30 19:11:41.649203 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1647 | 2025.04.30 19:11:41.652315 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 1648 | 2025.04.30 19:11:43.877990 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 246 | ||
| 1649 | 2025.04.30 19:11:43.880705 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1650 | 2025.04.30 19:11:43.880756 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1651 | 2025.04.30 19:11:43.882175 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1652 | 2025.04.30 19:11:43.882476 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1653 | 2025.04.30 19:11:43.882683 [ 45 ] {} <Debug> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1654 | 2025.04.30 19:11:43.882790 [ 45 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1655 | 2025.04.30 19:11:43.882853 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1656 | 2025.04.30 19:11:43.883345 [ 193 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::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 | ||
| 1657 | 2025.04.30 19:11:43.884508 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 246 | ||
| 1658 | 2025.04.30 19:11:43.884883 [ 193 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1659 | 2025.04.30 19:11:43.885058 [ 193 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part | ||
| 1660 | 2025.04.30 19:11:43.885649 [ 193 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::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 | ||
| 1661 | 2025.04.30 19:11:43.886205 [ 193 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
| 1662 | 2025.04.30 19:11:43.886766 [ 193 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part | ||
| 1663 | 2025.04.30 19:11:43.887316 [ 193 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 40 rows starting from the beginning of the part | ||
| 1664 | 2025.04.30 19:11:43.887860 [ 193 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 20 rows starting from the beginning of the part | ||
| 1665 | 2025.04.30 19:11:43.896134 [ 188 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 72 columns (72 merged, 0 gathered) in 0.013128645 sec., 18737.653428819198 rows/sec., 18.19 MiB/sec. | ||
| 1666 | 2025.04.30 19:11:43.897118 [ 199 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1667 | 2025.04.30 19:11:43.897935 [ 199 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_6_1} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1668 | 2025.04.30 19:11:43.898024 [ 199 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_6_1} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1669 | 2025.04.30 19:11:43.898337 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. | ||
| 1670 | 2025.04.30 19:11:45.378709 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1671 | 2025.04.30 19:11:45.378888 [ 256 ] {fa6e814e-87e5-4447-8b4c-b13564b03504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1672 | 2025.04.30 19:11:45.378955 [ 256 ] {fa6e814e-87e5-4447-8b4c-b13564b03504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1673 | 2025.04.30 19:11:45.379682 [ 256 ] {fa6e814e-87e5-4447-8b4c-b13564b03504} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1674 | 2025.04.30 19:11:45.379725 [ 256 ] {fa6e814e-87e5-4447-8b4c-b13564b03504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1675 | 2025.04.30 19:11:45.380136 [ 256 ] {fa6e814e-87e5-4447-8b4c-b13564b03504} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1676 | 2025.04.30 19:11:45.380377 [ 256 ] {fa6e814e-87e5-4447-8b4c-b13564b03504} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1677 | 2025.04.30 19:11:45.380570 [ 44 ] {} <Debug> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1678 | 2025.04.30 19:11:45.380598 [ 256 ] {fa6e814e-87e5-4447-8b4c-b13564b03504} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001759 sec., 40932.347924957365 rows/sec., 3.33 MiB/sec. | ||
| 1679 | 2025.04.30 19:11:45.380645 [ 44 ] {} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1680 | 2025.04.30 19:11:45.380708 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1681 | 2025.04.30 19:11:45.380718 [ 256 ] {fa6e814e-87e5-4447-8b4c-b13564b03504} <Debug> TCPHandler: Processed in 0.00212853 sec. | ||
| 1682 | 2025.04.30 19:11:45.380944 [ 188 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::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 | ||
| 1683 | 2025.04.30 19:11:45.380956 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1684 | 2025.04.30 19:11:45.381182 [ 188 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1685 | 2025.04.30 19:11:45.381212 [ 256 ] {aea7c9ff-98a0-48e9-8649-76e0a2f68796} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1686 | 2025.04.30 19:11:45.381242 [ 188 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 72 rows starting from the beginning of the part | ||
| 1687 | 2025.04.30 19:11:45.381296 [ 256 ] {aea7c9ff-98a0-48e9-8649-76e0a2f68796} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1688 | 2025.04.30 19:11:45.381660 [ 188 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 192 rows starting from the beginning of the part | ||
| 1689 | 2025.04.30 19:11:45.382029 [ 188 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::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 | ||
| 1690 | 2025.04.30 19:11:45.382428 [ 188 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 72 rows starting from the beginning of the part | ||
| 1691 | 2025.04.30 19:11:45.382854 [ 188 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::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 | ||
| 1692 | 2025.04.30 19:11:45.383144 [ 188 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 72 rows starting from the beginning of the part | ||
| 1693 | 2025.04.30 19:11:45.383955 [ 256 ] {aea7c9ff-98a0-48e9-8649-76e0a2f68796} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1694 | 2025.04.30 19:11:45.384023 [ 256 ] {aea7c9ff-98a0-48e9-8649-76e0a2f68796} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1695 | 2025.04.30 19:11:45.384987 [ 256 ] {aea7c9ff-98a0-48e9-8649-76e0a2f68796} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1696 | 2025.04.30 19:11:45.385480 [ 256 ] {aea7c9ff-98a0-48e9-8649-76e0a2f68796} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1697 | 2025.04.30 19:11:45.386074 [ 188 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 5 columns (5 merged, 0 gathered) in 0.005271382 sec., 98645.85795527625 rows/sec., 8.57 MiB/sec. | ||
| 1698 | 2025.04.30 19:11:45.386106 [ 256 ] {aea7c9ff-98a0-48e9-8649-76e0a2f68796} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.004953 sec., 1615.1827175449223 rows/sec., 121.45 KiB/sec. | ||
| 1699 | 2025.04.30 19:11:45.386238 [ 256 ] {aea7c9ff-98a0-48e9-8649-76e0a2f68796} <Debug> TCPHandler: Processed in 0.005379695 sec. | ||
| 1700 | 2025.04.30 19:11:45.386371 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1701 | 2025.04.30 19:11:45.386370 [ 199 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1702 | 2025.04.30 19:11:45.386584 [ 256 ] {2075656d-473a-4d71-aef2-e253c7d53577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1703 | 2025.04.30 19:11:45.386660 [ 256 ] {2075656d-473a-4d71-aef2-e253c7d53577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1704 | 2025.04.30 19:11:45.387037 [ 199 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_11_2} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1705 | 2025.04.30 19:11:45.387295 [ 199 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_11_2} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1706 | 2025.04.30 19:11:45.387453 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 1707 | 2025.04.30 19:11:45.387706 [ 256 ] {2075656d-473a-4d71-aef2-e253c7d53577} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1708 | 2025.04.30 19:11:45.387750 [ 256 ] {2075656d-473a-4d71-aef2-e253c7d53577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1709 | 2025.04.30 19:11:45.388100 [ 256 ] {2075656d-473a-4d71-aef2-e253c7d53577} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1710 | 2025.04.30 19:11:45.388338 [ 256 ] {2075656d-473a-4d71-aef2-e253c7d53577} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1711 | 2025.04.30 19:11:45.388502 [ 44 ] {} <Debug> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1712 | 2025.04.30 19:11:45.388527 [ 256 ] {2075656d-473a-4d71-aef2-e253c7d53577} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002014 sec., 35749.75173783515 rows/sec., 2.79 MiB/sec. | ||
| 1713 | 2025.04.30 19:11:45.388565 [ 44 ] {} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1714 | 2025.04.30 19:11:45.388640 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1715 | 2025.04.30 19:11:45.388667 [ 256 ] {2075656d-473a-4d71-aef2-e253c7d53577} <Debug> TCPHandler: Processed in 0.002346205 sec. | ||
| 1716 | 2025.04.30 19:11:45.388876 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1717 | 2025.04.30 19:11:45.388880 [ 186 ] {ef48511d-534c-480b-8726-b87470b21d15::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 | ||
| 1718 | 2025.04.30 19:11:45.389049 [ 256 ] {f203453a-7b00-4011-906e-d72ab0213633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1719 | 2025.04.30 19:11:45.389156 [ 256 ] {f203453a-7b00-4011-906e-d72ab0213633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1720 | 2025.04.30 19:11:45.389169 [ 186 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1721 | 2025.04.30 19:11:45.389270 [ 186 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 72 rows starting from the beginning of the part | ||
| 1722 | 2025.04.30 19:11:45.389651 [ 186 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 108 rows starting from the beginning of the part | ||
| 1723 | 2025.04.30 19:11:45.389996 [ 186 ] {ef48511d-534c-480b-8726-b87470b21d15::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 | ||
| 1724 | 2025.04.30 19:11:45.390317 [ 186 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 72 rows starting from the beginning of the part | ||
| 1725 | 2025.04.30 19:11:45.390458 [ 186 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part | ||
| 1726 | 2025.04.30 19:11:45.390760 [ 186 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 72 rows starting from the beginning of the part | ||
| 1727 | 2025.04.30 19:11:45.391585 [ 256 ] {f203453a-7b00-4011-906e-d72ab0213633} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1728 | 2025.04.30 19:11:45.391645 [ 256 ] {f203453a-7b00-4011-906e-d72ab0213633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1729 | 2025.04.30 19:11:45.392584 [ 256 ] {f203453a-7b00-4011-906e-d72ab0213633} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1730 | 2025.04.30 19:11:45.393058 [ 256 ] {f203453a-7b00-4011-906e-d72ab0213633} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1731 | 2025.04.30 19:11:45.393591 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1732 | 2025.04.30 19:11:45.393628 [ 186 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 452 rows, containing 5 columns (5 merged, 0 gathered) in 0.004863673 sec., 92933.87939526362 rows/sec., 7.69 MiB/sec. | ||
| 1733 | 2025.04.30 19:11:45.393660 [ 256 ] {f203453a-7b00-4011-906e-d72ab0213633} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004664 sec., 34305.31732418525 rows/sec., 2.39 MiB/sec. | ||
| 1734 | 2025.04.30 19:11:45.393679 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1735 | 2025.04.30 19:11:45.393768 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1736 | 2025.04.30 19:11:45.393971 [ 256 ] {f203453a-7b00-4011-906e-d72ab0213633} <Debug> TCPHandler: Processed in 0.00516699 sec. | ||
| 1737 | 2025.04.30 19:11:45.394032 [ 188 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1738 | 2025.04.30 19:11:45.394395 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1739 | 2025.04.30 19:11:45.394422 [ 197 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::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 | ||
| 1740 | 2025.04.30 19:11:45.394687 [ 256 ] {64a82e6f-1d10-452b-aa51-43c55cd36511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1741 | 2025.04.30 19:11:45.394839 [ 197 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1742 | 2025.04.30 19:11:45.394977 [ 197 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 928 rows starting from the beginning of the part | ||
| 1743 | 2025.04.30 19:11:45.394986 [ 256 ] {64a82e6f-1d10-452b-aa51-43c55cd36511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1744 | 2025.04.30 19:11:45.395337 [ 197 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 328 rows starting from the beginning of the part | ||
| 1745 | 2025.04.30 19:11:45.395792 [ 197 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part | ||
| 1746 | 2025.04.30 19:11:45.396253 [ 197 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::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 | ||
| 1747 | 2025.04.30 19:11:45.396656 [ 197 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
| 1748 | 2025.04.30 19:11:45.397028 [ 197 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::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 | ||
| 1749 | 2025.04.30 19:11:45.398079 [ 188 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_11_2} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1750 | 2025.04.30 19:11:45.398468 [ 188 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_11_2} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1751 | 2025.04.30 19:11:45.398779 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 1752 | 2025.04.30 19:11:45.400338 [ 256 ] {64a82e6f-1d10-452b-aa51-43c55cd36511} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1753 | 2025.04.30 19:11:45.400351 [ 186 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1896 rows, containing 5 columns (5 merged, 0 gathered) in 0.006385409 sec., 296926.9470444258 rows/sec., 20.98 MiB/sec. | ||
| 1754 | 2025.04.30 19:11:45.400396 [ 256 ] {64a82e6f-1d10-452b-aa51-43c55cd36511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1755 | 2025.04.30 19:11:45.400695 [ 186 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1756 | 2025.04.30 19:11:45.401332 [ 186 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1757 | 2025.04.30 19:11:45.401523 [ 256 ] {64a82e6f-1d10-452b-aa51-43c55cd36511} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1758 | 2025.04.30 19:11:45.401523 [ 186 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1759 | 2025.04.30 19:11:45.401681 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 1760 | 2025.04.30 19:11:45.401883 [ 256 ] {64a82e6f-1d10-452b-aa51-43c55cd36511} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1761 | 2025.04.30 19:11:45.402160 [ 256 ] {64a82e6f-1d10-452b-aa51-43c55cd36511} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007577 sec., 1055.8268443975187 rows/sec., 1.89 MiB/sec. | ||
| 1762 | 2025.04.30 19:11:45.402300 [ 256 ] {64a82e6f-1d10-452b-aa51-43c55cd36511} <Debug> TCPHandler: Processed in 0.008039737 sec. | ||
| 1763 | 2025.04.30 19:11:45.402432 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1764 | 2025.04.30 19:11:45.402535 [ 256 ] {b159f1fb-e552-4217-b42f-b37de580298a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1765 | 2025.04.30 19:11:45.402580 [ 256 ] {b159f1fb-e552-4217-b42f-b37de580298a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1766 | 2025.04.30 19:11:45.402993 [ 256 ] {b159f1fb-e552-4217-b42f-b37de580298a} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1767 | 2025.04.30 19:11:45.403030 [ 256 ] {b159f1fb-e552-4217-b42f-b37de580298a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1768 | 2025.04.30 19:11:45.403375 [ 256 ] {b159f1fb-e552-4217-b42f-b37de580298a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1769 | 2025.04.30 19:11:45.403602 [ 256 ] {b159f1fb-e552-4217-b42f-b37de580298a} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1770 | 2025.04.30 19:11:45.403762 [ 44 ] {} <Debug> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1771 | 2025.04.30 19:11:45.403827 [ 44 ] {} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1772 | 2025.04.30 19:11:45.403836 [ 256 ] {b159f1fb-e552-4217-b42f-b37de580298a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001316 sec., 45592.705167173255 rows/sec., 3.07 MiB/sec. | ||
| 1773 | 2025.04.30 19:11:45.403856 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1774 | 2025.04.30 19:11:45.403984 [ 256 ] {b159f1fb-e552-4217-b42f-b37de580298a} <Debug> TCPHandler: Processed in 0.001611697 sec. | ||
| 1775 | 2025.04.30 19:11:45.404061 [ 197 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::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 | ||
| 1776 | 2025.04.30 19:11:45.404173 [ 197 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1777 | 2025.04.30 19:11:45.404206 [ 197 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 348 rows starting from the beginning of the part | ||
| 1778 | 2025.04.30 19:11:45.404292 [ 197 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part | ||
| 1779 | 2025.04.30 19:11:45.404506 [ 197 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
| 1780 | 2025.04.30 19:11:45.404671 [ 197 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::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 | ||
| 1781 | 2025.04.30 19:11:45.404833 [ 197 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
| 1782 | 2025.04.30 19:11:45.404948 [ 197 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::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 | ||
| 1783 | 2025.04.30 19:11:45.406041 [ 188 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 4 columns (4 merged, 0 gathered) in 0.002054748 sec., 315367.1399120476 rows/sec., 21.25 MiB/sec. | ||
| 1784 | 2025.04.30 19:11:45.406186 [ 197 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1785 | 2025.04.30 19:11:45.406449 [ 197 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_11_2} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1786 | 2025.04.30 19:11:45.406522 [ 197 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_11_2} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1787 | 2025.04.30 19:11:45.406590 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 1788 | 2025.04.30 19:11:48.768464 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1789 | 2025.04.30 19:11:48.768524 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1790 | 2025.04.30 19:11:48.864060 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
| 1791 | 2025.04.30 19:11:48.864688 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1792 | 2025.04.30 19:11:48.864734 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1793 | 2025.04.30 19:11:48.865266 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1794 | 2025.04.30 19:11:48.865561 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1795 | 2025.04.30 19:11:48.865784 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 1796 | 2025.04.30 19:11:49.152413 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 1797 | 2025.04.30 19:11:49.172618 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1798 | 2025.04.30 19:11:49.172674 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1799 | 2025.04.30 19:11:49.179395 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1800 | 2025.04.30 19:11:49.180149 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1801 | 2025.04.30 19:11:49.182577 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 1802 | 2025.04.30 19:11:50.373333 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1803 | 2025.04.30 19:11:50.373633 [ 256 ] {0e7097d2-56e5-429e-b8ad-b4d278d5dc4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1804 | 2025.04.30 19:11:50.374069 [ 256 ] {0e7097d2-56e5-429e-b8ad-b4d278d5dc4e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1805 | 2025.04.30 19:11:50.374123 [ 256 ] {0e7097d2-56e5-429e-b8ad-b4d278d5dc4e} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1806 | 2025.04.30 19:11:50.374500 [ 256 ] {0e7097d2-56e5-429e-b8ad-b4d278d5dc4e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1807 | 2025.04.30 19:11:50.374576 [ 256 ] {0e7097d2-56e5-429e-b8ad-b4d278d5dc4e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1808 | 2025.04.30 19:11:50.374741 [ 256 ] {0e7097d2-56e5-429e-b8ad-b4d278d5dc4e} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1809 | 2025.04.30 19:11:50.375062 [ 288 ] {0e7097d2-56e5-429e-b8ad-b4d278d5dc4e} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1810 | 2025.04.30 19:11:50.375109 [ 287 ] {0e7097d2-56e5-429e-b8ad-b4d278d5dc4e} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1811 | 2025.04.30 19:11:50.375105 [ 289 ] {0e7097d2-56e5-429e-b8ad-b4d278d5dc4e} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1812 | 2025.04.30 19:11:50.375387 [ 256 ] {0e7097d2-56e5-429e-b8ad-b4d278d5dc4e} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1813 | 2025.04.30 19:11:50.375436 [ 256 ] {0e7097d2-56e5-429e-b8ad-b4d278d5dc4e} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1814 | 2025.04.30 19:11:50.379383 [ 256 ] {0e7097d2-56e5-429e-b8ad-b4d278d5dc4e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1815 | 2025.04.30 19:11:50.379411 [ 256 ] {0e7097d2-56e5-429e-b8ad-b4d278d5dc4e} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Reading approx. 24 rows with 2 streams | ||
| 1816 | 2025.04.30 19:11:50.379473 [ 256 ] {0e7097d2-56e5-429e-b8ad-b4d278d5dc4e} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1817 | 2025.04.30 19:11:50.379539 [ 256 ] {0e7097d2-56e5-429e-b8ad-b4d278d5dc4e} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1818 | 2025.04.30 19:11:50.380876 [ 256 ] {0e7097d2-56e5-429e-b8ad-b4d278d5dc4e} <Debug> executeQuery: Read 24 rows, 1.04 KiB in 0.00737 sec., 3256.4450474898235 rows/sec., 141.25 KiB/sec. | ||
| 1819 | 2025.04.30 19:11:50.381039 [ 256 ] {0e7097d2-56e5-429e-b8ad-b4d278d5dc4e} <Debug> TCPHandler: Processed in 0.007863654 sec. | ||
| 1820 | 2025.04.30 19:11:50.381324 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1821 | 2025.04.30 19:11:50.381480 [ 256 ] {e7fa5ee0-a184-43be-8a2a-4f5537fe93bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1822 | 2025.04.30 19:11:50.381759 [ 256 ] {e7fa5ee0-a184-43be-8a2a-4f5537fe93bd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1823 | 2025.04.30 19:11:50.381802 [ 256 ] {e7fa5ee0-a184-43be-8a2a-4f5537fe93bd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1824 | 2025.04.30 19:11:50.382082 [ 256 ] {e7fa5ee0-a184-43be-8a2a-4f5537fe93bd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1825 | 2025.04.30 19:11:50.382146 [ 256 ] {e7fa5ee0-a184-43be-8a2a-4f5537fe93bd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1826 | 2025.04.30 19:11:50.382282 [ 256 ] {e7fa5ee0-a184-43be-8a2a-4f5537fe93bd} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1827 | 2025.04.30 19:11:50.382396 [ 289 ] {e7fa5ee0-a184-43be-8a2a-4f5537fe93bd} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1828 | 2025.04.30 19:11:50.382446 [ 287 ] {e7fa5ee0-a184-43be-8a2a-4f5537fe93bd} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1829 | 2025.04.30 19:11:50.382453 [ 288 ] {e7fa5ee0-a184-43be-8a2a-4f5537fe93bd} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1830 | 2025.04.30 19:11:50.382595 [ 256 ] {e7fa5ee0-a184-43be-8a2a-4f5537fe93bd} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1831 | 2025.04.30 19:11:50.382623 [ 256 ] {e7fa5ee0-a184-43be-8a2a-4f5537fe93bd} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1832 | 2025.04.30 19:11:50.382706 [ 256 ] {e7fa5ee0-a184-43be-8a2a-4f5537fe93bd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1833 | 2025.04.30 19:11:50.382725 [ 256 ] {e7fa5ee0-a184-43be-8a2a-4f5537fe93bd} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Reading approx. 24 rows with 2 streams | ||
| 1834 | 2025.04.30 19:11:50.382765 [ 256 ] {e7fa5ee0-a184-43be-8a2a-4f5537fe93bd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1835 | 2025.04.30 19:11:50.382806 [ 256 ] {e7fa5ee0-a184-43be-8a2a-4f5537fe93bd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1836 | 2025.04.30 19:11:50.383883 [ 256 ] {e7fa5ee0-a184-43be-8a2a-4f5537fe93bd} <Debug> executeQuery: Read 24 rows, 1.04 KiB in 0.002474 sec., 9700.889248181084 rows/sec., 420.78 KiB/sec. | ||
| 1837 | 2025.04.30 19:11:50.384037 [ 256 ] {e7fa5ee0-a184-43be-8a2a-4f5537fe93bd} <Debug> TCPHandler: Processed in 0.002764454 sec. | ||
| 1838 | 2025.04.30 19:11:50.384235 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1839 | 2025.04.30 19:11:50.384390 [ 256 ] {eb58f4aa-08b8-431f-a64f-c65923efdbc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1840 | 2025.04.30 19:11:50.384666 [ 256 ] {eb58f4aa-08b8-431f-a64f-c65923efdbc0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1841 | 2025.04.30 19:11:50.384710 [ 256 ] {eb58f4aa-08b8-431f-a64f-c65923efdbc0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1842 | 2025.04.30 19:11:50.384991 [ 256 ] {eb58f4aa-08b8-431f-a64f-c65923efdbc0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1843 | 2025.04.30 19:11:50.385054 [ 256 ] {eb58f4aa-08b8-431f-a64f-c65923efdbc0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1844 | 2025.04.30 19:11:50.385190 [ 256 ] {eb58f4aa-08b8-431f-a64f-c65923efdbc0} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1845 | 2025.04.30 19:11:50.385332 [ 289 ] {eb58f4aa-08b8-431f-a64f-c65923efdbc0} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1846 | 2025.04.30 19:11:50.385351 [ 287 ] {eb58f4aa-08b8-431f-a64f-c65923efdbc0} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1847 | 2025.04.30 19:11:50.385319 [ 288 ] {eb58f4aa-08b8-431f-a64f-c65923efdbc0} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1848 | 2025.04.30 19:11:50.385486 [ 256 ] {eb58f4aa-08b8-431f-a64f-c65923efdbc0} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1849 | 2025.04.30 19:11:50.385514 [ 256 ] {eb58f4aa-08b8-431f-a64f-c65923efdbc0} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1850 | 2025.04.30 19:11:50.385594 [ 256 ] {eb58f4aa-08b8-431f-a64f-c65923efdbc0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1851 | 2025.04.30 19:11:50.385613 [ 256 ] {eb58f4aa-08b8-431f-a64f-c65923efdbc0} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Reading approx. 24 rows with 2 streams | ||
| 1852 | 2025.04.30 19:11:50.385652 [ 256 ] {eb58f4aa-08b8-431f-a64f-c65923efdbc0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1853 | 2025.04.30 19:11:50.385692 [ 256 ] {eb58f4aa-08b8-431f-a64f-c65923efdbc0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1854 | 2025.04.30 19:11:50.386811 [ 256 ] {eb58f4aa-08b8-431f-a64f-c65923efdbc0} <Debug> executeQuery: Read 24 rows, 1.04 KiB in 0.002491 sec., 9634.684865515856 rows/sec., 417.91 KiB/sec. | ||
| 1855 | 2025.04.30 19:11:50.386961 [ 256 ] {eb58f4aa-08b8-431f-a64f-c65923efdbc0} <Debug> TCPHandler: Processed in 0.002776684 sec. | ||
| 1856 | 2025.04.30 19:11:50.393696 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1857 | 2025.04.30 19:11:50.393834 [ 256 ] {df635c84-785c-4392-8d86-168f0acffa6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1858 | 2025.04.30 19:11:50.393890 [ 256 ] {df635c84-785c-4392-8d86-168f0acffa6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1859 | 2025.04.30 19:11:50.394701 [ 256 ] {df635c84-785c-4392-8d86-168f0acffa6e} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1860 | 2025.04.30 19:11:50.394738 [ 256 ] {df635c84-785c-4392-8d86-168f0acffa6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1861 | 2025.04.30 19:11:50.395216 [ 256 ] {df635c84-785c-4392-8d86-168f0acffa6e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1862 | 2025.04.30 19:11:50.395432 [ 256 ] {df635c84-785c-4392-8d86-168f0acffa6e} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1863 | 2025.04.30 19:11:50.395647 [ 256 ] {df635c84-785c-4392-8d86-168f0acffa6e} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001842 sec., 1628.6644951140065 rows/sec., 148.45 KiB/sec. | ||
| 1864 | 2025.04.30 19:11:50.395837 [ 256 ] {df635c84-785c-4392-8d86-168f0acffa6e} <Debug> TCPHandler: Processed in 0.002197051 sec. | ||
| 1865 | 2025.04.30 19:11:50.395971 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1866 | 2025.04.30 19:11:50.396074 [ 256 ] {ff35f079-9b3c-4b6e-a77e-40670b3fc338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1867 | 2025.04.30 19:11:50.396118 [ 256 ] {ff35f079-9b3c-4b6e-a77e-40670b3fc338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1868 | 2025.04.30 19:11:50.396711 [ 256 ] {ff35f079-9b3c-4b6e-a77e-40670b3fc338} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1869 | 2025.04.30 19:11:50.396748 [ 256 ] {ff35f079-9b3c-4b6e-a77e-40670b3fc338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1870 | 2025.04.30 19:11:50.397099 [ 256 ] {ff35f079-9b3c-4b6e-a77e-40670b3fc338} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 1871 | 2025.04.30 19:11:50.397336 [ 256 ] {ff35f079-9b3c-4b6e-a77e-40670b3fc338} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1872 | 2025.04.30 19:11:50.397506 [ 256 ] {ff35f079-9b3c-4b6e-a77e-40670b3fc338} <Debug> executeQuery: Read 108 rows, 9.27 KiB in 0.001452 sec., 74380.1652892562 rows/sec., 6.24 MiB/sec. | ||
| 1873 | 2025.04.30 19:11:50.397628 [ 256 ] {ff35f079-9b3c-4b6e-a77e-40670b3fc338} <Debug> TCPHandler: Processed in 0.00171135 sec. | ||
| 1874 | 2025.04.30 19:11:50.397758 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1875 | 2025.04.30 19:11:50.397859 [ 256 ] {854271db-7fa6-4287-bf3f-3913099010b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1876 | 2025.04.30 19:11:50.397902 [ 256 ] {854271db-7fa6-4287-bf3f-3913099010b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1877 | 2025.04.30 19:11:50.398386 [ 256 ] {854271db-7fa6-4287-bf3f-3913099010b3} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1878 | 2025.04.30 19:11:50.398423 [ 256 ] {854271db-7fa6-4287-bf3f-3913099010b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1879 | 2025.04.30 19:11:50.398743 [ 256 ] {854271db-7fa6-4287-bf3f-3913099010b3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1880 | 2025.04.30 19:11:50.398967 [ 256 ] {854271db-7fa6-4287-bf3f-3913099010b3} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1881 | 2025.04.30 19:11:50.399130 [ 36 ] {} <Debug> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1882 | 2025.04.30 19:11:50.399153 [ 256 ] {854271db-7fa6-4287-bf3f-3913099010b3} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001312 sec., 19817.073170731706 rows/sec., 1.46 MiB/sec. | ||
| 1883 | 2025.04.30 19:11:50.399201 [ 36 ] {} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1884 | 2025.04.30 19:11:50.399271 [ 256 ] {854271db-7fa6-4287-bf3f-3913099010b3} <Debug> TCPHandler: Processed in 0.001568197 sec. | ||
| 1885 | 2025.04.30 19:11:50.399277 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1886 | 2025.04.30 19:11:50.399429 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1887 | 2025.04.30 19:11:50.399441 [ 188 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::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 | ||
| 1888 | 2025.04.30 19:11:50.399613 [ 256 ] {360eacb9-0248-4410-be59-f3b2245ab075} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1889 | 2025.04.30 19:11:50.399673 [ 188 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1890 | 2025.04.30 19:11:50.399714 [ 256 ] {360eacb9-0248-4410-be59-f3b2245ab075} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1891 | 2025.04.30 19:11:50.399737 [ 188 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::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 | ||
| 1892 | 2025.04.30 19:11:50.400073 [ 188 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::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 | ||
| 1893 | 2025.04.30 19:11:50.400556 [ 188 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part | ||
| 1894 | 2025.04.30 19:11:50.400981 [ 188 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::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 | ||
| 1895 | 2025.04.30 19:11:50.401357 [ 188 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::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 | ||
| 1896 | 2025.04.30 19:11:50.401519 [ 188 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::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 | ||
| 1897 | 2025.04.30 19:11:50.402380 [ 256 ] {360eacb9-0248-4410-be59-f3b2245ab075} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1898 | 2025.04.30 19:11:50.402453 [ 256 ] {360eacb9-0248-4410-be59-f3b2245ab075} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1899 | 2025.04.30 19:11:50.403465 [ 256 ] {360eacb9-0248-4410-be59-f3b2245ab075} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 1900 | 2025.04.30 19:11:50.404115 [ 256 ] {360eacb9-0248-4410-be59-f3b2245ab075} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1901 | 2025.04.30 19:11:50.404288 [ 197 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 78 rows, containing 5 columns (5 merged, 0 gathered) in 0.004901114 sec., 15914.749177431906 rows/sec., 1.24 MiB/sec. | ||
| 1902 | 2025.04.30 19:11:50.404491 [ 256 ] {360eacb9-0248-4410-be59-f3b2245ab075} <Debug> executeQuery: Read 103 rows, 8.25 KiB in 0.004959 sec., 20770.316596087923 rows/sec., 1.63 MiB/sec. | ||
| 1903 | 2025.04.30 19:11:50.404534 [ 197 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1904 | 2025.04.30 19:11:50.404566 [ 256 ] {360eacb9-0248-4410-be59-f3b2245ab075} <Debug> TCPHandler: Processed in 0.005212491 sec. | ||
| 1905 | 2025.04.30 19:11:50.404695 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1906 | 2025.04.30 19:11:50.404813 [ 256 ] {3c7fa66f-3aa0-4e65-85ff-5853350100e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1907 | 2025.04.30 19:11:50.404872 [ 197 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_6_1} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1908 | 2025.04.30 19:11:50.404876 [ 256 ] {3c7fa66f-3aa0-4e65-85ff-5853350100e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1909 | 2025.04.30 19:11:50.404991 [ 197 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_6_1} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1910 | 2025.04.30 19:11:50.405116 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 1911 | 2025.04.30 19:11:50.405533 [ 256 ] {3c7fa66f-3aa0-4e65-85ff-5853350100e0} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1912 | 2025.04.30 19:11:50.405569 [ 256 ] {3c7fa66f-3aa0-4e65-85ff-5853350100e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1913 | 2025.04.30 19:11:50.405932 [ 256 ] {3c7fa66f-3aa0-4e65-85ff-5853350100e0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 1914 | 2025.04.30 19:11:50.406158 [ 256 ] {3c7fa66f-3aa0-4e65-85ff-5853350100e0} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1915 | 2025.04.30 19:11:50.406352 [ 256 ] {3c7fa66f-3aa0-4e65-85ff-5853350100e0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001565 sec., 102236.42172523962 rows/sec., 7.12 MiB/sec. | ||
| 1916 | 2025.04.30 19:11:50.406403 [ 256 ] {3c7fa66f-3aa0-4e65-85ff-5853350100e0} <Debug> TCPHandler: Processed in 0.001761211 sec. | ||
| 1917 | 2025.04.30 19:11:50.406540 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1918 | 2025.04.30 19:11:50.406642 [ 256 ] {1afd2444-e809-48a8-8350-d60be0f434ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1919 | 2025.04.30 19:11:50.406706 [ 256 ] {1afd2444-e809-48a8-8350-d60be0f434ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1920 | 2025.04.30 19:11:50.407775 [ 256 ] {1afd2444-e809-48a8-8350-d60be0f434ff} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1921 | 2025.04.30 19:11:50.407813 [ 256 ] {1afd2444-e809-48a8-8350-d60be0f434ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1922 | 2025.04.30 19:11:50.408415 [ 256 ] {1afd2444-e809-48a8-8350-d60be0f434ff} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1923 | 2025.04.30 19:11:50.408656 [ 256 ] {1afd2444-e809-48a8-8350-d60be0f434ff} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1924 | 2025.04.30 19:11:50.408824 [ 36 ] {} <Debug> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1925 | 2025.04.30 19:11:50.408897 [ 36 ] {} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1926 | 2025.04.30 19:11:50.408929 [ 256 ] {1afd2444-e809-48a8-8350-d60be0f434ff} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002293 sec., 11338.8573920628 rows/sec., 20.32 MiB/sec. | ||
| 1927 | 2025.04.30 19:11:50.408938 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1928 | 2025.04.30 19:11:50.409292 [ 256 ] {1afd2444-e809-48a8-8350-d60be0f434ff} <Debug> TCPHandler: Processed in 0.002810705 sec. | ||
| 1929 | 2025.04.30 19:11:50.409298 [ 194 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::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 | ||
| 1930 | 2025.04.30 19:11:50.409449 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1931 | 2025.04.30 19:11:50.409690 [ 256 ] {e3b461f2-014e-4819-bd1e-a63031b9c05d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1932 | 2025.04.30 19:11:50.409820 [ 256 ] {e3b461f2-014e-4819-bd1e-a63031b9c05d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1933 | 2025.04.30 19:11:50.410018 [ 194 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1934 | 2025.04.30 19:11:50.410272 [ 194 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::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 | ||
| 1935 | 2025.04.30 19:11:50.410977 [ 194 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::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 | ||
| 1936 | 2025.04.30 19:11:50.411757 [ 194 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::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 | ||
| 1937 | 2025.04.30 19:11:50.411760 [ 256 ] {e3b461f2-014e-4819-bd1e-a63031b9c05d} <Trace> oximeter.measurements_i64 (50dcbd31-43dd-4f34-9fe5-d7ea6177a6a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1938 | 2025.04.30 19:11:50.411836 [ 256 ] {e3b461f2-014e-4819-bd1e-a63031b9c05d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1939 | 2025.04.30 19:11:50.412343 [ 194 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::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 | ||
| 1940 | 2025.04.30 19:11:50.413001 [ 194 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::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 | ||
| 1941 | 2025.04.30 19:11:50.413199 [ 256 ] {e3b461f2-014e-4819-bd1e-a63031b9c05d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1942 | 2025.04.30 19:11:50.413502 [ 194 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::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 | ||
| 1943 | 2025.04.30 19:11:50.413959 [ 256 ] {e3b461f2-014e-4819-bd1e-a63031b9c05d} <Trace> oximeter.measurements_i64 (50dcbd31-43dd-4f34-9fe5-d7ea6177a6a7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1944 | 2025.04.30 19:11:50.414597 [ 256 ] {e3b461f2-014e-4819-bd1e-a63031b9c05d} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.004979 sec., 4217.714400482025 rows/sec., 314.99 KiB/sec. | ||
| 1945 | 2025.04.30 19:11:50.414884 [ 256 ] {e3b461f2-014e-4819-bd1e-a63031b9c05d} <Debug> TCPHandler: Processed in 0.005488938 sec. | ||
| 1946 | 2025.04.30 19:11:50.415161 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1947 | 2025.04.30 19:11:50.415389 [ 256 ] {c4e06db1-d8e8-40c5-a95a-18464f82aa2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1948 | 2025.04.30 19:11:50.415506 [ 256 ] {c4e06db1-d8e8-40c5-a95a-18464f82aa2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1949 | 2025.04.30 19:11:50.417019 [ 256 ] {c4e06db1-d8e8-40c5-a95a-18464f82aa2e} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1950 | 2025.04.30 19:11:50.417092 [ 256 ] {c4e06db1-d8e8-40c5-a95a-18464f82aa2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1951 | 2025.04.30 19:11:50.418087 [ 256 ] {c4e06db1-d8e8-40c5-a95a-18464f82aa2e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 1952 | 2025.04.30 19:11:50.418610 [ 256 ] {c4e06db1-d8e8-40c5-a95a-18464f82aa2e} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1953 | 2025.04.30 19:11:50.419245 [ 256 ] {c4e06db1-d8e8-40c5-a95a-18464f82aa2e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003918 sec., 15313.935681470139 rows/sec., 1.03 MiB/sec. | ||
| 1954 | 2025.04.30 19:11:50.419644 [ 256 ] {c4e06db1-d8e8-40c5-a95a-18464f82aa2e} <Debug> TCPHandler: Processed in 0.004543676 sec. | ||
| 1955 | 2025.04.30 19:11:50.420291 [ 202 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 19 columns (19 merged, 0 gathered) in 0.011183551 sec., 5901.524480015337 rows/sec., 10.58 MiB/sec. | ||
| 1956 | 2025.04.30 19:11:50.420767 [ 191 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1957 | 2025.04.30 19:11:50.421312 [ 191 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1958 | 2025.04.30 19:11:50.421415 [ 191 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1959 | 2025.04.30 19:11:50.421581 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 1960 | 2025.04.30 19:11:53.884735 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 280 | ||
| 1961 | 2025.04.30 19:11:53.887932 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1962 | 2025.04.30 19:11:53.887995 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1963 | 2025.04.30 19:11:53.889425 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1964 | 2025.04.30 19:11:53.889733 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1965 | 2025.04.30 19:11:53.890607 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 280 | ||
| 1966 | 2025.04.30 19:11:55.369989 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1967 | 2025.04.30 19:11:55.370280 [ 256 ] {98f8093b-2795-428d-af11-f82cb5ece93f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1968 | 2025.04.30 19:11:55.370745 [ 256 ] {98f8093b-2795-428d-af11-f82cb5ece93f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1969 | 2025.04.30 19:11:55.370795 [ 256 ] {98f8093b-2795-428d-af11-f82cb5ece93f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1970 | 2025.04.30 19:11:55.371127 [ 256 ] {98f8093b-2795-428d-af11-f82cb5ece93f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1971 | 2025.04.30 19:11:55.371207 [ 256 ] {98f8093b-2795-428d-af11-f82cb5ece93f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1972 | 2025.04.30 19:11:55.371381 [ 256 ] {98f8093b-2795-428d-af11-f82cb5ece93f} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1973 | 2025.04.30 19:11:55.371753 [ 291 ] {98f8093b-2795-428d-af11-f82cb5ece93f} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1974 | 2025.04.30 19:11:55.371762 [ 289 ] {98f8093b-2795-428d-af11-f82cb5ece93f} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1975 | 2025.04.30 19:11:55.371811 [ 287 ] {98f8093b-2795-428d-af11-f82cb5ece93f} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1976 | 2025.04.30 19:11:55.371799 [ 288 ] {98f8093b-2795-428d-af11-f82cb5ece93f} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1977 | 2025.04.30 19:11:55.372034 [ 256 ] {98f8093b-2795-428d-af11-f82cb5ece93f} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 1978 | 2025.04.30 19:11:55.372085 [ 256 ] {98f8093b-2795-428d-af11-f82cb5ece93f} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1979 | 2025.04.30 19:11:55.372237 [ 256 ] {98f8093b-2795-428d-af11-f82cb5ece93f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1980 | 2025.04.30 19:11:55.372265 [ 256 ] {98f8093b-2795-428d-af11-f82cb5ece93f} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Reading approx. 27 rows with 3 streams | ||
| 1981 | 2025.04.30 19:11:55.372319 [ 256 ] {98f8093b-2795-428d-af11-f82cb5ece93f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1982 | 2025.04.30 19:11:55.372376 [ 256 ] {98f8093b-2795-428d-af11-f82cb5ece93f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1983 | 2025.04.30 19:11:55.372426 [ 256 ] {98f8093b-2795-428d-af11-f82cb5ece93f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1984 | 2025.04.30 19:11:55.373987 [ 256 ] {98f8093b-2795-428d-af11-f82cb5ece93f} <Debug> executeQuery: Read 27 rows, 1.18 KiB in 0.003837 sec., 7036.747458952306 rows/sec., 307.45 KiB/sec. | ||
| 1985 | 2025.04.30 19:11:55.374194 [ 256 ] {98f8093b-2795-428d-af11-f82cb5ece93f} <Debug> TCPHandler: Processed in 0.004346531 sec. | ||
| 1986 | 2025.04.30 19:11:55.384534 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1987 | 2025.04.30 19:11:55.384660 [ 256 ] {f23cd7a9-a809-4ab8-a493-8c14c74c7601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1988 | 2025.04.30 19:11:55.384715 [ 256 ] {f23cd7a9-a809-4ab8-a493-8c14c74c7601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1989 | 2025.04.30 19:11:55.385555 [ 256 ] {f23cd7a9-a809-4ab8-a493-8c14c74c7601} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1990 | 2025.04.30 19:11:55.385612 [ 256 ] {f23cd7a9-a809-4ab8-a493-8c14c74c7601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1991 | 2025.04.30 19:11:55.386120 [ 256 ] {f23cd7a9-a809-4ab8-a493-8c14c74c7601} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1992 | 2025.04.30 19:11:55.386344 [ 256 ] {f23cd7a9-a809-4ab8-a493-8c14c74c7601} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1993 | 2025.04.30 19:11:55.386571 [ 256 ] {f23cd7a9-a809-4ab8-a493-8c14c74c7601} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001946 sec., 513.874614594039 rows/sec., 116.42 KiB/sec. | ||
| 1994 | 2025.04.30 19:11:55.386625 [ 256 ] {f23cd7a9-a809-4ab8-a493-8c14c74c7601} <Debug> TCPHandler: Processed in 0.00214848 sec. | ||
| 1995 | 2025.04.30 19:11:55.386743 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1996 | 2025.04.30 19:11:55.386847 [ 256 ] {c9ce8c2f-9325-448a-927d-a501735b99a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1997 | 2025.04.30 19:11:55.386893 [ 256 ] {c9ce8c2f-9325-448a-927d-a501735b99a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1998 | 2025.04.30 19:11:55.387435 [ 256 ] {c9ce8c2f-9325-448a-927d-a501735b99a0} <Trace> oximeter.fields_i16 (7d02e2b8-bc3a-4729-b2d9-0b5e82181a45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1999 | 2025.04.30 19:11:55.387476 [ 256 ] {c9ce8c2f-9325-448a-927d-a501735b99a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2000 | 2025.04.30 19:11:55.387833 [ 256 ] {c9ce8c2f-9325-448a-927d-a501735b99a0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2001 | 2025.04.30 19:11:55.388090 [ 256 ] {c9ce8c2f-9325-448a-927d-a501735b99a0} <Trace> oximeter.fields_i16 (7d02e2b8-bc3a-4729-b2d9-0b5e82181a45): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2002 | 2025.04.30 19:11:55.388329 [ 256 ] {c9ce8c2f-9325-448a-927d-a501735b99a0} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001493 sec., 16075.016744809109 rows/sec., 1.33 MiB/sec. | ||
| 2003 | 2025.04.30 19:11:55.388445 [ 256 ] {c9ce8c2f-9325-448a-927d-a501735b99a0} <Debug> TCPHandler: Processed in 0.001753641 sec. | ||
| 2004 | 2025.04.30 19:11:55.388566 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2005 | 2025.04.30 19:11:55.388671 [ 256 ] {656a9491-88c5-4ed6-8d79-e27cd8f4c1f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2006 | 2025.04.30 19:11:55.388717 [ 256 ] {656a9491-88c5-4ed6-8d79-e27cd8f4c1f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2007 | 2025.04.30 19:11:55.389219 [ 256 ] {656a9491-88c5-4ed6-8d79-e27cd8f4c1f4} <Trace> oximeter.fields_ipaddr (7716cb51-1146-4a1c-ac34-03e103003b39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2008 | 2025.04.30 19:11:55.389259 [ 256 ] {656a9491-88c5-4ed6-8d79-e27cd8f4c1f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2009 | 2025.04.30 19:11:55.389592 [ 256 ] {656a9491-88c5-4ed6-8d79-e27cd8f4c1f4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2010 | 2025.04.30 19:11:55.389825 [ 256 ] {656a9491-88c5-4ed6-8d79-e27cd8f4c1f4} <Trace> oximeter.fields_ipaddr (7716cb51-1146-4a1c-ac34-03e103003b39): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2011 | 2025.04.30 19:11:55.390071 [ 256 ] {656a9491-88c5-4ed6-8d79-e27cd8f4c1f4} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001403 sec., 7127.583749109052 rows/sec., 581.20 KiB/sec. | ||
| 2012 | 2025.04.30 19:11:55.390168 [ 256 ] {656a9491-88c5-4ed6-8d79-e27cd8f4c1f4} <Debug> TCPHandler: Processed in 0.001654129 sec. | ||
| 2013 | 2025.04.30 19:11:55.390286 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2014 | 2025.04.30 19:11:55.390389 [ 256 ] {40ced0d4-30d8-4ec1-aea4-2bd7bc059090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2015 | 2025.04.30 19:11:55.390433 [ 256 ] {40ced0d4-30d8-4ec1-aea4-2bd7bc059090} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2016 | 2025.04.30 19:11:55.391040 [ 256 ] {40ced0d4-30d8-4ec1-aea4-2bd7bc059090} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2017 | 2025.04.30 19:11:55.391080 [ 256 ] {40ced0d4-30d8-4ec1-aea4-2bd7bc059090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2018 | 2025.04.30 19:11:55.391436 [ 256 ] {40ced0d4-30d8-4ec1-aea4-2bd7bc059090} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2019 | 2025.04.30 19:11:55.391669 [ 256 ] {40ced0d4-30d8-4ec1-aea4-2bd7bc059090} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2020 | 2025.04.30 19:11:55.391862 [ 256 ] {40ced0d4-30d8-4ec1-aea4-2bd7bc059090} <Debug> executeQuery: Read 197 rows, 17.82 KiB in 0.001493 sec., 131949.0957803081 rows/sec., 11.65 MiB/sec. | ||
| 2021 | 2025.04.30 19:11:55.391911 [ 256 ] {40ced0d4-30d8-4ec1-aea4-2bd7bc059090} <Debug> TCPHandler: Processed in 0.001679039 sec. | ||
| 2022 | 2025.04.30 19:11:55.392030 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2023 | 2025.04.30 19:11:55.392135 [ 256 ] {1171cd15-25c1-4d6a-ac49-316a5dcfb08a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2024 | 2025.04.30 19:11:55.392179 [ 256 ] {1171cd15-25c1-4d6a-ac49-316a5dcfb08a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2025 | 2025.04.30 19:11:55.392673 [ 256 ] {1171cd15-25c1-4d6a-ac49-316a5dcfb08a} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2026 | 2025.04.30 19:11:55.392710 [ 256 ] {1171cd15-25c1-4d6a-ac49-316a5dcfb08a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2027 | 2025.04.30 19:11:55.393037 [ 256 ] {1171cd15-25c1-4d6a-ac49-316a5dcfb08a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2028 | 2025.04.30 19:11:55.393266 [ 256 ] {1171cd15-25c1-4d6a-ac49-316a5dcfb08a} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2029 | 2025.04.30 19:11:55.393451 [ 256 ] {1171cd15-25c1-4d6a-ac49-316a5dcfb08a} <Debug> executeQuery: Read 30 rows, 2.26 KiB in 0.001337 sec., 22438.29468960359 rows/sec., 1.65 MiB/sec. | ||
| 2030 | 2025.04.30 19:11:55.393501 [ 256 ] {1171cd15-25c1-4d6a-ac49-316a5dcfb08a} <Debug> TCPHandler: Processed in 0.001524405 sec. | ||
| 2031 | 2025.04.30 19:11:55.393625 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2032 | 2025.04.30 19:11:55.393727 [ 256 ] {8cbb675e-dae6-4629-a043-a547547c900f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2033 | 2025.04.30 19:11:55.393771 [ 256 ] {8cbb675e-dae6-4629-a043-a547547c900f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2034 | 2025.04.30 19:11:55.394240 [ 256 ] {8cbb675e-dae6-4629-a043-a547547c900f} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2035 | 2025.04.30 19:11:55.394275 [ 256 ] {8cbb675e-dae6-4629-a043-a547547c900f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2036 | 2025.04.30 19:11:55.394580 [ 256 ] {8cbb675e-dae6-4629-a043-a547547c900f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2037 | 2025.04.30 19:11:55.394792 [ 256 ] {8cbb675e-dae6-4629-a043-a547547c900f} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2038 | 2025.04.30 19:11:55.395114 [ 256 ] {8cbb675e-dae6-4629-a043-a547547c900f} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001386 sec., 17316.017316017314 rows/sec., 1.44 MiB/sec. | ||
| 2039 | 2025.04.30 19:11:55.395187 [ 256 ] {8cbb675e-dae6-4629-a043-a547547c900f} <Debug> TCPHandler: Processed in 0.001613287 sec. | ||
| 2040 | 2025.04.30 19:11:55.395301 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2041 | 2025.04.30 19:11:55.395406 [ 256 ] {e86e9b19-4c2c-4ab7-9ef7-8e62ddd2ced3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2042 | 2025.04.30 19:11:55.395449 [ 256 ] {e86e9b19-4c2c-4ab7-9ef7-8e62ddd2ced3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2043 | 2025.04.30 19:11:55.395930 [ 256 ] {e86e9b19-4c2c-4ab7-9ef7-8e62ddd2ced3} <Trace> oximeter.fields_u8 (6ac07ddf-9e79-4702-b981-c16bd17e5618): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2044 | 2025.04.30 19:11:55.395969 [ 256 ] {e86e9b19-4c2c-4ab7-9ef7-8e62ddd2ced3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2045 | 2025.04.30 19:11:55.396296 [ 256 ] {e86e9b19-4c2c-4ab7-9ef7-8e62ddd2ced3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2046 | 2025.04.30 19:11:55.396522 [ 256 ] {e86e9b19-4c2c-4ab7-9ef7-8e62ddd2ced3} <Trace> oximeter.fields_u8 (6ac07ddf-9e79-4702-b981-c16bd17e5618): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2047 | 2025.04.30 19:11:55.396788 [ 256 ] {e86e9b19-4c2c-4ab7-9ef7-8e62ddd2ced3} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.00138 sec., 8695.652173913044 rows/sec., 679.35 KiB/sec. | ||
| 2048 | 2025.04.30 19:11:55.396910 [ 256 ] {e86e9b19-4c2c-4ab7-9ef7-8e62ddd2ced3} <Debug> TCPHandler: Processed in 0.001661839 sec. | ||
| 2049 | 2025.04.30 19:11:55.397025 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2050 | 2025.04.30 19:11:55.397129 [ 256 ] {b406a082-e57f-4772-ae2f-888041752b31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2051 | 2025.04.30 19:11:55.397174 [ 256 ] {b406a082-e57f-4772-ae2f-888041752b31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2052 | 2025.04.30 19:11:55.397723 [ 256 ] {b406a082-e57f-4772-ae2f-888041752b31} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2053 | 2025.04.30 19:11:55.397761 [ 256 ] {b406a082-e57f-4772-ae2f-888041752b31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2054 | 2025.04.30 19:11:55.398103 [ 256 ] {b406a082-e57f-4772-ae2f-888041752b31} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2055 | 2025.04.30 19:11:55.398335 [ 256 ] {b406a082-e57f-4772-ae2f-888041752b31} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2056 | 2025.04.30 19:11:55.398582 [ 256 ] {b406a082-e57f-4772-ae2f-888041752b31} <Debug> executeQuery: Read 118 rows, 9.83 KiB in 0.001453 sec., 81211.28699242945 rows/sec., 6.61 MiB/sec. | ||
| 2057 | 2025.04.30 19:11:55.398722 [ 256 ] {b406a082-e57f-4772-ae2f-888041752b31} <Debug> TCPHandler: Processed in 0.001749551 sec. | ||
| 2058 | 2025.04.30 19:11:55.398838 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2059 | 2025.04.30 19:11:55.398943 [ 256 ] {82260a1c-0b7c-4028-84a8-aee62b3e0cc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2060 | 2025.04.30 19:11:55.398991 [ 256 ] {82260a1c-0b7c-4028-84a8-aee62b3e0cc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2061 | 2025.04.30 19:11:55.399494 [ 256 ] {82260a1c-0b7c-4028-84a8-aee62b3e0cc7} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2062 | 2025.04.30 19:11:55.399531 [ 256 ] {82260a1c-0b7c-4028-84a8-aee62b3e0cc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2063 | 2025.04.30 19:11:55.399898 [ 256 ] {82260a1c-0b7c-4028-84a8-aee62b3e0cc7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2064 | 2025.04.30 19:11:55.400123 [ 256 ] {82260a1c-0b7c-4028-84a8-aee62b3e0cc7} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2065 | 2025.04.30 19:11:55.400357 [ 256 ] {82260a1c-0b7c-4028-84a8-aee62b3e0cc7} <Debug> executeQuery: Read 201 rows, 14.75 KiB in 0.001433 sec., 140265.17794836007 rows/sec., 10.05 MiB/sec. | ||
| 2066 | 2025.04.30 19:11:55.400536 [ 256 ] {82260a1c-0b7c-4028-84a8-aee62b3e0cc7} <Debug> TCPHandler: Processed in 0.001745331 sec. | ||
| 2067 | 2025.04.30 19:11:55.400662 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2068 | 2025.04.30 19:11:55.400765 [ 256 ] {2a574585-3a0c-4df8-aac5-80010b6bf79f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2069 | 2025.04.30 19:11:55.400833 [ 256 ] {2a574585-3a0c-4df8-aac5-80010b6bf79f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2070 | 2025.04.30 19:11:55.401830 [ 256 ] {2a574585-3a0c-4df8-aac5-80010b6bf79f} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2071 | 2025.04.30 19:11:55.401869 [ 256 ] {2a574585-3a0c-4df8-aac5-80010b6bf79f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2072 | 2025.04.30 19:11:55.402444 [ 256 ] {2a574585-3a0c-4df8-aac5-80010b6bf79f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2073 | 2025.04.30 19:11:55.402689 [ 256 ] {2a574585-3a0c-4df8-aac5-80010b6bf79f} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2074 | 2025.04.30 19:11:55.402898 [ 256 ] {2a574585-3a0c-4df8-aac5-80010b6bf79f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002154 sec., 3714.020427112349 rows/sec., 6.66 MiB/sec. | ||
| 2075 | 2025.04.30 19:11:55.402988 [ 256 ] {2a574585-3a0c-4df8-aac5-80010b6bf79f} <Debug> TCPHandler: Processed in 0.002377995 sec. | ||
| 2076 | 2025.04.30 19:11:55.403103 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2077 | 2025.04.30 19:11:55.403207 [ 256 ] {fe67ddfa-8722-44e7-856e-9fa5c3582819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2078 | 2025.04.30 19:11:55.403252 [ 256 ] {fe67ddfa-8722-44e7-856e-9fa5c3582819} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2079 | 2025.04.30 19:11:55.403648 [ 256 ] {fe67ddfa-8722-44e7-856e-9fa5c3582819} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2080 | 2025.04.30 19:11:55.403686 [ 256 ] {fe67ddfa-8722-44e7-856e-9fa5c3582819} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2081 | 2025.04.30 19:11:55.404028 [ 256 ] {fe67ddfa-8722-44e7-856e-9fa5c3582819} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2082 | 2025.04.30 19:11:55.404250 [ 256 ] {fe67ddfa-8722-44e7-856e-9fa5c3582819} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2083 | 2025.04.30 19:11:55.404432 [ 256 ] {fe67ddfa-8722-44e7-856e-9fa5c3582819} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001247 sec., 48115.477145148354 rows/sec., 3.24 MiB/sec. | ||
| 2084 | 2025.04.30 19:11:55.404478 [ 256 ] {fe67ddfa-8722-44e7-856e-9fa5c3582819} <Debug> TCPHandler: Processed in 0.001427614 sec. | ||
| 2085 | 2025.04.30 19:11:56.365981 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
| 2086 | 2025.04.30 19:11:56.366901 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2087 | 2025.04.30 19:11:56.366943 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2088 | 2025.04.30 19:11:56.367446 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2089 | 2025.04.30 19:11:56.367699 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2090 | 2025.04.30 19:11:56.367915 [ 26 ] {} <Debug> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2091 | 2025.04.30 19:11:56.367943 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
| 2092 | 2025.04.30 19:11:56.368019 [ 26 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2093 | 2025.04.30 19:11:56.368053 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2094 | 2025.04.30 19:11:56.368252 [ 198 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::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 | ||
| 2095 | 2025.04.30 19:11:56.368447 [ 198 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2096 | 2025.04.30 19:11:56.368495 [ 198 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::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 | ||
| 2097 | 2025.04.30 19:11:56.368580 [ 198 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part | ||
| 2098 | 2025.04.30 19:11:56.368668 [ 198 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part | ||
| 2099 | 2025.04.30 19:11:56.368825 [ 198 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part | ||
| 2100 | 2025.04.30 19:11:56.368894 [ 198 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part | ||
| 2101 | 2025.04.30 19:11:56.369018 [ 198 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part | ||
| 2102 | 2025.04.30 19:11:56.370644 [ 195 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.002503769 sec., 2046514.674476759 rows/sec., 29.28 MiB/sec. | ||
| 2103 | 2025.04.30 19:11:56.371436 [ 195 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2104 | 2025.04.30 19:11:56.371822 [ 195 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_11_2} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2105 | 2025.04.30 19:11:56.371918 [ 195 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_11_2} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2106 | 2025.04.30 19:11:56.372029 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2107 | 2025.04.30 19:11:56.682713 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2108 | 2025.04.30 19:11:56.702979 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2109 | 2025.04.30 19:11:56.703040 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2110 | 2025.04.30 19:11:56.710272 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2111 | 2025.04.30 19:11:56.711015 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2112 | 2025.04.30 19:11:56.711373 [ 26 ] {} <Debug> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2113 | 2025.04.30 19:11:56.711501 [ 26 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2114 | 2025.04.30 19:11:56.711575 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2115 | 2025.04.30 19:11:56.711989 [ 198 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 2116 | 2025.04.30 19:11:56.726618 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2117 | 2025.04.30 19:11:56.728287 [ 198 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2118 | 2025.04.30 19:11:56.729493 [ 198 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 2119 | 2025.04.30 19:11:56.734481 [ 198 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 2120 | 2025.04.30 19:11:56.739677 [ 198 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 2121 | 2025.04.30 19:11:56.745042 [ 198 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 2122 | 2025.04.30 19:11:56.750401 [ 198 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 2123 | 2025.04.30 19:11:56.754747 [ 198 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 2124 | 2025.04.30 19:11:56.814035 [ 202 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.102312952 sec., 811.2364893938355 rows/sec., 4.19 MiB/sec. | ||
| 2125 | 2025.04.30 19:11:56.815657 [ 194 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2126 | 2025.04.30 19:11:56.818072 [ 194 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_11_2} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2127 | 2025.04.30 19:11:56.818186 [ 194 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_11_2} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2128 | 2025.04.30 19:11:56.819709 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2129 | 2025.04.30 19:12:00.379587 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2130 | 2025.04.30 19:12:00.379805 [ 256 ] {d6ea807c-e31c-4e3d-835e-1e2da5402e5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2131 | 2025.04.30 19:12:00.379885 [ 256 ] {d6ea807c-e31c-4e3d-835e-1e2da5402e5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2132 | 2025.04.30 19:12:00.380666 [ 256 ] {d6ea807c-e31c-4e3d-835e-1e2da5402e5d} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2133 | 2025.04.30 19:12:00.380717 [ 256 ] {d6ea807c-e31c-4e3d-835e-1e2da5402e5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2134 | 2025.04.30 19:12:00.381160 [ 256 ] {d6ea807c-e31c-4e3d-835e-1e2da5402e5d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2135 | 2025.04.30 19:12:00.381426 [ 256 ] {d6ea807c-e31c-4e3d-835e-1e2da5402e5d} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2136 | 2025.04.30 19:12:00.381654 [ 256 ] {d6ea807c-e31c-4e3d-835e-1e2da5402e5d} <Debug> executeQuery: Read 108 rows, 9.27 KiB in 0.001904 sec., 56722.68907563025 rows/sec., 4.76 MiB/sec. | ||
| 2137 | 2025.04.30 19:12:00.381710 [ 256 ] {d6ea807c-e31c-4e3d-835e-1e2da5402e5d} <Debug> TCPHandler: Processed in 0.002267403 sec. | ||
| 2138 | 2025.04.30 19:12:00.381845 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2139 | 2025.04.30 19:12:00.381951 [ 256 ] {38a50e71-1384-4601-aae9-a9457e94792c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2140 | 2025.04.30 19:12:00.381997 [ 256 ] {38a50e71-1384-4601-aae9-a9457e94792c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2141 | 2025.04.30 19:12:00.382485 [ 256 ] {38a50e71-1384-4601-aae9-a9457e94792c} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2142 | 2025.04.30 19:12:00.382522 [ 256 ] {38a50e71-1384-4601-aae9-a9457e94792c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2143 | 2025.04.30 19:12:00.382841 [ 256 ] {38a50e71-1384-4601-aae9-a9457e94792c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2144 | 2025.04.30 19:12:00.383130 [ 256 ] {38a50e71-1384-4601-aae9-a9457e94792c} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2145 | 2025.04.30 19:12:00.383346 [ 256 ] {38a50e71-1384-4601-aae9-a9457e94792c} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001411 sec., 18426.64776754075 rows/sec., 1.35 MiB/sec. | ||
| 2146 | 2025.04.30 19:12:00.383542 [ 256 ] {38a50e71-1384-4601-aae9-a9457e94792c} <Debug> TCPHandler: Processed in 0.001745751 sec. | ||
| 2147 | 2025.04.30 19:12:00.383668 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2148 | 2025.04.30 19:12:00.383772 [ 256 ] {73d931e6-a11f-49de-9303-ca02b820cdfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2149 | 2025.04.30 19:12:00.383817 [ 256 ] {73d931e6-a11f-49de-9303-ca02b820cdfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2150 | 2025.04.30 19:12:00.384385 [ 256 ] {73d931e6-a11f-49de-9303-ca02b820cdfd} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2151 | 2025.04.30 19:12:00.384423 [ 256 ] {73d931e6-a11f-49de-9303-ca02b820cdfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2152 | 2025.04.30 19:12:00.384771 [ 256 ] {73d931e6-a11f-49de-9303-ca02b820cdfd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2153 | 2025.04.30 19:12:00.384999 [ 256 ] {73d931e6-a11f-49de-9303-ca02b820cdfd} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2154 | 2025.04.30 19:12:00.385198 [ 256 ] {73d931e6-a11f-49de-9303-ca02b820cdfd} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001447 sec., 62197.650310988254 rows/sec., 4.86 MiB/sec. | ||
| 2155 | 2025.04.30 19:12:00.385248 [ 256 ] {73d931e6-a11f-49de-9303-ca02b820cdfd} <Debug> TCPHandler: Processed in 0.001633858 sec. | ||
| 2156 | 2025.04.30 19:12:00.385368 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2157 | 2025.04.30 19:12:00.385473 [ 256 ] {e6a4e04a-ac8d-4c07-a133-947057dcd373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2158 | 2025.04.30 19:12:00.385522 [ 256 ] {e6a4e04a-ac8d-4c07-a133-947057dcd373} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2159 | 2025.04.30 19:12:00.386041 [ 256 ] {e6a4e04a-ac8d-4c07-a133-947057dcd373} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2160 | 2025.04.30 19:12:00.386079 [ 256 ] {e6a4e04a-ac8d-4c07-a133-947057dcd373} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2161 | 2025.04.30 19:12:00.386456 [ 256 ] {e6a4e04a-ac8d-4c07-a133-947057dcd373} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2162 | 2025.04.30 19:12:00.386688 [ 256 ] {e6a4e04a-ac8d-4c07-a133-947057dcd373} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2163 | 2025.04.30 19:12:00.386883 [ 256 ] {e6a4e04a-ac8d-4c07-a133-947057dcd373} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001432 sec., 111731.843575419 rows/sec., 7.78 MiB/sec. | ||
| 2164 | 2025.04.30 19:12:00.386932 [ 256 ] {e6a4e04a-ac8d-4c07-a133-947057dcd373} <Debug> TCPHandler: Processed in 0.001617868 sec. | ||
| 2165 | 2025.04.30 19:12:00.387050 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2166 | 2025.04.30 19:12:00.387154 [ 256 ] {516f534a-f5bc-4455-a02f-0d4e84cc2b1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2167 | 2025.04.30 19:12:00.387218 [ 256 ] {516f534a-f5bc-4455-a02f-0d4e84cc2b1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2168 | 2025.04.30 19:12:00.388302 [ 256 ] {516f534a-f5bc-4455-a02f-0d4e84cc2b1c} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2169 | 2025.04.30 19:12:00.388340 [ 256 ] {516f534a-f5bc-4455-a02f-0d4e84cc2b1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2170 | 2025.04.30 19:12:00.388954 [ 256 ] {516f534a-f5bc-4455-a02f-0d4e84cc2b1c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2171 | 2025.04.30 19:12:00.389209 [ 256 ] {516f534a-f5bc-4455-a02f-0d4e84cc2b1c} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2172 | 2025.04.30 19:12:00.389425 [ 256 ] {516f534a-f5bc-4455-a02f-0d4e84cc2b1c} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002293 sec., 11338.8573920628 rows/sec., 20.32 MiB/sec. | ||
| 2173 | 2025.04.30 19:12:00.389513 [ 256 ] {516f534a-f5bc-4455-a02f-0d4e84cc2b1c} <Debug> TCPHandler: Processed in 0.002518608 sec. | ||
| 2174 | 2025.04.30 19:12:00.389630 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2175 | 2025.04.30 19:12:00.389736 [ 256 ] {b1ccd752-b3c4-4cb8-b9c2-9957aa5756a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2176 | 2025.04.30 19:12:00.389781 [ 256 ] {b1ccd752-b3c4-4cb8-b9c2-9957aa5756a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2177 | 2025.04.30 19:12:00.390182 [ 256 ] {b1ccd752-b3c4-4cb8-b9c2-9957aa5756a5} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2178 | 2025.04.30 19:12:00.390220 [ 256 ] {b1ccd752-b3c4-4cb8-b9c2-9957aa5756a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2179 | 2025.04.30 19:12:00.390561 [ 256 ] {b1ccd752-b3c4-4cb8-b9c2-9957aa5756a5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2180 | 2025.04.30 19:12:00.390788 [ 256 ] {b1ccd752-b3c4-4cb8-b9c2-9957aa5756a5} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2181 | 2025.04.30 19:12:00.391036 [ 256 ] {b1ccd752-b3c4-4cb8-b9c2-9957aa5756a5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001322 sec., 45385.7791225416 rows/sec., 3.06 MiB/sec. | ||
| 2182 | 2025.04.30 19:12:00.391243 [ 256 ] {b1ccd752-b3c4-4cb8-b9c2-9957aa5756a5} <Debug> TCPHandler: Processed in 0.001660708 sec. | ||
| 2183 | 2025.04.30 19:12:03.768563 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2184 | 2025.04.30 19:12:03.768629 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2185 | 2025.04.30 19:12:03.868163 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 | ||
| 2186 | 2025.04.30 19:12:03.868867 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2187 | 2025.04.30 19:12:03.868912 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2188 | 2025.04.30 19:12:03.869570 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2189 | 2025.04.30 19:12:03.869825 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2190 | 2025.04.30 19:12:03.870001 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2191 | 2025.04.30 19:12:03.890878 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 316 | ||
| 2192 | 2025.04.30 19:12:03.894091 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2193 | 2025.04.30 19:12:03.894139 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2194 | 2025.04.30 19:12:03.895596 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2195 | 2025.04.30 19:12:03.895906 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2196 | 2025.04.30 19:12:03.896434 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 316 | ||
| 2197 | 2025.04.30 19:12:04.226762 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2198 | 2025.04.30 19:12:04.245486 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2199 | 2025.04.30 19:12:04.245536 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2200 | 2025.04.30 19:12:04.252568 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2201 | 2025.04.30 19:12:04.253320 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2202 | 2025.04.30 19:12:04.255925 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2203 | 2025.04.30 19:12:05.379344 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2204 | 2025.04.30 19:12:05.379551 [ 256 ] {19f8a76d-2958-4f29-8920-adef55ba3518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2205 | 2025.04.30 19:12:05.379628 [ 256 ] {19f8a76d-2958-4f29-8920-adef55ba3518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2206 | 2025.04.30 19:12:05.380434 [ 256 ] {19f8a76d-2958-4f29-8920-adef55ba3518} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2207 | 2025.04.30 19:12:05.380482 [ 256 ] {19f8a76d-2958-4f29-8920-adef55ba3518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2208 | 2025.04.30 19:12:05.381092 [ 256 ] {19f8a76d-2958-4f29-8920-adef55ba3518} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2209 | 2025.04.30 19:12:05.381341 [ 256 ] {19f8a76d-2958-4f29-8920-adef55ba3518} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2210 | 2025.04.30 19:12:05.381562 [ 256 ] {19f8a76d-2958-4f29-8920-adef55ba3518} <Debug> executeQuery: Read 80 rows, 6.76 KiB in 0.002068 sec., 38684.71953578337 rows/sec., 3.19 MiB/sec. | ||
| 2211 | 2025.04.30 19:12:05.381615 [ 256 ] {19f8a76d-2958-4f29-8920-adef55ba3518} <Debug> TCPHandler: Processed in 0.002406716 sec. | ||
| 2212 | 2025.04.30 19:12:05.381744 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2213 | 2025.04.30 19:12:05.381846 [ 256 ] {361a7682-2ff7-4523-bdeb-bb265485b7af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2214 | 2025.04.30 19:12:05.381889 [ 256 ] {361a7682-2ff7-4523-bdeb-bb265485b7af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2215 | 2025.04.30 19:12:05.382400 [ 256 ] {361a7682-2ff7-4523-bdeb-bb265485b7af} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2216 | 2025.04.30 19:12:05.382438 [ 256 ] {361a7682-2ff7-4523-bdeb-bb265485b7af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2217 | 2025.04.30 19:12:05.382770 [ 256 ] {361a7682-2ff7-4523-bdeb-bb265485b7af} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2218 | 2025.04.30 19:12:05.382995 [ 256 ] {361a7682-2ff7-4523-bdeb-bb265485b7af} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2219 | 2025.04.30 19:12:05.383186 [ 256 ] {361a7682-2ff7-4523-bdeb-bb265485b7af} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001361 sec., 8817.04628949302 rows/sec., 663.00 KiB/sec. | ||
| 2220 | 2025.04.30 19:12:05.383234 [ 256 ] {361a7682-2ff7-4523-bdeb-bb265485b7af} <Debug> TCPHandler: Processed in 0.001540336 sec. | ||
| 2221 | 2025.04.30 19:12:05.383349 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2222 | 2025.04.30 19:12:05.383450 [ 256 ] {e84983e8-2fbe-46f4-8f07-db66defd1ce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2223 | 2025.04.30 19:12:05.383492 [ 256 ] {e84983e8-2fbe-46f4-8f07-db66defd1ce5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2224 | 2025.04.30 19:12:05.384015 [ 256 ] {e84983e8-2fbe-46f4-8f07-db66defd1ce5} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2225 | 2025.04.30 19:12:05.384053 [ 256 ] {e84983e8-2fbe-46f4-8f07-db66defd1ce5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2226 | 2025.04.30 19:12:05.384384 [ 256 ] {e84983e8-2fbe-46f4-8f07-db66defd1ce5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2227 | 2025.04.30 19:12:05.384606 [ 256 ] {e84983e8-2fbe-46f4-8f07-db66defd1ce5} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2228 | 2025.04.30 19:12:05.384816 [ 256 ] {e84983e8-2fbe-46f4-8f07-db66defd1ce5} <Debug> executeQuery: Read 82 rows, 6.56 KiB in 0.001386 sec., 59163.05916305916 rows/sec., 4.62 MiB/sec. | ||
| 2229 | 2025.04.30 19:12:05.384942 [ 256 ] {e84983e8-2fbe-46f4-8f07-db66defd1ce5} <Debug> TCPHandler: Processed in 0.001640878 sec. | ||
| 2230 | 2025.04.30 19:12:05.385057 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2231 | 2025.04.30 19:12:05.385155 [ 256 ] {1e8baa14-76ed-45f9-82c0-3e9c9d55c284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2232 | 2025.04.30 19:12:05.385201 [ 256 ] {1e8baa14-76ed-45f9-82c0-3e9c9d55c284} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2233 | 2025.04.30 19:12:05.385687 [ 256 ] {1e8baa14-76ed-45f9-82c0-3e9c9d55c284} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2234 | 2025.04.30 19:12:05.385723 [ 256 ] {1e8baa14-76ed-45f9-82c0-3e9c9d55c284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2235 | 2025.04.30 19:12:05.386081 [ 256 ] {1e8baa14-76ed-45f9-82c0-3e9c9d55c284} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2236 | 2025.04.30 19:12:05.386312 [ 256 ] {1e8baa14-76ed-45f9-82c0-3e9c9d55c284} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2237 | 2025.04.30 19:12:05.386512 [ 256 ] {1e8baa14-76ed-45f9-82c0-3e9c9d55c284} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001378 sec., 116110.30478955006 rows/sec., 8.09 MiB/sec. | ||
| 2238 | 2025.04.30 19:12:05.386560 [ 256 ] {1e8baa14-76ed-45f9-82c0-3e9c9d55c284} <Debug> TCPHandler: Processed in 0.001556596 sec. | ||
| 2239 | 2025.04.30 19:12:05.386671 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2240 | 2025.04.30 19:12:05.386772 [ 256 ] {e30f1ad5-d56c-41b6-a025-75bceb25aee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2241 | 2025.04.30 19:12:05.386836 [ 256 ] {e30f1ad5-d56c-41b6-a025-75bceb25aee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2242 | 2025.04.30 19:12:05.387826 [ 256 ] {e30f1ad5-d56c-41b6-a025-75bceb25aee1} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2243 | 2025.04.30 19:12:05.387865 [ 256 ] {e30f1ad5-d56c-41b6-a025-75bceb25aee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2244 | 2025.04.30 19:12:05.388460 [ 256 ] {e30f1ad5-d56c-41b6-a025-75bceb25aee1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2245 | 2025.04.30 19:12:05.388713 [ 256 ] {e30f1ad5-d56c-41b6-a025-75bceb25aee1} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2246 | 2025.04.30 19:12:05.388993 [ 256 ] {e30f1ad5-d56c-41b6-a025-75bceb25aee1} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.00224 sec., 5357.142857142858 rows/sec., 9.60 MiB/sec. | ||
| 2247 | 2025.04.30 19:12:05.389254 [ 256 ] {e30f1ad5-d56c-41b6-a025-75bceb25aee1} <Debug> TCPHandler: Processed in 0.002633742 sec. | ||
| 2248 | 2025.04.30 19:12:05.389376 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2249 | 2025.04.30 19:12:05.389490 [ 256 ] {249b72d0-e117-4974-a617-c2637c3c30ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2250 | 2025.04.30 19:12:05.389537 [ 256 ] {249b72d0-e117-4974-a617-c2637c3c30ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2251 | 2025.04.30 19:12:05.389937 [ 256 ] {249b72d0-e117-4974-a617-c2637c3c30ab} <Trace> oximeter.measurements_i64 (50dcbd31-43dd-4f34-9fe5-d7ea6177a6a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2252 | 2025.04.30 19:12:05.389978 [ 256 ] {249b72d0-e117-4974-a617-c2637c3c30ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2253 | 2025.04.30 19:12:05.390343 [ 256 ] {249b72d0-e117-4974-a617-c2637c3c30ab} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2254 | 2025.04.30 19:12:05.390594 [ 256 ] {249b72d0-e117-4974-a617-c2637c3c30ab} <Trace> oximeter.measurements_i64 (50dcbd31-43dd-4f34-9fe5-d7ea6177a6a7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2255 | 2025.04.30 19:12:05.390818 [ 256 ] {249b72d0-e117-4974-a617-c2637c3c30ab} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001344 sec., 4464.285714285715 rows/sec., 315.35 KiB/sec. | ||
| 2256 | 2025.04.30 19:12:05.390871 [ 256 ] {249b72d0-e117-4974-a617-c2637c3c30ab} <Debug> TCPHandler: Processed in 0.001549976 sec. | ||
| 2257 | 2025.04.30 19:12:05.390989 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2258 | 2025.04.30 19:12:05.391096 [ 256 ] {39f20b5e-25d0-40f7-ac56-f7648c17e0f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2259 | 2025.04.30 19:12:05.391143 [ 256 ] {39f20b5e-25d0-40f7-ac56-f7648c17e0f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2260 | 2025.04.30 19:12:05.391558 [ 256 ] {39f20b5e-25d0-40f7-ac56-f7648c17e0f9} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2261 | 2025.04.30 19:12:05.391597 [ 256 ] {39f20b5e-25d0-40f7-ac56-f7648c17e0f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2262 | 2025.04.30 19:12:05.391963 [ 256 ] {39f20b5e-25d0-40f7-ac56-f7648c17e0f9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2263 | 2025.04.30 19:12:05.392212 [ 256 ] {39f20b5e-25d0-40f7-ac56-f7648c17e0f9} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2264 | 2025.04.30 19:12:05.392419 [ 256 ] {39f20b5e-25d0-40f7-ac56-f7648c17e0f9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001344 sec., 44642.857142857145 rows/sec., 3.01 MiB/sec. | ||
| 2265 | 2025.04.30 19:12:05.392465 [ 256 ] {39f20b5e-25d0-40f7-ac56-f7648c17e0f9} <Debug> TCPHandler: Processed in 0.001529265 sec. | ||
| 2266 | 2025.04.30 19:12:05.937355 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2267 | 2025.04.30 19:12:05.937638 [ 256 ] {f71abd47-24ab-4d09-a422-f2b2d4849004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 2268 | 2025.04.30 19:12:05.938087 [ 256 ] {f71abd47-24ab-4d09-a422-f2b2d4849004} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2269 | 2025.04.30 19:12:05.938137 [ 256 ] {f71abd47-24ab-4d09-a422-f2b2d4849004} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 2270 | 2025.04.30 19:12:05.938476 [ 256 ] {f71abd47-24ab-4d09-a422-f2b2d4849004} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2271 | 2025.04.30 19:12:05.938558 [ 256 ] {f71abd47-24ab-4d09-a422-f2b2d4849004} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2272 | 2025.04.30 19:12:05.938734 [ 256 ] {f71abd47-24ab-4d09-a422-f2b2d4849004} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 2273 | 2025.04.30 19:12:05.939068 [ 293 ] {f71abd47-24ab-4d09-a422-f2b2d4849004} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2274 | 2025.04.30 19:12:05.939104 [ 287 ] {f71abd47-24ab-4d09-a422-f2b2d4849004} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
| 2275 | 2025.04.30 19:12:05.939055 [ 289 ] {f71abd47-24ab-4d09-a422-f2b2d4849004} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2276 | 2025.04.30 19:12:05.939137 [ 288 ] {f71abd47-24ab-4d09-a422-f2b2d4849004} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2277 | 2025.04.30 19:12:05.939069 [ 291 ] {f71abd47-24ab-4d09-a422-f2b2d4849004} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2278 | 2025.04.30 19:12:05.939340 [ 256 ] {f71abd47-24ab-4d09-a422-f2b2d4849004} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges | ||
| 2279 | 2025.04.30 19:12:05.939384 [ 256 ] {f71abd47-24ab-4d09-a422-f2b2d4849004} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2280 | 2025.04.30 19:12:05.939539 [ 256 ] {f71abd47-24ab-4d09-a422-f2b2d4849004} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2281 | 2025.04.30 19:12:05.939569 [ 256 ] {f71abd47-24ab-4d09-a422-f2b2d4849004} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Reading approx. 27 rows with 3 streams | ||
| 2282 | 2025.04.30 19:12:05.939616 [ 256 ] {f71abd47-24ab-4d09-a422-f2b2d4849004} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2283 | 2025.04.30 19:12:05.939669 [ 256 ] {f71abd47-24ab-4d09-a422-f2b2d4849004} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2284 | 2025.04.30 19:12:05.939715 [ 256 ] {f71abd47-24ab-4d09-a422-f2b2d4849004} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2285 | 2025.04.30 19:12:05.941345 [ 256 ] {f71abd47-24ab-4d09-a422-f2b2d4849004} <Debug> executeQuery: Read 27 rows, 1.18 KiB in 0.003828 sec., 7053.291536050157 rows/sec., 308.17 KiB/sec. | ||
| 2286 | 2025.04.30 19:12:05.941561 [ 256 ] {f71abd47-24ab-4d09-a422-f2b2d4849004} <Debug> TCPHandler: Processed in 0.004351181 sec. | ||
| 2287 | 2025.04.30 19:12:05.941888 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2288 | 2025.04.30 19:12:05.942071 [ 256 ] {3c94ba14-ac2f-40ad-b584-7b7c3766b929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 2289 | 2025.04.30 19:12:05.942390 [ 256 ] {3c94ba14-ac2f-40ad-b584-7b7c3766b929} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2290 | 2025.04.30 19:12:05.942440 [ 256 ] {3c94ba14-ac2f-40ad-b584-7b7c3766b929} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 2291 | 2025.04.30 19:12:05.942731 [ 256 ] {3c94ba14-ac2f-40ad-b584-7b7c3766b929} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2292 | 2025.04.30 19:12:05.942804 [ 256 ] {3c94ba14-ac2f-40ad-b584-7b7c3766b929} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2293 | 2025.04.30 19:12:05.942948 [ 256 ] {3c94ba14-ac2f-40ad-b584-7b7c3766b929} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 2294 | 2025.04.30 19:12:05.943137 [ 291 ] {3c94ba14-ac2f-40ad-b584-7b7c3766b929} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2295 | 2025.04.30 19:12:05.943171 [ 293 ] {3c94ba14-ac2f-40ad-b584-7b7c3766b929} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2296 | 2025.04.30 19:12:05.943218 [ 287 ] {3c94ba14-ac2f-40ad-b584-7b7c3766b929} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2297 | 2025.04.30 19:12:05.943241 [ 289 ] {3c94ba14-ac2f-40ad-b584-7b7c3766b929} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
| 2298 | 2025.04.30 19:12:05.943273 [ 288 ] {3c94ba14-ac2f-40ad-b584-7b7c3766b929} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2299 | 2025.04.30 19:12:05.943408 [ 256 ] {3c94ba14-ac2f-40ad-b584-7b7c3766b929} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges | ||
| 2300 | 2025.04.30 19:12:05.943443 [ 256 ] {3c94ba14-ac2f-40ad-b584-7b7c3766b929} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2301 | 2025.04.30 19:12:05.943559 [ 256 ] {3c94ba14-ac2f-40ad-b584-7b7c3766b929} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2302 | 2025.04.30 19:12:05.943582 [ 256 ] {3c94ba14-ac2f-40ad-b584-7b7c3766b929} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Reading approx. 27 rows with 3 streams | ||
| 2303 | 2025.04.30 19:12:05.943624 [ 256 ] {3c94ba14-ac2f-40ad-b584-7b7c3766b929} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2304 | 2025.04.30 19:12:05.943669 [ 256 ] {3c94ba14-ac2f-40ad-b584-7b7c3766b929} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2305 | 2025.04.30 19:12:05.943709 [ 256 ] {3c94ba14-ac2f-40ad-b584-7b7c3766b929} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2306 | 2025.04.30 19:12:05.945095 [ 256 ] {3c94ba14-ac2f-40ad-b584-7b7c3766b929} <Debug> executeQuery: Read 27 rows, 1.18 KiB in 0.003114 sec., 8670.520231213874 rows/sec., 378.83 KiB/sec. | ||
| 2307 | 2025.04.30 19:12:05.945299 [ 256 ] {3c94ba14-ac2f-40ad-b584-7b7c3766b929} <Debug> TCPHandler: Processed in 0.00346891 sec. | ||
| 2308 | 2025.04.30 19:12:05.945553 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2309 | 2025.04.30 19:12:05.945716 [ 256 ] {67c5f5a7-b395-4c11-b963-7c9fa9d2d203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 2310 | 2025.04.30 19:12:05.946005 [ 256 ] {67c5f5a7-b395-4c11-b963-7c9fa9d2d203} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2311 | 2025.04.30 19:12:05.946052 [ 256 ] {67c5f5a7-b395-4c11-b963-7c9fa9d2d203} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 2312 | 2025.04.30 19:12:05.946346 [ 256 ] {67c5f5a7-b395-4c11-b963-7c9fa9d2d203} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2313 | 2025.04.30 19:12:05.946412 [ 256 ] {67c5f5a7-b395-4c11-b963-7c9fa9d2d203} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2314 | 2025.04.30 19:12:05.946549 [ 256 ] {67c5f5a7-b395-4c11-b963-7c9fa9d2d203} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 2315 | 2025.04.30 19:12:05.946722 [ 287 ] {67c5f5a7-b395-4c11-b963-7c9fa9d2d203} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2316 | 2025.04.30 19:12:05.946774 [ 291 ] {67c5f5a7-b395-4c11-b963-7c9fa9d2d203} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2317 | 2025.04.30 19:12:05.946789 [ 293 ] {67c5f5a7-b395-4c11-b963-7c9fa9d2d203} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2318 | 2025.04.30 19:12:05.946818 [ 289 ] {67c5f5a7-b395-4c11-b963-7c9fa9d2d203} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2319 | 2025.04.30 19:12:05.946918 [ 288 ] {67c5f5a7-b395-4c11-b963-7c9fa9d2d203} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
| 2320 | 2025.04.30 19:12:05.947041 [ 256 ] {67c5f5a7-b395-4c11-b963-7c9fa9d2d203} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges | ||
| 2321 | 2025.04.30 19:12:05.947076 [ 256 ] {67c5f5a7-b395-4c11-b963-7c9fa9d2d203} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2322 | 2025.04.30 19:12:05.947187 [ 256 ] {67c5f5a7-b395-4c11-b963-7c9fa9d2d203} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2323 | 2025.04.30 19:12:05.947209 [ 256 ] {67c5f5a7-b395-4c11-b963-7c9fa9d2d203} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Reading approx. 27 rows with 3 streams | ||
| 2324 | 2025.04.30 19:12:05.947250 [ 256 ] {67c5f5a7-b395-4c11-b963-7c9fa9d2d203} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2325 | 2025.04.30 19:12:05.947295 [ 256 ] {67c5f5a7-b395-4c11-b963-7c9fa9d2d203} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2326 | 2025.04.30 19:12:05.947335 [ 256 ] {67c5f5a7-b395-4c11-b963-7c9fa9d2d203} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2327 | 2025.04.30 19:12:05.948763 [ 256 ] {67c5f5a7-b395-4c11-b963-7c9fa9d2d203} <Debug> executeQuery: Read 27 rows, 1.18 KiB in 0.003121 sec., 8651.073373918616 rows/sec., 377.98 KiB/sec. | ||
| 2328 | 2025.04.30 19:12:05.948961 [ 256 ] {67c5f5a7-b395-4c11-b963-7c9fa9d2d203} <Debug> TCPHandler: Processed in 0.00346079 sec. | ||
| 2329 | 2025.04.30 19:12:05.949206 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2330 | 2025.04.30 19:12:05.949367 [ 256 ] {8ad5df4e-c0aa-4775-b4fb-ec2046482a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 2331 | 2025.04.30 19:12:05.949661 [ 256 ] {8ad5df4e-c0aa-4775-b4fb-ec2046482a4f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2332 | 2025.04.30 19:12:05.949708 [ 256 ] {8ad5df4e-c0aa-4775-b4fb-ec2046482a4f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 2333 | 2025.04.30 19:12:05.950004 [ 256 ] {8ad5df4e-c0aa-4775-b4fb-ec2046482a4f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2334 | 2025.04.30 19:12:05.950069 [ 256 ] {8ad5df4e-c0aa-4775-b4fb-ec2046482a4f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2335 | 2025.04.30 19:12:05.950211 [ 256 ] {8ad5df4e-c0aa-4775-b4fb-ec2046482a4f} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 2336 | 2025.04.30 19:12:05.950419 [ 291 ] {8ad5df4e-c0aa-4775-b4fb-ec2046482a4f} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2337 | 2025.04.30 19:12:05.950492 [ 293 ] {8ad5df4e-c0aa-4775-b4fb-ec2046482a4f} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
| 2338 | 2025.04.30 19:12:05.950517 [ 288 ] {8ad5df4e-c0aa-4775-b4fb-ec2046482a4f} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2339 | 2025.04.30 19:12:05.950540 [ 289 ] {8ad5df4e-c0aa-4775-b4fb-ec2046482a4f} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2340 | 2025.04.30 19:12:05.950530 [ 287 ] {8ad5df4e-c0aa-4775-b4fb-ec2046482a4f} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2341 | 2025.04.30 19:12:05.950720 [ 256 ] {8ad5df4e-c0aa-4775-b4fb-ec2046482a4f} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges | ||
| 2342 | 2025.04.30 19:12:05.950750 [ 256 ] {8ad5df4e-c0aa-4775-b4fb-ec2046482a4f} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2343 | 2025.04.30 19:12:05.950859 [ 256 ] {8ad5df4e-c0aa-4775-b4fb-ec2046482a4f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2344 | 2025.04.30 19:12:05.950881 [ 256 ] {8ad5df4e-c0aa-4775-b4fb-ec2046482a4f} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Reading approx. 27 rows with 3 streams | ||
| 2345 | 2025.04.30 19:12:05.950921 [ 256 ] {8ad5df4e-c0aa-4775-b4fb-ec2046482a4f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2346 | 2025.04.30 19:12:05.950965 [ 256 ] {8ad5df4e-c0aa-4775-b4fb-ec2046482a4f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2347 | 2025.04.30 19:12:05.951005 [ 256 ] {8ad5df4e-c0aa-4775-b4fb-ec2046482a4f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2348 | 2025.04.30 19:12:05.952362 [ 256 ] {8ad5df4e-c0aa-4775-b4fb-ec2046482a4f} <Debug> executeQuery: Read 27 rows, 1.18 KiB in 0.003067 sec., 8803.390935767851 rows/sec., 384.64 KiB/sec. | ||
| 2349 | 2025.04.30 19:12:05.952552 [ 256 ] {8ad5df4e-c0aa-4775-b4fb-ec2046482a4f} <Debug> TCPHandler: Processed in 0.003399719 sec. | ||
| 2350 | 2025.04.30 19:12:05.952765 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2351 | 2025.04.30 19:12:05.952927 [ 256 ] {78dbb29f-33d6-425a-bc6b-e00ea90ae56e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 2352 | 2025.04.30 19:12:05.953222 [ 256 ] {78dbb29f-33d6-425a-bc6b-e00ea90ae56e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2353 | 2025.04.30 19:12:05.953268 [ 256 ] {78dbb29f-33d6-425a-bc6b-e00ea90ae56e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 2354 | 2025.04.30 19:12:05.953566 [ 256 ] {78dbb29f-33d6-425a-bc6b-e00ea90ae56e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2355 | 2025.04.30 19:12:05.953631 [ 256 ] {78dbb29f-33d6-425a-bc6b-e00ea90ae56e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2356 | 2025.04.30 19:12:05.953770 [ 256 ] {78dbb29f-33d6-425a-bc6b-e00ea90ae56e} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 2357 | 2025.04.30 19:12:05.953926 [ 291 ] {78dbb29f-33d6-425a-bc6b-e00ea90ae56e} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2358 | 2025.04.30 19:12:05.953960 [ 293 ] {78dbb29f-33d6-425a-bc6b-e00ea90ae56e} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
| 2359 | 2025.04.30 19:12:05.954059 [ 289 ] {78dbb29f-33d6-425a-bc6b-e00ea90ae56e} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2360 | 2025.04.30 19:12:05.954083 [ 287 ] {78dbb29f-33d6-425a-bc6b-e00ea90ae56e} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2361 | 2025.04.30 19:12:05.954085 [ 288 ] {78dbb29f-33d6-425a-bc6b-e00ea90ae56e} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2362 | 2025.04.30 19:12:05.954235 [ 256 ] {78dbb29f-33d6-425a-bc6b-e00ea90ae56e} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges | ||
| 2363 | 2025.04.30 19:12:05.954264 [ 256 ] {78dbb29f-33d6-425a-bc6b-e00ea90ae56e} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2364 | 2025.04.30 19:12:05.954374 [ 256 ] {78dbb29f-33d6-425a-bc6b-e00ea90ae56e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2365 | 2025.04.30 19:12:05.954396 [ 256 ] {78dbb29f-33d6-425a-bc6b-e00ea90ae56e} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Reading approx. 27 rows with 3 streams | ||
| 2366 | 2025.04.30 19:12:05.954436 [ 256 ] {78dbb29f-33d6-425a-bc6b-e00ea90ae56e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2367 | 2025.04.30 19:12:05.954479 [ 256 ] {78dbb29f-33d6-425a-bc6b-e00ea90ae56e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2368 | 2025.04.30 19:12:05.954516 [ 256 ] {78dbb29f-33d6-425a-bc6b-e00ea90ae56e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2369 | 2025.04.30 19:12:05.955897 [ 256 ] {78dbb29f-33d6-425a-bc6b-e00ea90ae56e} <Debug> executeQuery: Read 27 rows, 1.18 KiB in 0.003044 sec., 8869.908015768726 rows/sec., 387.55 KiB/sec. | ||
| 2370 | 2025.04.30 19:12:05.956094 [ 256 ] {78dbb29f-33d6-425a-bc6b-e00ea90ae56e} <Debug> TCPHandler: Processed in 0.003379878 sec. | ||
| 2371 | 2025.04.30 19:12:05.956314 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2372 | 2025.04.30 19:12:05.956483 [ 256 ] {22cbf127-8353-41be-b27f-0735f963dd6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 2373 | 2025.04.30 19:12:05.956783 [ 256 ] {22cbf127-8353-41be-b27f-0735f963dd6b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2374 | 2025.04.30 19:12:05.956831 [ 256 ] {22cbf127-8353-41be-b27f-0735f963dd6b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 2375 | 2025.04.30 19:12:05.957144 [ 256 ] {22cbf127-8353-41be-b27f-0735f963dd6b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2376 | 2025.04.30 19:12:05.957212 [ 256 ] {22cbf127-8353-41be-b27f-0735f963dd6b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2377 | 2025.04.30 19:12:05.957357 [ 256 ] {22cbf127-8353-41be-b27f-0735f963dd6b} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 2378 | 2025.04.30 19:12:05.957585 [ 293 ] {22cbf127-8353-41be-b27f-0735f963dd6b} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2379 | 2025.04.30 19:12:05.957577 [ 289 ] {22cbf127-8353-41be-b27f-0735f963dd6b} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2380 | 2025.04.30 19:12:05.957614 [ 291 ] {22cbf127-8353-41be-b27f-0735f963dd6b} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
| 2381 | 2025.04.30 19:12:05.957638 [ 288 ] {22cbf127-8353-41be-b27f-0735f963dd6b} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2382 | 2025.04.30 19:12:05.957666 [ 287 ] {22cbf127-8353-41be-b27f-0735f963dd6b} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2383 | 2025.04.30 19:12:05.957815 [ 256 ] {22cbf127-8353-41be-b27f-0735f963dd6b} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges | ||
| 2384 | 2025.04.30 19:12:05.957845 [ 256 ] {22cbf127-8353-41be-b27f-0735f963dd6b} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2385 | 2025.04.30 19:12:05.957957 [ 256 ] {22cbf127-8353-41be-b27f-0735f963dd6b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2386 | 2025.04.30 19:12:05.957978 [ 256 ] {22cbf127-8353-41be-b27f-0735f963dd6b} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (SelectExecutor): Reading approx. 27 rows with 3 streams | ||
| 2387 | 2025.04.30 19:12:05.958020 [ 256 ] {22cbf127-8353-41be-b27f-0735f963dd6b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2388 | 2025.04.30 19:12:05.958066 [ 256 ] {22cbf127-8353-41be-b27f-0735f963dd6b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2389 | 2025.04.30 19:12:05.958107 [ 256 ] {22cbf127-8353-41be-b27f-0735f963dd6b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2390 | 2025.04.30 19:12:05.959468 [ 256 ] {22cbf127-8353-41be-b27f-0735f963dd6b} <Debug> executeQuery: Read 27 rows, 1.18 KiB in 0.003065 sec., 8809.135399673736 rows/sec., 384.89 KiB/sec. | ||
| 2391 | 2025.04.30 19:12:05.959660 [ 256 ] {22cbf127-8353-41be-b27f-0735f963dd6b} <Debug> TCPHandler: Processed in 0.003399609 sec. | ||
| 2392 | 2025.04.30 19:12:06.084015 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2393 | 2025.04.30 19:12:06.084233 [ 256 ] {4e4a3ea2-e902-4046-8b01-6bb139826056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2394 | 2025.04.30 19:12:06.084324 [ 256 ] {4e4a3ea2-e902-4046-8b01-6bb139826056} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2395 | 2025.04.30 19:12:06.085290 [ 256 ] {4e4a3ea2-e902-4046-8b01-6bb139826056} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2396 | 2025.04.30 19:12:06.085337 [ 256 ] {4e4a3ea2-e902-4046-8b01-6bb139826056} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2397 | 2025.04.30 19:12:06.085876 [ 256 ] {4e4a3ea2-e902-4046-8b01-6bb139826056} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2398 | 2025.04.30 19:12:06.086142 [ 256 ] {4e4a3ea2-e902-4046-8b01-6bb139826056} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2399 | 2025.04.30 19:12:06.086289 [ 137 ] {} <Debug> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2400 | 2025.04.30 19:12:06.086335 [ 137 ] {} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2401 | 2025.04.30 19:12:06.086356 [ 256 ] {4e4a3ea2-e902-4046-8b01-6bb139826056} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002179 sec., 2753.556677374943 rows/sec., 613.10 KiB/sec. | ||
| 2402 | 2025.04.30 19:12:06.086359 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2403 | 2025.04.30 19:12:06.086527 [ 256 ] {4e4a3ea2-e902-4046-8b01-6bb139826056} <Debug> TCPHandler: Processed in 0.002650352 sec. | ||
| 2404 | 2025.04.30 19:12:06.086654 [ 192 ] {3d3d2e33-b6da-489b-abd7-17d10e1fcdc2::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 | ||
| 2405 | 2025.04.30 19:12:06.086736 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2406 | 2025.04.30 19:12:06.087020 [ 256 ] {6e18e0de-1e35-40c1-8c01-2eb36c056178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2407 | 2025.04.30 19:12:06.087169 [ 256 ] {6e18e0de-1e35-40c1-8c01-2eb36c056178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2408 | 2025.04.30 19:12:06.087456 [ 192 ] {3d3d2e33-b6da-489b-abd7-17d10e1fcdc2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2409 | 2025.04.30 19:12:06.087535 [ 192 ] {3d3d2e33-b6da-489b-abd7-17d10e1fcdc2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
| 2410 | 2025.04.30 19:12:06.087893 [ 192 ] {3d3d2e33-b6da-489b-abd7-17d10e1fcdc2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 2411 | 2025.04.30 19:12:06.088337 [ 192 ] {3d3d2e33-b6da-489b-abd7-17d10e1fcdc2::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 | ||
| 2412 | 2025.04.30 19:12:06.088689 [ 192 ] {3d3d2e33-b6da-489b-abd7-17d10e1fcdc2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part | ||
| 2413 | 2025.04.30 19:12:06.088807 [ 192 ] {3d3d2e33-b6da-489b-abd7-17d10e1fcdc2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2414 | 2025.04.30 19:12:06.088935 [ 192 ] {3d3d2e33-b6da-489b-abd7-17d10e1fcdc2::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 | ||
| 2415 | 2025.04.30 19:12:06.090334 [ 256 ] {6e18e0de-1e35-40c1-8c01-2eb36c056178} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2416 | 2025.04.30 19:12:06.090434 [ 256 ] {6e18e0de-1e35-40c1-8c01-2eb36c056178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2417 | 2025.04.30 19:12:06.091864 [ 256 ] {6e18e0de-1e35-40c1-8c01-2eb36c056178} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2418 | 2025.04.30 19:12:06.092574 [ 256 ] {6e18e0de-1e35-40c1-8c01-2eb36c056178} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2419 | 2025.04.30 19:12:06.092902 [ 137 ] {} <Debug> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2420 | 2025.04.30 19:12:06.093007 [ 137 ] {} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2421 | 2025.04.30 19:12:06.093095 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2422 | 2025.04.30 19:12:06.093290 [ 256 ] {6e18e0de-1e35-40c1-8c01-2eb36c056178} <Debug> executeQuery: Read 1248 rows, 105.84 KiB in 0.00637 sec., 195918.3673469388 rows/sec., 16.23 MiB/sec. | ||
| 2423 | 2025.04.30 19:12:06.093588 [ 194 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::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 | ||
| 2424 | 2025.04.30 19:12:06.093650 [ 256 ] {6e18e0de-1e35-40c1-8c01-2eb36c056178} <Debug> TCPHandler: Processed in 0.006989903 sec. | ||
| 2425 | 2025.04.30 19:12:06.093990 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2426 | 2025.04.30 19:12:06.094202 [ 194 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2427 | 2025.04.30 19:12:06.094334 [ 194 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 192 rows starting from the beginning of the part | ||
| 2428 | 2025.04.30 19:12:06.094355 [ 256 ] {f89b50c3-9111-46da-b959-0e686124ebbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2429 | 2025.04.30 19:12:06.094526 [ 256 ] {f89b50c3-9111-46da-b959-0e686124ebbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2430 | 2025.04.30 19:12:06.094832 [ 194 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 108 rows starting from the beginning of the part | ||
| 2431 | 2025.04.30 19:12:06.095489 [ 194 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 197 rows starting from the beginning of the part | ||
| 2432 | 2025.04.30 19:12:06.095944 [ 194 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 108 rows starting from the beginning of the part | ||
| 2433 | 2025.04.30 19:12:06.096343 [ 194 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 80 rows starting from the beginning of the part | ||
| 2434 | 2025.04.30 19:12:06.096638 [ 194 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1248 rows starting from the beginning of the part | ||
| 2435 | 2025.04.30 19:12:06.099173 [ 256 ] {f89b50c3-9111-46da-b959-0e686124ebbf} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2436 | 2025.04.30 19:12:06.099286 [ 256 ] {f89b50c3-9111-46da-b959-0e686124ebbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2437 | 2025.04.30 19:12:06.101030 [ 256 ] {f89b50c3-9111-46da-b959-0e686124ebbf} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2438 | 2025.04.30 19:12:06.101881 [ 256 ] {f89b50c3-9111-46da-b959-0e686124ebbf} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2439 | 2025.04.30 19:12:06.102709 [ 256 ] {f89b50c3-9111-46da-b959-0e686124ebbf} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.008463 sec., 3072.1966205837175 rows/sec., 231.01 KiB/sec. | ||
| 2440 | 2025.04.30 19:12:06.103059 [ 256 ] {f89b50c3-9111-46da-b959-0e686124ebbf} <Debug> TCPHandler: Processed in 0.009179123 sec. | ||
| 2441 | 2025.04.30 19:12:06.103202 [ 194 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1933 rows, containing 5 columns (5 merged, 0 gathered) in 0.009933111 sec., 194601.6711179408 rows/sec., 17.10 MiB/sec. | ||
| 2442 | 2025.04.30 19:12:06.103374 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2443 | 2025.04.30 19:12:06.103666 [ 194 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2444 | 2025.04.30 19:12:06.103751 [ 256 ] {1fae82a2-b765-43e1-87ef-36c8e7af1d46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2445 | 2025.04.30 19:12:06.103922 [ 256 ] {1fae82a2-b765-43e1-87ef-36c8e7af1d46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2446 | 2025.04.30 19:12:06.104709 [ 194 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_16_3} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2447 | 2025.04.30 19:12:06.105062 [ 194 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_16_3} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2448 | 2025.04.30 19:12:06.105367 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 2449 | 2025.04.30 19:12:06.105964 [ 196 ] {3d3d2e33-b6da-489b-abd7-17d10e1fcdc2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 6 columns (6 merged, 0 gathered) in 0.019459883 sec., 1798.5719646926962 rows/sec., 377.43 KiB/sec. | ||
| 2450 | 2025.04.30 19:12:06.106234 [ 196 ] {3d3d2e33-b6da-489b-abd7-17d10e1fcdc2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2451 | 2025.04.30 19:12:06.106604 [ 256 ] {1fae82a2-b765-43e1-87ef-36c8e7af1d46} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2452 | 2025.04.30 19:12:06.106697 [ 256 ] {1fae82a2-b765-43e1-87ef-36c8e7af1d46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2453 | 2025.04.30 19:12:06.107230 [ 196 ] {3d3d2e33-b6da-489b-abd7-17d10e1fcdc2::all_1_6_1} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2454 | 2025.04.30 19:12:06.107425 [ 196 ] {3d3d2e33-b6da-489b-abd7-17d10e1fcdc2::all_1_6_1} <Trace> oximeter.timeseries_schema (3d3d2e33-b6da-489b-abd7-17d10e1fcdc2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2455 | 2025.04.30 19:12:06.107498 [ 256 ] {1fae82a2-b765-43e1-87ef-36c8e7af1d46} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2456 | 2025.04.30 19:12:06.107557 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 2457 | 2025.04.30 19:12:06.107816 [ 256 ] {1fae82a2-b765-43e1-87ef-36c8e7af1d46} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2458 | 2025.04.30 19:12:06.108043 [ 256 ] {1fae82a2-b765-43e1-87ef-36c8e7af1d46} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.004409 sec., 51712.40644136993 rows/sec., 3.50 MiB/sec. | ||
| 2459 | 2025.04.30 19:12:06.108199 [ 256 ] {1fae82a2-b765-43e1-87ef-36c8e7af1d46} <Debug> TCPHandler: Processed in 0.004937975 sec. | ||
| 2460 | 2025.04.30 19:12:06.108323 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2461 | 2025.04.30 19:12:06.108432 [ 256 ] {df96f955-639c-4e33-9a4f-0b1289a57905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2462 | 2025.04.30 19:12:06.108480 [ 256 ] {df96f955-639c-4e33-9a4f-0b1289a57905} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2463 | 2025.04.30 19:12:06.109262 [ 256 ] {df96f955-639c-4e33-9a4f-0b1289a57905} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2464 | 2025.04.30 19:12:06.109301 [ 256 ] {df96f955-639c-4e33-9a4f-0b1289a57905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2465 | 2025.04.30 19:12:06.109718 [ 256 ] {df96f955-639c-4e33-9a4f-0b1289a57905} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2466 | 2025.04.30 19:12:06.109968 [ 256 ] {df96f955-639c-4e33-9a4f-0b1289a57905} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2467 | 2025.04.30 19:12:06.110091 [ 137 ] {} <Debug> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2468 | 2025.04.30 19:12:06.110128 [ 137 ] {} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2469 | 2025.04.30 19:12:06.110150 [ 256 ] {df96f955-639c-4e33-9a4f-0b1289a57905} <Debug> executeQuery: Read 546 rows, 41.49 KiB in 0.001741 sec., 313612.8661688685 rows/sec., 23.27 MiB/sec. | ||
| 2470 | 2025.04.30 19:12:06.110168 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2471 | 2025.04.30 19:12:06.110252 [ 256 ] {df96f955-639c-4e33-9a4f-0b1289a57905} <Debug> TCPHandler: Processed in 0.001983756 sec. | ||
| 2472 | 2025.04.30 19:12:06.110488 [ 192 ] {ef48511d-534c-480b-8726-b87470b21d15::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 | ||
| 2473 | 2025.04.30 19:12:06.110507 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2474 | 2025.04.30 19:12:06.110812 [ 256 ] {ac152b40-db4f-4383-802e-266d8ca0322f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2475 | 2025.04.30 19:12:06.110883 [ 192 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2476 | 2025.04.30 19:12:06.110926 [ 256 ] {ac152b40-db4f-4383-802e-266d8ca0322f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2477 | 2025.04.30 19:12:06.110989 [ 192 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 108 rows starting from the beginning of the part | ||
| 2478 | 2025.04.30 19:12:06.111460 [ 192 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 103 rows starting from the beginning of the part | ||
| 2479 | 2025.04.30 19:12:06.111873 [ 192 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 118 rows starting from the beginning of the part | ||
| 2480 | 2025.04.30 19:12:06.112222 [ 192 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 90 rows starting from the beginning of the part | ||
| 2481 | 2025.04.30 19:12:06.112323 [ 192 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 82 rows starting from the beginning of the part | ||
| 2482 | 2025.04.30 19:12:06.112502 [ 192 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 546 rows starting from the beginning of the part | ||
| 2483 | 2025.04.30 19:12:06.114426 [ 196 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1047 rows, containing 5 columns (5 merged, 0 gathered) in 0.004158086 sec., 251798.54384926142 rows/sec., 20.30 MiB/sec. | ||
| 2484 | 2025.04.30 19:12:06.114576 [ 192 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2485 | 2025.04.30 19:12:06.114842 [ 192 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_16_3} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2486 | 2025.04.30 19:12:06.114914 [ 192 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_16_3} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2487 | 2025.04.30 19:12:06.114980 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 2488 | 2025.04.30 19:12:06.116100 [ 256 ] {ac152b40-db4f-4383-802e-266d8ca0322f} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2489 | 2025.04.30 19:12:06.116152 [ 256 ] {ac152b40-db4f-4383-802e-266d8ca0322f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2490 | 2025.04.30 19:12:06.117305 [ 256 ] {ac152b40-db4f-4383-802e-266d8ca0322f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2491 | 2025.04.30 19:12:06.117556 [ 256 ] {ac152b40-db4f-4383-802e-266d8ca0322f} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2492 | 2025.04.30 19:12:06.117685 [ 137 ] {} <Debug> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2493 | 2025.04.30 19:12:06.117726 [ 137 ] {} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2494 | 2025.04.30 19:12:06.117752 [ 256 ] {ac152b40-db4f-4383-802e-266d8ca0322f} <Debug> executeQuery: Read 3500 rows, 239.35 KiB in 0.007043 sec., 496947.32358370017 rows/sec., 33.19 MiB/sec. | ||
| 2495 | 2025.04.30 19:12:06.117756 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2496 | 2025.04.30 19:12:06.117893 [ 256 ] {ac152b40-db4f-4383-802e-266d8ca0322f} <Debug> TCPHandler: Processed in 0.007469844 sec. | ||
| 2497 | 2025.04.30 19:12:06.118035 [ 196 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::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 | ||
| 2498 | 2025.04.30 19:12:06.118126 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2499 | 2025.04.30 19:12:06.118211 [ 196 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2500 | 2025.04.30 19:12:06.118286 [ 196 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1896 rows starting from the beginning of the part | ||
| 2501 | 2025.04.30 19:12:06.118338 [ 256 ] {0aa8f4f2-741e-4871-a94a-98e9375807e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2502 | 2025.04.30 19:12:06.118553 [ 196 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
| 2503 | 2025.04.30 19:12:06.118665 [ 256 ] {0aa8f4f2-741e-4871-a94a-98e9375807e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2504 | 2025.04.30 19:12:06.118975 [ 196 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 201 rows starting from the beginning of the part | ||
| 2505 | 2025.04.30 19:12:06.119504 [ 196 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part | ||
| 2506 | 2025.04.30 19:12:06.119883 [ 196 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part | ||
| 2507 | 2025.04.30 19:12:06.120273 [ 196 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 3500 rows starting from the beginning of the part | ||
| 2508 | 2025.04.30 19:12:06.123757 [ 256 ] {0aa8f4f2-741e-4871-a94a-98e9375807e0} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2509 | 2025.04.30 19:12:06.123813 [ 256 ] {0aa8f4f2-741e-4871-a94a-98e9375807e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2510 | 2025.04.30 19:12:06.124769 [ 256 ] {0aa8f4f2-741e-4871-a94a-98e9375807e0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2511 | 2025.04.30 19:12:06.125036 [ 256 ] {0aa8f4f2-741e-4871-a94a-98e9375807e0} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2512 | 2025.04.30 19:12:06.125229 [ 256 ] {0aa8f4f2-741e-4871-a94a-98e9375807e0} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.006968 sec., 3731.3432835820895 rows/sec., 6.69 MiB/sec. | ||
| 2513 | 2025.04.30 19:12:06.125330 [ 256 ] {0aa8f4f2-741e-4871-a94a-98e9375807e0} <Debug> TCPHandler: Processed in 0.007283119 sec. | ||
| 2514 | 2025.04.30 19:12:06.125441 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2515 | 2025.04.30 19:12:06.125545 [ 256 ] {cc3443f5-c854-42f7-ac61-f14bb485d434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2516 | 2025.04.30 19:12:06.125593 [ 256 ] {cc3443f5-c854-42f7-ac61-f14bb485d434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2517 | 2025.04.30 19:12:06.125986 [ 256 ] {cc3443f5-c854-42f7-ac61-f14bb485d434} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2518 | 2025.04.30 19:12:06.126023 [ 256 ] {cc3443f5-c854-42f7-ac61-f14bb485d434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2519 | 2025.04.30 19:12:06.126378 [ 256 ] {cc3443f5-c854-42f7-ac61-f14bb485d434} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2520 | 2025.04.30 19:12:06.126643 [ 256 ] {cc3443f5-c854-42f7-ac61-f14bb485d434} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2521 | 2025.04.30 19:12:06.126761 [ 137 ] {} <Debug> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2522 | 2025.04.30 19:12:06.126796 [ 137 ] {} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2523 | 2025.04.30 19:12:06.126817 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2524 | 2025.04.30 19:12:06.126819 [ 256 ] {cc3443f5-c854-42f7-ac61-f14bb485d434} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001297 sec., 9252.120277563608 rows/sec., 638.49 KiB/sec. | ||
| 2525 | 2025.04.30 19:12:06.127065 [ 256 ] {cc3443f5-c854-42f7-ac61-f14bb485d434} <Debug> TCPHandler: Processed in 0.001669059 sec. | ||
| 2526 | 2025.04.30 19:12:06.127302 [ 192 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::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 | ||
| 2527 | 2025.04.30 19:12:06.127827 [ 192 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2528 | 2025.04.30 19:12:06.127875 [ 192 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 648 rows starting from the beginning of the part | ||
| 2529 | 2025.04.30 19:12:06.127924 [ 187 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6077 rows, containing 5 columns (5 merged, 0 gathered) in 0.010036043 sec., 605517.5331552485 rows/sec., 41.41 MiB/sec. | ||
| 2530 | 2025.04.30 19:12:06.128072 [ 192 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
| 2531 | 2025.04.30 19:12:06.128260 [ 192 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::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 | ||
| 2532 | 2025.04.30 19:12:06.128369 [ 192 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
| 2533 | 2025.04.30 19:12:06.128581 [ 192 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
| 2534 | 2025.04.30 19:12:06.128799 [ 187 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2535 | 2025.04.30 19:12:06.128906 [ 192 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part | ||
| 2536 | 2025.04.30 19:12:06.129599 [ 187 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2537 | 2025.04.30 19:12:06.129816 [ 187 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2538 | 2025.04.30 19:12:06.129974 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. | ||
| 2539 | 2025.04.30 19:12:06.130554 [ 190 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 4 columns (4 merged, 0 gathered) in 0.003668956 sec., 245301.38818781145 rows/sec., 16.53 MiB/sec. | ||
| 2540 | 2025.04.30 19:12:06.130747 [ 196 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2541 | 2025.04.30 19:12:06.131080 [ 196 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_16_3} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2542 | 2025.04.30 19:12:06.131166 [ 196 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_16_3} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2543 | 2025.04.30 19:12:06.131235 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 2544 | 2025.04.30 19:12:10.376959 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2545 | 2025.04.30 19:12:10.377190 [ 256 ] {af2e62cc-d4db-4800-900a-000fe851a492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2546 | 2025.04.30 19:12:10.377274 [ 256 ] {af2e62cc-d4db-4800-900a-000fe851a492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2547 | 2025.04.30 19:12:10.378031 [ 256 ] {af2e62cc-d4db-4800-900a-000fe851a492} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2548 | 2025.04.30 19:12:10.378086 [ 256 ] {af2e62cc-d4db-4800-900a-000fe851a492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2549 | 2025.04.30 19:12:10.378529 [ 256 ] {af2e62cc-d4db-4800-900a-000fe851a492} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2550 | 2025.04.30 19:12:10.378789 [ 256 ] {af2e62cc-d4db-4800-900a-000fe851a492} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2551 | 2025.04.30 19:12:10.379044 [ 256 ] {af2e62cc-d4db-4800-900a-000fe851a492} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.0019 sec., 29473.684210526317 rows/sec., 2.26 MiB/sec. | ||
| 2552 | 2025.04.30 19:12:10.379212 [ 256 ] {af2e62cc-d4db-4800-900a-000fe851a492} <Debug> TCPHandler: Processed in 0.002394816 sec. | ||
| 2553 | 2025.04.30 19:12:10.379406 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2554 | 2025.04.30 19:12:10.379521 [ 256 ] {e366a70d-0573-4807-9ed1-954d0dee3626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2555 | 2025.04.30 19:12:10.379573 [ 256 ] {e366a70d-0573-4807-9ed1-954d0dee3626} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2556 | 2025.04.30 19:12:10.380174 [ 256 ] {e366a70d-0573-4807-9ed1-954d0dee3626} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2557 | 2025.04.30 19:12:10.380217 [ 256 ] {e366a70d-0573-4807-9ed1-954d0dee3626} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2558 | 2025.04.30 19:12:10.380587 [ 256 ] {e366a70d-0573-4807-9ed1-954d0dee3626} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2559 | 2025.04.30 19:12:10.380832 [ 256 ] {e366a70d-0573-4807-9ed1-954d0dee3626} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2560 | 2025.04.30 19:12:10.381043 [ 256 ] {e366a70d-0573-4807-9ed1-954d0dee3626} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001552 sec., 41237.113402061856 rows/sec., 3.22 MiB/sec. | ||
| 2561 | 2025.04.30 19:12:10.381103 [ 256 ] {e366a70d-0573-4807-9ed1-954d0dee3626} <Debug> TCPHandler: Processed in 0.001758161 sec. | ||
| 2562 | 2025.04.30 19:12:10.381223 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2563 | 2025.04.30 19:12:10.381333 [ 256 ] {4f0b159c-aa57-47c3-911e-0ca097fdcaa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2564 | 2025.04.30 19:12:10.381383 [ 256 ] {4f0b159c-aa57-47c3-911e-0ca097fdcaa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2565 | 2025.04.30 19:12:10.381903 [ 256 ] {4f0b159c-aa57-47c3-911e-0ca097fdcaa4} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2566 | 2025.04.30 19:12:10.381944 [ 256 ] {4f0b159c-aa57-47c3-911e-0ca097fdcaa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2567 | 2025.04.30 19:12:10.382330 [ 256 ] {4f0b159c-aa57-47c3-911e-0ca097fdcaa4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2568 | 2025.04.30 19:12:10.382583 [ 256 ] {4f0b159c-aa57-47c3-911e-0ca097fdcaa4} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2569 | 2025.04.30 19:12:10.382784 [ 256 ] {4f0b159c-aa57-47c3-911e-0ca097fdcaa4} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001475 sec., 86779.66101694916 rows/sec., 6.04 MiB/sec. | ||
| 2570 | 2025.04.30 19:12:10.382836 [ 256 ] {4f0b159c-aa57-47c3-911e-0ca097fdcaa4} <Debug> TCPHandler: Processed in 0.001667168 sec. | ||
| 2571 | 2025.04.30 19:12:10.382952 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2572 | 2025.04.30 19:12:10.383059 [ 256 ] {3909d964-cd09-4bfd-862d-630effa86989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2573 | 2025.04.30 19:12:10.383109 [ 256 ] {3909d964-cd09-4bfd-862d-630effa86989} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2574 | 2025.04.30 19:12:10.383520 [ 256 ] {3909d964-cd09-4bfd-862d-630effa86989} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2575 | 2025.04.30 19:12:10.383560 [ 256 ] {3909d964-cd09-4bfd-862d-630effa86989} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2576 | 2025.04.30 19:12:10.383919 [ 256 ] {3909d964-cd09-4bfd-862d-630effa86989} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2577 | 2025.04.30 19:12:10.384160 [ 256 ] {3909d964-cd09-4bfd-862d-630effa86989} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2578 | 2025.04.30 19:12:10.384354 [ 256 ] {3909d964-cd09-4bfd-862d-630effa86989} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001318 sec., 36418.81638846738 rows/sec., 2.45 MiB/sec. | ||
| 2579 | 2025.04.30 19:12:10.384404 [ 256 ] {3909d964-cd09-4bfd-862d-630effa86989} <Debug> TCPHandler: Processed in 0.001505835 sec. | ||
| 2580 | 2025.04.30 19:12:11.370172 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 | ||
| 2581 | 2025.04.30 19:12:11.371276 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2582 | 2025.04.30 19:12:11.371367 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2583 | 2025.04.30 19:12:11.372075 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2584 | 2025.04.30 19:12:11.372344 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2585 | 2025.04.30 19:12:11.372560 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 | ||
| 2586 | 2025.04.30 19:12:11.756025 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2587 | 2025.04.30 19:12:11.776673 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2588 | 2025.04.30 19:12:11.776740 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2589 | 2025.04.30 19:12:11.784227 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2590 | 2025.04.30 19:12:11.784986 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2591 | 2025.04.30 19:12:11.787773 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2592 | 2025.04.30 19:12:13.896671 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 366 | ||
| 2593 | 2025.04.30 19:12:13.900216 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2594 | 2025.04.30 19:12:13.900259 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2595 | 2025.04.30 19:12:13.901775 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2596 | 2025.04.30 19:12:13.902084 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2597 | 2025.04.30 19:12:13.902555 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 366 | ||
| 2598 | 2025.04.30 19:12:15.378994 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2599 | 2025.04.30 19:12:15.379183 [ 256 ] {7632ee00-aaf3-4c75-9a25-5396b0dae23a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2600 | 2025.04.30 19:12:15.379257 [ 256 ] {7632ee00-aaf3-4c75-9a25-5396b0dae23a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2601 | 2025.04.30 19:12:15.380010 [ 256 ] {7632ee00-aaf3-4c75-9a25-5396b0dae23a} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2602 | 2025.04.30 19:12:15.380061 [ 256 ] {7632ee00-aaf3-4c75-9a25-5396b0dae23a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2603 | 2025.04.30 19:12:15.380506 [ 256 ] {7632ee00-aaf3-4c75-9a25-5396b0dae23a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2604 | 2025.04.30 19:12:15.380766 [ 256 ] {7632ee00-aaf3-4c75-9a25-5396b0dae23a} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2605 | 2025.04.30 19:12:15.380982 [ 256 ] {7632ee00-aaf3-4c75-9a25-5396b0dae23a} <Debug> executeQuery: Read 80 rows, 6.76 KiB in 0.00185 sec., 43243.24324324324 rows/sec., 3.57 MiB/sec. | ||
| 2606 | 2025.04.30 19:12:15.381038 [ 256 ] {7632ee00-aaf3-4c75-9a25-5396b0dae23a} <Debug> TCPHandler: Processed in 0.002176861 sec. | ||
| 2607 | 2025.04.30 19:12:15.381165 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2608 | 2025.04.30 19:12:15.381273 [ 256 ] {a0f8db10-0a73-4bd8-9eb1-1f56a32d604c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2609 | 2025.04.30 19:12:15.381320 [ 256 ] {a0f8db10-0a73-4bd8-9eb1-1f56a32d604c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2610 | 2025.04.30 19:12:15.381835 [ 256 ] {a0f8db10-0a73-4bd8-9eb1-1f56a32d604c} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2611 | 2025.04.30 19:12:15.381875 [ 256 ] {a0f8db10-0a73-4bd8-9eb1-1f56a32d604c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2612 | 2025.04.30 19:12:15.382231 [ 256 ] {a0f8db10-0a73-4bd8-9eb1-1f56a32d604c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2613 | 2025.04.30 19:12:15.382481 [ 256 ] {a0f8db10-0a73-4bd8-9eb1-1f56a32d604c} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2614 | 2025.04.30 19:12:15.382653 [ 79 ] {} <Debug> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2615 | 2025.04.30 19:12:15.382714 [ 256 ] {a0f8db10-0a73-4bd8-9eb1-1f56a32d604c} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001462 sec., 8207.934336525308 rows/sec., 617.20 KiB/sec. | ||
| 2616 | 2025.04.30 19:12:15.382742 [ 79 ] {} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2617 | 2025.04.30 19:12:15.382828 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2618 | 2025.04.30 19:12:15.382833 [ 256 ] {a0f8db10-0a73-4bd8-9eb1-1f56a32d604c} <Debug> TCPHandler: Processed in 0.00172054 sec. | ||
| 2619 | 2025.04.30 19:12:15.383093 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2620 | 2025.04.30 19:12:15.383109 [ 193 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::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 | ||
| 2621 | 2025.04.30 19:12:15.383444 [ 256 ] {c7bf594c-3c71-4971-86af-ce82718dfb46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2622 | 2025.04.30 19:12:15.383516 [ 193 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2623 | 2025.04.30 19:12:15.383526 [ 256 ] {c7bf594c-3c71-4971-86af-ce82718dfb46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2624 | 2025.04.30 19:12:15.383556 [ 193 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::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 | ||
| 2625 | 2025.04.30 19:12:15.383665 [ 193 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
| 2626 | 2025.04.30 19:12:15.384106 [ 193 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::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 | ||
| 2627 | 2025.04.30 19:12:15.384536 [ 193 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part | ||
| 2628 | 2025.04.30 19:12:15.384993 [ 193 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::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 | ||
| 2629 | 2025.04.30 19:12:15.385384 [ 193 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part | ||
| 2630 | 2025.04.30 19:12:15.386229 [ 256 ] {c7bf594c-3c71-4971-86af-ce82718dfb46} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2631 | 2025.04.30 19:12:15.386275 [ 256 ] {c7bf594c-3c71-4971-86af-ce82718dfb46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2632 | 2025.04.30 19:12:15.386866 [ 256 ] {c7bf594c-3c71-4971-86af-ce82718dfb46} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2633 | 2025.04.30 19:12:15.387061 [ 196 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 152 rows, containing 5 columns (5 merged, 0 gathered) in 0.004116176 sec., 36927.47831968312 rows/sec., 2.87 MiB/sec. | ||
| 2634 | 2025.04.30 19:12:15.387258 [ 256 ] {c7bf594c-3c71-4971-86af-ce82718dfb46} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2635 | 2025.04.30 19:12:15.387342 [ 196 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2636 | 2025.04.30 19:12:15.387789 [ 256 ] {c7bf594c-3c71-4971-86af-ce82718dfb46} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.004392 sec., 17304.189435336975 rows/sec., 1.35 MiB/sec. | ||
| 2637 | 2025.04.30 19:12:15.388150 [ 256 ] {c7bf594c-3c71-4971-86af-ce82718dfb46} <Debug> TCPHandler: Processed in 0.00514849 sec. | ||
| 2638 | 2025.04.30 19:12:15.388265 [ 196 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_11_2} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2639 | 2025.04.30 19:12:15.388351 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2640 | 2025.04.30 19:12:15.388399 [ 196 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_11_2} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2641 | 2025.04.30 19:12:15.388535 [ 256 ] {bdefb4cb-0cf1-4523-aff3-1f9a51d92a17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2642 | 2025.04.30 19:12:15.388552 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2643 | 2025.04.30 19:12:15.388625 [ 256 ] {bdefb4cb-0cf1-4523-aff3-1f9a51d92a17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2644 | 2025.04.30 19:12:15.389176 [ 256 ] {bdefb4cb-0cf1-4523-aff3-1f9a51d92a17} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2645 | 2025.04.30 19:12:15.389216 [ 256 ] {bdefb4cb-0cf1-4523-aff3-1f9a51d92a17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2646 | 2025.04.30 19:12:15.389613 [ 256 ] {bdefb4cb-0cf1-4523-aff3-1f9a51d92a17} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2647 | 2025.04.30 19:12:15.389848 [ 256 ] {bdefb4cb-0cf1-4523-aff3-1f9a51d92a17} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2648 | 2025.04.30 19:12:15.390060 [ 256 ] {bdefb4cb-0cf1-4523-aff3-1f9a51d92a17} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001607 sec., 99564.40572495334 rows/sec., 6.93 MiB/sec. | ||
| 2649 | 2025.04.30 19:12:15.390111 [ 256 ] {bdefb4cb-0cf1-4523-aff3-1f9a51d92a17} <Debug> TCPHandler: Processed in 0.001848953 sec. | ||
| 2650 | 2025.04.30 19:12:15.390224 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2651 | 2025.04.30 19:12:15.390330 [ 256 ] {ceac5bb0-400c-49d7-a942-70596b1e2aa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2652 | 2025.04.30 19:12:15.390396 [ 256 ] {ceac5bb0-400c-49d7-a942-70596b1e2aa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2653 | 2025.04.30 19:12:15.391389 [ 256 ] {ceac5bb0-400c-49d7-a942-70596b1e2aa7} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2654 | 2025.04.30 19:12:15.391430 [ 256 ] {ceac5bb0-400c-49d7-a942-70596b1e2aa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2655 | 2025.04.30 19:12:15.392037 [ 256 ] {ceac5bb0-400c-49d7-a942-70596b1e2aa7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2656 | 2025.04.30 19:12:15.392294 [ 256 ] {ceac5bb0-400c-49d7-a942-70596b1e2aa7} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2657 | 2025.04.30 19:12:15.392467 [ 79 ] {} <Debug> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2658 | 2025.04.30 19:12:15.392539 [ 79 ] {} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2659 | 2025.04.30 19:12:15.392583 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2660 | 2025.04.30 19:12:15.392590 [ 256 ] {ceac5bb0-400c-49d7-a942-70596b1e2aa7} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002269 sec., 5288.673424416042 rows/sec., 9.48 MiB/sec. | ||
| 2661 | 2025.04.30 19:12:15.392823 [ 193 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::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 | ||
| 2662 | 2025.04.30 19:12:15.392842 [ 256 ] {ceac5bb0-400c-49d7-a942-70596b1e2aa7} <Debug> TCPHandler: Processed in 0.002672553 sec. | ||
| 2663 | 2025.04.30 19:12:15.392991 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2664 | 2025.04.30 19:12:15.393136 [ 256 ] {730bb7ef-16cb-4216-80f3-97cdc4008727} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2665 | 2025.04.30 19:12:15.393161 [ 193 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2666 | 2025.04.30 19:12:15.393199 [ 256 ] {730bb7ef-16cb-4216-80f3-97cdc4008727} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2667 | 2025.04.30 19:12:15.393261 [ 193 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::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 | ||
| 2668 | 2025.04.30 19:12:15.393922 [ 193 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::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 | ||
| 2669 | 2025.04.30 19:12:15.394512 [ 193 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::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 | ||
| 2670 | 2025.04.30 19:12:15.394670 [ 256 ] {730bb7ef-16cb-4216-80f3-97cdc4008727} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2671 | 2025.04.30 19:12:15.394772 [ 256 ] {730bb7ef-16cb-4216-80f3-97cdc4008727} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2672 | 2025.04.30 19:12:15.395053 [ 193 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part | ||
| 2673 | 2025.04.30 19:12:15.395596 [ 193 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::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 | ||
| 2674 | 2025.04.30 19:12:15.395859 [ 256 ] {730bb7ef-16cb-4216-80f3-97cdc4008727} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2675 | 2025.04.30 19:12:15.396104 [ 193 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part | ||
| 2676 | 2025.04.30 19:12:15.396520 [ 256 ] {730bb7ef-16cb-4216-80f3-97cdc4008727} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2677 | 2025.04.30 19:12:15.397059 [ 256 ] {730bb7ef-16cb-4216-80f3-97cdc4008727} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003929 sec., 15271.061338763044 rows/sec., 1.03 MiB/sec. | ||
| 2678 | 2025.04.30 19:12:15.397487 [ 256 ] {730bb7ef-16cb-4216-80f3-97cdc4008727} <Debug> TCPHandler: Processed in 0.004546816 sec. | ||
| 2679 | 2025.04.30 19:12:15.399637 [ 199 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 19 columns (19 merged, 0 gathered) in 0.006965492 sec., 21534.731502096332 rows/sec., 38.59 MiB/sec. | ||
| 2680 | 2025.04.30 19:12:15.400169 [ 199 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2681 | 2025.04.30 19:12:15.400660 [ 199 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2682 | 2025.04.30 19:12:15.400752 [ 199 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2683 | 2025.04.30 19:12:15.400908 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 2684 | 2025.04.30 19:12:18.768668 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2685 | 2025.04.30 19:12:18.768728 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2686 | 2025.04.30 19:12:18.872726 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 | ||
| 2687 | 2025.04.30 19:12:18.873380 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2688 | 2025.04.30 19:12:18.873429 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2689 | 2025.04.30 19:12:18.873960 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2690 | 2025.04.30 19:12:18.874235 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2691 | 2025.04.30 19:12:18.874475 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 2692 | 2025.04.30 19:12:19.287856 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 2693 | 2025.04.30 19:12:19.307976 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2694 | 2025.04.30 19:12:19.308024 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2695 | 2025.04.30 19:12:19.315069 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2696 | 2025.04.30 19:12:19.315808 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2697 | 2025.04.30 19:12:19.318950 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 2698 | 2025.04.30 19:12:20.380698 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2699 | 2025.04.30 19:12:20.380988 [ 256 ] {f183867c-31ac-450a-97e0-99b4b19ce78d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2700 | 2025.04.30 19:12:20.381066 [ 256 ] {f183867c-31ac-450a-97e0-99b4b19ce78d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2701 | 2025.04.30 19:12:20.381918 [ 256 ] {f183867c-31ac-450a-97e0-99b4b19ce78d} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2702 | 2025.04.30 19:12:20.381964 [ 256 ] {f183867c-31ac-450a-97e0-99b4b19ce78d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2703 | 2025.04.30 19:12:20.382386 [ 256 ] {f183867c-31ac-450a-97e0-99b4b19ce78d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2704 | 2025.04.30 19:12:20.382627 [ 256 ] {f183867c-31ac-450a-97e0-99b4b19ce78d} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2705 | 2025.04.30 19:12:20.382845 [ 256 ] {f183867c-31ac-450a-97e0-99b4b19ce78d} <Debug> executeQuery: Read 108 rows, 9.27 KiB in 0.001916 sec., 56367.43215031315 rows/sec., 4.73 MiB/sec. | ||
| 2706 | 2025.04.30 19:12:20.382967 [ 256 ] {f183867c-31ac-450a-97e0-99b4b19ce78d} <Debug> TCPHandler: Processed in 0.002446167 sec. | ||
| 2707 | 2025.04.30 19:12:20.383211 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2708 | 2025.04.30 19:12:20.383338 [ 256 ] {b8056549-f03f-447c-9773-79be82bc06ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2709 | 2025.04.30 19:12:20.383389 [ 256 ] {b8056549-f03f-447c-9773-79be82bc06ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2710 | 2025.04.30 19:12:20.384063 [ 256 ] {b8056549-f03f-447c-9773-79be82bc06ad} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2711 | 2025.04.30 19:12:20.384104 [ 256 ] {b8056549-f03f-447c-9773-79be82bc06ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2712 | 2025.04.30 19:12:20.384443 [ 256 ] {b8056549-f03f-447c-9773-79be82bc06ad} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2713 | 2025.04.30 19:12:20.384671 [ 256 ] {b8056549-f03f-447c-9773-79be82bc06ad} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2714 | 2025.04.30 19:12:20.384861 [ 256 ] {b8056549-f03f-447c-9773-79be82bc06ad} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001533 sec., 16960.20874103066 rows/sec., 1.25 MiB/sec. | ||
| 2715 | 2025.04.30 19:12:20.384913 [ 256 ] {b8056549-f03f-447c-9773-79be82bc06ad} <Debug> TCPHandler: Processed in 0.001813882 sec. | ||
| 2716 | 2025.04.30 19:12:20.385111 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2717 | 2025.04.30 19:12:20.385233 [ 256 ] {ab6804e8-89e2-48c5-8c2c-69cdf7ae6bf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2718 | 2025.04.30 19:12:20.385277 [ 256 ] {ab6804e8-89e2-48c5-8c2c-69cdf7ae6bf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2719 | 2025.04.30 19:12:20.385910 [ 256 ] {ab6804e8-89e2-48c5-8c2c-69cdf7ae6bf0} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2720 | 2025.04.30 19:12:20.385950 [ 256 ] {ab6804e8-89e2-48c5-8c2c-69cdf7ae6bf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2721 | 2025.04.30 19:12:20.386306 [ 256 ] {ab6804e8-89e2-48c5-8c2c-69cdf7ae6bf0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2722 | 2025.04.30 19:12:20.386537 [ 256 ] {ab6804e8-89e2-48c5-8c2c-69cdf7ae6bf0} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2723 | 2025.04.30 19:12:20.386746 [ 256 ] {ab6804e8-89e2-48c5-8c2c-69cdf7ae6bf0} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001534 sec., 58670.143415906125 rows/sec., 4.58 MiB/sec. | ||
| 2724 | 2025.04.30 19:12:20.386798 [ 256 ] {ab6804e8-89e2-48c5-8c2c-69cdf7ae6bf0} <Debug> TCPHandler: Processed in 0.001739021 sec. | ||
| 2725 | 2025.04.30 19:12:20.386930 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2726 | 2025.04.30 19:12:20.387033 [ 256 ] {4f6408bf-6109-4b00-94b3-85fc22f4493c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2727 | 2025.04.30 19:12:20.387080 [ 256 ] {4f6408bf-6109-4b00-94b3-85fc22f4493c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2728 | 2025.04.30 19:12:20.387653 [ 256 ] {4f6408bf-6109-4b00-94b3-85fc22f4493c} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2729 | 2025.04.30 19:12:20.387695 [ 256 ] {4f6408bf-6109-4b00-94b3-85fc22f4493c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2730 | 2025.04.30 19:12:20.388075 [ 256 ] {4f6408bf-6109-4b00-94b3-85fc22f4493c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2731 | 2025.04.30 19:12:20.388302 [ 256 ] {4f6408bf-6109-4b00-94b3-85fc22f4493c} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2732 | 2025.04.30 19:12:20.388498 [ 256 ] {4f6408bf-6109-4b00-94b3-85fc22f4493c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001486 sec., 107671.60161507403 rows/sec., 7.50 MiB/sec. | ||
| 2733 | 2025.04.30 19:12:20.388559 [ 256 ] {4f6408bf-6109-4b00-94b3-85fc22f4493c} <Debug> TCPHandler: Processed in 0.001681209 sec. | ||
| 2734 | 2025.04.30 19:12:20.388723 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2735 | 2025.04.30 19:12:20.388842 [ 256 ] {e460792a-36a6-4bf6-95a9-8397b7fd655b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2736 | 2025.04.30 19:12:20.388907 [ 256 ] {e460792a-36a6-4bf6-95a9-8397b7fd655b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2737 | 2025.04.30 19:12:20.390072 [ 256 ] {e460792a-36a6-4bf6-95a9-8397b7fd655b} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2738 | 2025.04.30 19:12:20.390121 [ 256 ] {e460792a-36a6-4bf6-95a9-8397b7fd655b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2739 | 2025.04.30 19:12:20.390823 [ 256 ] {e460792a-36a6-4bf6-95a9-8397b7fd655b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2740 | 2025.04.30 19:12:20.391070 [ 256 ] {e460792a-36a6-4bf6-95a9-8397b7fd655b} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2741 | 2025.04.30 19:12:20.391303 [ 256 ] {e460792a-36a6-4bf6-95a9-8397b7fd655b} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002481 sec., 10479.645304312777 rows/sec., 18.78 MiB/sec. | ||
| 2742 | 2025.04.30 19:12:20.391393 [ 256 ] {e460792a-36a6-4bf6-95a9-8397b7fd655b} <Debug> TCPHandler: Processed in 0.002725524 sec. | ||
| 2743 | 2025.04.30 19:12:20.391517 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2744 | 2025.04.30 19:12:20.391620 [ 256 ] {ba0fdecc-e3c4-4ddf-8843-12af167b5ecf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2745 | 2025.04.30 19:12:20.391665 [ 256 ] {ba0fdecc-e3c4-4ddf-8843-12af167b5ecf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2746 | 2025.04.30 19:12:20.392071 [ 256 ] {ba0fdecc-e3c4-4ddf-8843-12af167b5ecf} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2747 | 2025.04.30 19:12:20.392108 [ 256 ] {ba0fdecc-e3c4-4ddf-8843-12af167b5ecf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2748 | 2025.04.30 19:12:20.392449 [ 256 ] {ba0fdecc-e3c4-4ddf-8843-12af167b5ecf} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2749 | 2025.04.30 19:12:20.392670 [ 256 ] {ba0fdecc-e3c4-4ddf-8843-12af167b5ecf} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2750 | 2025.04.30 19:12:20.392860 [ 256 ] {ba0fdecc-e3c4-4ddf-8843-12af167b5ecf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001262 sec., 47543.58161648177 rows/sec., 3.20 MiB/sec. | ||
| 2751 | 2025.04.30 19:12:20.392907 [ 256 ] {ba0fdecc-e3c4-4ddf-8843-12af167b5ecf} <Debug> TCPHandler: Processed in 0.001440533 sec. | ||
| 2752 | 2025.04.30 19:12:23.902849 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 390 | ||
| 2753 | 2025.04.30 19:12:23.905650 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2754 | 2025.04.30 19:12:23.905700 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2755 | 2025.04.30 19:12:23.907128 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2756 | 2025.04.30 19:12:23.907488 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2757 | 2025.04.30 19:12:23.908070 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 390 | ||
| 2758 | 2025.04.30 19:12:25.380851 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2759 | 2025.04.30 19:12:25.381053 [ 256 ] {b32f9b09-a892-41c5-80d2-bc4bd1fc5d11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2760 | 2025.04.30 19:12:25.381128 [ 256 ] {b32f9b09-a892-41c5-80d2-bc4bd1fc5d11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2761 | 2025.04.30 19:12:25.381956 [ 256 ] {b32f9b09-a892-41c5-80d2-bc4bd1fc5d11} <Trace> oximeter.fields_i16 (7d02e2b8-bc3a-4729-b2d9-0b5e82181a45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2762 | 2025.04.30 19:12:25.381995 [ 256 ] {b32f9b09-a892-41c5-80d2-bc4bd1fc5d11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2763 | 2025.04.30 19:12:25.382414 [ 256 ] {b32f9b09-a892-41c5-80d2-bc4bd1fc5d11} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2764 | 2025.04.30 19:12:25.382661 [ 256 ] {b32f9b09-a892-41c5-80d2-bc4bd1fc5d11} <Trace> oximeter.fields_i16 (7d02e2b8-bc3a-4729-b2d9-0b5e82181a45): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2765 | 2025.04.30 19:12:25.382867 [ 256 ] {b32f9b09-a892-41c5-80d2-bc4bd1fc5d11} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001865 sec., 12868.6327077748 rows/sec., 1.07 MiB/sec. | ||
| 2766 | 2025.04.30 19:12:25.383030 [ 256 ] {b32f9b09-a892-41c5-80d2-bc4bd1fc5d11} <Debug> TCPHandler: Processed in 0.002311184 sec. | ||
| 2767 | 2025.04.30 19:12:25.383181 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2768 | 2025.04.30 19:12:25.383289 [ 256 ] {51fb9703-3f8a-4142-a8c8-c3382bb8cc1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2769 | 2025.04.30 19:12:25.383335 [ 256 ] {51fb9703-3f8a-4142-a8c8-c3382bb8cc1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2770 | 2025.04.30 19:12:25.383968 [ 256 ] {51fb9703-3f8a-4142-a8c8-c3382bb8cc1f} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2771 | 2025.04.30 19:12:25.384007 [ 256 ] {51fb9703-3f8a-4142-a8c8-c3382bb8cc1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2772 | 2025.04.30 19:12:25.384365 [ 256 ] {51fb9703-3f8a-4142-a8c8-c3382bb8cc1f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2773 | 2025.04.30 19:12:25.384601 [ 256 ] {51fb9703-3f8a-4142-a8c8-c3382bb8cc1f} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2774 | 2025.04.30 19:12:25.384794 [ 256 ] {51fb9703-3f8a-4142-a8c8-c3382bb8cc1f} <Debug> executeQuery: Read 200 rows, 18.23 KiB in 0.001527 sec., 130975.76948264572 rows/sec., 11.66 MiB/sec. | ||
| 2775 | 2025.04.30 19:12:25.384844 [ 256 ] {51fb9703-3f8a-4142-a8c8-c3382bb8cc1f} <Debug> TCPHandler: Processed in 0.00171764 sec. | ||
| 2776 | 2025.04.30 19:12:25.384962 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2777 | 2025.04.30 19:12:25.385067 [ 256 ] {106e4050-9d1e-4a1b-b043-05fe63e8fb7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2778 | 2025.04.30 19:12:25.385111 [ 256 ] {106e4050-9d1e-4a1b-b043-05fe63e8fb7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2779 | 2025.04.30 19:12:25.385630 [ 256 ] {106e4050-9d1e-4a1b-b043-05fe63e8fb7f} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2780 | 2025.04.30 19:12:25.385669 [ 256 ] {106e4050-9d1e-4a1b-b043-05fe63e8fb7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2781 | 2025.04.30 19:12:25.386003 [ 256 ] {106e4050-9d1e-4a1b-b043-05fe63e8fb7f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2782 | 2025.04.30 19:12:25.386231 [ 256 ] {106e4050-9d1e-4a1b-b043-05fe63e8fb7f} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2783 | 2025.04.30 19:12:25.386448 [ 256 ] {106e4050-9d1e-4a1b-b043-05fe63e8fb7f} <Debug> executeQuery: Read 24 rows, 1.86 KiB in 0.001403 sec., 17106.200997861724 rows/sec., 1.30 MiB/sec. | ||
| 2784 | 2025.04.30 19:12:25.386544 [ 256 ] {106e4050-9d1e-4a1b-b043-05fe63e8fb7f} <Debug> TCPHandler: Processed in 0.001635708 sec. | ||
| 2785 | 2025.04.30 19:12:25.386674 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2786 | 2025.04.30 19:12:25.386806 [ 256 ] {388b0b9d-2af8-4247-946d-4066624dac19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2787 | 2025.04.30 19:12:25.386860 [ 256 ] {388b0b9d-2af8-4247-946d-4066624dac19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2788 | 2025.04.30 19:12:25.387442 [ 256 ] {388b0b9d-2af8-4247-946d-4066624dac19} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2789 | 2025.04.30 19:12:25.387485 [ 256 ] {388b0b9d-2af8-4247-946d-4066624dac19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2790 | 2025.04.30 19:12:25.387870 [ 256 ] {388b0b9d-2af8-4247-946d-4066624dac19} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2791 | 2025.04.30 19:12:25.388158 [ 256 ] {388b0b9d-2af8-4247-946d-4066624dac19} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2792 | 2025.04.30 19:12:25.388379 [ 256 ] {388b0b9d-2af8-4247-946d-4066624dac19} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001592 sec., 15075.37688442211 rows/sec., 1.25 MiB/sec. | ||
| 2793 | 2025.04.30 19:12:25.388520 [ 256 ] {388b0b9d-2af8-4247-946d-4066624dac19} <Debug> TCPHandler: Processed in 0.001907794 sec. | ||
| 2794 | 2025.04.30 19:12:25.388637 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2795 | 2025.04.30 19:12:25.388743 [ 256 ] {5963a041-db43-43d8-b695-d79783b0060d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2796 | 2025.04.30 19:12:25.388788 [ 256 ] {5963a041-db43-43d8-b695-d79783b0060d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2797 | 2025.04.30 19:12:25.389302 [ 256 ] {5963a041-db43-43d8-b695-d79783b0060d} <Trace> oximeter.fields_u8 (6ac07ddf-9e79-4702-b981-c16bd17e5618): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2798 | 2025.04.30 19:12:25.389342 [ 256 ] {5963a041-db43-43d8-b695-d79783b0060d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2799 | 2025.04.30 19:12:25.389669 [ 256 ] {5963a041-db43-43d8-b695-d79783b0060d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2800 | 2025.04.30 19:12:25.389897 [ 256 ] {5963a041-db43-43d8-b695-d79783b0060d} <Trace> oximeter.fields_u8 (6ac07ddf-9e79-4702-b981-c16bd17e5618): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2801 | 2025.04.30 19:12:25.390087 [ 256 ] {5963a041-db43-43d8-b695-d79783b0060d} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001366 sec., 8784.773060029282 rows/sec., 686.31 KiB/sec. | ||
| 2802 | 2025.04.30 19:12:25.390137 [ 256 ] {5963a041-db43-43d8-b695-d79783b0060d} <Debug> TCPHandler: Processed in 0.001550346 sec. | ||
| 2803 | 2025.04.30 19:12:25.390246 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2804 | 2025.04.30 19:12:25.390350 [ 256 ] {f96ef7de-2aa4-4bca-a45b-541d417032e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2805 | 2025.04.30 19:12:25.390393 [ 256 ] {f96ef7de-2aa4-4bca-a45b-541d417032e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2806 | 2025.04.30 19:12:25.390927 [ 256 ] {f96ef7de-2aa4-4bca-a45b-541d417032e7} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2807 | 2025.04.30 19:12:25.390966 [ 256 ] {f96ef7de-2aa4-4bca-a45b-541d417032e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2808 | 2025.04.30 19:12:25.391307 [ 256 ] {f96ef7de-2aa4-4bca-a45b-541d417032e7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2809 | 2025.04.30 19:12:25.391535 [ 256 ] {f96ef7de-2aa4-4bca-a45b-541d417032e7} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2810 | 2025.04.30 19:12:25.391741 [ 256 ] {f96ef7de-2aa4-4bca-a45b-541d417032e7} <Debug> executeQuery: Read 112 rows, 9.33 KiB in 0.001412 sec., 79320.11331444759 rows/sec., 6.46 MiB/sec. | ||
| 2811 | 2025.04.30 19:12:25.391867 [ 256 ] {f96ef7de-2aa4-4bca-a45b-541d417032e7} <Debug> TCPHandler: Processed in 0.001671729 sec. | ||
| 2812 | 2025.04.30 19:12:25.392008 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2813 | 2025.04.30 19:12:25.392141 [ 256 ] {112952e0-2489-4792-a8b5-11c80ba4b536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2814 | 2025.04.30 19:12:25.392199 [ 256 ] {112952e0-2489-4792-a8b5-11c80ba4b536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2815 | 2025.04.30 19:12:25.392794 [ 256 ] {112952e0-2489-4792-a8b5-11c80ba4b536} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2816 | 2025.04.30 19:12:25.392840 [ 256 ] {112952e0-2489-4792-a8b5-11c80ba4b536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2817 | 2025.04.30 19:12:25.393223 [ 256 ] {112952e0-2489-4792-a8b5-11c80ba4b536} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2818 | 2025.04.30 19:12:25.393455 [ 256 ] {112952e0-2489-4792-a8b5-11c80ba4b536} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2819 | 2025.04.30 19:12:25.393659 [ 256 ] {112952e0-2489-4792-a8b5-11c80ba4b536} <Debug> executeQuery: Read 196 rows, 14.40 KiB in 0.001546 sec., 126778.78395860284 rows/sec., 9.10 MiB/sec. | ||
| 2820 | 2025.04.30 19:12:25.393707 [ 256 ] {112952e0-2489-4792-a8b5-11c80ba4b536} <Debug> TCPHandler: Processed in 0.001765121 sec. | ||
| 2821 | 2025.04.30 19:12:25.393819 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2822 | 2025.04.30 19:12:25.393922 [ 256 ] {e46009ab-55a8-4d3b-bdfd-6399e5f0e0c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2823 | 2025.04.30 19:12:25.393986 [ 256 ] {e46009ab-55a8-4d3b-bdfd-6399e5f0e0c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2824 | 2025.04.30 19:12:25.394990 [ 256 ] {e46009ab-55a8-4d3b-bdfd-6399e5f0e0c9} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2825 | 2025.04.30 19:12:25.395028 [ 256 ] {e46009ab-55a8-4d3b-bdfd-6399e5f0e0c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2826 | 2025.04.30 19:12:25.395612 [ 256 ] {e46009ab-55a8-4d3b-bdfd-6399e5f0e0c9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2827 | 2025.04.30 19:12:25.395854 [ 256 ] {e46009ab-55a8-4d3b-bdfd-6399e5f0e0c9} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2828 | 2025.04.30 19:12:25.396069 [ 256 ] {e46009ab-55a8-4d3b-bdfd-6399e5f0e0c9} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002168 sec., 5535.055350553506 rows/sec., 9.92 MiB/sec. | ||
| 2829 | 2025.04.30 19:12:25.396158 [ 256 ] {e46009ab-55a8-4d3b-bdfd-6399e5f0e0c9} <Debug> TCPHandler: Processed in 0.002389716 sec. | ||
| 2830 | 2025.04.30 19:12:25.396280 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2831 | 2025.04.30 19:12:25.396382 [ 256 ] {4e1ab8be-95a3-452f-ab9b-189f9ed65e64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2832 | 2025.04.30 19:12:25.396427 [ 256 ] {4e1ab8be-95a3-452f-ab9b-189f9ed65e64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2833 | 2025.04.30 19:12:25.396825 [ 256 ] {4e1ab8be-95a3-452f-ab9b-189f9ed65e64} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2834 | 2025.04.30 19:12:25.396863 [ 256 ] {4e1ab8be-95a3-452f-ab9b-189f9ed65e64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2835 | 2025.04.30 19:12:25.397198 [ 256 ] {4e1ab8be-95a3-452f-ab9b-189f9ed65e64} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2836 | 2025.04.30 19:12:25.397429 [ 256 ] {4e1ab8be-95a3-452f-ab9b-189f9ed65e64} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2837 | 2025.04.30 19:12:25.397672 [ 256 ] {4e1ab8be-95a3-452f-ab9b-189f9ed65e64} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001309 sec., 45836.51642475172 rows/sec., 3.09 MiB/sec. | ||
| 2838 | 2025.04.30 19:12:25.397823 [ 256 ] {4e1ab8be-95a3-452f-ab9b-189f9ed65e64} <Debug> TCPHandler: Processed in 0.001589966 sec. | ||
| 2839 | 2025.04.30 19:12:26.374653 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 | ||
| 2840 | 2025.04.30 19:12:26.375598 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2841 | 2025.04.30 19:12:26.375650 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2842 | 2025.04.30 19:12:26.376230 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2843 | 2025.04.30 19:12:26.376493 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2844 | 2025.04.30 19:12:26.376785 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 | ||
| 2845 | 2025.04.30 19:12:26.819055 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 2846 | 2025.04.30 19:12:26.840630 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2847 | 2025.04.30 19:12:26.840691 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2848 | 2025.04.30 19:12:26.848541 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2849 | 2025.04.30 19:12:26.849337 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2850 | 2025.04.30 19:12:26.852776 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 2851 | 2025.04.30 19:12:30.379407 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2852 | 2025.04.30 19:12:30.379612 [ 256 ] {e4e1de5b-9a7a-47c6-8407-14756cae1ec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2853 | 2025.04.30 19:12:30.379686 [ 256 ] {e4e1de5b-9a7a-47c6-8407-14756cae1ec7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2854 | 2025.04.30 19:12:30.380557 [ 256 ] {e4e1de5b-9a7a-47c6-8407-14756cae1ec7} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2855 | 2025.04.30 19:12:30.380612 [ 256 ] {e4e1de5b-9a7a-47c6-8407-14756cae1ec7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2856 | 2025.04.30 19:12:30.381069 [ 256 ] {e4e1de5b-9a7a-47c6-8407-14756cae1ec7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 2857 | 2025.04.30 19:12:30.381321 [ 256 ] {e4e1de5b-9a7a-47c6-8407-14756cae1ec7} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2858 | 2025.04.30 19:12:30.381528 [ 147 ] {} <Debug> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 2859 | 2025.04.30 19:12:30.381575 [ 256 ] {e4e1de5b-9a7a-47c6-8407-14756cae1ec7} <Debug> executeQuery: Read 108 rows, 9.27 KiB in 0.00201 sec., 53731.343283582086 rows/sec., 4.51 MiB/sec. | ||
| 2860 | 2025.04.30 19:12:30.381611 [ 147 ] {} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2861 | 2025.04.30 19:12:30.381684 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2862 | 2025.04.30 19:12:30.381717 [ 256 ] {e4e1de5b-9a7a-47c6-8407-14756cae1ec7} <Debug> TCPHandler: Processed in 0.002446727 sec. | ||
| 2863 | 2025.04.30 19:12:30.382018 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2864 | 2025.04.30 19:12:30.382082 [ 196 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::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 | ||
| 2865 | 2025.04.30 19:12:30.382323 [ 256 ] {7d898cc1-c495-40d5-886e-bbf727d7eb96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2866 | 2025.04.30 19:12:30.382454 [ 256 ] {7d898cc1-c495-40d5-886e-bbf727d7eb96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2867 | 2025.04.30 19:12:30.382478 [ 196 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2868 | 2025.04.30 19:12:30.382570 [ 196 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1397 rows starting from the beginning of the part | ||
| 2869 | 2025.04.30 19:12:30.382839 [ 196 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part | ||
| 2870 | 2025.04.30 19:12:30.383336 [ 196 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 80 rows starting from the beginning of the part | ||
| 2871 | 2025.04.30 19:12:30.383745 [ 196 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 108 rows starting from the beginning of the part | ||
| 2872 | 2025.04.30 19:12:30.384034 [ 196 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 200 rows starting from the beginning of the part | ||
| 2873 | 2025.04.30 19:12:30.384367 [ 196 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 108 rows starting from the beginning of the part | ||
| 2874 | 2025.04.30 19:12:30.385106 [ 256 ] {7d898cc1-c495-40d5-886e-bbf727d7eb96} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2875 | 2025.04.30 19:12:30.385175 [ 256 ] {7d898cc1-c495-40d5-886e-bbf727d7eb96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2876 | 2025.04.30 19:12:30.386095 [ 256 ] {7d898cc1-c495-40d5-886e-bbf727d7eb96} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2877 | 2025.04.30 19:12:30.386866 [ 256 ] {7d898cc1-c495-40d5-886e-bbf727d7eb96} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2878 | 2025.04.30 19:12:30.387175 [ 256 ] {7d898cc1-c495-40d5-886e-bbf727d7eb96} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.004968 sec., 5233.494363929146 rows/sec., 393.53 KiB/sec. | ||
| 2879 | 2025.04.30 19:12:30.387409 [ 256 ] {7d898cc1-c495-40d5-886e-bbf727d7eb96} <Debug> TCPHandler: Processed in 0.005507138 sec. | ||
| 2880 | 2025.04.30 19:12:30.387773 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2881 | 2025.04.30 19:12:30.387790 [ 199 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1949 rows, containing 5 columns (5 merged, 0 gathered) in 0.005983949 sec., 325704.64754963655 rows/sec., 28.65 MiB/sec. | ||
| 2882 | 2025.04.30 19:12:30.387912 [ 256 ] {3dc68f60-1edd-4ba4-be2f-6d47785ed007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2883 | 2025.04.30 19:12:30.387970 [ 256 ] {3dc68f60-1edd-4ba4-be2f-6d47785ed007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2884 | 2025.04.30 19:12:30.388126 [ 200 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 2885 | 2025.04.30 19:12:30.388729 [ 200 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_21_4} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2886 | 2025.04.30 19:12:30.388919 [ 200 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_21_4} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 2887 | 2025.04.30 19:12:30.389097 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 2888 | 2025.04.30 19:12:30.389245 [ 256 ] {3dc68f60-1edd-4ba4-be2f-6d47785ed007} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2889 | 2025.04.30 19:12:30.389291 [ 256 ] {3dc68f60-1edd-4ba4-be2f-6d47785ed007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2890 | 2025.04.30 19:12:30.389653 [ 256 ] {3dc68f60-1edd-4ba4-be2f-6d47785ed007} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 2891 | 2025.04.30 19:12:30.389907 [ 256 ] {3dc68f60-1edd-4ba4-be2f-6d47785ed007} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2892 | 2025.04.30 19:12:30.390079 [ 147 ] {} <Debug> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 2893 | 2025.04.30 19:12:30.390135 [ 147 ] {} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2894 | 2025.04.30 19:12:30.390139 [ 256 ] {3dc68f60-1edd-4ba4-be2f-6d47785ed007} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.002246 sec., 40071.23775601068 rows/sec., 3.13 MiB/sec. | ||
| 2895 | 2025.04.30 19:12:30.390174 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2896 | 2025.04.30 19:12:30.390315 [ 256 ] {3dc68f60-1edd-4ba4-be2f-6d47785ed007} <Debug> TCPHandler: Processed in 0.002648782 sec. | ||
| 2897 | 2025.04.30 19:12:30.390587 [ 186 ] {ef48511d-534c-480b-8726-b87470b21d15::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 | ||
| 2898 | 2025.04.30 19:12:30.390669 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2899 | 2025.04.30 19:12:30.390849 [ 186 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2900 | 2025.04.30 19:12:30.390880 [ 256 ] {f9358e15-8087-4c1b-8501-59d440c3cce8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2901 | 2025.04.30 19:12:30.390925 [ 186 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 622 rows starting from the beginning of the part | ||
| 2902 | 2025.04.30 19:12:30.390964 [ 256 ] {f9358e15-8087-4c1b-8501-59d440c3cce8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2903 | 2025.04.30 19:12:30.391287 [ 186 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part | ||
| 2904 | 2025.04.30 19:12:30.391623 [ 186 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 76 rows starting from the beginning of the part | ||
| 2905 | 2025.04.30 19:12:30.391951 [ 186 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 90 rows starting from the beginning of the part | ||
| 2906 | 2025.04.30 19:12:30.392280 [ 186 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 112 rows starting from the beginning of the part | ||
| 2907 | 2025.04.30 19:12:30.392593 [ 186 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 90 rows starting from the beginning of the part | ||
| 2908 | 2025.04.30 19:12:30.393394 [ 256 ] {f9358e15-8087-4c1b-8501-59d440c3cce8} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2909 | 2025.04.30 19:12:30.393480 [ 256 ] {f9358e15-8087-4c1b-8501-59d440c3cce8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2910 | 2025.04.30 19:12:30.394473 [ 256 ] {f9358e15-8087-4c1b-8501-59d440c3cce8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 2911 | 2025.04.30 19:12:30.394903 [ 256 ] {f9358e15-8087-4c1b-8501-59d440c3cce8} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2912 | 2025.04.30 19:12:30.395254 [ 186 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1054 rows, containing 5 columns (5 merged, 0 gathered) in 0.004930185 sec., 213785.08108722087 rows/sec., 17.23 MiB/sec. | ||
| 2913 | 2025.04.30 19:12:30.395327 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 2914 | 2025.04.30 19:12:30.395418 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2915 | 2025.04.30 19:12:30.395460 [ 256 ] {f9358e15-8087-4c1b-8501-59d440c3cce8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004612 sec., 34692.10754553339 rows/sec., 2.42 MiB/sec. | ||
| 2916 | 2025.04.30 19:12:30.395484 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2917 | 2025.04.30 19:12:30.395742 [ 256 ] {f9358e15-8087-4c1b-8501-59d440c3cce8} <Debug> TCPHandler: Processed in 0.00519003 sec. | ||
| 2918 | 2025.04.30 19:12:30.395764 [ 199 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 2919 | 2025.04.30 19:12:30.395832 [ 186 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::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 | ||
| 2920 | 2025.04.30 19:12:30.396032 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2921 | 2025.04.30 19:12:30.396153 [ 186 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2922 | 2025.04.30 19:12:30.396274 [ 186 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6077 rows starting from the beginning of the part | ||
| 2923 | 2025.04.30 19:12:30.396320 [ 256 ] {8a56764a-608b-466a-b8d9-031530f05840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2924 | 2025.04.30 19:12:30.396650 [ 186 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 128 rows starting from the beginning of the part | ||
| 2925 | 2025.04.30 19:12:30.396677 [ 256 ] {8a56764a-608b-466a-b8d9-031530f05840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2926 | 2025.04.30 19:12:30.397113 [ 186 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::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 | ||
| 2927 | 2025.04.30 19:12:30.397420 [ 186 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
| 2928 | 2025.04.30 19:12:30.397854 [ 186 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 196 rows starting from the beginning of the part | ||
| 2929 | 2025.04.30 19:12:30.398325 [ 186 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
| 2930 | 2025.04.30 19:12:30.398576 [ 199 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_21_4} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2931 | 2025.04.30 19:12:30.399272 [ 199 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_21_4} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 2932 | 2025.04.30 19:12:30.399705 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 2933 | 2025.04.30 19:12:30.402473 [ 256 ] {8a56764a-608b-466a-b8d9-031530f05840} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2934 | 2025.04.30 19:12:30.402534 [ 256 ] {8a56764a-608b-466a-b8d9-031530f05840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2935 | 2025.04.30 19:12:30.403405 [ 256 ] {8a56764a-608b-466a-b8d9-031530f05840} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2936 | 2025.04.30 19:12:30.403620 [ 188 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6881 rows, containing 5 columns (5 merged, 0 gathered) in 0.008004407 sec., 859651.4395132582 rows/sec., 58.96 MiB/sec. | ||
| 2937 | 2025.04.30 19:12:30.403828 [ 256 ] {8a56764a-608b-466a-b8d9-031530f05840} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2938 | 2025.04.30 19:12:30.404222 [ 186 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 2939 | 2025.04.30 19:12:30.404297 [ 256 ] {8a56764a-608b-466a-b8d9-031530f05840} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.008056 sec., 3227.4081429990065 rows/sec., 5.78 MiB/sec. | ||
| 2940 | 2025.04.30 19:12:30.405030 [ 256 ] {8a56764a-608b-466a-b8d9-031530f05840} <Debug> TCPHandler: Processed in 0.009121012 sec. | ||
| 2941 | 2025.04.30 19:12:30.405235 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2942 | 2025.04.30 19:12:30.405242 [ 197 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2943 | 2025.04.30 19:12:30.405372 [ 256 ] {48b7e971-c99f-4146-9a44-ec8643f39aa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2944 | 2025.04.30 19:12:30.405401 [ 197 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 2945 | 2025.04.30 19:12:30.405434 [ 256 ] {48b7e971-c99f-4146-9a44-ec8643f39aa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2946 | 2025.04.30 19:12:30.405533 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB. | ||
| 2947 | 2025.04.30 19:12:30.405984 [ 256 ] {48b7e971-c99f-4146-9a44-ec8643f39aa6} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2948 | 2025.04.30 19:12:30.406023 [ 256 ] {48b7e971-c99f-4146-9a44-ec8643f39aa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2949 | 2025.04.30 19:12:30.406404 [ 256 ] {48b7e971-c99f-4146-9a44-ec8643f39aa6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 2950 | 2025.04.30 19:12:30.406655 [ 256 ] {48b7e971-c99f-4146-9a44-ec8643f39aa6} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2951 | 2025.04.30 19:12:30.406828 [ 147 ] {} <Debug> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 2952 | 2025.04.30 19:12:30.406895 [ 147 ] {} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2953 | 2025.04.30 19:12:30.406895 [ 256 ] {48b7e971-c99f-4146-9a44-ec8643f39aa6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001549 sec., 38734.66752743706 rows/sec., 2.61 MiB/sec. | ||
| 2954 | 2025.04.30 19:12:30.406925 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2955 | 2025.04.30 19:12:30.407056 [ 256 ] {48b7e971-c99f-4146-9a44-ec8643f39aa6} <Debug> TCPHandler: Processed in 0.001885334 sec. | ||
| 2956 | 2025.04.30 19:12:30.407167 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::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 | ||
| 2957 | 2025.04.30 19:12:30.407275 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2958 | 2025.04.30 19:12:30.407308 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 900 rows starting from the beginning of the part | ||
| 2959 | 2025.04.30 19:12:30.407367 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 48 rows starting from the beginning of the part | ||
| 2960 | 2025.04.30 19:12:30.407484 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::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 | ||
| 2961 | 2025.04.30 19:12:30.407719 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
| 2962 | 2025.04.30 19:12:30.407805 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::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 | ||
| 2963 | 2025.04.30 19:12:30.407893 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
| 2964 | 2025.04.30 19:12:30.408918 [ 197 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1188 rows, containing 4 columns (4 merged, 0 gathered) in 0.001868844 sec., 635687.0878468187 rows/sec., 42.84 MiB/sec. | ||
| 2965 | 2025.04.30 19:12:30.409133 [ 188 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 2966 | 2025.04.30 19:12:30.409444 [ 188 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_21_4} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2967 | 2025.04.30 19:12:30.409529 [ 188 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_21_4} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 2968 | 2025.04.30 19:12:30.409617 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 2969 | 2025.04.30 19:12:33.768972 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2970 | 2025.04.30 19:12:33.769055 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2971 | 2025.04.30 19:12:33.876935 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 | ||
| 2972 | 2025.04.30 19:12:33.877577 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2973 | 2025.04.30 19:12:33.877622 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2974 | 2025.04.30 19:12:33.878153 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2975 | 2025.04.30 19:12:33.878421 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2976 | 2025.04.30 19:12:33.878625 [ 145 ] {} <Debug> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2977 | 2025.04.30 19:12:33.878659 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 2978 | 2025.04.30 19:12:33.878700 [ 145 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2979 | 2025.04.30 19:12:33.878729 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2980 | 2025.04.30 19:12:33.878943 [ 197 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::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 | ||
| 2981 | 2025.04.30 19:12:33.879120 [ 197 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2982 | 2025.04.30 19:12:33.879176 [ 197 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part | ||
| 2983 | 2025.04.30 19:12:33.879263 [ 197 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part | ||
| 2984 | 2025.04.30 19:12:33.879439 [ 197 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part | ||
| 2985 | 2025.04.30 19:12:33.879667 [ 197 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part | ||
| 2986 | 2025.04.30 19:12:33.879872 [ 197 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part | ||
| 2987 | 2025.04.30 19:12:33.880022 [ 197 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part | ||
| 2988 | 2025.04.30 19:12:33.881858 [ 188 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003066782 sec., 2406757.3110837354 rows/sec., 34.43 MiB/sec. | ||
| 2989 | 2025.04.30 19:12:33.882699 [ 191 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2990 | 2025.04.30 19:12:33.883076 [ 191 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_16_3} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2991 | 2025.04.30 19:12:33.883175 [ 191 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_16_3} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2992 | 2025.04.30 19:12:33.883303 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 2993 | 2025.04.30 19:12:33.908264 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 420 | ||
| 2994 | 2025.04.30 19:12:33.911515 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2995 | 2025.04.30 19:12:33.911576 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2996 | 2025.04.30 19:12:33.913032 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2997 | 2025.04.30 19:12:33.913380 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2998 | 2025.04.30 19:12:33.913589 [ 145 ] {} <Debug> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2999 | 2025.04.30 19:12:33.913691 [ 145 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3000 | 2025.04.30 19:12:33.913749 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3001 | 2025.04.30 19:12:33.914088 [ 197 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::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 | ||
| 3002 | 2025.04.30 19:12:33.915012 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 420 | ||
| 3003 | 2025.04.30 19:12:33.915397 [ 197 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3004 | 2025.04.30 19:12:33.915563 [ 197 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 246 rows starting from the beginning of the part | ||
| 3005 | 2025.04.30 19:12:33.916190 [ 197 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::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 | ||
| 3006 | 2025.04.30 19:12:33.916741 [ 197 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part | ||
| 3007 | 2025.04.30 19:12:33.917268 [ 197 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 50 rows starting from the beginning of the part | ||
| 3008 | 2025.04.30 19:12:33.917846 [ 197 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part | ||
| 3009 | 2025.04.30 19:12:33.918402 [ 197 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part | ||
| 3010 | 2025.04.30 19:12:33.926339 [ 191 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 420 rows, containing 72 columns (72 merged, 0 gathered) in 0.012477511 sec., 33660.559385601824 rows/sec., 30.94 MiB/sec. | ||
| 3011 | 2025.04.30 19:12:33.927494 [ 191 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3012 | 2025.04.30 19:12:33.928320 [ 191 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_11_2} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3013 | 2025.04.30 19:12:33.928424 [ 191 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_11_2} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3014 | 2025.04.30 19:12:33.928775 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.83 MiB. | ||
| 3015 | 2025.04.30 19:12:34.001524 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001005133 sec. | ||
| 3016 | 2025.04.30 19:12:34.352873 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3017 | 2025.04.30 19:12:34.373760 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3018 | 2025.04.30 19:12:34.373823 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3019 | 2025.04.30 19:12:34.381409 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3020 | 2025.04.30 19:12:34.382198 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3021 | 2025.04.30 19:12:34.382613 [ 142 ] {} <Debug> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3022 | 2025.04.30 19:12:34.382751 [ 142 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3023 | 2025.04.30 19:12:34.382830 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3024 | 2025.04.30 19:12:34.383252 [ 202 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 3025 | 2025.04.30 19:12:34.398089 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3026 | 2025.04.30 19:12:34.399699 [ 202 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3027 | 2025.04.30 19:12:34.400864 [ 202 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 3028 | 2025.04.30 19:12:34.405933 [ 202 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 3029 | 2025.04.30 19:12:34.411166 [ 202 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 3030 | 2025.04.30 19:12:34.416587 [ 202 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 3031 | 2025.04.30 19:12:34.422292 [ 202 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part | ||
| 3032 | 2025.04.30 19:12:34.426665 [ 202 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part | ||
| 3033 | 2025.04.30 19:12:34.484437 [ 198 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.101466651 sec., 1192.5100395794082 rows/sec., 6.17 MiB/sec. | ||
| 3034 | 2025.04.30 19:12:34.486864 [ 191 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3035 | 2025.04.30 19:12:34.489624 [ 191 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_16_3} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3036 | 2025.04.30 19:12:34.489716 [ 191 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_16_3} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3037 | 2025.04.30 19:12:34.492073 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3038 | 2025.04.30 19:12:35.000182 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 175.04 MiB, peak 185.01 MiB, free memory in arenas 0.00 B, will set to 176.25 MiB (RSS), difference: 1.21 MiB | ||
| 3039 | 2025.04.30 19:12:35.378770 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3040 | 2025.04.30 19:12:35.378956 [ 256 ] {d9ab9f8a-652a-4e7e-b45f-370e9cfc041e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3041 | 2025.04.30 19:12:35.379028 [ 256 ] {d9ab9f8a-652a-4e7e-b45f-370e9cfc041e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3042 | 2025.04.30 19:12:35.379780 [ 256 ] {d9ab9f8a-652a-4e7e-b45f-370e9cfc041e} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3043 | 2025.04.30 19:12:35.379832 [ 256 ] {d9ab9f8a-652a-4e7e-b45f-370e9cfc041e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3044 | 2025.04.30 19:12:35.380259 [ 256 ] {d9ab9f8a-652a-4e7e-b45f-370e9cfc041e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3045 | 2025.04.30 19:12:35.380521 [ 256 ] {d9ab9f8a-652a-4e7e-b45f-370e9cfc041e} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3046 | 2025.04.30 19:12:35.380851 [ 256 ] {d9ab9f8a-652a-4e7e-b45f-370e9cfc041e} <Debug> executeQuery: Read 82 rows, 6.96 KiB in 0.001923 sec., 42641.70566822673 rows/sec., 3.54 MiB/sec. | ||
| 3047 | 2025.04.30 19:12:35.381168 [ 256 ] {d9ab9f8a-652a-4e7e-b45f-370e9cfc041e} <Debug> TCPHandler: Processed in 0.002513739 sec. | ||
| 3048 | 2025.04.30 19:12:35.381492 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3049 | 2025.04.30 19:12:35.381621 [ 256 ] {895122fa-c916-4cf3-90ae-a0247b22bf30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3050 | 2025.04.30 19:12:35.381671 [ 256 ] {895122fa-c916-4cf3-90ae-a0247b22bf30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3051 | 2025.04.30 19:12:35.382225 [ 256 ] {895122fa-c916-4cf3-90ae-a0247b22bf30} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3052 | 2025.04.30 19:12:35.382267 [ 256 ] {895122fa-c916-4cf3-90ae-a0247b22bf30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3053 | 2025.04.30 19:12:35.382611 [ 256 ] {895122fa-c916-4cf3-90ae-a0247b22bf30} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3054 | 2025.04.30 19:12:35.382844 [ 256 ] {895122fa-c916-4cf3-90ae-a0247b22bf30} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3055 | 2025.04.30 19:12:35.383042 [ 256 ] {895122fa-c916-4cf3-90ae-a0247b22bf30} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001446 sec., 8990.318118948824 rows/sec., 676.03 KiB/sec. | ||
| 3056 | 2025.04.30 19:12:35.383258 [ 256 ] {895122fa-c916-4cf3-90ae-a0247b22bf30} <Debug> TCPHandler: Processed in 0.001859693 sec. | ||
| 3057 | 2025.04.30 19:12:35.383583 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3058 | 2025.04.30 19:12:35.383717 [ 256 ] {b65189bd-f123-459f-b421-83b3b405c3a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3059 | 2025.04.30 19:12:35.383763 [ 256 ] {b65189bd-f123-459f-b421-83b3b405c3a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3060 | 2025.04.30 19:12:35.384326 [ 256 ] {b65189bd-f123-459f-b421-83b3b405c3a6} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3061 | 2025.04.30 19:12:35.384365 [ 256 ] {b65189bd-f123-459f-b421-83b3b405c3a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3062 | 2025.04.30 19:12:35.384706 [ 256 ] {b65189bd-f123-459f-b421-83b3b405c3a6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3063 | 2025.04.30 19:12:35.384936 [ 256 ] {b65189bd-f123-459f-b421-83b3b405c3a6} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3064 | 2025.04.30 19:12:35.385174 [ 256 ] {b65189bd-f123-459f-b421-83b3b405c3a6} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001479 sec., 52062.204192021636 rows/sec., 4.06 MiB/sec. | ||
| 3065 | 2025.04.30 19:12:35.385400 [ 256 ] {b65189bd-f123-459f-b421-83b3b405c3a6} <Debug> TCPHandler: Processed in 0.001938575 sec. | ||
| 3066 | 2025.04.30 19:12:35.385538 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3067 | 2025.04.30 19:12:35.385640 [ 256 ] {18fec876-0440-44ee-b7e0-4c2bbd36ef53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3068 | 2025.04.30 19:12:35.385688 [ 256 ] {18fec876-0440-44ee-b7e0-4c2bbd36ef53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3069 | 2025.04.30 19:12:35.386215 [ 256 ] {18fec876-0440-44ee-b7e0-4c2bbd36ef53} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3070 | 2025.04.30 19:12:35.386253 [ 256 ] {18fec876-0440-44ee-b7e0-4c2bbd36ef53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3071 | 2025.04.30 19:12:35.386632 [ 256 ] {18fec876-0440-44ee-b7e0-4c2bbd36ef53} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3072 | 2025.04.30 19:12:35.386862 [ 256 ] {18fec876-0440-44ee-b7e0-4c2bbd36ef53} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3073 | 2025.04.30 19:12:35.387221 [ 256 ] {18fec876-0440-44ee-b7e0-4c2bbd36ef53} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001578 sec., 101394.16983523447 rows/sec., 7.06 MiB/sec. | ||
| 3074 | 2025.04.30 19:12:35.387318 [ 256 ] {18fec876-0440-44ee-b7e0-4c2bbd36ef53} <Debug> TCPHandler: Processed in 0.001828563 sec. | ||
| 3075 | 2025.04.30 19:12:35.387456 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3076 | 2025.04.30 19:12:35.387584 [ 256 ] {e47a48ea-1347-4311-96ea-a85786530f2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3077 | 2025.04.30 19:12:35.387694 [ 256 ] {e47a48ea-1347-4311-96ea-a85786530f2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3078 | 2025.04.30 19:12:35.388995 [ 256 ] {e47a48ea-1347-4311-96ea-a85786530f2f} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3079 | 2025.04.30 19:12:35.389044 [ 256 ] {e47a48ea-1347-4311-96ea-a85786530f2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3080 | 2025.04.30 19:12:35.389854 [ 256 ] {e47a48ea-1347-4311-96ea-a85786530f2f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3081 | 2025.04.30 19:12:35.390122 [ 256 ] {e47a48ea-1347-4311-96ea-a85786530f2f} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3082 | 2025.04.30 19:12:35.390450 [ 256 ] {e47a48ea-1347-4311-96ea-a85786530f2f} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002867 sec., 4534.356470177886 rows/sec., 8.13 MiB/sec. | ||
| 3083 | 2025.04.30 19:12:35.390601 [ 256 ] {e47a48ea-1347-4311-96ea-a85786530f2f} <Debug> TCPHandler: Processed in 0.003209435 sec. | ||
| 3084 | 2025.04.30 19:12:35.390752 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3085 | 2025.04.30 19:12:35.390859 [ 256 ] {87b441e5-b72b-4db6-be9d-0d1580f244d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3086 | 2025.04.30 19:12:35.390906 [ 256 ] {87b441e5-b72b-4db6-be9d-0d1580f244d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3087 | 2025.04.30 19:12:35.391349 [ 256 ] {87b441e5-b72b-4db6-be9d-0d1580f244d4} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3088 | 2025.04.30 19:12:35.391390 [ 256 ] {87b441e5-b72b-4db6-be9d-0d1580f244d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3089 | 2025.04.30 19:12:35.391758 [ 256 ] {87b441e5-b72b-4db6-be9d-0d1580f244d4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3090 | 2025.04.30 19:12:35.391999 [ 256 ] {87b441e5-b72b-4db6-be9d-0d1580f244d4} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3091 | 2025.04.30 19:12:35.392212 [ 256 ] {87b441e5-b72b-4db6-be9d-0d1580f244d4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001376 sec., 43604.651162790695 rows/sec., 2.94 MiB/sec. | ||
| 3092 | 2025.04.30 19:12:35.392321 [ 256 ] {87b441e5-b72b-4db6-be9d-0d1580f244d4} <Debug> TCPHandler: Processed in 0.001623388 sec. | ||
| 3093 | 2025.04.30 19:12:37.780910 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3094 | 2025.04.30 19:12:37.781110 [ 256 ] {267a56da-ddd0-44ca-8b94-cf2a6fbad9c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3095 | 2025.04.30 19:12:37.781182 [ 256 ] {267a56da-ddd0-44ca-8b94-cf2a6fbad9c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3096 | 2025.04.30 19:12:37.781891 [ 256 ] {267a56da-ddd0-44ca-8b94-cf2a6fbad9c6} <Trace> oximeter.fields_ipaddr (7716cb51-1146-4a1c-ac34-03e103003b39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3097 | 2025.04.30 19:12:37.781943 [ 256 ] {267a56da-ddd0-44ca-8b94-cf2a6fbad9c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3098 | 2025.04.30 19:12:37.782353 [ 256 ] {267a56da-ddd0-44ca-8b94-cf2a6fbad9c6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3099 | 2025.04.30 19:12:37.782601 [ 256 ] {267a56da-ddd0-44ca-8b94-cf2a6fbad9c6} <Trace> oximeter.fields_ipaddr (7716cb51-1146-4a1c-ac34-03e103003b39): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3100 | 2025.04.30 19:12:37.782822 [ 256 ] {267a56da-ddd0-44ca-8b94-cf2a6fbad9c6} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00176 sec., 2272.7272727272725 rows/sec., 185.32 KiB/sec. | ||
| 3101 | 2025.04.30 19:12:37.782912 [ 256 ] {267a56da-ddd0-44ca-8b94-cf2a6fbad9c6} <Debug> TCPHandler: Processed in 0.00213564 sec. | ||
| 3102 | 2025.04.30 19:12:37.783045 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3103 | 2025.04.30 19:12:37.783151 [ 256 ] {b7db8d00-a8eb-485d-9f4a-4226f81e11ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3104 | 2025.04.30 19:12:37.783199 [ 256 ] {b7db8d00-a8eb-485d-9f4a-4226f81e11ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3105 | 2025.04.30 19:12:37.784305 [ 256 ] {b7db8d00-a8eb-485d-9f4a-4226f81e11ab} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3106 | 2025.04.30 19:12:37.784346 [ 256 ] {b7db8d00-a8eb-485d-9f4a-4226f81e11ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3107 | 2025.04.30 19:12:37.784811 [ 256 ] {b7db8d00-a8eb-485d-9f4a-4226f81e11ab} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3108 | 2025.04.30 19:12:37.785048 [ 256 ] {b7db8d00-a8eb-485d-9f4a-4226f81e11ab} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3109 | 2025.04.30 19:12:37.785257 [ 256 ] {b7db8d00-a8eb-485d-9f4a-4226f81e11ab} <Debug> executeQuery: Read 1250 rows, 105.98 KiB in 0.002128 sec., 587406.0150375939 rows/sec., 48.64 MiB/sec. | ||
| 3110 | 2025.04.30 19:12:37.785309 [ 256 ] {b7db8d00-a8eb-485d-9f4a-4226f81e11ab} <Debug> TCPHandler: Processed in 0.002315544 sec. | ||
| 3111 | 2025.04.30 19:12:37.785423 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3112 | 2025.04.30 19:12:37.785526 [ 256 ] {fd4c16ea-1bb5-42bf-94d6-1d4858b6eaee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3113 | 2025.04.30 19:12:37.785571 [ 256 ] {fd4c16ea-1bb5-42bf-94d6-1d4858b6eaee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3114 | 2025.04.30 19:12:37.786076 [ 256 ] {fd4c16ea-1bb5-42bf-94d6-1d4858b6eaee} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3115 | 2025.04.30 19:12:37.786116 [ 256 ] {fd4c16ea-1bb5-42bf-94d6-1d4858b6eaee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3116 | 2025.04.30 19:12:37.786457 [ 256 ] {fd4c16ea-1bb5-42bf-94d6-1d4858b6eaee} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3117 | 2025.04.30 19:12:37.786706 [ 256 ] {fd4c16ea-1bb5-42bf-94d6-1d4858b6eaee} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3118 | 2025.04.30 19:12:37.786869 [ 138 ] {} <Debug> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3119 | 2025.04.30 19:12:37.786916 [ 256 ] {fd4c16ea-1bb5-42bf-94d6-1d4858b6eaee} <Debug> executeQuery: Read 30 rows, 2.23 KiB in 0.001411 sec., 21261.516654854713 rows/sec., 1.55 MiB/sec. | ||
| 3120 | 2025.04.30 19:12:37.786967 [ 138 ] {} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3121 | 2025.04.30 19:12:37.787018 [ 256 ] {fd4c16ea-1bb5-42bf-94d6-1d4858b6eaee} <Debug> TCPHandler: Processed in 0.001646959 sec. | ||
| 3122 | 2025.04.30 19:12:37.787025 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3123 | 2025.04.30 19:12:37.787186 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3124 | 2025.04.30 19:12:37.787308 [ 189 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::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 | ||
| 3125 | 2025.04.30 19:12:37.787475 [ 256 ] {40561f0f-7ac6-43e8-b825-e51f87a5870d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3126 | 2025.04.30 19:12:37.787679 [ 256 ] {40561f0f-7ac6-43e8-b825-e51f87a5870d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3127 | 2025.04.30 19:12:37.787959 [ 189 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3128 | 2025.04.30 19:12:37.788014 [ 189 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 60 rows starting from the beginning of the part | ||
| 3129 | 2025.04.30 19:12:37.788313 [ 189 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::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 | ||
| 3130 | 2025.04.30 19:12:37.788724 [ 189 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part | ||
| 3131 | 2025.04.30 19:12:37.789079 [ 189 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::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 | ||
| 3132 | 2025.04.30 19:12:37.789413 [ 189 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::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 | ||
| 3133 | 2025.04.30 19:12:37.789637 [ 189 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part | ||
| 3134 | 2025.04.30 19:12:37.790457 [ 256 ] {40561f0f-7ac6-43e8-b825-e51f87a5870d} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3135 | 2025.04.30 19:12:37.790508 [ 256 ] {40561f0f-7ac6-43e8-b825-e51f87a5870d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3136 | 2025.04.30 19:12:37.791137 [ 256 ] {40561f0f-7ac6-43e8-b825-e51f87a5870d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3137 | 2025.04.30 19:12:37.791496 [ 191 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 179 rows, containing 5 columns (5 merged, 0 gathered) in 0.004353142 sec., 41119.72455757244 rows/sec., 3.19 MiB/sec. | ||
| 3138 | 2025.04.30 19:12:37.791526 [ 256 ] {40561f0f-7ac6-43e8-b825-e51f87a5870d} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3139 | 2025.04.30 19:12:37.791823 [ 198 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3140 | 2025.04.30 19:12:37.791951 [ 256 ] {40561f0f-7ac6-43e8-b825-e51f87a5870d} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.004573 sec., 49857.86136015745 rows/sec., 3.38 MiB/sec. | ||
| 3141 | 2025.04.30 19:12:37.792250 [ 256 ] {40561f0f-7ac6-43e8-b825-e51f87a5870d} <Debug> TCPHandler: Processed in 0.005156571 sec. | ||
| 3142 | 2025.04.30 19:12:37.792409 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3143 | 2025.04.30 19:12:37.792570 [ 256 ] {f71b7a90-1bf7-4e98-a66d-a0a97f43b4c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3144 | 2025.04.30 19:12:37.792617 [ 198 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_16_3} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3145 | 2025.04.30 19:12:37.792649 [ 256 ] {f71b7a90-1bf7-4e98-a66d-a0a97f43b4c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3146 | 2025.04.30 19:12:37.792816 [ 198 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_16_3} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3147 | 2025.04.30 19:12:37.792982 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3148 | 2025.04.30 19:12:37.793616 [ 256 ] {f71b7a90-1bf7-4e98-a66d-a0a97f43b4c5} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3149 | 2025.04.30 19:12:37.793660 [ 256 ] {f71b7a90-1bf7-4e98-a66d-a0a97f43b4c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3150 | 2025.04.30 19:12:37.794033 [ 256 ] {f71b7a90-1bf7-4e98-a66d-a0a97f43b4c5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3151 | 2025.04.30 19:12:37.794272 [ 256 ] {f71b7a90-1bf7-4e98-a66d-a0a97f43b4c5} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3152 | 2025.04.30 19:12:37.794466 [ 256 ] {f71b7a90-1bf7-4e98-a66d-a0a97f43b4c5} <Debug> executeQuery: Read 550 rows, 41.81 KiB in 0.001948 sec., 282340.86242299795 rows/sec., 20.96 MiB/sec. | ||
| 3153 | 2025.04.30 19:12:37.794517 [ 256 ] {f71b7a90-1bf7-4e98-a66d-a0a97f43b4c5} <Debug> TCPHandler: Processed in 0.00216998 sec. | ||
| 3154 | 2025.04.30 19:12:37.794633 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3155 | 2025.04.30 19:12:37.794740 [ 256 ] {e2c68644-50ca-4b19-98f6-6a66f7dda24e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3156 | 2025.04.30 19:12:37.794788 [ 256 ] {e2c68644-50ca-4b19-98f6-6a66f7dda24e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3157 | 2025.04.30 19:12:37.795461 [ 256 ] {e2c68644-50ca-4b19-98f6-6a66f7dda24e} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3158 | 2025.04.30 19:12:37.795501 [ 256 ] {e2c68644-50ca-4b19-98f6-6a66f7dda24e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3159 | 2025.04.30 19:12:37.795922 [ 256 ] {e2c68644-50ca-4b19-98f6-6a66f7dda24e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3160 | 2025.04.30 19:12:37.796161 [ 256 ] {e2c68644-50ca-4b19-98f6-6a66f7dda24e} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3161 | 2025.04.30 19:12:37.796358 [ 256 ] {e2c68644-50ca-4b19-98f6-6a66f7dda24e} <Debug> executeQuery: Read 942 rows, 64.67 KiB in 0.001639 sec., 574740.6955460646 rows/sec., 38.53 MiB/sec. | ||
| 3162 | 2025.04.30 19:12:37.796409 [ 256 ] {e2c68644-50ca-4b19-98f6-6a66f7dda24e} <Debug> TCPHandler: Processed in 0.001828782 sec. | ||
| 3163 | 2025.04.30 19:12:37.796524 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3164 | 2025.04.30 19:12:37.796630 [ 256 ] {2e699dc7-8577-4d3a-a9cb-7905078655b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3165 | 2025.04.30 19:12:37.796697 [ 256 ] {2e699dc7-8577-4d3a-a9cb-7905078655b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3166 | 2025.04.30 19:12:37.797794 [ 256 ] {2e699dc7-8577-4d3a-a9cb-7905078655b5} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3167 | 2025.04.30 19:12:37.797834 [ 256 ] {2e699dc7-8577-4d3a-a9cb-7905078655b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3168 | 2025.04.30 19:12:37.798438 [ 256 ] {2e699dc7-8577-4d3a-a9cb-7905078655b5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3169 | 2025.04.30 19:12:37.798693 [ 256 ] {2e699dc7-8577-4d3a-a9cb-7905078655b5} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3170 | 2025.04.30 19:12:37.798860 [ 138 ] {} <Debug> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3171 | 2025.04.30 19:12:37.798924 [ 138 ] {} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3172 | 2025.04.30 19:12:37.798962 [ 256 ] {2e699dc7-8577-4d3a-a9cb-7905078655b5} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002343 sec., 11096.884336320956 rows/sec., 19.89 MiB/sec. | ||
| 3173 | 2025.04.30 19:12:37.798970 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3174 | 2025.04.30 19:12:37.799347 [ 256 ] {2e699dc7-8577-4d3a-a9cb-7905078655b5} <Debug> TCPHandler: Processed in 0.002872287 sec. | ||
| 3175 | 2025.04.30 19:12:37.799359 [ 191 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::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 | ||
| 3176 | 2025.04.30 19:12:37.799564 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3177 | 2025.04.30 19:12:37.799833 [ 256 ] {a9727366-f205-4f16-9f97-5cbaa7f108df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3178 | 2025.04.30 19:12:37.799962 [ 256 ] {a9727366-f205-4f16-9f97-5cbaa7f108df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3179 | 2025.04.30 19:12:37.800227 [ 191 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3180 | 2025.04.30 19:12:37.800508 [ 191 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 150 rows starting from the beginning of the part | ||
| 3181 | 2025.04.30 19:12:37.801245 [ 191 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::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 | ||
| 3182 | 2025.04.30 19:12:37.802006 [ 191 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part | ||
| 3183 | 2025.04.30 19:12:37.802054 [ 256 ] {a9727366-f205-4f16-9f97-5cbaa7f108df} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3184 | 2025.04.30 19:12:37.802136 [ 256 ] {a9727366-f205-4f16-9f97-5cbaa7f108df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3185 | 2025.04.30 19:12:37.802604 [ 191 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::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 | ||
| 3186 | 2025.04.30 19:12:37.803304 [ 191 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::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 | ||
| 3187 | 2025.04.30 19:12:37.803621 [ 256 ] {a9727366-f205-4f16-9f97-5cbaa7f108df} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3188 | 2025.04.30 19:12:37.803894 [ 191 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::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 | ||
| 3189 | 2025.04.30 19:12:37.804500 [ 256 ] {a9727366-f205-4f16-9f97-5cbaa7f108df} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3190 | 2025.04.30 19:12:37.805206 [ 256 ] {a9727366-f205-4f16-9f97-5cbaa7f108df} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.005438 sec., 6252.29863920559 rows/sec., 433.69 KiB/sec. | ||
| 3191 | 2025.04.30 19:12:37.805513 [ 256 ] {a9727366-f205-4f16-9f97-5cbaa7f108df} <Debug> TCPHandler: Processed in 0.00602112 sec. | ||
| 3192 | 2025.04.30 19:12:37.808132 [ 187 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 253 rows, containing 19 columns (19 merged, 0 gathered) in 0.009001619 sec., 28106.05514408019 rows/sec., 50.36 MiB/sec. | ||
| 3193 | 2025.04.30 19:12:37.808589 [ 191 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3194 | 2025.04.30 19:12:37.808965 [ 191 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3195 | 2025.04.30 19:12:37.809043 [ 191 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3196 | 2025.04.30 19:12:37.809151 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 3197 | 2025.04.30 19:12:40.374053 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3198 | 2025.04.30 19:12:40.374239 [ 256 ] {cf52fd61-efbf-49ce-8756-3a8b02320762} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3199 | 2025.04.30 19:12:40.374312 [ 256 ] {cf52fd61-efbf-49ce-8756-3a8b02320762} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3200 | 2025.04.30 19:12:40.375121 [ 256 ] {cf52fd61-efbf-49ce-8756-3a8b02320762} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3201 | 2025.04.30 19:12:40.375165 [ 256 ] {cf52fd61-efbf-49ce-8756-3a8b02320762} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3202 | 2025.04.30 19:12:40.375591 [ 256 ] {cf52fd61-efbf-49ce-8756-3a8b02320762} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3203 | 2025.04.30 19:12:40.375842 [ 256 ] {cf52fd61-efbf-49ce-8756-3a8b02320762} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3204 | 2025.04.30 19:12:40.376059 [ 256 ] {cf52fd61-efbf-49ce-8756-3a8b02320762} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001862 sec., 30075.187969924813 rows/sec., 2.31 MiB/sec. | ||
| 3205 | 2025.04.30 19:12:40.376167 [ 256 ] {cf52fd61-efbf-49ce-8756-3a8b02320762} <Debug> TCPHandler: Processed in 0.002242562 sec. | ||
| 3206 | 2025.04.30 19:12:40.376406 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3207 | 2025.04.30 19:12:40.376513 [ 256 ] {6b9fcc69-ad80-41c2-aa8c-b778c24ad6f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3208 | 2025.04.30 19:12:40.376563 [ 256 ] {6b9fcc69-ad80-41c2-aa8c-b778c24ad6f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3209 | 2025.04.30 19:12:40.377185 [ 256 ] {6b9fcc69-ad80-41c2-aa8c-b778c24ad6f8} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3210 | 2025.04.30 19:12:40.377223 [ 256 ] {6b9fcc69-ad80-41c2-aa8c-b778c24ad6f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3211 | 2025.04.30 19:12:40.377593 [ 256 ] {6b9fcc69-ad80-41c2-aa8c-b778c24ad6f8} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3212 | 2025.04.30 19:12:40.377826 [ 256 ] {6b9fcc69-ad80-41c2-aa8c-b778c24ad6f8} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3213 | 2025.04.30 19:12:40.377993 [ 256 ] {6b9fcc69-ad80-41c2-aa8c-b778c24ad6f8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001503 sec., 42581.503659347974 rows/sec., 3.32 MiB/sec. | ||
| 3214 | 2025.04.30 19:12:40.378044 [ 256 ] {6b9fcc69-ad80-41c2-aa8c-b778c24ad6f8} <Debug> TCPHandler: Processed in 0.00171393 sec. | ||
| 3215 | 2025.04.30 19:12:40.378173 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3216 | 2025.04.30 19:12:40.378279 [ 256 ] {ade9c00d-abea-4709-8eaa-0a86057fc5f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3217 | 2025.04.30 19:12:40.378329 [ 256 ] {ade9c00d-abea-4709-8eaa-0a86057fc5f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3218 | 2025.04.30 19:12:40.378827 [ 256 ] {ade9c00d-abea-4709-8eaa-0a86057fc5f9} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3219 | 2025.04.30 19:12:40.378864 [ 256 ] {ade9c00d-abea-4709-8eaa-0a86057fc5f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3220 | 2025.04.30 19:12:40.379234 [ 256 ] {ade9c00d-abea-4709-8eaa-0a86057fc5f9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3221 | 2025.04.30 19:12:40.379468 [ 256 ] {ade9c00d-abea-4709-8eaa-0a86057fc5f9} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3222 | 2025.04.30 19:12:40.379636 [ 256 ] {ade9c00d-abea-4709-8eaa-0a86057fc5f9} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.00138 sec., 47826.08695652174 rows/sec., 3.34 MiB/sec. | ||
| 3223 | 2025.04.30 19:12:40.379686 [ 256 ] {ade9c00d-abea-4709-8eaa-0a86057fc5f9} <Debug> TCPHandler: Processed in 0.001566526 sec. | ||
| 3224 | 2025.04.30 19:12:40.379811 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3225 | 2025.04.30 19:12:40.379915 [ 256 ] {fe127cbb-2028-4f30-a36d-e64001db80bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3226 | 2025.04.30 19:12:40.379962 [ 256 ] {fe127cbb-2028-4f30-a36d-e64001db80bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3227 | 2025.04.30 19:12:40.380390 [ 256 ] {fe127cbb-2028-4f30-a36d-e64001db80bf} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3228 | 2025.04.30 19:12:40.380427 [ 256 ] {fe127cbb-2028-4f30-a36d-e64001db80bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3229 | 2025.04.30 19:12:40.380770 [ 256 ] {fe127cbb-2028-4f30-a36d-e64001db80bf} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3230 | 2025.04.30 19:12:40.381000 [ 256 ] {fe127cbb-2028-4f30-a36d-e64001db80bf} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3231 | 2025.04.30 19:12:40.381187 [ 256 ] {fe127cbb-2028-4f30-a36d-e64001db80bf} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001285 sec., 20233.463035019457 rows/sec., 1.35 MiB/sec. | ||
| 3232 | 2025.04.30 19:12:40.381266 [ 256 ] {fe127cbb-2028-4f30-a36d-e64001db80bf} <Debug> TCPHandler: Processed in 0.001505545 sec. | ||
| 3233 | 2025.04.30 19:12:41.378871 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 | ||
| 3234 | 2025.04.30 19:12:41.379787 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3235 | 2025.04.30 19:12:41.379836 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3236 | 2025.04.30 19:12:41.380357 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3237 | 2025.04.30 19:12:41.380632 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3238 | 2025.04.30 19:12:41.380952 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 | ||
| 3239 | 2025.04.30 19:12:41.898225 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3240 | 2025.04.30 19:12:41.919490 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3241 | 2025.04.30 19:12:41.919565 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3242 | 2025.04.30 19:12:41.926956 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3243 | 2025.04.30 19:12:41.927776 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3244 | 2025.04.30 19:12:41.931797 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3245 | 2025.04.30 19:12:43.915276 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 456 | ||
| 3246 | 2025.04.30 19:12:43.918329 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3247 | 2025.04.30 19:12:43.918373 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3248 | 2025.04.30 19:12:43.919792 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3249 | 2025.04.30 19:12:43.920087 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3250 | 2025.04.30 19:12:43.921243 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 456 | ||
| 3251 | 2025.04.30 19:12:45.379044 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3252 | 2025.04.30 19:12:45.379353 [ 256 ] {a34e4b1b-b842-479c-b17c-100462ef814d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3253 | 2025.04.30 19:12:45.379470 [ 256 ] {a34e4b1b-b842-479c-b17c-100462ef814d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3254 | 2025.04.30 19:12:45.380349 [ 256 ] {a34e4b1b-b842-479c-b17c-100462ef814d} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3255 | 2025.04.30 19:12:45.380397 [ 256 ] {a34e4b1b-b842-479c-b17c-100462ef814d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3256 | 2025.04.30 19:12:45.380837 [ 256 ] {a34e4b1b-b842-479c-b17c-100462ef814d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3257 | 2025.04.30 19:12:45.381092 [ 256 ] {a34e4b1b-b842-479c-b17c-100462ef814d} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3258 | 2025.04.30 19:12:45.381355 [ 256 ] {a34e4b1b-b842-479c-b17c-100462ef814d} <Debug> executeQuery: Read 82 rows, 6.96 KiB in 0.002072 sec., 39575.28957528957 rows/sec., 3.28 MiB/sec. | ||
| 3259 | 2025.04.30 19:12:45.381529 [ 256 ] {a34e4b1b-b842-479c-b17c-100462ef814d} <Debug> TCPHandler: Processed in 0.002670382 sec. | ||
| 3260 | 2025.04.30 19:12:45.381755 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3261 | 2025.04.30 19:12:45.381871 [ 256 ] {87a10ce3-9cb1-43dc-93de-3e42abafa470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3262 | 2025.04.30 19:12:45.381921 [ 256 ] {87a10ce3-9cb1-43dc-93de-3e42abafa470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3263 | 2025.04.30 19:12:45.382495 [ 256 ] {87a10ce3-9cb1-43dc-93de-3e42abafa470} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3264 | 2025.04.30 19:12:45.382536 [ 256 ] {87a10ce3-9cb1-43dc-93de-3e42abafa470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3265 | 2025.04.30 19:12:45.382884 [ 256 ] {87a10ce3-9cb1-43dc-93de-3e42abafa470} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3266 | 2025.04.30 19:12:45.383116 [ 256 ] {87a10ce3-9cb1-43dc-93de-3e42abafa470} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3267 | 2025.04.30 19:12:45.383307 [ 256 ] {87a10ce3-9cb1-43dc-93de-3e42abafa470} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001464 sec., 8879.781420765028 rows/sec., 667.72 KiB/sec. | ||
| 3268 | 2025.04.30 19:12:45.383362 [ 256 ] {87a10ce3-9cb1-43dc-93de-3e42abafa470} <Debug> TCPHandler: Processed in 0.001665219 sec. | ||
| 3269 | 2025.04.30 19:12:45.383481 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3270 | 2025.04.30 19:12:45.383588 [ 256 ] {033dec33-43e2-4aa6-87e3-674b419d632a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3271 | 2025.04.30 19:12:45.383635 [ 256 ] {033dec33-43e2-4aa6-87e3-674b419d632a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3272 | 2025.04.30 19:12:45.384185 [ 256 ] {033dec33-43e2-4aa6-87e3-674b419d632a} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3273 | 2025.04.30 19:12:45.384226 [ 256 ] {033dec33-43e2-4aa6-87e3-674b419d632a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3274 | 2025.04.30 19:12:45.384572 [ 256 ] {033dec33-43e2-4aa6-87e3-674b419d632a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3275 | 2025.04.30 19:12:45.384808 [ 256 ] {033dec33-43e2-4aa6-87e3-674b419d632a} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3276 | 2025.04.30 19:12:45.385010 [ 256 ] {033dec33-43e2-4aa6-87e3-674b419d632a} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001446 sec., 53250.345781466116 rows/sec., 4.16 MiB/sec. | ||
| 3277 | 2025.04.30 19:12:45.385063 [ 256 ] {033dec33-43e2-4aa6-87e3-674b419d632a} <Debug> TCPHandler: Processed in 0.001637258 sec. | ||
| 3278 | 2025.04.30 19:12:45.385179 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3279 | 2025.04.30 19:12:45.385286 [ 256 ] {23c82fc7-e6d3-4464-928c-96ea566f4244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3280 | 2025.04.30 19:12:45.385336 [ 256 ] {23c82fc7-e6d3-4464-928c-96ea566f4244} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3281 | 2025.04.30 19:12:45.385854 [ 256 ] {23c82fc7-e6d3-4464-928c-96ea566f4244} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3282 | 2025.04.30 19:12:45.385893 [ 256 ] {23c82fc7-e6d3-4464-928c-96ea566f4244} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3283 | 2025.04.30 19:12:45.386272 [ 256 ] {23c82fc7-e6d3-4464-928c-96ea566f4244} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3284 | 2025.04.30 19:12:45.386514 [ 256 ] {23c82fc7-e6d3-4464-928c-96ea566f4244} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3285 | 2025.04.30 19:12:45.386726 [ 256 ] {23c82fc7-e6d3-4464-928c-96ea566f4244} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001462 sec., 109439.12448700411 rows/sec., 7.62 MiB/sec. | ||
| 3286 | 2025.04.30 19:12:45.386776 [ 256 ] {23c82fc7-e6d3-4464-928c-96ea566f4244} <Debug> TCPHandler: Processed in 0.001651018 sec. | ||
| 3287 | 2025.04.30 19:12:45.386891 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3288 | 2025.04.30 19:12:45.386997 [ 256 ] {b1fcbffc-1e46-4e6b-969c-3ae9bda2a08f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3289 | 2025.04.30 19:12:45.387064 [ 256 ] {b1fcbffc-1e46-4e6b-969c-3ae9bda2a08f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3290 | 2025.04.30 19:12:45.388105 [ 256 ] {b1fcbffc-1e46-4e6b-969c-3ae9bda2a08f} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3291 | 2025.04.30 19:12:45.388146 [ 256 ] {b1fcbffc-1e46-4e6b-969c-3ae9bda2a08f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3292 | 2025.04.30 19:12:45.388738 [ 256 ] {b1fcbffc-1e46-4e6b-969c-3ae9bda2a08f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3293 | 2025.04.30 19:12:45.388986 [ 256 ] {b1fcbffc-1e46-4e6b-969c-3ae9bda2a08f} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3294 | 2025.04.30 19:12:45.389273 [ 256 ] {b1fcbffc-1e46-4e6b-969c-3ae9bda2a08f} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002291 sec., 5674.378000872981 rows/sec., 10.17 MiB/sec. | ||
| 3295 | 2025.04.30 19:12:45.389670 [ 256 ] {b1fcbffc-1e46-4e6b-969c-3ae9bda2a08f} <Debug> TCPHandler: Processed in 0.002833446 sec. | ||
| 3296 | 2025.04.30 19:12:45.389805 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3297 | 2025.04.30 19:12:45.389913 [ 256 ] {0c96f8f6-08b8-417f-bfc0-4cbad5f0ed0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3298 | 2025.04.30 19:12:45.389961 [ 256 ] {0c96f8f6-08b8-417f-bfc0-4cbad5f0ed0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3299 | 2025.04.30 19:12:45.390401 [ 256 ] {0c96f8f6-08b8-417f-bfc0-4cbad5f0ed0b} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3300 | 2025.04.30 19:12:45.390441 [ 256 ] {0c96f8f6-08b8-417f-bfc0-4cbad5f0ed0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3301 | 2025.04.30 19:12:45.390796 [ 256 ] {0c96f8f6-08b8-417f-bfc0-4cbad5f0ed0b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3302 | 2025.04.30 19:12:45.391027 [ 256 ] {0c96f8f6-08b8-417f-bfc0-4cbad5f0ed0b} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3303 | 2025.04.30 19:12:45.391240 [ 256 ] {0c96f8f6-08b8-417f-bfc0-4cbad5f0ed0b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00135 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec. | ||
| 3304 | 2025.04.30 19:12:45.391291 [ 256 ] {0c96f8f6-08b8-417f-bfc0-4cbad5f0ed0b} <Debug> TCPHandler: Processed in 0.001541106 sec. | ||
| 3305 | 2025.04.30 19:12:48.769107 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3306 | 2025.04.30 19:12:48.769169 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3307 | 2025.04.30 19:12:48.881314 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 | ||
| 3308 | 2025.04.30 19:12:48.881963 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3309 | 2025.04.30 19:12:48.882016 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3310 | 2025.04.30 19:12:48.882634 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3311 | 2025.04.30 19:12:48.882903 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3312 | 2025.04.30 19:12:48.883160 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3313 | 2025.04.30 19:12:49.432106 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3314 | 2025.04.30 19:12:49.452527 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3315 | 2025.04.30 19:12:49.452591 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3316 | 2025.04.30 19:12:49.459850 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3317 | 2025.04.30 19:12:49.460578 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3318 | 2025.04.30 19:12:49.463950 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3319 | 2025.04.30 19:12:50.261689 [ 120 ] {} <Debug> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3320 | 2025.04.30 19:12:50.261753 [ 120 ] {} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3321 | 2025.04.30 19:12:50.261779 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3322 | 2025.04.30 19:12:50.261940 [ 198 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::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 | ||
| 3323 | 2025.04.30 19:12:50.262097 [ 198 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3324 | 2025.04.30 19:12:50.262132 [ 198 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
| 3325 | 2025.04.30 19:12:50.262215 [ 198 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part | ||
| 3326 | 2025.04.30 19:12:50.262315 [ 198 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 228 rows starting from the beginning of the part | ||
| 3327 | 2025.04.30 19:12:50.262547 [ 198 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part | ||
| 3328 | 2025.04.30 19:12:50.262660 [ 198 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 228 rows starting from the beginning of the part | ||
| 3329 | 2025.04.30 19:12:50.263723 [ 187 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 5 columns (5 merged, 0 gathered) in 0.001857324 sec., 284279.96407735 rows/sec., 20.92 MiB/sec. | ||
| 3330 | 2025.04.30 19:12:50.263956 [ 192 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3331 | 2025.04.30 19:12:50.264322 [ 192 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_5_1} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3332 | 2025.04.30 19:12:50.264417 [ 192 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_5_1} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3333 | 2025.04.30 19:12:50.264525 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 3334 | 2025.04.30 19:12:50.379902 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3335 | 2025.04.30 19:12:50.380181 [ 256 ] {7af98118-6547-4517-b236-e8137d86c6de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3336 | 2025.04.30 19:12:50.380255 [ 256 ] {7af98118-6547-4517-b236-e8137d86c6de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3337 | 2025.04.30 19:12:50.381044 [ 256 ] {7af98118-6547-4517-b236-e8137d86c6de} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3338 | 2025.04.30 19:12:50.381098 [ 256 ] {7af98118-6547-4517-b236-e8137d86c6de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3339 | 2025.04.30 19:12:50.381548 [ 256 ] {7af98118-6547-4517-b236-e8137d86c6de} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3340 | 2025.04.30 19:12:50.381809 [ 256 ] {7af98118-6547-4517-b236-e8137d86c6de} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3341 | 2025.04.30 19:12:50.382019 [ 120 ] {} <Debug> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3342 | 2025.04.30 19:12:50.382072 [ 256 ] {7af98118-6547-4517-b236-e8137d86c6de} <Debug> executeQuery: Read 108 rows, 9.27 KiB in 0.001936 sec., 55785.12396694215 rows/sec., 4.68 MiB/sec. | ||
| 3343 | 2025.04.30 19:12:50.382115 [ 120 ] {} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3344 | 2025.04.30 19:12:50.382197 [ 256 ] {7af98118-6547-4517-b236-e8137d86c6de} <Debug> TCPHandler: Processed in 0.002485028 sec. | ||
| 3345 | 2025.04.30 19:12:50.382205 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3346 | 2025.04.30 19:12:50.382377 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3347 | 2025.04.30 19:12:50.382593 [ 198 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::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 | ||
| 3348 | 2025.04.30 19:12:50.382721 [ 256 ] {5d58e4d0-b08b-4b7d-9679-ca1cd5c2efb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3349 | 2025.04.30 19:12:50.382902 [ 256 ] {5d58e4d0-b08b-4b7d-9679-ca1cd5c2efb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3350 | 2025.04.30 19:12:50.383242 [ 198 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3351 | 2025.04.30 19:12:50.383372 [ 198 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1397 rows starting from the beginning of the part | ||
| 3352 | 2025.04.30 19:12:50.383742 [ 198 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 82 rows starting from the beginning of the part | ||
| 3353 | 2025.04.30 19:12:50.384121 [ 198 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1250 rows starting from the beginning of the part | ||
| 3354 | 2025.04.30 19:12:50.384463 [ 198 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part | ||
| 3355 | 2025.04.30 19:12:50.384788 [ 198 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part | ||
| 3356 | 2025.04.30 19:12:50.385115 [ 198 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 108 rows starting from the beginning of the part | ||
| 3357 | 2025.04.30 19:12:50.386015 [ 256 ] {5d58e4d0-b08b-4b7d-9679-ca1cd5c2efb6} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3358 | 2025.04.30 19:12:50.386090 [ 256 ] {5d58e4d0-b08b-4b7d-9679-ca1cd5c2efb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3359 | 2025.04.30 19:12:50.387047 [ 256 ] {5d58e4d0-b08b-4b7d-9679-ca1cd5c2efb6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3360 | 2025.04.30 19:12:50.387487 [ 256 ] {5d58e4d0-b08b-4b7d-9679-ca1cd5c2efb6} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3361 | 2025.04.30 19:12:50.387905 [ 256 ] {5d58e4d0-b08b-4b7d-9679-ca1cd5c2efb6} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.005275 sec., 4928.909952606635 rows/sec., 370.63 KiB/sec. | ||
| 3362 | 2025.04.30 19:12:50.388359 [ 256 ] {5d58e4d0-b08b-4b7d-9679-ca1cd5c2efb6} <Debug> TCPHandler: Processed in 0.006058211 sec. | ||
| 3363 | 2025.04.30 19:12:50.388691 [ 192 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2975 rows, containing 5 columns (5 merged, 0 gathered) in 0.006345018 sec., 468871.79831483535 rows/sec., 40.82 MiB/sec. | ||
| 3364 | 2025.04.30 19:12:50.388704 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3365 | 2025.04.30 19:12:50.388858 [ 256 ] {dbd56d9c-3d05-49d9-b880-3f2e50f1467c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3366 | 2025.04.30 19:12:50.388906 [ 256 ] {dbd56d9c-3d05-49d9-b880-3f2e50f1467c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3367 | 2025.04.30 19:12:50.389069 [ 192 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3368 | 2025.04.30 19:12:50.389711 [ 192 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_26_5} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3369 | 2025.04.30 19:12:50.389939 [ 192 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_26_5} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3370 | 2025.04.30 19:12:50.390108 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 3371 | 2025.04.30 19:12:50.390242 [ 256 ] {dbd56d9c-3d05-49d9-b880-3f2e50f1467c} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3372 | 2025.04.30 19:12:50.390286 [ 256 ] {dbd56d9c-3d05-49d9-b880-3f2e50f1467c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3373 | 2025.04.30 19:12:50.390640 [ 256 ] {dbd56d9c-3d05-49d9-b880-3f2e50f1467c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3374 | 2025.04.30 19:12:50.390873 [ 256 ] {dbd56d9c-3d05-49d9-b880-3f2e50f1467c} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3375 | 2025.04.30 19:12:50.391041 [ 120 ] {} <Debug> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3376 | 2025.04.30 19:12:50.391108 [ 120 ] {} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3377 | 2025.04.30 19:12:50.391125 [ 256 ] {dbd56d9c-3d05-49d9-b880-3f2e50f1467c} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.002282 sec., 39439.08851884312 rows/sec., 3.08 MiB/sec. | ||
| 3378 | 2025.04.30 19:12:50.391148 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3379 | 2025.04.30 19:12:50.391331 [ 256 ] {dbd56d9c-3d05-49d9-b880-3f2e50f1467c} <Debug> TCPHandler: Processed in 0.002693452 sec. | ||
| 3380 | 2025.04.30 19:12:50.391409 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::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 | ||
| 3381 | 2025.04.30 19:12:50.391498 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3382 | 2025.04.30 19:12:50.391572 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3383 | 2025.04.30 19:12:50.391645 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 622 rows starting from the beginning of the part | ||
| 3384 | 2025.04.30 19:12:50.391707 [ 256 ] {374fcacd-9384-43d9-9562-48958b334147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3385 | 2025.04.30 19:12:50.391850 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 77 rows starting from the beginning of the part | ||
| 3386 | 2025.04.30 19:12:50.391918 [ 256 ] {374fcacd-9384-43d9-9562-48958b334147} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3387 | 2025.04.30 19:12:50.392189 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 550 rows starting from the beginning of the part | ||
| 3388 | 2025.04.30 19:12:50.392502 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part | ||
| 3389 | 2025.04.30 19:12:50.392904 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 77 rows starting from the beginning of the part | ||
| 3390 | 2025.04.30 19:12:50.393229 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 90 rows starting from the beginning of the part | ||
| 3391 | 2025.04.30 19:12:50.394606 [ 256 ] {374fcacd-9384-43d9-9562-48958b334147} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3392 | 2025.04.30 19:12:50.394681 [ 256 ] {374fcacd-9384-43d9-9562-48958b334147} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3393 | 2025.04.30 19:12:50.395596 [ 256 ] {374fcacd-9384-43d9-9562-48958b334147} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3394 | 2025.04.30 19:12:50.395978 [ 193 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1480 rows, containing 5 columns (5 merged, 0 gathered) in 0.004705109 sec., 314551.692638789 rows/sec., 24.95 MiB/sec. | ||
| 3395 | 2025.04.30 19:12:50.396036 [ 256 ] {374fcacd-9384-43d9-9562-48958b334147} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3396 | 2025.04.30 19:12:50.396205 [ 193 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3397 | 2025.04.30 19:12:50.396248 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3398 | 2025.04.30 19:12:50.396373 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3399 | 2025.04.30 19:12:50.396465 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3400 | 2025.04.30 19:12:50.396503 [ 256 ] {374fcacd-9384-43d9-9562-48958b334147} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004846 sec., 33016.9211721007 rows/sec., 2.30 MiB/sec. | ||
| 3401 | 2025.04.30 19:12:50.396949 [ 256 ] {374fcacd-9384-43d9-9562-48958b334147} <Debug> TCPHandler: Processed in 0.005514718 sec. | ||
| 3402 | 2025.04.30 19:12:50.397032 [ 200 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::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 | ||
| 3403 | 2025.04.30 19:12:50.397190 [ 193 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_26_5} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3404 | 2025.04.30 19:12:50.397232 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3405 | 2025.04.30 19:12:50.397529 [ 193 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_26_5} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3406 | 2025.04.30 19:12:50.397592 [ 256 ] {fbb5efd1-5ebc-410b-a707-d64b7f9bb204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3407 | 2025.04.30 19:12:50.397595 [ 200 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3408 | 2025.04.30 19:12:50.397756 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3409 | 2025.04.30 19:12:50.397773 [ 200 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6881 rows starting from the beginning of the part | ||
| 3410 | 2025.04.30 19:12:50.397852 [ 256 ] {fbb5efd1-5ebc-410b-a707-d64b7f9bb204} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3411 | 2025.04.30 19:12:50.398379 [ 200 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part | ||
| 3412 | 2025.04.30 19:12:50.398766 [ 200 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 942 rows starting from the beginning of the part | ||
| 3413 | 2025.04.30 19:12:50.399232 [ 200 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 66 rows starting from the beginning of the part | ||
| 3414 | 2025.04.30 19:12:50.399623 [ 200 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part | ||
| 3415 | 2025.04.30 19:12:50.399988 [ 200 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
| 3416 | 2025.04.30 19:12:50.402737 [ 256 ] {fbb5efd1-5ebc-410b-a707-d64b7f9bb204} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3417 | 2025.04.30 19:12:50.402806 [ 256 ] {fbb5efd1-5ebc-410b-a707-d64b7f9bb204} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3418 | 2025.04.30 19:12:50.404172 [ 256 ] {fbb5efd1-5ebc-410b-a707-d64b7f9bb204} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3419 | 2025.04.30 19:12:50.404612 [ 256 ] {fbb5efd1-5ebc-410b-a707-d64b7f9bb204} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3420 | 2025.04.30 19:12:50.404884 [ 256 ] {fbb5efd1-5ebc-410b-a707-d64b7f9bb204} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.007432 sec., 3498.3853606027988 rows/sec., 6.27 MiB/sec. | ||
| 3421 | 2025.04.30 19:12:50.405032 [ 256 ] {fbb5efd1-5ebc-410b-a707-d64b7f9bb204} <Debug> TCPHandler: Processed in 0.007916784 sec. | ||
| 3422 | 2025.04.30 19:12:50.405168 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3423 | 2025.04.30 19:12:50.405290 [ 256 ] {a0061c99-f615-4637-8338-71d768ed7709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3424 | 2025.04.30 19:12:50.405337 [ 256 ] {a0061c99-f615-4637-8338-71d768ed7709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3425 | 2025.04.30 19:12:50.405890 [ 199 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8369 rows, containing 5 columns (5 merged, 0 gathered) in 0.009271786 sec., 902630.8415660154 rows/sec., 61.82 MiB/sec. | ||
| 3426 | 2025.04.30 19:12:50.406217 [ 199 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3427 | 2025.04.30 19:12:50.406230 [ 256 ] {a0061c99-f615-4637-8338-71d768ed7709} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3428 | 2025.04.30 19:12:50.406305 [ 256 ] {a0061c99-f615-4637-8338-71d768ed7709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3429 | 2025.04.30 19:12:50.406804 [ 199 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3430 | 2025.04.30 19:12:50.406955 [ 256 ] {a0061c99-f615-4637-8338-71d768ed7709} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3431 | 2025.04.30 19:12:50.406968 [ 199 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3432 | 2025.04.30 19:12:50.407143 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB. | ||
| 3433 | 2025.04.30 19:12:50.407303 [ 256 ] {a0061c99-f615-4637-8338-71d768ed7709} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3434 | 2025.04.30 19:12:50.407538 [ 120 ] {} <Debug> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3435 | 2025.04.30 19:12:50.407609 [ 120 ] {} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3436 | 2025.04.30 19:12:50.407622 [ 256 ] {a0061c99-f615-4637-8338-71d768ed7709} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002343 sec., 25608.19462227913 rows/sec., 1.73 MiB/sec. | ||
| 3437 | 2025.04.30 19:12:50.407652 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3438 | 2025.04.30 19:12:50.407804 [ 256 ] {a0061c99-f615-4637-8338-71d768ed7709} <Debug> TCPHandler: Processed in 0.002688883 sec. | ||
| 3439 | 2025.04.30 19:12:50.407926 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::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 | ||
| 3440 | 2025.04.30 19:12:50.408048 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3441 | 2025.04.30 19:12:50.408078 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1188 rows starting from the beginning of the part | ||
| 3442 | 2025.04.30 19:12:50.408149 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
| 3443 | 2025.04.30 19:12:50.408235 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 34 rows starting from the beginning of the part | ||
| 3444 | 2025.04.30 19:12:50.408468 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 26 rows starting from the beginning of the part | ||
| 3445 | 2025.04.30 19:12:50.408602 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::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 | ||
| 3446 | 2025.04.30 19:12:50.408685 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
| 3447 | 2025.04.30 19:12:50.409883 [ 200 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1428 rows, containing 4 columns (4 merged, 0 gathered) in 0.002061818 sec., 692592.6536677825 rows/sec., 46.68 MiB/sec. | ||
| 3448 | 2025.04.30 19:12:50.410083 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3449 | 2025.04.30 19:12:50.410375 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_26_5} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3450 | 2025.04.30 19:12:50.410455 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_26_5} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3451 | 2025.04.30 19:12:50.410533 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3452 | 2025.04.30 19:12:53.921807 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 480 | ||
| 3453 | 2025.04.30 19:12:53.925497 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3454 | 2025.04.30 19:12:53.925556 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3455 | 2025.04.30 19:12:53.927089 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3456 | 2025.04.30 19:12:53.927509 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3457 | 2025.04.30 19:12:53.928466 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 480 | ||
| 3458 | 2025.04.30 19:12:55.381638 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3459 | 2025.04.30 19:12:55.381851 [ 256 ] {6504fc2f-967b-484d-a90e-6496ad25fedf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3460 | 2025.04.30 19:12:55.381930 [ 256 ] {6504fc2f-967b-484d-a90e-6496ad25fedf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3461 | 2025.04.30 19:12:55.382710 [ 256 ] {6504fc2f-967b-484d-a90e-6496ad25fedf} <Trace> oximeter.fields_i16 (7d02e2b8-bc3a-4729-b2d9-0b5e82181a45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3462 | 2025.04.30 19:12:55.382761 [ 256 ] {6504fc2f-967b-484d-a90e-6496ad25fedf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3463 | 2025.04.30 19:12:55.383179 [ 256 ] {6504fc2f-967b-484d-a90e-6496ad25fedf} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3464 | 2025.04.30 19:12:55.383423 [ 256 ] {6504fc2f-967b-484d-a90e-6496ad25fedf} <Trace> oximeter.fields_i16 (7d02e2b8-bc3a-4729-b2d9-0b5e82181a45): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3465 | 2025.04.30 19:12:55.383640 [ 256 ] {6504fc2f-967b-484d-a90e-6496ad25fedf} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001847 sec., 12994.044396318355 rows/sec., 1.08 MiB/sec. | ||
| 3466 | 2025.04.30 19:12:55.383698 [ 256 ] {6504fc2f-967b-484d-a90e-6496ad25fedf} <Debug> TCPHandler: Processed in 0.002200571 sec. | ||
| 3467 | 2025.04.30 19:12:55.383824 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3468 | 2025.04.30 19:12:55.383929 [ 256 ] {58765559-53cf-4d9c-9964-686096ba0519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3469 | 2025.04.30 19:12:55.383974 [ 256 ] {58765559-53cf-4d9c-9964-686096ba0519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3470 | 2025.04.30 19:12:55.384483 [ 256 ] {58765559-53cf-4d9c-9964-686096ba0519} <Trace> oximeter.fields_ipaddr (7716cb51-1146-4a1c-ac34-03e103003b39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3471 | 2025.04.30 19:12:55.384522 [ 256 ] {58765559-53cf-4d9c-9964-686096ba0519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3472 | 2025.04.30 19:12:55.384868 [ 256 ] {58765559-53cf-4d9c-9964-686096ba0519} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3473 | 2025.04.30 19:12:55.385097 [ 256 ] {58765559-53cf-4d9c-9964-686096ba0519} <Trace> oximeter.fields_ipaddr (7716cb51-1146-4a1c-ac34-03e103003b39): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3474 | 2025.04.30 19:12:55.385321 [ 256 ] {58765559-53cf-4d9c-9964-686096ba0519} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001407 sec., 9950.248756218905 rows/sec., 811.37 KiB/sec. | ||
| 3475 | 2025.04.30 19:12:55.385495 [ 256 ] {58765559-53cf-4d9c-9964-686096ba0519} <Debug> TCPHandler: Processed in 0.00172479 sec. | ||
| 3476 | 2025.04.30 19:12:55.385624 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3477 | 2025.04.30 19:12:55.385730 [ 256 ] {57a1dbf9-81fb-447d-9171-9909bdd19943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3478 | 2025.04.30 19:12:55.385776 [ 256 ] {57a1dbf9-81fb-447d-9171-9909bdd19943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3479 | 2025.04.30 19:12:55.386413 [ 256 ] {57a1dbf9-81fb-447d-9171-9909bdd19943} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3480 | 2025.04.30 19:12:55.386452 [ 256 ] {57a1dbf9-81fb-447d-9171-9909bdd19943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3481 | 2025.04.30 19:12:55.386818 [ 256 ] {57a1dbf9-81fb-447d-9171-9909bdd19943} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3482 | 2025.04.30 19:12:55.387048 [ 256 ] {57a1dbf9-81fb-447d-9171-9909bdd19943} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3483 | 2025.04.30 19:12:55.387286 [ 256 ] {57a1dbf9-81fb-447d-9171-9909bdd19943} <Debug> executeQuery: Read 209 rows, 18.94 KiB in 0.001572 sec., 132951.65394402036 rows/sec., 11.77 MiB/sec. | ||
| 3484 | 2025.04.30 19:12:55.387482 [ 256 ] {57a1dbf9-81fb-447d-9171-9909bdd19943} <Debug> TCPHandler: Processed in 0.001907684 sec. | ||
| 3485 | 2025.04.30 19:12:55.387706 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3486 | 2025.04.30 19:12:55.387827 [ 256 ] {bafb138a-b342-4543-8d09-e120197f3e20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3487 | 2025.04.30 19:12:55.387877 [ 256 ] {bafb138a-b342-4543-8d09-e120197f3e20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3488 | 2025.04.30 19:12:55.388436 [ 256 ] {bafb138a-b342-4543-8d09-e120197f3e20} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3489 | 2025.04.30 19:12:55.388476 [ 256 ] {bafb138a-b342-4543-8d09-e120197f3e20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3490 | 2025.04.30 19:12:55.388829 [ 256 ] {bafb138a-b342-4543-8d09-e120197f3e20} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3491 | 2025.04.30 19:12:55.389060 [ 256 ] {bafb138a-b342-4543-8d09-e120197f3e20} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3492 | 2025.04.30 19:12:55.389255 [ 256 ] {bafb138a-b342-4543-8d09-e120197f3e20} <Debug> executeQuery: Read 39 rows, 2.92 KiB in 0.001451 sec., 26878.01516195727 rows/sec., 1.96 MiB/sec. | ||
| 3493 | 2025.04.30 19:12:55.389307 [ 256 ] {bafb138a-b342-4543-8d09-e120197f3e20} <Debug> TCPHandler: Processed in 0.00168967 sec. | ||
| 3494 | 2025.04.30 19:12:55.389420 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3495 | 2025.04.30 19:12:55.389526 [ 256 ] {9de187d4-abf0-4f2a-b13d-9a13f256cb66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3496 | 2025.04.30 19:12:55.389571 [ 256 ] {9de187d4-abf0-4f2a-b13d-9a13f256cb66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3497 | 2025.04.30 19:12:55.390066 [ 256 ] {9de187d4-abf0-4f2a-b13d-9a13f256cb66} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3498 | 2025.04.30 19:12:55.390105 [ 256 ] {9de187d4-abf0-4f2a-b13d-9a13f256cb66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3499 | 2025.04.30 19:12:55.390444 [ 256 ] {9de187d4-abf0-4f2a-b13d-9a13f256cb66} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3500 | 2025.04.30 19:12:55.390685 [ 256 ] {9de187d4-abf0-4f2a-b13d-9a13f256cb66} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3501 | 2025.04.30 19:12:55.390881 [ 256 ] {9de187d4-abf0-4f2a-b13d-9a13f256cb66} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001376 sec., 17441.86046511628 rows/sec., 1.45 MiB/sec. | ||
| 3502 | 2025.04.30 19:12:55.390932 [ 256 ] {9de187d4-abf0-4f2a-b13d-9a13f256cb66} <Debug> TCPHandler: Processed in 0.001564846 sec. | ||
| 3503 | 2025.04.30 19:12:55.391045 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3504 | 2025.04.30 19:12:55.391148 [ 256 ] {d8a4d7ce-fc8a-456a-85d8-8f0e3e369f62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3505 | 2025.04.30 19:12:55.391193 [ 256 ] {d8a4d7ce-fc8a-456a-85d8-8f0e3e369f62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3506 | 2025.04.30 19:12:55.391687 [ 256 ] {d8a4d7ce-fc8a-456a-85d8-8f0e3e369f62} <Trace> oximeter.fields_u8 (6ac07ddf-9e79-4702-b981-c16bd17e5618): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3507 | 2025.04.30 19:12:55.391726 [ 256 ] {d8a4d7ce-fc8a-456a-85d8-8f0e3e369f62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3508 | 2025.04.30 19:12:55.392059 [ 256 ] {d8a4d7ce-fc8a-456a-85d8-8f0e3e369f62} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3509 | 2025.04.30 19:12:55.392288 [ 256 ] {d8a4d7ce-fc8a-456a-85d8-8f0e3e369f62} <Trace> oximeter.fields_u8 (6ac07ddf-9e79-4702-b981-c16bd17e5618): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3510 | 2025.04.30 19:12:55.392562 [ 256 ] {d8a4d7ce-fc8a-456a-85d8-8f0e3e369f62} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.00141 sec., 8510.63829787234 rows/sec., 664.89 KiB/sec. | ||
| 3511 | 2025.04.30 19:12:55.392677 [ 256 ] {d8a4d7ce-fc8a-456a-85d8-8f0e3e369f62} <Debug> TCPHandler: Processed in 0.001684749 sec. | ||
| 3512 | 2025.04.30 19:12:55.392792 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3513 | 2025.04.30 19:12:55.392895 [ 256 ] {aeca4a75-0c95-4b28-8f1b-cf5ab0bd5495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3514 | 2025.04.30 19:12:55.392941 [ 256 ] {aeca4a75-0c95-4b28-8f1b-cf5ab0bd5495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3515 | 2025.04.30 19:12:55.393494 [ 256 ] {aeca4a75-0c95-4b28-8f1b-cf5ab0bd5495} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3516 | 2025.04.30 19:12:55.393533 [ 256 ] {aeca4a75-0c95-4b28-8f1b-cf5ab0bd5495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3517 | 2025.04.30 19:12:55.393881 [ 256 ] {aeca4a75-0c95-4b28-8f1b-cf5ab0bd5495} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3518 | 2025.04.30 19:12:55.394121 [ 256 ] {aeca4a75-0c95-4b28-8f1b-cf5ab0bd5495} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3519 | 2025.04.30 19:12:55.394343 [ 256 ] {aeca4a75-0c95-4b28-8f1b-cf5ab0bd5495} <Debug> executeQuery: Read 127 rows, 10.56 KiB in 0.001465 sec., 86689.41979522185 rows/sec., 7.04 MiB/sec. | ||
| 3520 | 2025.04.30 19:12:55.394541 [ 256 ] {aeca4a75-0c95-4b28-8f1b-cf5ab0bd5495} <Debug> TCPHandler: Processed in 0.001798292 sec. | ||
| 3521 | 2025.04.30 19:12:55.394761 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3522 | 2025.04.30 19:12:55.394866 [ 256 ] {6642bafd-5efe-41da-aa78-f4edccc8d1a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3523 | 2025.04.30 19:12:55.394917 [ 256 ] {6642bafd-5efe-41da-aa78-f4edccc8d1a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3524 | 2025.04.30 19:12:55.395453 [ 256 ] {6642bafd-5efe-41da-aa78-f4edccc8d1a8} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3525 | 2025.04.30 19:12:55.395492 [ 256 ] {6642bafd-5efe-41da-aa78-f4edccc8d1a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3526 | 2025.04.30 19:12:55.395865 [ 256 ] {6642bafd-5efe-41da-aa78-f4edccc8d1a8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3527 | 2025.04.30 19:12:55.396097 [ 256 ] {6642bafd-5efe-41da-aa78-f4edccc8d1a8} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3528 | 2025.04.30 19:12:55.396285 [ 256 ] {6642bafd-5efe-41da-aa78-f4edccc8d1a8} <Debug> executeQuery: Read 203 rows, 14.89 KiB in 0.001441 sec., 140874.39278278974 rows/sec., 10.09 MiB/sec. | ||
| 3529 | 2025.04.30 19:12:55.396334 [ 256 ] {6642bafd-5efe-41da-aa78-f4edccc8d1a8} <Debug> TCPHandler: Processed in 0.001645348 sec. | ||
| 3530 | 2025.04.30 19:12:55.396449 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3531 | 2025.04.30 19:12:55.396554 [ 256 ] {d81410f0-a64d-4909-a956-57c28a652e28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3532 | 2025.04.30 19:12:55.396620 [ 256 ] {d81410f0-a64d-4909-a956-57c28a652e28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3533 | 2025.04.30 19:12:55.397641 [ 256 ] {d81410f0-a64d-4909-a956-57c28a652e28} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3534 | 2025.04.30 19:12:55.397687 [ 256 ] {d81410f0-a64d-4909-a956-57c28a652e28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3535 | 2025.04.30 19:12:55.398275 [ 256 ] {d81410f0-a64d-4909-a956-57c28a652e28} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3536 | 2025.04.30 19:12:55.398521 [ 256 ] {d81410f0-a64d-4909-a956-57c28a652e28} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3537 | 2025.04.30 19:12:55.398739 [ 256 ] {d81410f0-a64d-4909-a956-57c28a652e28} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002206 sec., 5893.0190389845875 rows/sec., 10.56 MiB/sec. | ||
| 3538 | 2025.04.30 19:12:55.398832 [ 256 ] {d81410f0-a64d-4909-a956-57c28a652e28} <Debug> TCPHandler: Processed in 0.002435156 sec. | ||
| 3539 | 2025.04.30 19:12:55.398955 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3540 | 2025.04.30 19:12:55.399071 [ 256 ] {0c979da1-b6d5-49b2-874a-4c27417404c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3541 | 2025.04.30 19:12:55.399119 [ 256 ] {0c979da1-b6d5-49b2-874a-4c27417404c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3542 | 2025.04.30 19:12:55.399590 [ 256 ] {0c979da1-b6d5-49b2-874a-4c27417404c5} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3543 | 2025.04.30 19:12:55.399633 [ 256 ] {0c979da1-b6d5-49b2-874a-4c27417404c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3544 | 2025.04.30 19:12:55.399998 [ 256 ] {0c979da1-b6d5-49b2-874a-4c27417404c5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3545 | 2025.04.30 19:12:55.400235 [ 256 ] {0c979da1-b6d5-49b2-874a-4c27417404c5} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3546 | 2025.04.30 19:12:55.400430 [ 256 ] {0c979da1-b6d5-49b2-874a-4c27417404c5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001382 sec., 43415.34008683068 rows/sec., 2.93 MiB/sec. | ||
| 3547 | 2025.04.30 19:12:55.400480 [ 256 ] {0c979da1-b6d5-49b2-874a-4c27417404c5} <Debug> TCPHandler: Processed in 0.001580327 sec. | ||
| 3548 | 2025.04.30 19:12:56.383422 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 | ||
| 3549 | 2025.04.30 19:12:56.384230 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3550 | 2025.04.30 19:12:56.384286 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3551 | 2025.04.30 19:12:56.384837 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3552 | 2025.04.30 19:12:56.385098 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3553 | 2025.04.30 19:12:56.385335 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 | ||
| 3554 | 2025.04.30 19:12:56.964197 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 3555 | 2025.04.30 19:12:56.986495 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3556 | 2025.04.30 19:12:56.986615 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3557 | 2025.04.30 19:12:56.994783 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3558 | 2025.04.30 19:12:56.995627 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3559 | 2025.04.30 19:12:56.999487 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 3560 | 2025.04.30 19:13:00.380338 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3561 | 2025.04.30 19:13:00.380546 [ 256 ] {c75a81b7-2452-4416-ad29-21953438f768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3562 | 2025.04.30 19:13:00.380624 [ 256 ] {c75a81b7-2452-4416-ad29-21953438f768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3563 | 2025.04.30 19:13:00.381401 [ 256 ] {c75a81b7-2452-4416-ad29-21953438f768} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3564 | 2025.04.30 19:13:00.381446 [ 256 ] {c75a81b7-2452-4416-ad29-21953438f768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3565 | 2025.04.30 19:13:00.381885 [ 256 ] {c75a81b7-2452-4416-ad29-21953438f768} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3566 | 2025.04.30 19:13:00.382154 [ 256 ] {c75a81b7-2452-4416-ad29-21953438f768} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3567 | 2025.04.30 19:13:00.382345 [ 256 ] {c75a81b7-2452-4416-ad29-21953438f768} <Debug> executeQuery: Read 108 rows, 9.27 KiB in 0.001858 sec., 58127.0182992465 rows/sec., 4.87 MiB/sec. | ||
| 3568 | 2025.04.30 19:13:00.382399 [ 256 ] {c75a81b7-2452-4416-ad29-21953438f768} <Debug> TCPHandler: Processed in 0.002203062 sec. | ||
| 3569 | 2025.04.30 19:13:00.382529 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3570 | 2025.04.30 19:13:00.382634 [ 256 ] {b52e0880-a126-4205-bc7e-3f803207e740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3571 | 2025.04.30 19:13:00.382681 [ 256 ] {b52e0880-a126-4205-bc7e-3f803207e740} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3572 | 2025.04.30 19:13:00.383191 [ 256 ] {b52e0880-a126-4205-bc7e-3f803207e740} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3573 | 2025.04.30 19:13:00.383229 [ 256 ] {b52e0880-a126-4205-bc7e-3f803207e740} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3574 | 2025.04.30 19:13:00.383574 [ 256 ] {b52e0880-a126-4205-bc7e-3f803207e740} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3575 | 2025.04.30 19:13:00.383813 [ 256 ] {b52e0880-a126-4205-bc7e-3f803207e740} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3576 | 2025.04.30 19:13:00.383983 [ 256 ] {b52e0880-a126-4205-bc7e-3f803207e740} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001371 sec., 18964.259664478483 rows/sec., 1.39 MiB/sec. | ||
| 3577 | 2025.04.30 19:13:00.384033 [ 256 ] {b52e0880-a126-4205-bc7e-3f803207e740} <Debug> TCPHandler: Processed in 0.001557446 sec. | ||
| 3578 | 2025.04.30 19:13:00.384152 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3579 | 2025.04.30 19:13:00.384257 [ 256 ] {df9cd010-a9f6-4493-9f22-d3518060ea54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3580 | 2025.04.30 19:13:00.384303 [ 256 ] {df9cd010-a9f6-4493-9f22-d3518060ea54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3581 | 2025.04.30 19:13:00.384846 [ 256 ] {df9cd010-a9f6-4493-9f22-d3518060ea54} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3582 | 2025.04.30 19:13:00.384884 [ 256 ] {df9cd010-a9f6-4493-9f22-d3518060ea54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3583 | 2025.04.30 19:13:00.385226 [ 256 ] {df9cd010-a9f6-4493-9f22-d3518060ea54} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3584 | 2025.04.30 19:13:00.385459 [ 256 ] {df9cd010-a9f6-4493-9f22-d3518060ea54} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3585 | 2025.04.30 19:13:00.385643 [ 256 ] {df9cd010-a9f6-4493-9f22-d3518060ea54} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001403 sec., 64148.25374198147 rows/sec., 5.01 MiB/sec. | ||
| 3586 | 2025.04.30 19:13:00.385719 [ 256 ] {df9cd010-a9f6-4493-9f22-d3518060ea54} <Debug> TCPHandler: Processed in 0.001619688 sec. | ||
| 3587 | 2025.04.30 19:13:00.385967 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3588 | 2025.04.30 19:13:00.386079 [ 256 ] {f3c29ad1-b50b-481d-8016-31a0db6c7982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3589 | 2025.04.30 19:13:00.386131 [ 256 ] {f3c29ad1-b50b-481d-8016-31a0db6c7982} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3590 | 2025.04.30 19:13:00.386645 [ 256 ] {f3c29ad1-b50b-481d-8016-31a0db6c7982} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3591 | 2025.04.30 19:13:00.386682 [ 256 ] {f3c29ad1-b50b-481d-8016-31a0db6c7982} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3592 | 2025.04.30 19:13:00.387055 [ 256 ] {f3c29ad1-b50b-481d-8016-31a0db6c7982} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3593 | 2025.04.30 19:13:00.387282 [ 256 ] {f3c29ad1-b50b-481d-8016-31a0db6c7982} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3594 | 2025.04.30 19:13:00.387452 [ 256 ] {f3c29ad1-b50b-481d-8016-31a0db6c7982} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001398 sec., 114449.21316165951 rows/sec., 7.97 MiB/sec. | ||
| 3595 | 2025.04.30 19:13:00.387503 [ 256 ] {f3c29ad1-b50b-481d-8016-31a0db6c7982} <Debug> TCPHandler: Processed in 0.001629867 sec. | ||
| 3596 | 2025.04.30 19:13:00.387619 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3597 | 2025.04.30 19:13:00.387724 [ 256 ] {344cc507-3218-4248-8e0a-9b2e3b6059b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3598 | 2025.04.30 19:13:00.387792 [ 256 ] {344cc507-3218-4248-8e0a-9b2e3b6059b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3599 | 2025.04.30 19:13:00.388877 [ 256 ] {344cc507-3218-4248-8e0a-9b2e3b6059b5} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3600 | 2025.04.30 19:13:00.388916 [ 256 ] {344cc507-3218-4248-8e0a-9b2e3b6059b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3601 | 2025.04.30 19:13:00.389540 [ 256 ] {344cc507-3218-4248-8e0a-9b2e3b6059b5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3602 | 2025.04.30 19:13:00.389793 [ 256 ] {344cc507-3218-4248-8e0a-9b2e3b6059b5} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3603 | 2025.04.30 19:13:00.389980 [ 256 ] {344cc507-3218-4248-8e0a-9b2e3b6059b5} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002277 sec., 11418.533157663593 rows/sec., 20.46 MiB/sec. | ||
| 3604 | 2025.04.30 19:13:00.390069 [ 256 ] {344cc507-3218-4248-8e0a-9b2e3b6059b5} <Debug> TCPHandler: Processed in 0.002503968 sec. | ||
| 3605 | 2025.04.30 19:13:00.390207 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3606 | 2025.04.30 19:13:00.390340 [ 256 ] {e582f1fe-52f8-44a1-9e71-7afc36b55d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3607 | 2025.04.30 19:13:00.390398 [ 256 ] {e582f1fe-52f8-44a1-9e71-7afc36b55d9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3608 | 2025.04.30 19:13:00.390862 [ 256 ] {e582f1fe-52f8-44a1-9e71-7afc36b55d9d} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3609 | 2025.04.30 19:13:00.390899 [ 256 ] {e582f1fe-52f8-44a1-9e71-7afc36b55d9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3610 | 2025.04.30 19:13:00.391268 [ 256 ] {e582f1fe-52f8-44a1-9e71-7afc36b55d9d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3611 | 2025.04.30 19:13:00.391504 [ 256 ] {e582f1fe-52f8-44a1-9e71-7afc36b55d9d} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3612 | 2025.04.30 19:13:00.391671 [ 256 ] {e582f1fe-52f8-44a1-9e71-7afc36b55d9d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec. | ||
| 3613 | 2025.04.30 19:13:00.391718 [ 256 ] {e582f1fe-52f8-44a1-9e71-7afc36b55d9d} <Debug> TCPHandler: Processed in 0.001577876 sec. | ||
| 3614 | 2025.04.30 19:13:03.769221 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3615 | 2025.04.30 19:13:03.769295 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3616 | 2025.04.30 19:13:03.885601 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 | ||
| 3617 | 2025.04.30 19:13:03.886317 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3618 | 2025.04.30 19:13:03.886362 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3619 | 2025.04.30 19:13:03.886905 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3620 | 2025.04.30 19:13:03.887155 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3621 | 2025.04.30 19:13:03.887399 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 3622 | 2025.04.30 19:13:03.928866 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 512 | ||
| 3623 | 2025.04.30 19:13:03.932426 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3624 | 2025.04.30 19:13:03.932468 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3625 | 2025.04.30 19:13:03.933903 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3626 | 2025.04.30 19:13:03.934220 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3627 | 2025.04.30 19:13:03.935168 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 512 | ||
| 3628 | 2025.04.30 19:13:04.499680 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 3629 | 2025.04.30 19:13:04.520157 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3630 | 2025.04.30 19:13:04.520215 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3631 | 2025.04.30 19:13:04.527623 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3632 | 2025.04.30 19:13:04.528473 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3633 | 2025.04.30 19:13:04.531788 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 3634 | 2025.04.30 19:13:05.379496 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3635 | 2025.04.30 19:13:05.379680 [ 256 ] {aa3c4895-3461-46dd-b165-044dce350a52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3636 | 2025.04.30 19:13:05.379749 [ 256 ] {aa3c4895-3461-46dd-b165-044dce350a52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3637 | 2025.04.30 19:13:05.380509 [ 256 ] {aa3c4895-3461-46dd-b165-044dce350a52} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3638 | 2025.04.30 19:13:05.380560 [ 256 ] {aa3c4895-3461-46dd-b165-044dce350a52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3639 | 2025.04.30 19:13:05.380988 [ 256 ] {aa3c4895-3461-46dd-b165-044dce350a52} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3640 | 2025.04.30 19:13:05.381230 [ 256 ] {aa3c4895-3461-46dd-b165-044dce350a52} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3641 | 2025.04.30 19:13:05.381455 [ 256 ] {aa3c4895-3461-46dd-b165-044dce350a52} <Debug> executeQuery: Read 82 rows, 6.96 KiB in 0.001826 sec., 44906.90032858708 rows/sec., 3.72 MiB/sec. | ||
| 3642 | 2025.04.30 19:13:05.381507 [ 256 ] {aa3c4895-3461-46dd-b165-044dce350a52} <Debug> TCPHandler: Processed in 0.00214131 sec. | ||
| 3643 | 2025.04.30 19:13:05.381638 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3644 | 2025.04.30 19:13:05.381739 [ 256 ] {5dd4372c-3580-4816-bd33-cb65de801684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3645 | 2025.04.30 19:13:05.381783 [ 256 ] {5dd4372c-3580-4816-bd33-cb65de801684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3646 | 2025.04.30 19:13:05.382296 [ 256 ] {5dd4372c-3580-4816-bd33-cb65de801684} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3647 | 2025.04.30 19:13:05.382334 [ 256 ] {5dd4372c-3580-4816-bd33-cb65de801684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3648 | 2025.04.30 19:13:05.382667 [ 256 ] {5dd4372c-3580-4816-bd33-cb65de801684} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3649 | 2025.04.30 19:13:05.382897 [ 256 ] {5dd4372c-3580-4816-bd33-cb65de801684} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3650 | 2025.04.30 19:13:05.383054 [ 103 ] {} <Debug> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3651 | 2025.04.30 19:13:05.383110 [ 256 ] {5dd4372c-3580-4816-bd33-cb65de801684} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001389 sec., 9359.251259899207 rows/sec., 703.77 KiB/sec. | ||
| 3652 | 2025.04.30 19:13:05.383132 [ 103 ] {} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3653 | 2025.04.30 19:13:05.383194 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3654 | 2025.04.30 19:13:05.383223 [ 256 ] {5dd4372c-3580-4816-bd33-cb65de801684} <Debug> TCPHandler: Processed in 0.001631758 sec. | ||
| 3655 | 2025.04.30 19:13:05.383411 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3656 | 2025.04.30 19:13:05.383437 [ 196 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::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 | ||
| 3657 | 2025.04.30 19:13:05.383598 [ 256 ] {244ef604-bbb2-4a06-8ef3-07539bd4ed13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3658 | 2025.04.30 19:13:05.383693 [ 256 ] {244ef604-bbb2-4a06-8ef3-07539bd4ed13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3659 | 2025.04.30 19:13:05.383789 [ 196 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3660 | 2025.04.30 19:13:05.383904 [ 196 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 65 rows starting from the beginning of the part | ||
| 3661 | 2025.04.30 19:13:05.384204 [ 196 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::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 | ||
| 3662 | 2025.04.30 19:13:05.384723 [ 196 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::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 | ||
| 3663 | 2025.04.30 19:13:05.385126 [ 196 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 39 rows starting from the beginning of the part | ||
| 3664 | 2025.04.30 19:13:05.385329 [ 196 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::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 | ||
| 3665 | 2025.04.30 19:13:05.385776 [ 196 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::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 | ||
| 3666 | 2025.04.30 19:13:05.386438 [ 256 ] {244ef604-bbb2-4a06-8ef3-07539bd4ed13} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3667 | 2025.04.30 19:13:05.386495 [ 256 ] {244ef604-bbb2-4a06-8ef3-07539bd4ed13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3668 | 2025.04.30 19:13:05.387478 [ 256 ] {244ef604-bbb2-4a06-8ef3-07539bd4ed13} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3669 | 2025.04.30 19:13:05.388061 [ 256 ] {244ef604-bbb2-4a06-8ef3-07539bd4ed13} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3670 | 2025.04.30 19:13:05.388638 [ 256 ] {244ef604-bbb2-4a06-8ef3-07539bd4ed13} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.005102 sec., 15092.120736965897 rows/sec., 1.18 MiB/sec. | ||
| 3671 | 2025.04.30 19:13:05.388679 [ 186 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 182 rows, containing 5 columns (5 merged, 0 gathered) in 0.005351275 sec., 34010.58626215248 rows/sec., 2.62 MiB/sec. | ||
| 3672 | 2025.04.30 19:13:05.388741 [ 256 ] {244ef604-bbb2-4a06-8ef3-07539bd4ed13} <Debug> TCPHandler: Processed in 0.005405436 sec. | ||
| 3673 | 2025.04.30 19:13:05.388900 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3674 | 2025.04.30 19:13:05.388940 [ 196 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3675 | 2025.04.30 19:13:05.389120 [ 256 ] {d219878f-2f23-4309-ba45-4f8f9bf7a111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3676 | 2025.04.30 19:13:05.389212 [ 256 ] {d219878f-2f23-4309-ba45-4f8f9bf7a111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3677 | 2025.04.30 19:13:05.389551 [ 196 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_21_4} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3678 | 2025.04.30 19:13:05.389750 [ 196 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_21_4} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3679 | 2025.04.30 19:13:05.389863 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3680 | 2025.04.30 19:13:05.390123 [ 256 ] {d219878f-2f23-4309-ba45-4f8f9bf7a111} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3681 | 2025.04.30 19:13:05.390165 [ 256 ] {d219878f-2f23-4309-ba45-4f8f9bf7a111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3682 | 2025.04.30 19:13:05.390548 [ 256 ] {d219878f-2f23-4309-ba45-4f8f9bf7a111} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3683 | 2025.04.30 19:13:05.390776 [ 256 ] {d219878f-2f23-4309-ba45-4f8f9bf7a111} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3684 | 2025.04.30 19:13:05.390988 [ 256 ] {d219878f-2f23-4309-ba45-4f8f9bf7a111} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001931 sec., 82858.62247540135 rows/sec., 5.77 MiB/sec. | ||
| 3685 | 2025.04.30 19:13:05.391041 [ 256 ] {d219878f-2f23-4309-ba45-4f8f9bf7a111} <Debug> TCPHandler: Processed in 0.002200621 sec. | ||
| 3686 | 2025.04.30 19:13:05.391151 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3687 | 2025.04.30 19:13:05.391252 [ 256 ] {c434abc2-5fef-4e7f-877b-9677b8d43246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3688 | 2025.04.30 19:13:05.391315 [ 256 ] {c434abc2-5fef-4e7f-877b-9677b8d43246} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3689 | 2025.04.30 19:13:05.392337 [ 256 ] {c434abc2-5fef-4e7f-877b-9677b8d43246} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3690 | 2025.04.30 19:13:05.392375 [ 256 ] {c434abc2-5fef-4e7f-877b-9677b8d43246} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3691 | 2025.04.30 19:13:05.392971 [ 256 ] {c434abc2-5fef-4e7f-877b-9677b8d43246} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3692 | 2025.04.30 19:13:05.393221 [ 256 ] {c434abc2-5fef-4e7f-877b-9677b8d43246} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3693 | 2025.04.30 19:13:05.393398 [ 103 ] {} <Debug> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3694 | 2025.04.30 19:13:05.393462 [ 103 ] {} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3695 | 2025.04.30 19:13:05.393484 [ 256 ] {c434abc2-5fef-4e7f-877b-9677b8d43246} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002248 sec., 5782.9181494661925 rows/sec., 10.36 MiB/sec. | ||
| 3696 | 2025.04.30 19:13:05.393496 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3697 | 2025.04.30 19:13:05.393879 [ 188 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::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 | ||
| 3698 | 2025.04.30 19:13:05.393892 [ 256 ] {c434abc2-5fef-4e7f-877b-9677b8d43246} <Debug> TCPHandler: Processed in 0.002789754 sec. | ||
| 3699 | 2025.04.30 19:13:05.394138 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3700 | 2025.04.30 19:13:05.394409 [ 256 ] {b349f75b-4cdc-4993-801f-beabbd3b853c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3701 | 2025.04.30 19:13:05.394479 [ 188 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3702 | 2025.04.30 19:13:05.394512 [ 256 ] {b349f75b-4cdc-4993-801f-beabbd3b853c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3703 | 2025.04.30 19:13:05.394673 [ 188 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 253 rows starting from the beginning of the part | ||
| 3704 | 2025.04.30 19:13:05.395585 [ 188 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::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 | ||
| 3705 | 2025.04.30 19:13:05.396270 [ 188 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::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 | ||
| 3706 | 2025.04.30 19:13:05.396962 [ 256 ] {b349f75b-4cdc-4993-801f-beabbd3b853c} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3707 | 2025.04.30 19:13:05.397045 [ 188 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::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 | ||
| 3708 | 2025.04.30 19:13:05.397057 [ 256 ] {b349f75b-4cdc-4993-801f-beabbd3b853c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3709 | 2025.04.30 19:13:05.397753 [ 188 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::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 | ||
| 3710 | 2025.04.30 19:13:05.398439 [ 188 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::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 | ||
| 3711 | 2025.04.30 19:13:05.398544 [ 256 ] {b349f75b-4cdc-4993-801f-beabbd3b853c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3712 | 2025.04.30 19:13:05.399379 [ 256 ] {b349f75b-4cdc-4993-801f-beabbd3b853c} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3713 | 2025.04.30 19:13:05.399829 [ 256 ] {b349f75b-4cdc-4993-801f-beabbd3b853c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005506 sec., 10897.203051216855 rows/sec., 752.02 KiB/sec. | ||
| 3714 | 2025.04.30 19:13:05.399972 [ 256 ] {b349f75b-4cdc-4993-801f-beabbd3b853c} <Debug> TCPHandler: Processed in 0.005919078 sec. | ||
| 3715 | 2025.04.30 19:13:05.402738 [ 195 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 344 rows, containing 19 columns (19 merged, 0 gathered) in 0.009086521 sec., 37858.27381018544 rows/sec., 67.84 MiB/sec. | ||
| 3716 | 2025.04.30 19:13:05.403142 [ 188 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3717 | 2025.04.30 19:13:05.403509 [ 188 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3718 | 2025.04.30 19:13:05.403583 [ 188 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3719 | 2025.04.30 19:13:05.403684 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.03 MiB. | ||
| 3720 | 2025.04.30 19:13:07.783141 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3721 | 2025.04.30 19:13:07.783367 [ 256 ] {bf3f5a9f-e037-4a3f-ae26-4c4ef075c6c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3722 | 2025.04.30 19:13:07.783438 [ 256 ] {bf3f5a9f-e037-4a3f-ae26-4c4ef075c6c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3723 | 2025.04.30 19:13:07.784804 [ 256 ] {bf3f5a9f-e037-4a3f-ae26-4c4ef075c6c1} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3724 | 2025.04.30 19:13:07.784855 [ 256 ] {bf3f5a9f-e037-4a3f-ae26-4c4ef075c6c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3725 | 2025.04.30 19:13:07.785369 [ 256 ] {bf3f5a9f-e037-4a3f-ae26-4c4ef075c6c1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3726 | 2025.04.30 19:13:07.785632 [ 256 ] {bf3f5a9f-e037-4a3f-ae26-4c4ef075c6c1} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3727 | 2025.04.30 19:13:07.785831 [ 256 ] {bf3f5a9f-e037-4a3f-ae26-4c4ef075c6c1} <Debug> executeQuery: Read 1248 rows, 105.84 KiB in 0.002515 sec., 496222.6640159046 rows/sec., 41.10 MiB/sec. | ||
| 3728 | 2025.04.30 19:13:07.785889 [ 256 ] {bf3f5a9f-e037-4a3f-ae26-4c4ef075c6c1} <Debug> TCPHandler: Processed in 0.002879687 sec. | ||
| 3729 | 2025.04.30 19:13:07.786019 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3730 | 2025.04.30 19:13:07.786126 [ 256 ] {7d5e611e-e413-4701-a16a-cccaa0ef60cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3731 | 2025.04.30 19:13:07.786171 [ 256 ] {7d5e611e-e413-4701-a16a-cccaa0ef60cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3732 | 2025.04.30 19:13:07.786687 [ 256 ] {7d5e611e-e413-4701-a16a-cccaa0ef60cf} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3733 | 2025.04.30 19:13:07.786726 [ 256 ] {7d5e611e-e413-4701-a16a-cccaa0ef60cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3734 | 2025.04.30 19:13:07.787081 [ 256 ] {7d5e611e-e413-4701-a16a-cccaa0ef60cf} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3735 | 2025.04.30 19:13:07.787319 [ 256 ] {7d5e611e-e413-4701-a16a-cccaa0ef60cf} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3736 | 2025.04.30 19:13:07.787495 [ 256 ] {7d5e611e-e413-4701-a16a-cccaa0ef60cf} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.00139 sec., 18705.035971223024 rows/sec., 1.37 MiB/sec. | ||
| 3737 | 2025.04.30 19:13:07.787545 [ 256 ] {7d5e611e-e413-4701-a16a-cccaa0ef60cf} <Debug> TCPHandler: Processed in 0.001579837 sec. | ||
| 3738 | 2025.04.30 19:13:07.787662 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3739 | 2025.04.30 19:13:07.787766 [ 256 ] {10751ab2-d89b-4faa-9fd0-2c505916e444} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3740 | 2025.04.30 19:13:07.787813 [ 256 ] {10751ab2-d89b-4faa-9fd0-2c505916e444} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3741 | 2025.04.30 19:13:07.788433 [ 256 ] {10751ab2-d89b-4faa-9fd0-2c505916e444} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3742 | 2025.04.30 19:13:07.788470 [ 256 ] {10751ab2-d89b-4faa-9fd0-2c505916e444} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3743 | 2025.04.30 19:13:07.788833 [ 256 ] {10751ab2-d89b-4faa-9fd0-2c505916e444} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3744 | 2025.04.30 19:13:07.789104 [ 256 ] {10751ab2-d89b-4faa-9fd0-2c505916e444} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3745 | 2025.04.30 19:13:07.789269 [ 256 ] {10751ab2-d89b-4faa-9fd0-2c505916e444} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001525 sec., 149508.19672131145 rows/sec., 10.12 MiB/sec. | ||
| 3746 | 2025.04.30 19:13:07.789319 [ 256 ] {10751ab2-d89b-4faa-9fd0-2c505916e444} <Debug> TCPHandler: Processed in 0.00171033 sec. | ||
| 3747 | 2025.04.30 19:13:07.789432 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3748 | 2025.04.30 19:13:07.789530 [ 256 ] {0b4806c1-00ab-47fb-a7bc-595df169d2dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3749 | 2025.04.30 19:13:07.789573 [ 256 ] {0b4806c1-00ab-47fb-a7bc-595df169d2dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3750 | 2025.04.30 19:13:07.790270 [ 256 ] {0b4806c1-00ab-47fb-a7bc-595df169d2dd} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3751 | 2025.04.30 19:13:07.790309 [ 256 ] {0b4806c1-00ab-47fb-a7bc-595df169d2dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3752 | 2025.04.30 19:13:07.790677 [ 256 ] {0b4806c1-00ab-47fb-a7bc-595df169d2dd} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3753 | 2025.04.30 19:13:07.790926 [ 256 ] {0b4806c1-00ab-47fb-a7bc-595df169d2dd} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3754 | 2025.04.30 19:13:07.791094 [ 256 ] {0b4806c1-00ab-47fb-a7bc-595df169d2dd} <Debug> executeQuery: Read 546 rows, 41.49 KiB in 0.001582 sec., 345132.7433628318 rows/sec., 25.61 MiB/sec. | ||
| 3755 | 2025.04.30 19:13:07.791144 [ 256 ] {0b4806c1-00ab-47fb-a7bc-595df169d2dd} <Debug> TCPHandler: Processed in 0.001763011 sec. | ||
| 3756 | 2025.04.30 19:13:07.791262 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3757 | 2025.04.30 19:13:07.791410 [ 256 ] {382d8c3f-7c5c-412a-996a-d05373d46614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3758 | 2025.04.30 19:13:07.791460 [ 256 ] {382d8c3f-7c5c-412a-996a-d05373d46614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3759 | 2025.04.30 19:13:07.792144 [ 256 ] {382d8c3f-7c5c-412a-996a-d05373d46614} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3760 | 2025.04.30 19:13:07.792182 [ 256 ] {382d8c3f-7c5c-412a-996a-d05373d46614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3761 | 2025.04.30 19:13:07.792618 [ 256 ] {382d8c3f-7c5c-412a-996a-d05373d46614} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3762 | 2025.04.30 19:13:07.792858 [ 256 ] {382d8c3f-7c5c-412a-996a-d05373d46614} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3763 | 2025.04.30 19:13:07.793044 [ 256 ] {382d8c3f-7c5c-412a-996a-d05373d46614} <Debug> executeQuery: Read 940 rows, 64.53 KiB in 0.001653 sec., 568663.0369026014 rows/sec., 38.12 MiB/sec. | ||
| 3764 | 2025.04.30 19:13:07.793205 [ 256 ] {382d8c3f-7c5c-412a-996a-d05373d46614} <Debug> TCPHandler: Processed in 0.001996296 sec. | ||
| 3765 | 2025.04.30 19:13:07.793330 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3766 | 2025.04.30 19:13:07.793435 [ 256 ] {dce914fa-f307-4704-8ec7-2db6254f7996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3767 | 2025.04.30 19:13:07.793501 [ 256 ] {dce914fa-f307-4704-8ec7-2db6254f7996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3768 | 2025.04.30 19:13:07.794579 [ 256 ] {dce914fa-f307-4704-8ec7-2db6254f7996} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3769 | 2025.04.30 19:13:07.794618 [ 256 ] {dce914fa-f307-4704-8ec7-2db6254f7996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3770 | 2025.04.30 19:13:07.795245 [ 256 ] {dce914fa-f307-4704-8ec7-2db6254f7996} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3771 | 2025.04.30 19:13:07.795504 [ 256 ] {dce914fa-f307-4704-8ec7-2db6254f7996} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3772 | 2025.04.30 19:13:07.795740 [ 256 ] {dce914fa-f307-4704-8ec7-2db6254f7996} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002324 sec., 11187.607573149742 rows/sec., 20.05 MiB/sec. | ||
| 3773 | 2025.04.30 19:13:07.795996 [ 256 ] {dce914fa-f307-4704-8ec7-2db6254f7996} <Debug> TCPHandler: Processed in 0.002718913 sec. | ||
| 3774 | 2025.04.30 19:13:07.796132 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3775 | 2025.04.30 19:13:07.796237 [ 256 ] {5105fa36-438f-4ff0-b46c-3fd956d70f23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3776 | 2025.04.30 19:13:07.796285 [ 256 ] {5105fa36-438f-4ff0-b46c-3fd956d70f23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3777 | 2025.04.30 19:13:07.796702 [ 256 ] {5105fa36-438f-4ff0-b46c-3fd956d70f23} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3778 | 2025.04.30 19:13:07.796741 [ 256 ] {5105fa36-438f-4ff0-b46c-3fd956d70f23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3779 | 2025.04.30 19:13:07.797090 [ 256 ] {5105fa36-438f-4ff0-b46c-3fd956d70f23} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3780 | 2025.04.30 19:13:07.797328 [ 256 ] {5105fa36-438f-4ff0-b46c-3fd956d70f23} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3781 | 2025.04.30 19:13:07.797536 [ 256 ] {5105fa36-438f-4ff0-b46c-3fd956d70f23} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.00132 sec., 25757.575757575756 rows/sec., 1.74 MiB/sec. | ||
| 3782 | 2025.04.30 19:13:07.797585 [ 256 ] {5105fa36-438f-4ff0-b46c-3fd956d70f23} <Debug> TCPHandler: Processed in 0.001506935 sec. | ||
| 3783 | 2025.04.30 19:13:10.374919 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3784 | 2025.04.30 19:13:10.375129 [ 256 ] {78a02745-e4eb-4827-996b-3c32e2309d85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3785 | 2025.04.30 19:13:10.375200 [ 256 ] {78a02745-e4eb-4827-996b-3c32e2309d85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3786 | 2025.04.30 19:13:10.375939 [ 256 ] {78a02745-e4eb-4827-996b-3c32e2309d85} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3787 | 2025.04.30 19:13:10.375991 [ 256 ] {78a02745-e4eb-4827-996b-3c32e2309d85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3788 | 2025.04.30 19:13:10.376411 [ 256 ] {78a02745-e4eb-4827-996b-3c32e2309d85} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 3789 | 2025.04.30 19:13:10.376650 [ 256 ] {78a02745-e4eb-4827-996b-3c32e2309d85} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3790 | 2025.04.30 19:13:10.376812 [ 97 ] {} <Debug> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 3791 | 2025.04.30 19:13:10.376841 [ 256 ] {78a02745-e4eb-4827-996b-3c32e2309d85} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001766 sec., 31710.07927519819 rows/sec., 2.44 MiB/sec. | ||
| 3792 | 2025.04.30 19:13:10.376860 [ 97 ] {} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3793 | 2025.04.30 19:13:10.376898 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3794 | 2025.04.30 19:13:10.376911 [ 256 ] {78a02745-e4eb-4827-996b-3c32e2309d85} <Debug> TCPHandler: Processed in 0.00213485 sec. | ||
| 3795 | 2025.04.30 19:13:10.377087 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3796 | 2025.04.30 19:13:10.377112 [ 195 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::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 | ||
| 3797 | 2025.04.30 19:13:10.377237 [ 256 ] {8c7a0d98-a712-47e0-8b26-ed1e6dc4d906} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3798 | 2025.04.30 19:13:10.377334 [ 256 ] {8c7a0d98-a712-47e0-8b26-ed1e6dc4d906} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3799 | 2025.04.30 19:13:10.377487 [ 195 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3800 | 2025.04.30 19:13:10.377584 [ 195 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1401 rows starting from the beginning of the part | ||
| 3801 | 2025.04.30 19:13:10.378009 [ 195 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 209 rows starting from the beginning of the part | ||
| 3802 | 2025.04.30 19:13:10.378385 [ 195 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 108 rows starting from the beginning of the part | ||
| 3803 | 2025.04.30 19:13:10.378799 [ 195 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 82 rows starting from the beginning of the part | ||
| 3804 | 2025.04.30 19:13:10.379129 [ 195 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1248 rows starting from the beginning of the part | ||
| 3805 | 2025.04.30 19:13:10.379499 [ 195 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part | ||
| 3806 | 2025.04.30 19:13:10.380166 [ 256 ] {8c7a0d98-a712-47e0-8b26-ed1e6dc4d906} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3807 | 2025.04.30 19:13:10.380228 [ 256 ] {8c7a0d98-a712-47e0-8b26-ed1e6dc4d906} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3808 | 2025.04.30 19:13:10.381084 [ 256 ] {8c7a0d98-a712-47e0-8b26-ed1e6dc4d906} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 3809 | 2025.04.30 19:13:10.381641 [ 256 ] {8c7a0d98-a712-47e0-8b26-ed1e6dc4d906} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3810 | 2025.04.30 19:13:10.381963 [ 97 ] {} <Debug> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 3811 | 2025.04.30 19:13:10.382079 [ 97 ] {} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3812 | 2025.04.30 19:13:10.382158 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3813 | 2025.04.30 19:13:10.382234 [ 256 ] {8c7a0d98-a712-47e0-8b26-ed1e6dc4d906} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005028 sec., 12728.719172633253 rows/sec., 1017.35 KiB/sec. | ||
| 3814 | 2025.04.30 19:13:10.382508 [ 256 ] {8c7a0d98-a712-47e0-8b26-ed1e6dc4d906} <Debug> TCPHandler: Processed in 0.005492927 sec. | ||
| 3815 | 2025.04.30 19:13:10.382568 [ 188 ] {ef48511d-534c-480b-8726-b87470b21d15::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 | ||
| 3816 | 2025.04.30 19:13:10.382684 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3817 | 2025.04.30 19:13:10.383081 [ 256 ] {a88d5b16-cf8d-4587-b79d-ac81aaa12295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3818 | 2025.04.30 19:13:10.383300 [ 256 ] {a88d5b16-cf8d-4587-b79d-ac81aaa12295} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3819 | 2025.04.30 19:13:10.383427 [ 188 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3820 | 2025.04.30 19:13:10.383528 [ 195 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3104 rows, containing 5 columns (5 merged, 0 gathered) in 0.006506822 sec., 477037.79202812066 rows/sec., 41.71 MiB/sec. | ||
| 3821 | 2025.04.30 19:13:10.383596 [ 188 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 627 rows starting from the beginning of the part | ||
| 3822 | 2025.04.30 19:13:10.384066 [ 194 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 3823 | 2025.04.30 19:13:10.384231 [ 188 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 127 rows starting from the beginning of the part | ||
| 3824 | 2025.04.30 19:13:10.384843 [ 188 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 90 rows starting from the beginning of the part | ||
| 3825 | 2025.04.30 19:13:10.385220 [ 194 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_31_6} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3826 | 2025.04.30 19:13:10.385274 [ 188 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 77 rows starting from the beginning of the part | ||
| 3827 | 2025.04.30 19:13:10.385582 [ 194 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_31_6} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 3828 | 2025.04.30 19:13:10.385931 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 3829 | 2025.04.30 19:13:10.386076 [ 188 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 546 rows starting from the beginning of the part | ||
| 3830 | 2025.04.30 19:13:10.386400 [ 188 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part | ||
| 3831 | 2025.04.30 19:13:10.386752 [ 256 ] {a88d5b16-cf8d-4587-b79d-ac81aaa12295} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3832 | 2025.04.30 19:13:10.386831 [ 256 ] {a88d5b16-cf8d-4587-b79d-ac81aaa12295} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3833 | 2025.04.30 19:13:10.387665 [ 256 ] {a88d5b16-cf8d-4587-b79d-ac81aaa12295} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 3834 | 2025.04.30 19:13:10.388386 [ 256 ] {a88d5b16-cf8d-4587-b79d-ac81aaa12295} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3835 | 2025.04.30 19:13:10.388647 [ 97 ] {} <Debug> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 3836 | 2025.04.30 19:13:10.388717 [ 97 ] {} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3837 | 2025.04.30 19:13:10.388797 [ 256 ] {a88d5b16-cf8d-4587-b79d-ac81aaa12295} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.005841 sec., 11299.435028248588 rows/sec., 807.53 KiB/sec. | ||
| 3838 | 2025.04.30 19:13:10.388809 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3839 | 2025.04.30 19:13:10.389296 [ 256 ] {a88d5b16-cf8d-4587-b79d-ac81aaa12295} <Debug> TCPHandler: Processed in 0.006683366 sec. | ||
| 3840 | 2025.04.30 19:13:10.389849 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3841 | 2025.04.30 19:13:10.389961 [ 188 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1531 rows, containing 5 columns (5 merged, 0 gathered) in 0.007692419 sec., 199027.12007757247 rows/sec., 15.85 MiB/sec. | ||
| 3842 | 2025.04.30 19:13:10.390024 [ 194 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::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 | ||
| 3843 | 2025.04.30 19:13:10.390246 [ 256 ] {3224b6f1-698f-4ae6-929f-95a4e4e31e40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3844 | 2025.04.30 19:13:10.390303 [ 202 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 3845 | 2025.04.30 19:13:10.390456 [ 256 ] {3224b6f1-698f-4ae6-929f-95a4e4e31e40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3846 | 2025.04.30 19:13:10.390473 [ 194 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3847 | 2025.04.30 19:13:10.390617 [ 194 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8369 rows starting from the beginning of the part | ||
| 3848 | 2025.04.30 19:13:10.391153 [ 194 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 203 rows starting from the beginning of the part | ||
| 3849 | 2025.04.30 19:13:10.391533 [ 202 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_31_6} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3850 | 2025.04.30 19:13:10.391873 [ 194 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
| 3851 | 2025.04.30 19:13:10.392071 [ 202 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_31_6} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 3852 | 2025.04.30 19:13:10.392443 [ 194 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
| 3853 | 2025.04.30 19:13:10.392534 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3854 | 2025.04.30 19:13:10.392736 [ 194 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 940 rows starting from the beginning of the part | ||
| 3855 | 2025.04.30 19:13:10.393052 [ 194 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 66 rows starting from the beginning of the part | ||
| 3856 | 2025.04.30 19:13:10.393670 [ 256 ] {3224b6f1-698f-4ae6-929f-95a4e4e31e40} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3857 | 2025.04.30 19:13:10.393728 [ 256 ] {3224b6f1-698f-4ae6-929f-95a4e4e31e40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3858 | 2025.04.30 19:13:10.394447 [ 256 ] {3224b6f1-698f-4ae6-929f-95a4e4e31e40} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 3859 | 2025.04.30 19:13:10.394927 [ 256 ] {3224b6f1-698f-4ae6-929f-95a4e4e31e40} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3860 | 2025.04.30 19:13:10.395239 [ 97 ] {} <Debug> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 3861 | 2025.04.30 19:13:10.395308 [ 97 ] {} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3862 | 2025.04.30 19:13:10.395363 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3863 | 2025.04.30 19:13:10.395425 [ 256 ] {3224b6f1-698f-4ae6-929f-95a4e4e31e40} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.005285 sec., 4919.583727530748 rows/sec., 337.22 KiB/sec. | ||
| 3864 | 2025.04.30 19:13:10.395779 [ 256 ] {3224b6f1-698f-4ae6-929f-95a4e4e31e40} <Debug> TCPHandler: Processed in 0.006143193 sec. | ||
| 3865 | 2025.04.30 19:13:10.395843 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::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 | ||
| 3866 | 2025.04.30 19:13:10.396342 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3867 | 2025.04.30 19:13:10.396446 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::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 | ||
| 3868 | 2025.04.30 19:13:10.396832 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::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 | ||
| 3869 | 2025.04.30 19:13:10.396911 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
| 3870 | 2025.04.30 19:13:10.397323 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
| 3871 | 2025.04.30 19:13:10.397543 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 34 rows starting from the beginning of the part | ||
| 3872 | 2025.04.30 19:13:10.397689 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 26 rows starting from the beginning of the part | ||
| 3873 | 2025.04.30 19:13:10.398763 [ 194 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9898 rows, containing 5 columns (5 merged, 0 gathered) in 0.009762618 sec., 1013867.3868013682 rows/sec., 69.41 MiB/sec. | ||
| 3874 | 2025.04.30 19:13:10.399037 [ 194 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 3875 | 2025.04.30 19:13:10.399560 [ 194 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3876 | 2025.04.30 19:13:10.399694 [ 194 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 3877 | 2025.04.30 19:13:10.399947 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. | ||
| 3878 | 2025.04.30 19:13:10.400107 [ 187 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1668 rows, containing 4 columns (4 merged, 0 gathered) in 0.004608247 sec., 361959.7647435131 rows/sec., 24.39 MiB/sec. | ||
| 3879 | 2025.04.30 19:13:10.400350 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 3880 | 2025.04.30 19:13:10.400625 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_31_6} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3881 | 2025.04.30 19:13:10.400703 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_31_6} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 3882 | 2025.04.30 19:13:10.400778 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 3883 | 2025.04.30 19:13:11.387622 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 | ||
| 3884 | 2025.04.30 19:13:11.388664 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3885 | 2025.04.30 19:13:11.388714 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3886 | 2025.04.30 19:13:11.389277 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3887 | 2025.04.30 19:13:11.389553 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3888 | 2025.04.30 19:13:11.389814 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
| 3889 | 2025.04.30 19:13:11.389827 [ 95 ] {} <Debug> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3890 | 2025.04.30 19:13:11.389934 [ 95 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3891 | 2025.04.30 19:13:11.389977 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3892 | 2025.04.30 19:13:11.390169 [ 191 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::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 | ||
| 3893 | 2025.04.30 19:13:11.390315 [ 191 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3894 | 2025.04.30 19:13:11.390361 [ 191 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::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 | ||
| 3895 | 2025.04.30 19:13:11.390451 [ 191 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part | ||
| 3896 | 2025.04.30 19:13:11.390699 [ 191 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part | ||
| 3897 | 2025.04.30 19:13:11.390929 [ 191 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part | ||
| 3898 | 2025.04.30 19:13:11.391106 [ 191 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part | ||
| 3899 | 2025.04.30 19:13:11.391197 [ 191 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part | ||
| 3900 | 2025.04.30 19:13:11.393621 [ 189 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003544773 sec., 2736141.3551728134 rows/sec., 39.14 MiB/sec. | ||
| 3901 | 2025.04.30 19:13:11.393848 [ 191 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3902 | 2025.04.30 19:13:11.394135 [ 191 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_21_4} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3903 | 2025.04.30 19:13:11.394213 [ 191 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_21_4} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3904 | 2025.04.30 19:13:11.394298 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3905 | 2025.04.30 19:13:12.031919 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 3906 | 2025.04.30 19:13:12.053839 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3907 | 2025.04.30 19:13:12.053901 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3908 | 2025.04.30 19:13:12.061471 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3909 | 2025.04.30 19:13:12.062264 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3910 | 2025.04.30 19:13:12.062645 [ 94 ] {} <Debug> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3911 | 2025.04.30 19:13:12.062786 [ 94 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3912 | 2025.04.30 19:13:12.062865 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3913 | 2025.04.30 19:13:12.063135 [ 199 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 3914 | 2025.04.30 19:13:12.071879 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 3915 | 2025.04.30 19:13:12.073029 [ 199 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3916 | 2025.04.30 19:13:12.073919 [ 199 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 3917 | 2025.04.30 19:13:12.078515 [ 199 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 3918 | 2025.04.30 19:13:12.083055 [ 199 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 3919 | 2025.04.30 19:13:12.087937 [ 199 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 3920 | 2025.04.30 19:13:12.093248 [ 199 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 3921 | 2025.04.30 19:13:12.097678 [ 199 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 3922 | 2025.04.30 19:13:12.154434 [ 189 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.091432258 sec., 1738.9923805666049 rows/sec., 8.99 MiB/sec. | ||
| 3923 | 2025.04.30 19:13:12.156109 [ 191 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3924 | 2025.04.30 19:13:12.158356 [ 191 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_21_4} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3925 | 2025.04.30 19:13:12.158451 [ 191 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_21_4} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3926 | 2025.04.30 19:13:12.159736 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 3927 | 2025.04.30 19:13:13.000490 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.24 MiB, peak 193.80 MiB, free memory in arenas 0.00 B, will set to 185.12 MiB (RSS), difference: 1.88 MiB | ||
| 3928 | 2025.04.30 19:13:13.935440 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 546 | ||
| 3929 | 2025.04.30 19:13:13.939212 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3930 | 2025.04.30 19:13:13.939263 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3931 | 2025.04.30 19:13:13.940707 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3932 | 2025.04.30 19:13:13.941022 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3933 | 2025.04.30 19:13:13.942028 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 546 | ||
| 3934 | 2025.04.30 19:13:15.379260 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3935 | 2025.04.30 19:13:15.379467 [ 256 ] {2e9d2ccb-2caf-460b-b754-47b92d051798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3936 | 2025.04.30 19:13:15.379550 [ 256 ] {2e9d2ccb-2caf-460b-b754-47b92d051798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3937 | 2025.04.30 19:13:15.380465 [ 256 ] {2e9d2ccb-2caf-460b-b754-47b92d051798} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3938 | 2025.04.30 19:13:15.380519 [ 256 ] {2e9d2ccb-2caf-460b-b754-47b92d051798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3939 | 2025.04.30 19:13:15.380956 [ 256 ] {2e9d2ccb-2caf-460b-b754-47b92d051798} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 3940 | 2025.04.30 19:13:15.381224 [ 256 ] {2e9d2ccb-2caf-460b-b754-47b92d051798} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3941 | 2025.04.30 19:13:15.381448 [ 256 ] {2e9d2ccb-2caf-460b-b754-47b92d051798} <Debug> executeQuery: Read 82 rows, 6.96 KiB in 0.002034 sec., 40314.65093411996 rows/sec., 3.34 MiB/sec. | ||
| 3942 | 2025.04.30 19:13:15.381558 [ 256 ] {2e9d2ccb-2caf-460b-b754-47b92d051798} <Debug> TCPHandler: Processed in 0.002429167 sec. | ||
| 3943 | 2025.04.30 19:13:15.381801 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3944 | 2025.04.30 19:13:15.381920 [ 256 ] {867d0ef4-38b6-4b93-ab05-0476f2eb08ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3945 | 2025.04.30 19:13:15.381972 [ 256 ] {867d0ef4-38b6-4b93-ab05-0476f2eb08ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3946 | 2025.04.30 19:13:15.382606 [ 256 ] {867d0ef4-38b6-4b93-ab05-0476f2eb08ed} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3947 | 2025.04.30 19:13:15.382647 [ 256 ] {867d0ef4-38b6-4b93-ab05-0476f2eb08ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3948 | 2025.04.30 19:13:15.382997 [ 256 ] {867d0ef4-38b6-4b93-ab05-0476f2eb08ed} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3949 | 2025.04.30 19:13:15.383232 [ 256 ] {867d0ef4-38b6-4b93-ab05-0476f2eb08ed} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3950 | 2025.04.30 19:13:15.383431 [ 256 ] {867d0ef4-38b6-4b93-ab05-0476f2eb08ed} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001524 sec., 8530.18372703412 rows/sec., 641.43 KiB/sec. | ||
| 3951 | 2025.04.30 19:13:15.383489 [ 256 ] {867d0ef4-38b6-4b93-ab05-0476f2eb08ed} <Debug> TCPHandler: Processed in 0.001791971 sec. | ||
| 3952 | 2025.04.30 19:13:15.383658 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3953 | 2025.04.30 19:13:15.383773 [ 256 ] {e64238d3-dfbb-4bb9-b3c2-6c01f59f80c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3954 | 2025.04.30 19:13:15.383820 [ 256 ] {e64238d3-dfbb-4bb9-b3c2-6c01f59f80c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3955 | 2025.04.30 19:13:15.384409 [ 256 ] {e64238d3-dfbb-4bb9-b3c2-6c01f59f80c7} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3956 | 2025.04.30 19:13:15.384450 [ 256 ] {e64238d3-dfbb-4bb9-b3c2-6c01f59f80c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3957 | 2025.04.30 19:13:15.384802 [ 256 ] {e64238d3-dfbb-4bb9-b3c2-6c01f59f80c7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 3958 | 2025.04.30 19:13:15.385039 [ 256 ] {e64238d3-dfbb-4bb9-b3c2-6c01f59f80c7} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3959 | 2025.04.30 19:13:15.385229 [ 256 ] {e64238d3-dfbb-4bb9-b3c2-6c01f59f80c7} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001479 sec., 52062.204192021636 rows/sec., 4.06 MiB/sec. | ||
| 3960 | 2025.04.30 19:13:15.385280 [ 256 ] {e64238d3-dfbb-4bb9-b3c2-6c01f59f80c7} <Debug> TCPHandler: Processed in 0.001679799 sec. | ||
| 3961 | 2025.04.30 19:13:15.385431 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3962 | 2025.04.30 19:13:15.385536 [ 256 ] {8e3fdfbd-09b8-4ed1-88d9-989eb2ff2824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3963 | 2025.04.30 19:13:15.385586 [ 256 ] {8e3fdfbd-09b8-4ed1-88d9-989eb2ff2824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3964 | 2025.04.30 19:13:15.386107 [ 256 ] {8e3fdfbd-09b8-4ed1-88d9-989eb2ff2824} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3965 | 2025.04.30 19:13:15.386147 [ 256 ] {8e3fdfbd-09b8-4ed1-88d9-989eb2ff2824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3966 | 2025.04.30 19:13:15.386523 [ 256 ] {8e3fdfbd-09b8-4ed1-88d9-989eb2ff2824} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 3967 | 2025.04.30 19:13:15.386761 [ 256 ] {8e3fdfbd-09b8-4ed1-88d9-989eb2ff2824} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3968 | 2025.04.30 19:13:15.386975 [ 256 ] {8e3fdfbd-09b8-4ed1-88d9-989eb2ff2824} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001452 sec., 110192.83746556475 rows/sec., 7.67 MiB/sec. | ||
| 3969 | 2025.04.30 19:13:15.387078 [ 256 ] {8e3fdfbd-09b8-4ed1-88d9-989eb2ff2824} <Debug> TCPHandler: Processed in 0.00169927 sec. | ||
| 3970 | 2025.04.30 19:13:15.387327 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3971 | 2025.04.30 19:13:15.387442 [ 256 ] {f157ee97-4214-4d62-bc7b-8cbd85ec8fa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3972 | 2025.04.30 19:13:15.387519 [ 256 ] {f157ee97-4214-4d62-bc7b-8cbd85ec8fa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3973 | 2025.04.30 19:13:15.388661 [ 256 ] {f157ee97-4214-4d62-bc7b-8cbd85ec8fa8} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3974 | 2025.04.30 19:13:15.388702 [ 256 ] {f157ee97-4214-4d62-bc7b-8cbd85ec8fa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3975 | 2025.04.30 19:13:15.389320 [ 256 ] {f157ee97-4214-4d62-bc7b-8cbd85ec8fa8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3976 | 2025.04.30 19:13:15.389575 [ 256 ] {f157ee97-4214-4d62-bc7b-8cbd85ec8fa8} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3977 | 2025.04.30 19:13:15.389801 [ 256 ] {f157ee97-4214-4d62-bc7b-8cbd85ec8fa8} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002381 sec., 5459.890802183957 rows/sec., 9.78 MiB/sec. | ||
| 3978 | 2025.04.30 19:13:15.389898 [ 256 ] {f157ee97-4214-4d62-bc7b-8cbd85ec8fa8} <Debug> TCPHandler: Processed in 0.002667382 sec. | ||
| 3979 | 2025.04.30 19:13:15.390014 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3980 | 2025.04.30 19:13:15.390116 [ 256 ] {a87b8e36-4032-4716-9924-e3cf0aa4cdb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3981 | 2025.04.30 19:13:15.390163 [ 256 ] {a87b8e36-4032-4716-9924-e3cf0aa4cdb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3982 | 2025.04.30 19:13:15.390570 [ 256 ] {a87b8e36-4032-4716-9924-e3cf0aa4cdb7} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3983 | 2025.04.30 19:13:15.390608 [ 256 ] {a87b8e36-4032-4716-9924-e3cf0aa4cdb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3984 | 2025.04.30 19:13:15.390954 [ 256 ] {a87b8e36-4032-4716-9924-e3cf0aa4cdb7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 3985 | 2025.04.30 19:13:15.391187 [ 256 ] {a87b8e36-4032-4716-9924-e3cf0aa4cdb7} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3986 | 2025.04.30 19:13:15.391389 [ 256 ] {a87b8e36-4032-4716-9924-e3cf0aa4cdb7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001292 sec., 46439.62848297214 rows/sec., 3.13 MiB/sec. | ||
| 3987 | 2025.04.30 19:13:15.391484 [ 256 ] {a87b8e36-4032-4716-9924-e3cf0aa4cdb7} <Debug> TCPHandler: Processed in 0.001519935 sec. | ||
| 3988 | 2025.04.30 19:13:18.769346 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3989 | 2025.04.30 19:13:18.769407 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3990 | 2025.04.30 19:13:18.889997 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 | ||
| 3991 | 2025.04.30 19:13:18.890649 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3992 | 2025.04.30 19:13:18.890703 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3993 | 2025.04.30 19:13:18.891304 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3994 | 2025.04.30 19:13:18.891590 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3995 | 2025.04.30 19:13:18.891870 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 3996 | 2025.04.30 19:13:19.571999 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 3997 | 2025.04.30 19:13:19.590936 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3998 | 2025.04.30 19:13:19.591011 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3999 | 2025.04.30 19:13:19.597877 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4000 | 2025.04.30 19:13:19.598696 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4001 | 2025.04.30 19:13:19.601701 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4002 | 2025.04.30 19:13:20.380054 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4003 | 2025.04.30 19:13:20.380365 [ 256 ] {a8d81c92-f5cf-4993-ad69-5bd8dd2ea6c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4004 | 2025.04.30 19:13:20.380484 [ 256 ] {a8d81c92-f5cf-4993-ad69-5bd8dd2ea6c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4005 | 2025.04.30 19:13:20.381278 [ 256 ] {a8d81c92-f5cf-4993-ad69-5bd8dd2ea6c2} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4006 | 2025.04.30 19:13:20.381331 [ 256 ] {a8d81c92-f5cf-4993-ad69-5bd8dd2ea6c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4007 | 2025.04.30 19:13:20.381778 [ 256 ] {a8d81c92-f5cf-4993-ad69-5bd8dd2ea6c2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4008 | 2025.04.30 19:13:20.382046 [ 256 ] {a8d81c92-f5cf-4993-ad69-5bd8dd2ea6c2} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4009 | 2025.04.30 19:13:20.382280 [ 256 ] {a8d81c92-f5cf-4993-ad69-5bd8dd2ea6c2} <Debug> executeQuery: Read 108 rows, 9.27 KiB in 0.001999 sec., 54027.01350675338 rows/sec., 4.53 MiB/sec. | ||
| 4010 | 2025.04.30 19:13:20.382345 [ 256 ] {a8d81c92-f5cf-4993-ad69-5bd8dd2ea6c2} <Debug> TCPHandler: Processed in 0.002483338 sec. | ||
| 4011 | 2025.04.30 19:13:20.382490 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4012 | 2025.04.30 19:13:20.382606 [ 256 ] {e297f71a-be6b-4c4d-b05a-7d0a7d767d76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4013 | 2025.04.30 19:13:20.382656 [ 256 ] {e297f71a-be6b-4c4d-b05a-7d0a7d767d76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4014 | 2025.04.30 19:13:20.383222 [ 256 ] {e297f71a-be6b-4c4d-b05a-7d0a7d767d76} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4015 | 2025.04.30 19:13:20.383265 [ 256 ] {e297f71a-be6b-4c4d-b05a-7d0a7d767d76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4016 | 2025.04.30 19:13:20.383635 [ 256 ] {e297f71a-be6b-4c4d-b05a-7d0a7d767d76} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4017 | 2025.04.30 19:13:20.383872 [ 256 ] {e297f71a-be6b-4c4d-b05a-7d0a7d767d76} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4018 | 2025.04.30 19:13:20.384079 [ 256 ] {e297f71a-be6b-4c4d-b05a-7d0a7d767d76} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001498 sec., 17356.475300400532 rows/sec., 1.27 MiB/sec. | ||
| 4019 | 2025.04.30 19:13:20.384131 [ 256 ] {e297f71a-be6b-4c4d-b05a-7d0a7d767d76} <Debug> TCPHandler: Processed in 0.001696179 sec. | ||
| 4020 | 2025.04.30 19:13:20.384263 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4021 | 2025.04.30 19:13:20.384370 [ 256 ] {a5a7f6e1-6fda-4a89-8c06-6f2793bc3418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4022 | 2025.04.30 19:13:20.384418 [ 256 ] {a5a7f6e1-6fda-4a89-8c06-6f2793bc3418} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4023 | 2025.04.30 19:13:20.384976 [ 256 ] {a5a7f6e1-6fda-4a89-8c06-6f2793bc3418} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4024 | 2025.04.30 19:13:20.385018 [ 256 ] {a5a7f6e1-6fda-4a89-8c06-6f2793bc3418} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4025 | 2025.04.30 19:13:20.385379 [ 256 ] {a5a7f6e1-6fda-4a89-8c06-6f2793bc3418} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4026 | 2025.04.30 19:13:20.385618 [ 256 ] {a5a7f6e1-6fda-4a89-8c06-6f2793bc3418} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4027 | 2025.04.30 19:13:20.385825 [ 256 ] {a5a7f6e1-6fda-4a89-8c06-6f2793bc3418} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001477 sec., 60934.326337169936 rows/sec., 4.76 MiB/sec. | ||
| 4028 | 2025.04.30 19:13:20.385877 [ 256 ] {a5a7f6e1-6fda-4a89-8c06-6f2793bc3418} <Debug> TCPHandler: Processed in 0.001667599 sec. | ||
| 4029 | 2025.04.30 19:13:20.385995 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4030 | 2025.04.30 19:13:20.386102 [ 256 ] {c14edfe7-3835-43d5-8257-566e3404d101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4031 | 2025.04.30 19:13:20.386152 [ 256 ] {c14edfe7-3835-43d5-8257-566e3404d101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4032 | 2025.04.30 19:13:20.386666 [ 256 ] {c14edfe7-3835-43d5-8257-566e3404d101} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4033 | 2025.04.30 19:13:20.386707 [ 256 ] {c14edfe7-3835-43d5-8257-566e3404d101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4034 | 2025.04.30 19:13:20.387093 [ 256 ] {c14edfe7-3835-43d5-8257-566e3404d101} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4035 | 2025.04.30 19:13:20.387339 [ 256 ] {c14edfe7-3835-43d5-8257-566e3404d101} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4036 | 2025.04.30 19:13:20.387581 [ 256 ] {c14edfe7-3835-43d5-8257-566e3404d101} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001495 sec., 107023.41137123745 rows/sec., 7.45 MiB/sec. | ||
| 4037 | 2025.04.30 19:13:20.387744 [ 256 ] {c14edfe7-3835-43d5-8257-566e3404d101} <Debug> TCPHandler: Processed in 0.001800211 sec. | ||
| 4038 | 2025.04.30 19:13:20.387975 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4039 | 2025.04.30 19:13:20.388084 [ 256 ] {6833849c-2d17-4d56-966c-6d46f03ee7a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4040 | 2025.04.30 19:13:20.388162 [ 256 ] {6833849c-2d17-4d56-966c-6d46f03ee7a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4041 | 2025.04.30 19:13:20.389254 [ 256 ] {6833849c-2d17-4d56-966c-6d46f03ee7a4} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4042 | 2025.04.30 19:13:20.389295 [ 256 ] {6833849c-2d17-4d56-966c-6d46f03ee7a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4043 | 2025.04.30 19:13:20.389912 [ 256 ] {6833849c-2d17-4d56-966c-6d46f03ee7a4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4044 | 2025.04.30 19:13:20.390181 [ 256 ] {6833849c-2d17-4d56-966c-6d46f03ee7a4} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4045 | 2025.04.30 19:13:20.390481 [ 256 ] {6833849c-2d17-4d56-966c-6d46f03ee7a4} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002417 sec., 10757.136946628052 rows/sec., 19.28 MiB/sec. | ||
| 4046 | 2025.04.30 19:13:20.390988 [ 256 ] {6833849c-2d17-4d56-966c-6d46f03ee7a4} <Debug> TCPHandler: Processed in 0.003088762 sec. | ||
| 4047 | 2025.04.30 19:13:20.391116 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4048 | 2025.04.30 19:13:20.391223 [ 256 ] {3ad91f1c-6b91-4127-8323-5dc738d73cce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4049 | 2025.04.30 19:13:20.391272 [ 256 ] {3ad91f1c-6b91-4127-8323-5dc738d73cce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4050 | 2025.04.30 19:13:20.391708 [ 256 ] {3ad91f1c-6b91-4127-8323-5dc738d73cce} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4051 | 2025.04.30 19:13:20.391748 [ 256 ] {3ad91f1c-6b91-4127-8323-5dc738d73cce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4052 | 2025.04.30 19:13:20.392113 [ 256 ] {3ad91f1c-6b91-4127-8323-5dc738d73cce} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4053 | 2025.04.30 19:13:20.392355 [ 256 ] {3ad91f1c-6b91-4127-8323-5dc738d73cce} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4054 | 2025.04.30 19:13:20.392553 [ 256 ] {3ad91f1c-6b91-4127-8323-5dc738d73cce} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001348 sec., 44510.38575667656 rows/sec., 3.00 MiB/sec. | ||
| 4055 | 2025.04.30 19:13:20.392655 [ 256 ] {3ad91f1c-6b91-4127-8323-5dc738d73cce} <Debug> TCPHandler: Processed in 0.001592287 sec. | ||
| 4056 | 2025.04.30 19:13:23.942265 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 570 | ||
| 4057 | 2025.04.30 19:13:23.945140 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4058 | 2025.04.30 19:13:23.945198 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4059 | 2025.04.30 19:13:23.946650 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4060 | 2025.04.30 19:13:23.946973 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4061 | 2025.04.30 19:13:23.947216 [ 76 ] {} <Debug> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4062 | 2025.04.30 19:13:23.947334 [ 76 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4063 | 2025.04.30 19:13:23.947391 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4064 | 2025.04.30 19:13:23.947797 [ 192 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::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 | ||
| 4065 | 2025.04.30 19:13:23.948574 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 570 | ||
| 4066 | 2025.04.30 19:13:23.948996 [ 192 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4067 | 2025.04.30 19:13:23.949178 [ 192 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 420 rows starting from the beginning of the part | ||
| 4068 | 2025.04.30 19:13:23.949881 [ 192 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::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 | ||
| 4069 | 2025.04.30 19:13:23.950501 [ 192 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part | ||
| 4070 | 2025.04.30 19:13:23.951087 [ 192 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part | ||
| 4071 | 2025.04.30 19:13:23.951721 [ 192 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::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 | ||
| 4072 | 2025.04.30 19:13:23.952307 [ 192 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part | ||
| 4073 | 2025.04.30 19:13:23.960442 [ 189 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 570 rows, containing 72 columns (72 merged, 0 gathered) in 0.0128981 sec., 44192.55549266947 rows/sec., 38.15 MiB/sec. | ||
| 4074 | 2025.04.30 19:13:23.961369 [ 200 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4075 | 2025.04.30 19:13:23.962148 [ 200 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_16_3} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4076 | 2025.04.30 19:13:23.962237 [ 200 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_16_3} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4077 | 2025.04.30 19:13:23.962457 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.83 MiB. | ||
| 4078 | 2025.04.30 19:13:25.381993 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4079 | 2025.04.30 19:13:25.382178 [ 256 ] {5f92db14-9138-4302-af46-8e9914a0e9e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4080 | 2025.04.30 19:13:25.382250 [ 256 ] {5f92db14-9138-4302-af46-8e9914a0e9e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4081 | 2025.04.30 19:13:25.382951 [ 256 ] {5f92db14-9138-4302-af46-8e9914a0e9e3} <Trace> oximeter.fields_i16 (7d02e2b8-bc3a-4729-b2d9-0b5e82181a45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4082 | 2025.04.30 19:13:25.383001 [ 256 ] {5f92db14-9138-4302-af46-8e9914a0e9e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4083 | 2025.04.30 19:13:25.383432 [ 256 ] {5f92db14-9138-4302-af46-8e9914a0e9e3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4084 | 2025.04.30 19:13:25.383685 [ 256 ] {5f92db14-9138-4302-af46-8e9914a0e9e3} <Trace> oximeter.fields_i16 (7d02e2b8-bc3a-4729-b2d9-0b5e82181a45): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4085 | 2025.04.30 19:13:25.383879 [ 75 ] {} <Debug> oximeter.fields_i16 (7d02e2b8-bc3a-4729-b2d9-0b5e82181a45) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4086 | 2025.04.30 19:13:25.383934 [ 256 ] {5f92db14-9138-4302-af46-8e9914a0e9e3} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.0018 sec., 13333.333333333334 rows/sec., 1.11 MiB/sec. | ||
| 4087 | 2025.04.30 19:13:25.383977 [ 75 ] {} <Trace> oximeter.fields_i16 (7d02e2b8-bc3a-4729-b2d9-0b5e82181a45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4088 | 2025.04.30 19:13:25.384055 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4089 | 2025.04.30 19:13:25.384063 [ 256 ] {5f92db14-9138-4302-af46-8e9914a0e9e3} <Debug> TCPHandler: Processed in 0.002202681 sec. | ||
| 4090 | 2025.04.30 19:13:25.384341 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4091 | 2025.04.30 19:13:25.384376 [ 186 ] {7d02e2b8-bc3a-4729-b2d9-0b5e82181a45::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 | ||
| 4092 | 2025.04.30 19:13:25.384525 [ 256 ] {3f49dad3-e840-453f-af43-35a26608d9d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4093 | 2025.04.30 19:13:25.384628 [ 256 ] {3f49dad3-e840-453f-af43-35a26608d9d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4094 | 2025.04.30 19:13:25.384667 [ 186 ] {7d02e2b8-bc3a-4729-b2d9-0b5e82181a45::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4095 | 2025.04.30 19:13:25.384760 [ 186 ] {7d02e2b8-bc3a-4729-b2d9-0b5e82181a45::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
| 4096 | 2025.04.30 19:13:25.385039 [ 186 ] {7d02e2b8-bc3a-4729-b2d9-0b5e82181a45::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part | ||
| 4097 | 2025.04.30 19:13:25.385370 [ 186 ] {7d02e2b8-bc3a-4729-b2d9-0b5e82181a45::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
| 4098 | 2025.04.30 19:13:25.385779 [ 186 ] {7d02e2b8-bc3a-4729-b2d9-0b5e82181a45::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part | ||
| 4099 | 2025.04.30 19:13:25.386146 [ 186 ] {7d02e2b8-bc3a-4729-b2d9-0b5e82181a45::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
| 4100 | 2025.04.30 19:13:25.387436 [ 256 ] {3f49dad3-e840-453f-af43-35a26608d9d3} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4101 | 2025.04.30 19:13:25.387513 [ 256 ] {3f49dad3-e840-453f-af43-35a26608d9d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4102 | 2025.04.30 19:13:25.388624 [ 256 ] {3f49dad3-e840-453f-af43-35a26608d9d3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4103 | 2025.04.30 19:13:25.388853 [ 200 ] {7d02e2b8-bc3a-4729-b2d9-0b5e82181a45::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.004665659 sec., 25719.839362456623 rows/sec., 2.23 MiB/sec. | ||
| 4104 | 2025.04.30 19:13:25.389127 [ 256 ] {3f49dad3-e840-453f-af43-35a26608d9d3} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4105 | 2025.04.30 19:13:25.389312 [ 200 ] {7d02e2b8-bc3a-4729-b2d9-0b5e82181a45::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4106 | 2025.04.30 19:13:25.389599 [ 256 ] {3f49dad3-e840-453f-af43-35a26608d9d3} <Debug> executeQuery: Read 202 rows, 18.43 KiB in 0.005121 sec., 39445.42081624683 rows/sec., 3.51 MiB/sec. | ||
| 4107 | 2025.04.30 19:13:25.389685 [ 256 ] {3f49dad3-e840-453f-af43-35a26608d9d3} <Debug> TCPHandler: Processed in 0.005446307 sec. | ||
| 4108 | 2025.04.30 19:13:25.389864 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4109 | 2025.04.30 19:13:25.390040 [ 256 ] {44da6cb6-275c-41bf-af68-af4563d6a2cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4110 | 2025.04.30 19:13:25.390048 [ 200 ] {7d02e2b8-bc3a-4729-b2d9-0b5e82181a45::all_1_5_1} <Trace> oximeter.fields_i16 (7d02e2b8-bc3a-4729-b2d9-0b5e82181a45): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4111 | 2025.04.30 19:13:25.390134 [ 256 ] {44da6cb6-275c-41bf-af68-af4563d6a2cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4112 | 2025.04.30 19:13:25.390261 [ 200 ] {7d02e2b8-bc3a-4729-b2d9-0b5e82181a45::all_1_5_1} <Trace> oximeter.fields_i16 (7d02e2b8-bc3a-4729-b2d9-0b5e82181a45) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4113 | 2025.04.30 19:13:25.390441 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 4114 | 2025.04.30 19:13:25.390891 [ 256 ] {44da6cb6-275c-41bf-af68-af4563d6a2cb} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4115 | 2025.04.30 19:13:25.390937 [ 256 ] {44da6cb6-275c-41bf-af68-af4563d6a2cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4116 | 2025.04.30 19:13:25.391294 [ 256 ] {44da6cb6-275c-41bf-af68-af4563d6a2cb} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4117 | 2025.04.30 19:13:25.391534 [ 256 ] {44da6cb6-275c-41bf-af68-af4563d6a2cb} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4118 | 2025.04.30 19:13:25.391749 [ 256 ] {44da6cb6-275c-41bf-af68-af4563d6a2cb} <Debug> executeQuery: Read 25 rows, 1.94 KiB in 0.001755 sec., 14245.014245014245 rows/sec., 1.08 MiB/sec. | ||
| 4119 | 2025.04.30 19:13:25.391803 [ 256 ] {44da6cb6-275c-41bf-af68-af4563d6a2cb} <Debug> TCPHandler: Processed in 0.002019688 sec. | ||
| 4120 | 2025.04.30 19:13:25.391917 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4121 | 2025.04.30 19:13:25.392023 [ 256 ] {b390a5c0-d593-41aa-8763-f4af1ea8ffb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4122 | 2025.04.30 19:13:25.392070 [ 256 ] {b390a5c0-d593-41aa-8763-f4af1ea8ffb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4123 | 2025.04.30 19:13:25.392562 [ 256 ] {b390a5c0-d593-41aa-8763-f4af1ea8ffb4} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4124 | 2025.04.30 19:13:25.392603 [ 256 ] {b390a5c0-d593-41aa-8763-f4af1ea8ffb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4125 | 2025.04.30 19:13:25.392943 [ 256 ] {b390a5c0-d593-41aa-8763-f4af1ea8ffb4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4126 | 2025.04.30 19:13:25.393187 [ 256 ] {b390a5c0-d593-41aa-8763-f4af1ea8ffb4} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4127 | 2025.04.30 19:13:25.393397 [ 256 ] {b390a5c0-d593-41aa-8763-f4af1ea8ffb4} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001391 sec., 17253.774263120056 rows/sec., 1.43 MiB/sec. | ||
| 4128 | 2025.04.30 19:13:25.393587 [ 256 ] {b390a5c0-d593-41aa-8763-f4af1ea8ffb4} <Debug> TCPHandler: Processed in 0.0017205 sec. | ||
| 4129 | 2025.04.30 19:13:25.393732 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4130 | 2025.04.30 19:13:25.393836 [ 256 ] {b962da4a-925b-44bb-a410-09d54b5775ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4131 | 2025.04.30 19:13:25.393880 [ 256 ] {b962da4a-925b-44bb-a410-09d54b5775ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4132 | 2025.04.30 19:13:25.394400 [ 256 ] {b962da4a-925b-44bb-a410-09d54b5775ce} <Trace> oximeter.fields_u8 (6ac07ddf-9e79-4702-b981-c16bd17e5618): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4133 | 2025.04.30 19:13:25.394441 [ 256 ] {b962da4a-925b-44bb-a410-09d54b5775ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4134 | 2025.04.30 19:13:25.394790 [ 256 ] {b962da4a-925b-44bb-a410-09d54b5775ce} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4135 | 2025.04.30 19:13:25.395034 [ 256 ] {b962da4a-925b-44bb-a410-09d54b5775ce} <Trace> oximeter.fields_u8 (6ac07ddf-9e79-4702-b981-c16bd17e5618): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4136 | 2025.04.30 19:13:25.395196 [ 72 ] {} <Debug> oximeter.fields_u8 (6ac07ddf-9e79-4702-b981-c16bd17e5618) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4137 | 2025.04.30 19:13:25.395255 [ 72 ] {} <Trace> oximeter.fields_u8 (6ac07ddf-9e79-4702-b981-c16bd17e5618): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4138 | 2025.04.30 19:13:25.395287 [ 256 ] {b962da4a-925b-44bb-a410-09d54b5775ce} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001464 sec., 8196.72131147541 rows/sec., 640.37 KiB/sec. | ||
| 4139 | 2025.04.30 19:13:25.395295 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4140 | 2025.04.30 19:13:25.395468 [ 256 ] {b962da4a-925b-44bb-a410-09d54b5775ce} <Debug> TCPHandler: Processed in 0.001785842 sec. | ||
| 4141 | 2025.04.30 19:13:25.395745 [ 186 ] {6ac07ddf-9e79-4702-b981-c16bd17e5618::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 | ||
| 4142 | 2025.04.30 19:13:25.395807 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4143 | 2025.04.30 19:13:25.395942 [ 186 ] {6ac07ddf-9e79-4702-b981-c16bd17e5618::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4144 | 2025.04.30 19:13:25.396008 [ 256 ] {c32f28ef-3b95-4324-af47-6130b3f3e13e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4145 | 2025.04.30 19:13:25.396013 [ 186 ] {6ac07ddf-9e79-4702-b981-c16bd17e5618::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
| 4146 | 2025.04.30 19:13:25.396097 [ 256 ] {c32f28ef-3b95-4324-af47-6130b3f3e13e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4147 | 2025.04.30 19:13:25.396298 [ 186 ] {6ac07ddf-9e79-4702-b981-c16bd17e5618::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part | ||
| 4148 | 2025.04.30 19:13:25.396630 [ 186 ] {6ac07ddf-9e79-4702-b981-c16bd17e5618::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
| 4149 | 2025.04.30 19:13:25.396934 [ 186 ] {6ac07ddf-9e79-4702-b981-c16bd17e5618::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
| 4150 | 2025.04.30 19:13:25.397260 [ 186 ] {6ac07ddf-9e79-4702-b981-c16bd17e5618::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part | ||
| 4151 | 2025.04.30 19:13:25.398996 [ 256 ] {c32f28ef-3b95-4324-af47-6130b3f3e13e} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4152 | 2025.04.30 19:13:25.399068 [ 256 ] {c32f28ef-3b95-4324-af47-6130b3f3e13e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4153 | 2025.04.30 19:13:25.399721 [ 186 ] {6ac07ddf-9e79-4702-b981-c16bd17e5618::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.00430152 sec., 13948.557719131843 rows/sec., 1.12 MiB/sec. | ||
| 4154 | 2025.04.30 19:13:25.399973 [ 256 ] {c32f28ef-3b95-4324-af47-6130b3f3e13e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4155 | 2025.04.30 19:13:25.400033 [ 200 ] {6ac07ddf-9e79-4702-b981-c16bd17e5618::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4156 | 2025.04.30 19:13:25.400430 [ 256 ] {c32f28ef-3b95-4324-af47-6130b3f3e13e} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4157 | 2025.04.30 19:13:25.400976 [ 200 ] {6ac07ddf-9e79-4702-b981-c16bd17e5618::all_1_5_1} <Trace> oximeter.fields_u8 (6ac07ddf-9e79-4702-b981-c16bd17e5618): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4158 | 2025.04.30 19:13:25.400979 [ 256 ] {c32f28ef-3b95-4324-af47-6130b3f3e13e} <Debug> executeQuery: Read 113 rows, 9.41 KiB in 0.004969 sec., 22740.994163815656 rows/sec., 1.85 MiB/sec. | ||
| 4159 | 2025.04.30 19:13:25.401316 [ 200 ] {6ac07ddf-9e79-4702-b981-c16bd17e5618::all_1_5_1} <Trace> oximeter.fields_u8 (6ac07ddf-9e79-4702-b981-c16bd17e5618) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4160 | 2025.04.30 19:13:25.401468 [ 256 ] {c32f28ef-3b95-4324-af47-6130b3f3e13e} <Debug> TCPHandler: Processed in 0.005740054 sec. | ||
| 4161 | 2025.04.30 19:13:25.401565 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4162 | 2025.04.30 19:13:25.401732 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4163 | 2025.04.30 19:13:25.401844 [ 256 ] {590f795c-1ffe-4220-8baa-65af64d37231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4164 | 2025.04.30 19:13:25.401895 [ 256 ] {590f795c-1ffe-4220-8baa-65af64d37231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4165 | 2025.04.30 19:13:25.402454 [ 256 ] {590f795c-1ffe-4220-8baa-65af64d37231} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4166 | 2025.04.30 19:13:25.402495 [ 256 ] {590f795c-1ffe-4220-8baa-65af64d37231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4167 | 2025.04.30 19:13:25.402891 [ 256 ] {590f795c-1ffe-4220-8baa-65af64d37231} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4168 | 2025.04.30 19:13:25.403134 [ 256 ] {590f795c-1ffe-4220-8baa-65af64d37231} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4169 | 2025.04.30 19:13:25.403346 [ 256 ] {590f795c-1ffe-4220-8baa-65af64d37231} <Debug> executeQuery: Read 196 rows, 14.40 KiB in 0.001525 sec., 128524.59016393442 rows/sec., 9.22 MiB/sec. | ||
| 4170 | 2025.04.30 19:13:25.403400 [ 256 ] {590f795c-1ffe-4220-8baa-65af64d37231} <Debug> TCPHandler: Processed in 0.00172178 sec. | ||
| 4171 | 2025.04.30 19:13:25.403517 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4172 | 2025.04.30 19:13:25.403622 [ 256 ] {21746d02-7ea0-47ae-865c-92fca4809fbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4173 | 2025.04.30 19:13:25.403691 [ 256 ] {21746d02-7ea0-47ae-865c-92fca4809fbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4174 | 2025.04.30 19:13:25.404709 [ 256 ] {21746d02-7ea0-47ae-865c-92fca4809fbd} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4175 | 2025.04.30 19:13:25.404751 [ 256 ] {21746d02-7ea0-47ae-865c-92fca4809fbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4176 | 2025.04.30 19:13:25.405368 [ 256 ] {21746d02-7ea0-47ae-865c-92fca4809fbd} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4177 | 2025.04.30 19:13:25.405624 [ 256 ] {21746d02-7ea0-47ae-865c-92fca4809fbd} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4178 | 2025.04.30 19:13:25.405868 [ 256 ] {21746d02-7ea0-47ae-865c-92fca4809fbd} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002267 sec., 5734.450816056463 rows/sec., 10.28 MiB/sec. | ||
| 4179 | 2025.04.30 19:13:25.405967 [ 256 ] {21746d02-7ea0-47ae-865c-92fca4809fbd} <Debug> TCPHandler: Processed in 0.002503658 sec. | ||
| 4180 | 2025.04.30 19:13:25.406097 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4181 | 2025.04.30 19:13:25.406205 [ 256 ] {70d0551a-f36e-4d1b-b24d-491992377961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4182 | 2025.04.30 19:13:25.406252 [ 256 ] {70d0551a-f36e-4d1b-b24d-491992377961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4183 | 2025.04.30 19:13:25.406669 [ 256 ] {70d0551a-f36e-4d1b-b24d-491992377961} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4184 | 2025.04.30 19:13:25.406708 [ 256 ] {70d0551a-f36e-4d1b-b24d-491992377961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4185 | 2025.04.30 19:13:25.407071 [ 256 ] {70d0551a-f36e-4d1b-b24d-491992377961} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4186 | 2025.04.30 19:13:25.407297 [ 256 ] {70d0551a-f36e-4d1b-b24d-491992377961} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4187 | 2025.04.30 19:13:25.407499 [ 256 ] {70d0551a-f36e-4d1b-b24d-491992377961} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001315 sec., 45627.37642585552 rows/sec., 3.07 MiB/sec. | ||
| 4188 | 2025.04.30 19:13:25.407546 [ 256 ] {70d0551a-f36e-4d1b-b24d-491992377961} <Debug> TCPHandler: Processed in 0.001502335 sec. | ||
| 4189 | 2025.04.30 19:13:26.392058 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 | ||
| 4190 | 2025.04.30 19:13:26.393173 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4191 | 2025.04.30 19:13:26.393217 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4192 | 2025.04.30 19:13:26.393720 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4193 | 2025.04.30 19:13:26.393970 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4194 | 2025.04.30 19:13:26.394212 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
| 4195 | 2025.04.30 19:13:27.101806 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4196 | 2025.04.30 19:13:27.121454 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4197 | 2025.04.30 19:13:27.121507 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4198 | 2025.04.30 19:13:27.128822 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4199 | 2025.04.30 19:13:27.129577 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4200 | 2025.04.30 19:13:27.132210 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4201 | 2025.04.30 19:13:30.380387 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4202 | 2025.04.30 19:13:30.380591 [ 256 ] {0498a803-4792-4fbb-bd83-04c0d60922ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4203 | 2025.04.30 19:13:30.380670 [ 256 ] {0498a803-4792-4fbb-bd83-04c0d60922ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4204 | 2025.04.30 19:13:30.381476 [ 256 ] {0498a803-4792-4fbb-bd83-04c0d60922ce} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4205 | 2025.04.30 19:13:30.381521 [ 256 ] {0498a803-4792-4fbb-bd83-04c0d60922ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4206 | 2025.04.30 19:13:30.381948 [ 256 ] {0498a803-4792-4fbb-bd83-04c0d60922ce} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4207 | 2025.04.30 19:13:30.382206 [ 256 ] {0498a803-4792-4fbb-bd83-04c0d60922ce} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4208 | 2025.04.30 19:13:30.382399 [ 256 ] {0498a803-4792-4fbb-bd83-04c0d60922ce} <Debug> executeQuery: Read 108 rows, 9.27 KiB in 0.001865 sec., 57908.8471849866 rows/sec., 4.86 MiB/sec. | ||
| 4209 | 2025.04.30 19:13:30.382453 [ 256 ] {0498a803-4792-4fbb-bd83-04c0d60922ce} <Debug> TCPHandler: Processed in 0.002208702 sec. | ||
| 4210 | 2025.04.30 19:13:30.382590 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4211 | 2025.04.30 19:13:30.382695 [ 256 ] {a1f76e71-4690-4ce3-b2a9-462b826f8e6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4212 | 2025.04.30 19:13:30.382741 [ 256 ] {a1f76e71-4690-4ce3-b2a9-462b826f8e6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4213 | 2025.04.30 19:13:30.383268 [ 256 ] {a1f76e71-4690-4ce3-b2a9-462b826f8e6b} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4214 | 2025.04.30 19:13:30.383305 [ 256 ] {a1f76e71-4690-4ce3-b2a9-462b826f8e6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4215 | 2025.04.30 19:13:30.383641 [ 256 ] {a1f76e71-4690-4ce3-b2a9-462b826f8e6b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4216 | 2025.04.30 19:13:30.383869 [ 256 ] {a1f76e71-4690-4ce3-b2a9-462b826f8e6b} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4217 | 2025.04.30 19:13:30.383993 [ 33 ] {} <Debug> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4218 | 2025.04.30 19:13:30.384042 [ 256 ] {a1f76e71-4690-4ce3-b2a9-462b826f8e6b} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001367 sec., 19019.75128017557 rows/sec., 1.40 MiB/sec. | ||
| 4219 | 2025.04.30 19:13:30.384046 [ 33 ] {} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4220 | 2025.04.30 19:13:30.384096 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4221 | 2025.04.30 19:13:30.384111 [ 256 ] {a1f76e71-4690-4ce3-b2a9-462b826f8e6b} <Debug> TCPHandler: Processed in 0.001572616 sec. | ||
| 4222 | 2025.04.30 19:13:30.384265 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4223 | 2025.04.30 19:13:30.384322 [ 200 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::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 | ||
| 4224 | 2025.04.30 19:13:30.384418 [ 256 ] {24f03e55-01fe-4c7e-93d4-ad7863765102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4225 | 2025.04.30 19:13:30.384507 [ 256 ] {24f03e55-01fe-4c7e-93d4-ad7863765102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4226 | 2025.04.30 19:13:30.384788 [ 200 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4227 | 2025.04.30 19:13:30.384902 [ 200 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 69 rows starting from the beginning of the part | ||
| 4228 | 2025.04.30 19:13:30.385284 [ 200 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part | ||
| 4229 | 2025.04.30 19:13:30.385687 [ 200 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 13 rows starting from the beginning of the part | ||
| 4230 | 2025.04.30 19:13:30.385934 [ 200 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 26 rows starting from the beginning of the part | ||
| 4231 | 2025.04.30 19:13:30.386241 [ 200 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 25 rows starting from the beginning of the part | ||
| 4232 | 2025.04.30 19:13:30.386551 [ 200 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 26 rows starting from the beginning of the part | ||
| 4233 | 2025.04.30 19:13:30.387324 [ 256 ] {24f03e55-01fe-4c7e-93d4-ad7863765102} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4234 | 2025.04.30 19:13:30.387390 [ 256 ] {24f03e55-01fe-4c7e-93d4-ad7863765102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4235 | 2025.04.30 19:13:30.388444 [ 256 ] {24f03e55-01fe-4c7e-93d4-ad7863765102} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4236 | 2025.04.30 19:13:30.389016 [ 256 ] {24f03e55-01fe-4c7e-93d4-ad7863765102} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4237 | 2025.04.30 19:13:30.389590 [ 200 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.005384096 sec., 34360.45716866862 rows/sec., 2.66 MiB/sec. | ||
| 4238 | 2025.04.30 19:13:30.389616 [ 256 ] {24f03e55-01fe-4c7e-93d4-ad7863765102} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.005241 sec., 17172.29536348025 rows/sec., 1.34 MiB/sec. | ||
| 4239 | 2025.04.30 19:13:30.389766 [ 256 ] {24f03e55-01fe-4c7e-93d4-ad7863765102} <Debug> TCPHandler: Processed in 0.00557524 sec. | ||
| 4240 | 2025.04.30 19:13:30.389823 [ 200 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4241 | 2025.04.30 19:13:30.389944 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4242 | 2025.04.30 19:13:30.390133 [ 256 ] {765a02da-c81b-4d6b-9b07-37a45f370b48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4243 | 2025.04.30 19:13:30.390224 [ 256 ] {765a02da-c81b-4d6b-9b07-37a45f370b48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4244 | 2025.04.30 19:13:30.390271 [ 200 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_26_5} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4245 | 2025.04.30 19:13:30.390485 [ 200 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_26_5} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4246 | 2025.04.30 19:13:30.390663 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 4247 | 2025.04.30 19:13:30.391118 [ 256 ] {765a02da-c81b-4d6b-9b07-37a45f370b48} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4248 | 2025.04.30 19:13:30.391161 [ 256 ] {765a02da-c81b-4d6b-9b07-37a45f370b48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4249 | 2025.04.30 19:13:30.391543 [ 256 ] {765a02da-c81b-4d6b-9b07-37a45f370b48} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4250 | 2025.04.30 19:13:30.391777 [ 256 ] {765a02da-c81b-4d6b-9b07-37a45f370b48} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4251 | 2025.04.30 19:13:30.391947 [ 256 ] {765a02da-c81b-4d6b-9b07-37a45f370b48} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001879 sec., 85151.67642362959 rows/sec., 5.93 MiB/sec. | ||
| 4252 | 2025.04.30 19:13:30.391997 [ 256 ] {765a02da-c81b-4d6b-9b07-37a45f370b48} <Debug> TCPHandler: Processed in 0.00213601 sec. | ||
| 4253 | 2025.04.30 19:13:30.392118 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4254 | 2025.04.30 19:13:30.392223 [ 256 ] {1d3b561f-6a89-4701-8c3d-9aa1938d6ae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4255 | 2025.04.30 19:13:30.392288 [ 256 ] {1d3b561f-6a89-4701-8c3d-9aa1938d6ae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4256 | 2025.04.30 19:13:30.393364 [ 256 ] {1d3b561f-6a89-4701-8c3d-9aa1938d6ae9} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4257 | 2025.04.30 19:13:30.393401 [ 256 ] {1d3b561f-6a89-4701-8c3d-9aa1938d6ae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4258 | 2025.04.30 19:13:30.394047 [ 256 ] {1d3b561f-6a89-4701-8c3d-9aa1938d6ae9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4259 | 2025.04.30 19:13:30.394300 [ 256 ] {1d3b561f-6a89-4701-8c3d-9aa1938d6ae9} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4260 | 2025.04.30 19:13:30.394435 [ 33 ] {} <Debug> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4261 | 2025.04.30 19:13:30.394482 [ 33 ] {} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4262 | 2025.04.30 19:13:30.394505 [ 256 ] {1d3b561f-6a89-4701-8c3d-9aa1938d6ae9} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002302 sec., 11294.526498696787 rows/sec., 20.24 MiB/sec. | ||
| 4263 | 2025.04.30 19:13:30.394510 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4264 | 2025.04.30 19:13:30.394725 [ 197 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::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 | ||
| 4265 | 2025.04.30 19:13:30.394727 [ 256 ] {1d3b561f-6a89-4701-8c3d-9aa1938d6ae9} <Debug> TCPHandler: Processed in 0.002662592 sec. | ||
| 4266 | 2025.04.30 19:13:30.394889 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4267 | 2025.04.30 19:13:30.395023 [ 197 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4268 | 2025.04.30 19:13:30.395028 [ 256 ] {e105b05d-c280-4c26-b8cd-aaa904a087f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4269 | 2025.04.30 19:13:30.395089 [ 197 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 344 rows starting from the beginning of the part | ||
| 4270 | 2025.04.30 19:13:30.395098 [ 256 ] {e105b05d-c280-4c26-b8cd-aaa904a087f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4271 | 2025.04.30 19:13:30.395720 [ 197 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part | ||
| 4272 | 2025.04.30 19:13:30.396184 [ 197 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 13 rows starting from the beginning of the part | ||
| 4273 | 2025.04.30 19:13:30.396766 [ 256 ] {e105b05d-c280-4c26-b8cd-aaa904a087f6} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4274 | 2025.04.30 19:13:30.396783 [ 197 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 26 rows starting from the beginning of the part | ||
| 4275 | 2025.04.30 19:13:30.396810 [ 256 ] {e105b05d-c280-4c26-b8cd-aaa904a087f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4276 | 2025.04.30 19:13:30.397295 [ 197 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 13 rows starting from the beginning of the part | ||
| 4277 | 2025.04.30 19:13:30.397784 [ 197 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 26 rows starting from the beginning of the part | ||
| 4278 | 2025.04.30 19:13:30.397857 [ 256 ] {e105b05d-c280-4c26-b8cd-aaa904a087f6} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4279 | 2025.04.30 19:13:30.398371 [ 256 ] {e105b05d-c280-4c26-b8cd-aaa904a087f6} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4280 | 2025.04.30 19:13:30.398640 [ 256 ] {e105b05d-c280-4c26-b8cd-aaa904a087f6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003648 sec., 16447.36842105263 rows/sec., 1.11 MiB/sec. | ||
| 4281 | 2025.04.30 19:13:30.398806 [ 256 ] {e105b05d-c280-4c26-b8cd-aaa904a087f6} <Debug> TCPHandler: Processed in 0.003972642 sec. | ||
| 4282 | 2025.04.30 19:13:30.402202 [ 187 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 448 rows, containing 19 columns (19 merged, 0 gathered) in 0.007597507 sec., 58966.71105403391 rows/sec., 105.67 MiB/sec. | ||
| 4283 | 2025.04.30 19:13:30.403055 [ 188 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4284 | 2025.04.30 19:13:30.403493 [ 188 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4285 | 2025.04.30 19:13:30.403581 [ 188 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4286 | 2025.04.30 19:13:30.403730 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
| 4287 | 2025.04.30 19:13:33.769456 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4288 | 2025.04.30 19:13:33.769521 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4289 | 2025.04.30 19:13:33.894602 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 | ||
| 4290 | 2025.04.30 19:13:33.895254 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4291 | 2025.04.30 19:13:33.895308 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4292 | 2025.04.30 19:13:33.895890 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4293 | 2025.04.30 19:13:33.896171 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4294 | 2025.04.30 19:13:33.896479 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 4295 | 2025.04.30 19:13:33.948835 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 600 | ||
| 4296 | 2025.04.30 19:13:33.951879 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4297 | 2025.04.30 19:13:33.951931 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4298 | 2025.04.30 19:13:33.953406 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4299 | 2025.04.30 19:13:33.953749 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4300 | 2025.04.30 19:13:33.954289 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 600 | ||
| 4301 | 2025.04.30 19:13:34.632342 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 4302 | 2025.04.30 19:13:34.653182 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4303 | 2025.04.30 19:13:34.653243 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4304 | 2025.04.30 19:13:34.660538 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4305 | 2025.04.30 19:13:34.661313 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4306 | 2025.04.30 19:13:34.664674 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 4307 | 2025.04.30 19:13:35.380101 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4308 | 2025.04.30 19:13:35.380286 [ 256 ] {5e202571-2bee-456e-b188-a8d9c1ce5013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4309 | 2025.04.30 19:13:35.380358 [ 256 ] {5e202571-2bee-456e-b188-a8d9c1ce5013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4310 | 2025.04.30 19:13:35.381124 [ 256 ] {5e202571-2bee-456e-b188-a8d9c1ce5013} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4311 | 2025.04.30 19:13:35.381173 [ 256 ] {5e202571-2bee-456e-b188-a8d9c1ce5013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4312 | 2025.04.30 19:13:35.381599 [ 256 ] {5e202571-2bee-456e-b188-a8d9c1ce5013} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4313 | 2025.04.30 19:13:35.381851 [ 256 ] {5e202571-2bee-456e-b188-a8d9c1ce5013} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4314 | 2025.04.30 19:13:35.382045 [ 32 ] {} <Debug> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4315 | 2025.04.30 19:13:35.382087 [ 256 ] {5e202571-2bee-456e-b188-a8d9c1ce5013} <Debug> executeQuery: Read 82 rows, 6.96 KiB in 0.001851 sec., 44300.37817396002 rows/sec., 3.67 MiB/sec. | ||
| 4316 | 2025.04.30 19:13:35.382140 [ 32 ] {} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4317 | 2025.04.30 19:13:35.382223 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4318 | 2025.04.30 19:13:35.382230 [ 256 ] {5e202571-2bee-456e-b188-a8d9c1ce5013} <Debug> TCPHandler: Processed in 0.002260522 sec. | ||
| 4319 | 2025.04.30 19:13:35.382705 [ 200 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::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 | ||
| 4320 | 2025.04.30 19:13:35.382759 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4321 | 2025.04.30 19:13:35.383421 [ 200 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4322 | 2025.04.30 19:13:35.383450 [ 256 ] {4469097d-f7fb-4bcd-8af2-de1b9060508c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4323 | 2025.04.30 19:13:35.383573 [ 200 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1403 rows starting from the beginning of the part | ||
| 4324 | 2025.04.30 19:13:35.383733 [ 256 ] {4469097d-f7fb-4bcd-8af2-de1b9060508c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4325 | 2025.04.30 19:13:35.384343 [ 200 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part | ||
| 4326 | 2025.04.30 19:13:35.384694 [ 200 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 108 rows starting from the beginning of the part | ||
| 4327 | 2025.04.30 19:13:35.385075 [ 200 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 202 rows starting from the beginning of the part | ||
| 4328 | 2025.04.30 19:13:35.385510 [ 200 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 108 rows starting from the beginning of the part | ||
| 4329 | 2025.04.30 19:13:35.385814 [ 200 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part | ||
| 4330 | 2025.04.30 19:13:35.386682 [ 256 ] {4469097d-f7fb-4bcd-8af2-de1b9060508c} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4331 | 2025.04.30 19:13:35.386744 [ 256 ] {4469097d-f7fb-4bcd-8af2-de1b9060508c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4332 | 2025.04.30 19:13:35.387761 [ 256 ] {4469097d-f7fb-4bcd-8af2-de1b9060508c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4333 | 2025.04.30 19:13:35.388240 [ 256 ] {4469097d-f7fb-4bcd-8af2-de1b9060508c} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4334 | 2025.04.30 19:13:35.388792 [ 256 ] {4469097d-f7fb-4bcd-8af2-de1b9060508c} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.00557 sec., 2333.931777378815 rows/sec., 175.50 KiB/sec. | ||
| 4335 | 2025.04.30 19:13:35.389255 [ 256 ] {4469097d-f7fb-4bcd-8af2-de1b9060508c} <Debug> TCPHandler: Processed in 0.006694726 sec. | ||
| 4336 | 2025.04.30 19:13:35.389601 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4337 | 2025.04.30 19:13:35.389935 [ 256 ] {a50fede3-0e83-4cfd-8589-ff6781f8a20c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4338 | 2025.04.30 19:13:35.390013 [ 188 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1985 rows, containing 5 columns (5 merged, 0 gathered) in 0.007672018 sec., 258732.44822939674 rows/sec., 22.81 MiB/sec. | ||
| 4339 | 2025.04.30 19:13:35.390027 [ 256 ] {a50fede3-0e83-4cfd-8589-ff6781f8a20c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4340 | 2025.04.30 19:13:35.390394 [ 187 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4341 | 2025.04.30 19:13:35.391052 [ 187 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_36_7} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4342 | 2025.04.30 19:13:35.391235 [ 256 ] {a50fede3-0e83-4cfd-8589-ff6781f8a20c} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4343 | 2025.04.30 19:13:35.391253 [ 187 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_36_7} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4344 | 2025.04.30 19:13:35.391293 [ 256 ] {a50fede3-0e83-4cfd-8589-ff6781f8a20c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4345 | 2025.04.30 19:13:35.391461 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 4346 | 2025.04.30 19:13:35.391794 [ 256 ] {a50fede3-0e83-4cfd-8589-ff6781f8a20c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4347 | 2025.04.30 19:13:35.392054 [ 256 ] {a50fede3-0e83-4cfd-8589-ff6781f8a20c} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4348 | 2025.04.30 19:13:35.392261 [ 32 ] {} <Debug> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4349 | 2025.04.30 19:13:35.392332 [ 32 ] {} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4350 | 2025.04.30 19:13:35.392343 [ 256 ] {a50fede3-0e83-4cfd-8589-ff6781f8a20c} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.002533 sec., 30398.736675878405 rows/sec., 2.37 MiB/sec. | ||
| 4351 | 2025.04.30 19:13:35.392371 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4352 | 2025.04.30 19:13:35.392518 [ 256 ] {a50fede3-0e83-4cfd-8589-ff6781f8a20c} <Debug> TCPHandler: Processed in 0.003035451 sec. | ||
| 4353 | 2025.04.30 19:13:35.392799 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::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 | ||
| 4354 | 2025.04.30 19:13:35.392882 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4355 | 2025.04.30 19:13:35.393186 [ 256 ] {d3c06884-0869-4129-a101-20c358f640f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4356 | 2025.04.30 19:13:35.393187 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4357 | 2025.04.30 19:13:35.393285 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 631 rows starting from the beginning of the part | ||
| 4358 | 2025.04.30 19:13:35.393293 [ 256 ] {d3c06884-0869-4129-a101-20c358f640f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4359 | 2025.04.30 19:13:35.393610 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 77 rows starting from the beginning of the part | ||
| 4360 | 2025.04.30 19:13:35.393923 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 90 rows starting from the beginning of the part | ||
| 4361 | 2025.04.30 19:13:35.394250 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 113 rows starting from the beginning of the part | ||
| 4362 | 2025.04.30 19:13:35.394559 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 90 rows starting from the beginning of the part | ||
| 4363 | 2025.04.30 19:13:35.394835 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 77 rows starting from the beginning of the part | ||
| 4364 | 2025.04.30 19:13:35.395953 [ 256 ] {d3c06884-0869-4129-a101-20c358f640f6} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4365 | 2025.04.30 19:13:35.396027 [ 256 ] {d3c06884-0869-4129-a101-20c358f640f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4366 | 2025.04.30 19:13:35.397002 [ 256 ] {d3c06884-0869-4129-a101-20c358f640f6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4367 | 2025.04.30 19:13:35.397442 [ 256 ] {d3c06884-0869-4129-a101-20c358f640f6} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4368 | 2025.04.30 19:13:35.397830 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1078 rows, containing 5 columns (5 merged, 0 gathered) in 0.005306373 sec., 203151.94578292934 rows/sec., 16.39 MiB/sec. | ||
| 4369 | 2025.04.30 19:13:35.397832 [ 32 ] {} <Debug> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4370 | 2025.04.30 19:13:35.397967 [ 32 ] {} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4371 | 2025.04.30 19:13:35.398036 [ 256 ] {d3c06884-0869-4129-a101-20c358f640f6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004919 sec., 32526.93636918073 rows/sec., 2.27 MiB/sec. | ||
| 4372 | 2025.04.30 19:13:35.398052 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4373 | 2025.04.30 19:13:35.398164 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4374 | 2025.04.30 19:13:35.398327 [ 256 ] {d3c06884-0869-4129-a101-20c358f640f6} <Debug> TCPHandler: Processed in 0.00557375 sec. | ||
| 4375 | 2025.04.30 19:13:35.398635 [ 187 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::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 | ||
| 4376 | 2025.04.30 19:13:35.398701 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4377 | 2025.04.30 19:13:35.399255 [ 256 ] {222b1cb1-8b70-4cd0-8020-81bb72ccda97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4378 | 2025.04.30 19:13:35.399394 [ 187 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4379 | 2025.04.30 19:13:35.399559 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_36_7} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4380 | 2025.04.30 19:13:35.399573 [ 187 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9898 rows starting from the beginning of the part | ||
| 4381 | 2025.04.30 19:13:35.399770 [ 256 ] {222b1cb1-8b70-4cd0-8020-81bb72ccda97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4382 | 2025.04.30 19:13:35.400053 [ 190 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_36_7} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4383 | 2025.04.30 19:13:35.400460 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 4384 | 2025.04.30 19:13:35.400550 [ 187 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::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 | ||
| 4385 | 2025.04.30 19:13:35.400903 [ 187 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
| 4386 | 2025.04.30 19:13:35.401229 [ 187 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 196 rows starting from the beginning of the part | ||
| 4387 | 2025.04.30 19:13:35.401572 [ 187 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
| 4388 | 2025.04.30 19:13:35.401950 [ 187 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
| 4389 | 2025.04.30 19:13:35.405088 [ 256 ] {222b1cb1-8b70-4cd0-8020-81bb72ccda97} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4390 | 2025.04.30 19:13:35.405170 [ 256 ] {222b1cb1-8b70-4cd0-8020-81bb72ccda97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4391 | 2025.04.30 19:13:35.406600 [ 256 ] {222b1cb1-8b70-4cd0-8020-81bb72ccda97} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4392 | 2025.04.30 19:13:35.406962 [ 256 ] {222b1cb1-8b70-4cd0-8020-81bb72ccda97} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4393 | 2025.04.30 19:13:35.407334 [ 256 ] {222b1cb1-8b70-4cd0-8020-81bb72ccda97} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.008353 sec., 1556.3270681192387 rows/sec., 2.79 MiB/sec. | ||
| 4394 | 2025.04.30 19:13:35.407973 [ 256 ] {222b1cb1-8b70-4cd0-8020-81bb72ccda97} <Debug> TCPHandler: Processed in 0.00941901 sec. | ||
| 4395 | 2025.04.30 19:13:35.408411 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4396 | 2025.04.30 19:13:35.408473 [ 187 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10734 rows, containing 5 columns (5 merged, 0 gathered) in 0.010191157 sec., 1053266.081564635 rows/sec., 72.24 MiB/sec. | ||
| 4397 | 2025.04.30 19:13:35.408570 [ 256 ] {83b5778f-883e-4484-ac86-db5977fa57b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4398 | 2025.04.30 19:13:35.408625 [ 256 ] {83b5778f-883e-4484-ac86-db5977fa57b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4399 | 2025.04.30 19:13:35.408801 [ 187 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4400 | 2025.04.30 19:13:35.409411 [ 187 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4401 | 2025.04.30 19:13:35.409627 [ 187 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4402 | 2025.04.30 19:13:35.409719 [ 256 ] {83b5778f-883e-4484-ac86-db5977fa57b4} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4403 | 2025.04.30 19:13:35.409777 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.03 MiB. | ||
| 4404 | 2025.04.30 19:13:35.409795 [ 256 ] {83b5778f-883e-4484-ac86-db5977fa57b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4405 | 2025.04.30 19:13:35.410193 [ 256 ] {83b5778f-883e-4484-ac86-db5977fa57b4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4406 | 2025.04.30 19:13:35.410427 [ 256 ] {83b5778f-883e-4484-ac86-db5977fa57b4} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4407 | 2025.04.30 19:13:35.410594 [ 32 ] {} <Debug> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4408 | 2025.04.30 19:13:35.410658 [ 32 ] {} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4409 | 2025.04.30 19:13:35.410681 [ 256 ] {83b5778f-883e-4484-ac86-db5977fa57b4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002146 sec., 27958.993476234857 rows/sec., 1.88 MiB/sec. | ||
| 4410 | 2025.04.30 19:13:35.410696 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4411 | 2025.04.30 19:13:35.410847 [ 256 ] {83b5778f-883e-4484-ac86-db5977fa57b4} <Debug> TCPHandler: Processed in 0.002539359 sec. | ||
| 4412 | 2025.04.30 19:13:35.411248 [ 191 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::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 | ||
| 4413 | 2025.04.30 19:13:35.411787 [ 191 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4414 | 2025.04.30 19:13:35.411884 [ 191 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1668 rows starting from the beginning of the part | ||
| 4415 | 2025.04.30 19:13:35.412076 [ 191 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::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 | ||
| 4416 | 2025.04.30 19:13:35.412150 [ 191 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
| 4417 | 2025.04.30 19:13:35.412388 [ 191 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::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 | ||
| 4418 | 2025.04.30 19:13:35.412488 [ 191 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
| 4419 | 2025.04.30 19:13:35.412681 [ 191 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
| 4420 | 2025.04.30 19:13:35.413917 [ 194 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1968 rows, containing 4 columns (4 merged, 0 gathered) in 0.003072752 sec., 640468.2187172931 rows/sec., 43.16 MiB/sec. | ||
| 4421 | 2025.04.30 19:13:35.414155 [ 199 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4422 | 2025.04.30 19:13:35.414478 [ 199 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_36_7} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4423 | 2025.04.30 19:13:35.414565 [ 199 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_36_7} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4424 | 2025.04.30 19:13:35.414643 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 4425 | 2025.04.30 19:13:37.783616 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4426 | 2025.04.30 19:13:37.783815 [ 256 ] {d665c878-9752-4e70-b9e4-6cd2c54e13f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4427 | 2025.04.30 19:13:37.783891 [ 256 ] {d665c878-9752-4e70-b9e4-6cd2c54e13f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4428 | 2025.04.30 19:13:37.784629 [ 256 ] {d665c878-9752-4e70-b9e4-6cd2c54e13f6} <Trace> oximeter.fields_ipaddr (7716cb51-1146-4a1c-ac34-03e103003b39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4429 | 2025.04.30 19:13:37.784681 [ 256 ] {d665c878-9752-4e70-b9e4-6cd2c54e13f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4430 | 2025.04.30 19:13:37.785100 [ 256 ] {d665c878-9752-4e70-b9e4-6cd2c54e13f6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4431 | 2025.04.30 19:13:37.785364 [ 256 ] {d665c878-9752-4e70-b9e4-6cd2c54e13f6} <Trace> oximeter.fields_ipaddr (7716cb51-1146-4a1c-ac34-03e103003b39): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4432 | 2025.04.30 19:13:37.785602 [ 256 ] {d665c878-9752-4e70-b9e4-6cd2c54e13f6} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001837 sec., 2177.4632553075667 rows/sec., 177.56 KiB/sec. | ||
| 4433 | 2025.04.30 19:13:37.785668 [ 256 ] {d665c878-9752-4e70-b9e4-6cd2c54e13f6} <Debug> TCPHandler: Processed in 0.002186331 sec. | ||
| 4434 | 2025.04.30 19:13:37.785837 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4435 | 2025.04.30 19:13:37.785950 [ 256 ] {80714f9d-6f2f-4ca2-8b94-45f70d59e1ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4436 | 2025.04.30 19:13:37.786000 [ 256 ] {80714f9d-6f2f-4ca2-8b94-45f70d59e1ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4437 | 2025.04.30 19:13:37.787417 [ 256 ] {80714f9d-6f2f-4ca2-8b94-45f70d59e1ac} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4438 | 2025.04.30 19:13:37.787464 [ 256 ] {80714f9d-6f2f-4ca2-8b94-45f70d59e1ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4439 | 2025.04.30 19:13:37.787998 [ 256 ] {80714f9d-6f2f-4ca2-8b94-45f70d59e1ac} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4440 | 2025.04.30 19:13:37.788263 [ 256 ] {80714f9d-6f2f-4ca2-8b94-45f70d59e1ac} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4441 | 2025.04.30 19:13:37.788474 [ 256 ] {80714f9d-6f2f-4ca2-8b94-45f70d59e1ac} <Debug> executeQuery: Read 1250 rows, 105.98 KiB in 0.002549 sec., 490388.38760298153 rows/sec., 40.60 MiB/sec. | ||
| 4442 | 2025.04.30 19:13:37.788551 [ 256 ] {80714f9d-6f2f-4ca2-8b94-45f70d59e1ac} <Debug> TCPHandler: Processed in 0.002771525 sec. | ||
| 4443 | 2025.04.30 19:13:37.788682 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4444 | 2025.04.30 19:13:37.788790 [ 256 ] {8beb5af6-6727-4122-9c44-6fd2fbf1995b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4445 | 2025.04.30 19:13:37.788838 [ 256 ] {8beb5af6-6727-4122-9c44-6fd2fbf1995b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4446 | 2025.04.30 19:13:37.789384 [ 256 ] {8beb5af6-6727-4122-9c44-6fd2fbf1995b} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4447 | 2025.04.30 19:13:37.789425 [ 256 ] {8beb5af6-6727-4122-9c44-6fd2fbf1995b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4448 | 2025.04.30 19:13:37.789784 [ 256 ] {8beb5af6-6727-4122-9c44-6fd2fbf1995b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4449 | 2025.04.30 19:13:37.790016 [ 256 ] {8beb5af6-6727-4122-9c44-6fd2fbf1995b} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4450 | 2025.04.30 19:13:37.790226 [ 256 ] {8beb5af6-6727-4122-9c44-6fd2fbf1995b} <Debug> executeQuery: Read 30 rows, 2.23 KiB in 0.001459 sec., 20562.028786840303 rows/sec., 1.50 MiB/sec. | ||
| 4451 | 2025.04.30 19:13:37.790277 [ 256 ] {8beb5af6-6727-4122-9c44-6fd2fbf1995b} <Debug> TCPHandler: Processed in 0.001649829 sec. | ||
| 4452 | 2025.04.30 19:13:37.790399 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4453 | 2025.04.30 19:13:37.790504 [ 256 ] {633d971e-924a-45c6-a998-1e4c98eb8c61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4454 | 2025.04.30 19:13:37.790549 [ 256 ] {633d971e-924a-45c6-a998-1e4c98eb8c61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4455 | 2025.04.30 19:13:37.791246 [ 256 ] {633d971e-924a-45c6-a998-1e4c98eb8c61} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4456 | 2025.04.30 19:13:37.791291 [ 256 ] {633d971e-924a-45c6-a998-1e4c98eb8c61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4457 | 2025.04.30 19:13:37.791674 [ 256 ] {633d971e-924a-45c6-a998-1e4c98eb8c61} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4458 | 2025.04.30 19:13:37.791923 [ 256 ] {633d971e-924a-45c6-a998-1e4c98eb8c61} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4459 | 2025.04.30 19:13:37.792130 [ 256 ] {633d971e-924a-45c6-a998-1e4c98eb8c61} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001648 sec., 138349.51456310682 rows/sec., 9.37 MiB/sec. | ||
| 4460 | 2025.04.30 19:13:37.792182 [ 256 ] {633d971e-924a-45c6-a998-1e4c98eb8c61} <Debug> TCPHandler: Processed in 0.001836933 sec. | ||
| 4461 | 2025.04.30 19:13:37.792306 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4462 | 2025.04.30 19:13:37.792412 [ 256 ] {3cd89f1f-529d-4897-9745-f9ff39b9fafe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4463 | 2025.04.30 19:13:37.792459 [ 256 ] {3cd89f1f-529d-4897-9745-f9ff39b9fafe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4464 | 2025.04.30 19:13:37.793289 [ 256 ] {3cd89f1f-529d-4897-9745-f9ff39b9fafe} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4465 | 2025.04.30 19:13:37.793342 [ 256 ] {3cd89f1f-529d-4897-9745-f9ff39b9fafe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4466 | 2025.04.30 19:13:37.793798 [ 256 ] {3cd89f1f-529d-4897-9745-f9ff39b9fafe} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4467 | 2025.04.30 19:13:37.794042 [ 256 ] {3cd89f1f-529d-4897-9745-f9ff39b9fafe} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4468 | 2025.04.30 19:13:37.794264 [ 256 ] {3cd89f1f-529d-4897-9745-f9ff39b9fafe} <Debug> executeQuery: Read 550 rows, 41.81 KiB in 0.001871 sec., 293960.4489577766 rows/sec., 21.82 MiB/sec. | ||
| 4469 | 2025.04.30 19:13:37.794358 [ 256 ] {3cd89f1f-529d-4897-9745-f9ff39b9fafe} <Debug> TCPHandler: Processed in 0.002105739 sec. | ||
| 4470 | 2025.04.30 19:13:37.794594 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4471 | 2025.04.30 19:13:37.794712 [ 256 ] {14b10e41-a726-4778-bfa2-70d696f0fcfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4472 | 2025.04.30 19:13:37.794769 [ 256 ] {14b10e41-a726-4778-bfa2-70d696f0fcfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4473 | 2025.04.30 19:13:37.795523 [ 256 ] {14b10e41-a726-4778-bfa2-70d696f0fcfa} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4474 | 2025.04.30 19:13:37.795564 [ 256 ] {14b10e41-a726-4778-bfa2-70d696f0fcfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4475 | 2025.04.30 19:13:37.796002 [ 256 ] {14b10e41-a726-4778-bfa2-70d696f0fcfa} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4476 | 2025.04.30 19:13:37.796239 [ 256 ] {14b10e41-a726-4778-bfa2-70d696f0fcfa} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4477 | 2025.04.30 19:13:37.796453 [ 256 ] {14b10e41-a726-4778-bfa2-70d696f0fcfa} <Debug> executeQuery: Read 942 rows, 64.67 KiB in 0.001761 sec., 534923.339011925 rows/sec., 35.86 MiB/sec. | ||
| 4478 | 2025.04.30 19:13:37.796524 [ 256 ] {14b10e41-a726-4778-bfa2-70d696f0fcfa} <Debug> TCPHandler: Processed in 0.002022677 sec. | ||
| 4479 | 2025.04.30 19:13:37.796679 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4480 | 2025.04.30 19:13:37.796781 [ 256 ] {4969c63a-098c-418b-91b4-9811f37b999a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4481 | 2025.04.30 19:13:37.796848 [ 256 ] {4969c63a-098c-418b-91b4-9811f37b999a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4482 | 2025.04.30 19:13:37.797949 [ 256 ] {4969c63a-098c-418b-91b4-9811f37b999a} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4483 | 2025.04.30 19:13:37.797988 [ 256 ] {4969c63a-098c-418b-91b4-9811f37b999a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4484 | 2025.04.30 19:13:37.798744 [ 256 ] {4969c63a-098c-418b-91b4-9811f37b999a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4485 | 2025.04.30 19:13:37.799064 [ 256 ] {4969c63a-098c-418b-91b4-9811f37b999a} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4486 | 2025.04.30 19:13:37.799319 [ 256 ] {4969c63a-098c-418b-91b4-9811f37b999a} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00256 sec., 10156.25 rows/sec., 18.20 MiB/sec. | ||
| 4487 | 2025.04.30 19:13:37.799419 [ 256 ] {4969c63a-098c-418b-91b4-9811f37b999a} <Debug> TCPHandler: Processed in 0.002805836 sec. | ||
| 4488 | 2025.04.30 19:13:37.799542 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4489 | 2025.04.30 19:13:37.799647 [ 256 ] {63b96cd3-6c1b-40ec-b417-067960cd2d29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4490 | 2025.04.30 19:13:37.799695 [ 256 ] {63b96cd3-6c1b-40ec-b417-067960cd2d29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4491 | 2025.04.30 19:13:37.800120 [ 256 ] {63b96cd3-6c1b-40ec-b417-067960cd2d29} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4492 | 2025.04.30 19:13:37.800161 [ 256 ] {63b96cd3-6c1b-40ec-b417-067960cd2d29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4493 | 2025.04.30 19:13:37.800525 [ 256 ] {63b96cd3-6c1b-40ec-b417-067960cd2d29} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4494 | 2025.04.30 19:13:37.800758 [ 256 ] {63b96cd3-6c1b-40ec-b417-067960cd2d29} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4495 | 2025.04.30 19:13:37.800954 [ 256 ] {63b96cd3-6c1b-40ec-b417-067960cd2d29} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.001329 sec., 25583.145221971405 rows/sec., 1.73 MiB/sec. | ||
| 4496 | 2025.04.30 19:13:37.801003 [ 256 ] {63b96cd3-6c1b-40ec-b417-067960cd2d29} <Debug> TCPHandler: Processed in 0.001514745 sec. | ||
| 4497 | 2025.04.30 19:13:40.375752 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4498 | 2025.04.30 19:13:40.375957 [ 256 ] {a9235a89-ba09-4834-a851-924c3ae4084e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4499 | 2025.04.30 19:13:40.376035 [ 256 ] {a9235a89-ba09-4834-a851-924c3ae4084e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4500 | 2025.04.30 19:13:40.376912 [ 256 ] {a9235a89-ba09-4834-a851-924c3ae4084e} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4501 | 2025.04.30 19:13:40.376963 [ 256 ] {a9235a89-ba09-4834-a851-924c3ae4084e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4502 | 2025.04.30 19:13:40.377369 [ 256 ] {a9235a89-ba09-4834-a851-924c3ae4084e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4503 | 2025.04.30 19:13:40.377610 [ 256 ] {a9235a89-ba09-4834-a851-924c3ae4084e} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4504 | 2025.04.30 19:13:40.377831 [ 256 ] {a9235a89-ba09-4834-a851-924c3ae4084e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00193 sec., 29015.544041450776 rows/sec., 2.23 MiB/sec. | ||
| 4505 | 2025.04.30 19:13:40.377885 [ 256 ] {a9235a89-ba09-4834-a851-924c3ae4084e} <Debug> TCPHandler: Processed in 0.002266623 sec. | ||
| 4506 | 2025.04.30 19:13:40.378035 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4507 | 2025.04.30 19:13:40.378182 [ 256 ] {1f144a11-86ff-4cc9-88ba-fb2e683bae75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4508 | 2025.04.30 19:13:40.378239 [ 256 ] {1f144a11-86ff-4cc9-88ba-fb2e683bae75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4509 | 2025.04.30 19:13:40.378878 [ 256 ] {1f144a11-86ff-4cc9-88ba-fb2e683bae75} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4510 | 2025.04.30 19:13:40.378920 [ 256 ] {1f144a11-86ff-4cc9-88ba-fb2e683bae75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4511 | 2025.04.30 19:13:40.379287 [ 256 ] {1f144a11-86ff-4cc9-88ba-fb2e683bae75} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4512 | 2025.04.30 19:13:40.379529 [ 256 ] {1f144a11-86ff-4cc9-88ba-fb2e683bae75} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4513 | 2025.04.30 19:13:40.379733 [ 256 ] {1f144a11-86ff-4cc9-88ba-fb2e683bae75} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001581 sec., 40480.708412397216 rows/sec., 3.16 MiB/sec. | ||
| 4514 | 2025.04.30 19:13:40.379787 [ 256 ] {1f144a11-86ff-4cc9-88ba-fb2e683bae75} <Debug> TCPHandler: Processed in 0.001816582 sec. | ||
| 4515 | 2025.04.30 19:13:40.379923 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4516 | 2025.04.30 19:13:40.380029 [ 256 ] {a88751d5-d440-4ab3-ad51-2d556b9f562e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4517 | 2025.04.30 19:13:40.380079 [ 256 ] {a88751d5-d440-4ab3-ad51-2d556b9f562e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4518 | 2025.04.30 19:13:40.380614 [ 256 ] {a88751d5-d440-4ab3-ad51-2d556b9f562e} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4519 | 2025.04.30 19:13:40.380655 [ 256 ] {a88751d5-d440-4ab3-ad51-2d556b9f562e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4520 | 2025.04.30 19:13:40.381031 [ 256 ] {a88751d5-d440-4ab3-ad51-2d556b9f562e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4521 | 2025.04.30 19:13:40.381268 [ 256 ] {a88751d5-d440-4ab3-ad51-2d556b9f562e} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4522 | 2025.04.30 19:13:40.381475 [ 256 ] {a88751d5-d440-4ab3-ad51-2d556b9f562e} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001469 sec., 44928.522804629 rows/sec., 3.14 MiB/sec. | ||
| 4523 | 2025.04.30 19:13:40.381526 [ 256 ] {a88751d5-d440-4ab3-ad51-2d556b9f562e} <Debug> TCPHandler: Processed in 0.001657729 sec. | ||
| 4524 | 2025.04.30 19:13:40.381659 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4525 | 2025.04.30 19:13:40.381766 [ 256 ] {9da42c8f-ebea-4d6e-b1b8-4b633fea5656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4526 | 2025.04.30 19:13:40.381814 [ 256 ] {9da42c8f-ebea-4d6e-b1b8-4b633fea5656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4527 | 2025.04.30 19:13:40.382284 [ 256 ] {9da42c8f-ebea-4d6e-b1b8-4b633fea5656} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4528 | 2025.04.30 19:13:40.382331 [ 256 ] {9da42c8f-ebea-4d6e-b1b8-4b633fea5656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4529 | 2025.04.30 19:13:40.382758 [ 256 ] {9da42c8f-ebea-4d6e-b1b8-4b633fea5656} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4530 | 2025.04.30 19:13:40.383029 [ 256 ] {9da42c8f-ebea-4d6e-b1b8-4b633fea5656} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4531 | 2025.04.30 19:13:40.383276 [ 256 ] {9da42c8f-ebea-4d6e-b1b8-4b633fea5656} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001528 sec., 17015.70680628272 rows/sec., 1.14 MiB/sec. | ||
| 4532 | 2025.04.30 19:13:40.383347 [ 256 ] {9da42c8f-ebea-4d6e-b1b8-4b633fea5656} <Debug> TCPHandler: Processed in 0.001739911 sec. | ||
| 4533 | 2025.04.30 19:13:41.396650 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 | ||
| 4534 | 2025.04.30 19:13:41.397304 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4535 | 2025.04.30 19:13:41.397351 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4536 | 2025.04.30 19:13:41.397893 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4537 | 2025.04.30 19:13:41.398171 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4538 | 2025.04.30 19:13:41.398443 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
| 4539 | 2025.04.30 19:13:42.164794 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 4540 | 2025.04.30 19:13:42.186177 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4541 | 2025.04.30 19:13:42.186242 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4542 | 2025.04.30 19:13:42.193669 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4543 | 2025.04.30 19:13:42.194458 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4544 | 2025.04.30 19:13:42.197298 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 4545 | 2025.04.30 19:13:43.954537 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 636 | ||
| 4546 | 2025.04.30 19:13:43.957899 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4547 | 2025.04.30 19:13:43.957965 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4548 | 2025.04.30 19:13:43.959486 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4549 | 2025.04.30 19:13:43.959824 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4550 | 2025.04.30 19:13:43.960896 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 636 | ||
| 4551 | 2025.04.30 19:13:45.379686 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4552 | 2025.04.30 19:13:45.379886 [ 256 ] {c118ee4c-68a6-4716-9003-30e5527a72cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4553 | 2025.04.30 19:13:45.379962 [ 256 ] {c118ee4c-68a6-4716-9003-30e5527a72cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4554 | 2025.04.30 19:13:45.380771 [ 256 ] {c118ee4c-68a6-4716-9003-30e5527a72cd} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4555 | 2025.04.30 19:13:45.380811 [ 256 ] {c118ee4c-68a6-4716-9003-30e5527a72cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4556 | 2025.04.30 19:13:45.381247 [ 256 ] {c118ee4c-68a6-4716-9003-30e5527a72cd} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4557 | 2025.04.30 19:13:45.381492 [ 256 ] {c118ee4c-68a6-4716-9003-30e5527a72cd} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4558 | 2025.04.30 19:13:45.381672 [ 256 ] {c118ee4c-68a6-4716-9003-30e5527a72cd} <Debug> executeQuery: Read 82 rows, 6.96 KiB in 0.001843 sec., 44492.67498643516 rows/sec., 3.69 MiB/sec. | ||
| 4559 | 2025.04.30 19:13:45.381723 [ 256 ] {c118ee4c-68a6-4716-9003-30e5527a72cd} <Debug> TCPHandler: Processed in 0.00217334 sec. | ||
| 4560 | 2025.04.30 19:13:45.381847 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4561 | 2025.04.30 19:13:45.381948 [ 256 ] {068a25e9-6941-43fb-bfc6-d2be2bd74c95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4562 | 2025.04.30 19:13:45.381993 [ 256 ] {068a25e9-6941-43fb-bfc6-d2be2bd74c95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4563 | 2025.04.30 19:13:45.382484 [ 256 ] {068a25e9-6941-43fb-bfc6-d2be2bd74c95} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4564 | 2025.04.30 19:13:45.382521 [ 256 ] {068a25e9-6941-43fb-bfc6-d2be2bd74c95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4565 | 2025.04.30 19:13:45.382854 [ 256 ] {068a25e9-6941-43fb-bfc6-d2be2bd74c95} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4566 | 2025.04.30 19:13:45.383083 [ 256 ] {068a25e9-6941-43fb-bfc6-d2be2bd74c95} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4567 | 2025.04.30 19:13:45.383250 [ 256 ] {068a25e9-6941-43fb-bfc6-d2be2bd74c95} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001324 sec., 9818.731117824773 rows/sec., 738.32 KiB/sec. | ||
| 4568 | 2025.04.30 19:13:45.383298 [ 256 ] {068a25e9-6941-43fb-bfc6-d2be2bd74c95} <Debug> TCPHandler: Processed in 0.001501045 sec. | ||
| 4569 | 2025.04.30 19:13:45.383408 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4570 | 2025.04.30 19:13:45.383509 [ 256 ] {8ca7219d-6b2b-4d0e-845d-a902d5f06186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4571 | 2025.04.30 19:13:45.383552 [ 256 ] {8ca7219d-6b2b-4d0e-845d-a902d5f06186} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4572 | 2025.04.30 19:13:45.384080 [ 256 ] {8ca7219d-6b2b-4d0e-845d-a902d5f06186} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4573 | 2025.04.30 19:13:45.384117 [ 256 ] {8ca7219d-6b2b-4d0e-845d-a902d5f06186} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4574 | 2025.04.30 19:13:45.384461 [ 256 ] {8ca7219d-6b2b-4d0e-845d-a902d5f06186} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4575 | 2025.04.30 19:13:45.384689 [ 256 ] {8ca7219d-6b2b-4d0e-845d-a902d5f06186} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4576 | 2025.04.30 19:13:45.384848 [ 256 ] {8ca7219d-6b2b-4d0e-845d-a902d5f06186} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.00136 sec., 56617.647058823524 rows/sec., 4.42 MiB/sec. | ||
| 4577 | 2025.04.30 19:13:45.384895 [ 256 ] {8ca7219d-6b2b-4d0e-845d-a902d5f06186} <Debug> TCPHandler: Processed in 0.001537326 sec. | ||
| 4578 | 2025.04.30 19:13:45.385009 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4579 | 2025.04.30 19:13:45.385110 [ 256 ] {9db61178-f217-49f1-819d-3245098ae4d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4580 | 2025.04.30 19:13:45.385158 [ 256 ] {9db61178-f217-49f1-819d-3245098ae4d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4581 | 2025.04.30 19:13:45.385644 [ 256 ] {9db61178-f217-49f1-819d-3245098ae4d5} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4582 | 2025.04.30 19:13:45.385679 [ 256 ] {9db61178-f217-49f1-819d-3245098ae4d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4583 | 2025.04.30 19:13:45.386042 [ 256 ] {9db61178-f217-49f1-819d-3245098ae4d5} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4584 | 2025.04.30 19:13:45.386271 [ 256 ] {9db61178-f217-49f1-819d-3245098ae4d5} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4585 | 2025.04.30 19:13:45.386439 [ 256 ] {9db61178-f217-49f1-819d-3245098ae4d5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00135 sec., 118518.51851851851 rows/sec., 8.25 MiB/sec. | ||
| 4586 | 2025.04.30 19:13:45.386485 [ 256 ] {9db61178-f217-49f1-819d-3245098ae4d5} <Debug> TCPHandler: Processed in 0.001527316 sec. | ||
| 4587 | 2025.04.30 19:13:45.386597 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4588 | 2025.04.30 19:13:45.386698 [ 256 ] {8763c2ba-7347-4b65-9f90-2dfc842161ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4589 | 2025.04.30 19:13:45.386762 [ 256 ] {8763c2ba-7347-4b65-9f90-2dfc842161ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4590 | 2025.04.30 19:13:45.387777 [ 256 ] {8763c2ba-7347-4b65-9f90-2dfc842161ea} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4591 | 2025.04.30 19:13:45.387813 [ 256 ] {8763c2ba-7347-4b65-9f90-2dfc842161ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4592 | 2025.04.30 19:13:45.388404 [ 256 ] {8763c2ba-7347-4b65-9f90-2dfc842161ea} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4593 | 2025.04.30 19:13:45.388654 [ 256 ] {8763c2ba-7347-4b65-9f90-2dfc842161ea} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4594 | 2025.04.30 19:13:45.388830 [ 256 ] {8763c2ba-7347-4b65-9f90-2dfc842161ea} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002153 sec., 6038.086391082211 rows/sec., 10.82 MiB/sec. | ||
| 4595 | 2025.04.30 19:13:45.388916 [ 256 ] {8763c2ba-7347-4b65-9f90-2dfc842161ea} <Debug> TCPHandler: Processed in 0.002370355 sec. | ||
| 4596 | 2025.04.30 19:13:45.389047 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4597 | 2025.04.30 19:13:45.389180 [ 256 ] {86af94f9-5d6e-4c49-ac7b-39d62195dec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4598 | 2025.04.30 19:13:45.389236 [ 256 ] {86af94f9-5d6e-4c49-ac7b-39d62195dec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4599 | 2025.04.30 19:13:45.389694 [ 256 ] {86af94f9-5d6e-4c49-ac7b-39d62195dec6} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4600 | 2025.04.30 19:13:45.389730 [ 256 ] {86af94f9-5d6e-4c49-ac7b-39d62195dec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4601 | 2025.04.30 19:13:45.390080 [ 256 ] {86af94f9-5d6e-4c49-ac7b-39d62195dec6} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4602 | 2025.04.30 19:13:45.390310 [ 256 ] {86af94f9-5d6e-4c49-ac7b-39d62195dec6} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4603 | 2025.04.30 19:13:45.390513 [ 256 ] {86af94f9-5d6e-4c49-ac7b-39d62195dec6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001352 sec., 44378.69822485207 rows/sec., 2.99 MiB/sec. | ||
| 4604 | 2025.04.30 19:13:45.390575 [ 256 ] {86af94f9-5d6e-4c49-ac7b-39d62195dec6} <Debug> TCPHandler: Processed in 0.001592337 sec. | ||
| 4605 | 2025.04.30 19:13:48.756850 [ 63 ] {} <Debug> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 4606 | 2025.04.30 19:13:48.756940 [ 63 ] {} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4607 | 2025.04.30 19:13:48.756968 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4608 | 2025.04.30 19:13:48.757199 [ 191 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::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 | ||
| 4609 | 2025.04.30 19:13:48.757386 [ 191 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4610 | 2025.04.30 19:13:48.757429 [ 191 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 252 rows starting from the beginning of the part | ||
| 4611 | 2025.04.30 19:13:48.757544 [ 191 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part | ||
| 4612 | 2025.04.30 19:13:48.757768 [ 191 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 228 rows starting from the beginning of the part | ||
| 4613 | 2025.04.30 19:13:48.757925 [ 191 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part | ||
| 4614 | 2025.04.30 19:13:48.758117 [ 191 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 228 rows starting from the beginning of the part | ||
| 4615 | 2025.04.30 19:13:48.759138 [ 199 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 5 columns (5 merged, 0 gathered) in 0.002101719 sec., 359705.555309725 rows/sec., 26.25 MiB/sec. | ||
| 4616 | 2025.04.30 19:13:48.759270 [ 191 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4617 | 2025.04.30 19:13:48.759539 [ 191 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_9_2} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4618 | 2025.04.30 19:13:48.759614 [ 191 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_9_2} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4619 | 2025.04.30 19:13:48.759687 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 4620 | 2025.04.30 19:13:48.769559 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4621 | 2025.04.30 19:13:48.769590 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4622 | 2025.04.30 19:13:48.898620 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 | ||
| 4623 | 2025.04.30 19:13:48.899280 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4624 | 2025.04.30 19:13:48.899330 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4625 | 2025.04.30 19:13:48.899973 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4626 | 2025.04.30 19:13:48.900267 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4627 | 2025.04.30 19:13:48.900505 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 4628 | 2025.04.30 19:13:48.900516 [ 63 ] {} <Debug> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4629 | 2025.04.30 19:13:48.900591 [ 63 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4630 | 2025.04.30 19:13:48.900615 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4631 | 2025.04.30 19:13:48.900778 [ 198 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::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 | ||
| 4632 | 2025.04.30 19:13:48.900937 [ 198 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4633 | 2025.04.30 19:13:48.900980 [ 198 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part | ||
| 4634 | 2025.04.30 19:13:48.901065 [ 198 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part | ||
| 4635 | 2025.04.30 19:13:48.901280 [ 198 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part | ||
| 4636 | 2025.04.30 19:13:48.901485 [ 198 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part | ||
| 4637 | 2025.04.30 19:13:48.901598 [ 198 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part | ||
| 4638 | 2025.04.30 19:13:48.901688 [ 198 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part | ||
| 4639 | 2025.04.30 19:13:48.906781 [ 191 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.006073671 sec., 1968496.4826050012 rows/sec., 28.16 MiB/sec. | ||
| 4640 | 2025.04.30 19:13:48.907148 [ 192 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4641 | 2025.04.30 19:13:48.907467 [ 192 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_26_5} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4642 | 2025.04.30 19:13:48.907548 [ 192 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_26_5} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4643 | 2025.04.30 19:13:48.907654 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 4644 | 2025.04.30 19:13:49.697421 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 4645 | 2025.04.30 19:13:49.718339 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4646 | 2025.04.30 19:13:49.718385 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4647 | 2025.04.30 19:13:49.725615 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4648 | 2025.04.30 19:13:49.726375 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4649 | 2025.04.30 19:13:49.726697 [ 63 ] {} <Debug> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4650 | 2025.04.30 19:13:49.726769 [ 63 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4651 | 2025.04.30 19:13:49.726813 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4652 | 2025.04.30 19:13:49.727810 [ 189 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 4653 | 2025.04.30 19:13:49.741939 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 4654 | 2025.04.30 19:13:49.743816 [ 189 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4655 | 2025.04.30 19:13:49.745228 [ 189 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part | ||
| 4656 | 2025.04.30 19:13:49.750586 [ 189 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part | ||
| 4657 | 2025.04.30 19:13:49.756120 [ 189 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part | ||
| 4658 | 2025.04.30 19:13:49.761822 [ 189 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part | ||
| 4659 | 2025.04.30 19:13:49.767558 [ 189 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part | ||
| 4660 | 2025.04.30 19:13:49.771951 [ 189 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part | ||
| 4661 | 2025.04.30 19:13:49.834580 [ 192 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.107589754 sec., 1821.7348094317606 rows/sec., 9.42 MiB/sec. | ||
| 4662 | 2025.04.30 19:13:49.837032 [ 186 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4663 | 2025.04.30 19:13:49.839783 [ 186 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_26_5} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4664 | 2025.04.30 19:13:49.839906 [ 186 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_26_5} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4665 | 2025.04.30 19:13:49.842130 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4666 | 2025.04.30 19:13:50.000251 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.78 MiB, peak 200.34 MiB, free memory in arenas 0.00 B, will set to 190.94 MiB (RSS), difference: 1.16 MiB | ||
| 4667 | 2025.04.30 19:13:50.380297 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4668 | 2025.04.30 19:13:50.380593 [ 256 ] {09728d2d-dca5-4589-91b0-3acd21988fc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4669 | 2025.04.30 19:13:50.380702 [ 256 ] {09728d2d-dca5-4589-91b0-3acd21988fc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4670 | 2025.04.30 19:13:50.381494 [ 256 ] {09728d2d-dca5-4589-91b0-3acd21988fc9} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4671 | 2025.04.30 19:13:50.381536 [ 256 ] {09728d2d-dca5-4589-91b0-3acd21988fc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4672 | 2025.04.30 19:13:50.381961 [ 256 ] {09728d2d-dca5-4589-91b0-3acd21988fc9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4673 | 2025.04.30 19:13:50.382203 [ 256 ] {09728d2d-dca5-4589-91b0-3acd21988fc9} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4674 | 2025.04.30 19:13:50.382390 [ 256 ] {09728d2d-dca5-4589-91b0-3acd21988fc9} <Debug> executeQuery: Read 108 rows, 9.27 KiB in 0.001879 sec., 57477.381585949974 rows/sec., 4.82 MiB/sec. | ||
| 4675 | 2025.04.30 19:13:50.382443 [ 256 ] {09728d2d-dca5-4589-91b0-3acd21988fc9} <Debug> TCPHandler: Processed in 0.002323434 sec. | ||
| 4676 | 2025.04.30 19:13:50.382577 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4677 | 2025.04.30 19:13:50.382679 [ 256 ] {30320fa5-03c2-433f-8882-9858343fba1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4678 | 2025.04.30 19:13:50.382723 [ 256 ] {30320fa5-03c2-433f-8882-9858343fba1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4679 | 2025.04.30 19:13:50.383286 [ 256 ] {30320fa5-03c2-433f-8882-9858343fba1b} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4680 | 2025.04.30 19:13:50.383322 [ 256 ] {30320fa5-03c2-433f-8882-9858343fba1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4681 | 2025.04.30 19:13:50.383666 [ 256 ] {30320fa5-03c2-433f-8882-9858343fba1b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4682 | 2025.04.30 19:13:50.383893 [ 256 ] {30320fa5-03c2-433f-8882-9858343fba1b} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4683 | 2025.04.30 19:13:50.384059 [ 256 ] {30320fa5-03c2-433f-8882-9858343fba1b} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001402 sec., 18544.93580599144 rows/sec., 1.36 MiB/sec. | ||
| 4684 | 2025.04.30 19:13:50.384109 [ 256 ] {30320fa5-03c2-433f-8882-9858343fba1b} <Debug> TCPHandler: Processed in 0.001582137 sec. | ||
| 4685 | 2025.04.30 19:13:50.384236 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4686 | 2025.04.30 19:13:50.384336 [ 256 ] {4f8f9ddb-67ca-48a5-ad91-2bf27ea0c8b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4687 | 2025.04.30 19:13:50.384378 [ 256 ] {4f8f9ddb-67ca-48a5-ad91-2bf27ea0c8b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4688 | 2025.04.30 19:13:50.384923 [ 256 ] {4f8f9ddb-67ca-48a5-ad91-2bf27ea0c8b9} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4689 | 2025.04.30 19:13:50.384958 [ 256 ] {4f8f9ddb-67ca-48a5-ad91-2bf27ea0c8b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4690 | 2025.04.30 19:13:50.385293 [ 256 ] {4f8f9ddb-67ca-48a5-ad91-2bf27ea0c8b9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4691 | 2025.04.30 19:13:50.385523 [ 256 ] {4f8f9ddb-67ca-48a5-ad91-2bf27ea0c8b9} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4692 | 2025.04.30 19:13:50.385685 [ 256 ] {4f8f9ddb-67ca-48a5-ad91-2bf27ea0c8b9} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.00137 sec., 65693.43065693432 rows/sec., 5.13 MiB/sec. | ||
| 4693 | 2025.04.30 19:13:50.385734 [ 256 ] {4f8f9ddb-67ca-48a5-ad91-2bf27ea0c8b9} <Debug> TCPHandler: Processed in 0.001547867 sec. | ||
| 4694 | 2025.04.30 19:13:50.385846 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4695 | 2025.04.30 19:13:50.385947 [ 256 ] {20016a6e-52eb-4c8f-aa06-786ba456c3e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4696 | 2025.04.30 19:13:50.385994 [ 256 ] {20016a6e-52eb-4c8f-aa06-786ba456c3e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4697 | 2025.04.30 19:13:50.386480 [ 256 ] {20016a6e-52eb-4c8f-aa06-786ba456c3e8} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4698 | 2025.04.30 19:13:50.386515 [ 256 ] {20016a6e-52eb-4c8f-aa06-786ba456c3e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4699 | 2025.04.30 19:13:50.386875 [ 256 ] {20016a6e-52eb-4c8f-aa06-786ba456c3e8} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4700 | 2025.04.30 19:13:50.387100 [ 256 ] {20016a6e-52eb-4c8f-aa06-786ba456c3e8} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4701 | 2025.04.30 19:13:50.387260 [ 256 ] {20016a6e-52eb-4c8f-aa06-786ba456c3e8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001335 sec., 119850.1872659176 rows/sec., 8.35 MiB/sec. | ||
| 4702 | 2025.04.30 19:13:50.387308 [ 256 ] {20016a6e-52eb-4c8f-aa06-786ba456c3e8} <Debug> TCPHandler: Processed in 0.001511695 sec. | ||
| 4703 | 2025.04.30 19:13:50.387418 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4704 | 2025.04.30 19:13:50.387519 [ 256 ] {fb0e905d-c80d-43a7-892e-1c3537b87a82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4705 | 2025.04.30 19:13:50.387582 [ 256 ] {fb0e905d-c80d-43a7-892e-1c3537b87a82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4706 | 2025.04.30 19:13:50.388599 [ 256 ] {fb0e905d-c80d-43a7-892e-1c3537b87a82} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4707 | 2025.04.30 19:13:50.388634 [ 256 ] {fb0e905d-c80d-43a7-892e-1c3537b87a82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4708 | 2025.04.30 19:13:50.389250 [ 256 ] {fb0e905d-c80d-43a7-892e-1c3537b87a82} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4709 | 2025.04.30 19:13:50.389497 [ 256 ] {fb0e905d-c80d-43a7-892e-1c3537b87a82} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4710 | 2025.04.30 19:13:50.389681 [ 256 ] {fb0e905d-c80d-43a7-892e-1c3537b87a82} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002183 sec., 11910.215300045807 rows/sec., 21.34 MiB/sec. | ||
| 4711 | 2025.04.30 19:13:50.389768 [ 256 ] {fb0e905d-c80d-43a7-892e-1c3537b87a82} <Debug> TCPHandler: Processed in 0.002400346 sec. | ||
| 4712 | 2025.04.30 19:13:50.389882 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4713 | 2025.04.30 19:13:50.389983 [ 256 ] {7c007391-1c92-457f-aabb-0a3916147138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4714 | 2025.04.30 19:13:50.390027 [ 256 ] {7c007391-1c92-457f-aabb-0a3916147138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4715 | 2025.04.30 19:13:50.390432 [ 256 ] {7c007391-1c92-457f-aabb-0a3916147138} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4716 | 2025.04.30 19:13:50.390468 [ 256 ] {7c007391-1c92-457f-aabb-0a3916147138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4717 | 2025.04.30 19:13:50.390800 [ 256 ] {7c007391-1c92-457f-aabb-0a3916147138} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4718 | 2025.04.30 19:13:50.391024 [ 256 ] {7c007391-1c92-457f-aabb-0a3916147138} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4719 | 2025.04.30 19:13:50.391185 [ 256 ] {7c007391-1c92-457f-aabb-0a3916147138} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001224 sec., 49019.60784313725 rows/sec., 3.30 MiB/sec. | ||
| 4720 | 2025.04.30 19:13:50.391230 [ 256 ] {7c007391-1c92-457f-aabb-0a3916147138} <Debug> TCPHandler: Processed in 0.001397602 sec. | ||
| 4721 | 2025.04.30 19:13:53.961169 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 660 | ||
| 4722 | 2025.04.30 19:13:53.964085 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4723 | 2025.04.30 19:13:53.964146 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4724 | 2025.04.30 19:13:53.965614 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4725 | 2025.04.30 19:13:53.965943 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4726 | 2025.04.30 19:13:53.966634 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 660 | ||
| 4727 | 2025.04.30 19:13:55.381662 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4728 | 2025.04.30 19:13:55.381864 [ 256 ] {c244b4fb-e4e2-4679-afe4-3fa900e1639b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4729 | 2025.04.30 19:13:55.381938 [ 256 ] {c244b4fb-e4e2-4679-afe4-3fa900e1639b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4730 | 2025.04.30 19:13:55.382671 [ 256 ] {c244b4fb-e4e2-4679-afe4-3fa900e1639b} <Trace> oximeter.fields_i16 (7d02e2b8-bc3a-4729-b2d9-0b5e82181a45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4731 | 2025.04.30 19:13:55.382718 [ 256 ] {c244b4fb-e4e2-4679-afe4-3fa900e1639b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4732 | 2025.04.30 19:13:55.383131 [ 256 ] {c244b4fb-e4e2-4679-afe4-3fa900e1639b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4733 | 2025.04.30 19:13:55.383371 [ 256 ] {c244b4fb-e4e2-4679-afe4-3fa900e1639b} <Trace> oximeter.fields_i16 (7d02e2b8-bc3a-4729-b2d9-0b5e82181a45): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4734 | 2025.04.30 19:13:55.383567 [ 256 ] {c244b4fb-e4e2-4679-afe4-3fa900e1639b} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001759 sec., 13644.115974985787 rows/sec., 1.13 MiB/sec. | ||
| 4735 | 2025.04.30 19:13:55.383620 [ 256 ] {c244b4fb-e4e2-4679-afe4-3fa900e1639b} <Debug> TCPHandler: Processed in 0.002094409 sec. | ||
| 4736 | 2025.04.30 19:13:55.383748 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4737 | 2025.04.30 19:13:55.383850 [ 256 ] {3c3146b4-34ef-4723-b9b3-2b78109619ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4738 | 2025.04.30 19:13:55.383893 [ 256 ] {3c3146b4-34ef-4723-b9b3-2b78109619ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4739 | 2025.04.30 19:13:55.384473 [ 256 ] {3c3146b4-34ef-4723-b9b3-2b78109619ce} <Trace> oximeter.fields_ipaddr (7716cb51-1146-4a1c-ac34-03e103003b39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4740 | 2025.04.30 19:13:55.384521 [ 256 ] {3c3146b4-34ef-4723-b9b3-2b78109619ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4741 | 2025.04.30 19:13:55.384944 [ 256 ] {3c3146b4-34ef-4723-b9b3-2b78109619ce} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4742 | 2025.04.30 19:13:55.385176 [ 256 ] {3c3146b4-34ef-4723-b9b3-2b78109619ce} <Trace> oximeter.fields_ipaddr (7716cb51-1146-4a1c-ac34-03e103003b39): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4743 | 2025.04.30 19:13:55.385399 [ 256 ] {3c3146b4-34ef-4723-b9b3-2b78109619ce} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001559 sec., 8980.115458627324 rows/sec., 732.27 KiB/sec. | ||
| 4744 | 2025.04.30 19:13:55.385580 [ 256 ] {3c3146b4-34ef-4723-b9b3-2b78109619ce} <Debug> TCPHandler: Processed in 0.001873904 sec. | ||
| 4745 | 2025.04.30 19:13:55.385716 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4746 | 2025.04.30 19:13:55.385820 [ 256 ] {34dbe59a-b256-41eb-b9e2-68d1c76eaca5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4747 | 2025.04.30 19:13:55.385863 [ 256 ] {34dbe59a-b256-41eb-b9e2-68d1c76eaca5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4748 | 2025.04.30 19:13:55.386519 [ 256 ] {34dbe59a-b256-41eb-b9e2-68d1c76eaca5} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4749 | 2025.04.30 19:13:55.386558 [ 256 ] {34dbe59a-b256-41eb-b9e2-68d1c76eaca5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4750 | 2025.04.30 19:13:55.386911 [ 256 ] {34dbe59a-b256-41eb-b9e2-68d1c76eaca5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 4751 | 2025.04.30 19:13:55.387152 [ 256 ] {34dbe59a-b256-41eb-b9e2-68d1c76eaca5} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4752 | 2025.04.30 19:13:55.387332 [ 56 ] {} <Debug> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 4753 | 2025.04.30 19:13:55.387339 [ 256 ] {34dbe59a-b256-41eb-b9e2-68d1c76eaca5} <Debug> executeQuery: Read 209 rows, 18.94 KiB in 0.001532 sec., 136422.9765013055 rows/sec., 12.07 MiB/sec. | ||
| 4754 | 2025.04.30 19:13:55.387430 [ 56 ] {} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4755 | 2025.04.30 19:13:55.387508 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4756 | 2025.04.30 19:13:55.387514 [ 256 ] {34dbe59a-b256-41eb-b9e2-68d1c76eaca5} <Debug> TCPHandler: Processed in 0.001845003 sec. | ||
| 4757 | 2025.04.30 19:13:55.387815 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4758 | 2025.04.30 19:13:55.387882 [ 196 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 4759 | 2025.04.30 19:13:55.388196 [ 256 ] {00329f9f-9e83-47e1-a488-50586e7995a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4760 | 2025.04.30 19:13:55.388372 [ 256 ] {00329f9f-9e83-47e1-a488-50586e7995a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4761 | 2025.04.30 19:13:55.388500 [ 196 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4762 | 2025.04.30 19:13:55.388602 [ 196 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1403 rows starting from the beginning of the part | ||
| 4763 | 2025.04.30 19:13:55.388927 [ 196 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1250 rows starting from the beginning of the part | ||
| 4764 | 2025.04.30 19:13:55.389361 [ 196 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 56 rows starting from the beginning of the part | ||
| 4765 | 2025.04.30 19:13:55.389692 [ 196 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part | ||
| 4766 | 2025.04.30 19:13:55.390115 [ 196 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 108 rows starting from the beginning of the part | ||
| 4767 | 2025.04.30 19:13:55.390458 [ 196 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 209 rows starting from the beginning of the part | ||
| 4768 | 2025.04.30 19:13:55.391224 [ 256 ] {00329f9f-9e83-47e1-a488-50586e7995a0} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4769 | 2025.04.30 19:13:55.391277 [ 256 ] {00329f9f-9e83-47e1-a488-50586e7995a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4770 | 2025.04.30 19:13:55.392183 [ 256 ] {00329f9f-9e83-47e1-a488-50586e7995a0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4771 | 2025.04.30 19:13:55.392757 [ 256 ] {00329f9f-9e83-47e1-a488-50586e7995a0} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4772 | 2025.04.30 19:13:55.393091 [ 56 ] {} <Debug> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4773 | 2025.04.30 19:13:55.393190 [ 56 ] {} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4774 | 2025.04.30 19:13:55.393273 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4775 | 2025.04.30 19:13:55.393418 [ 256 ] {00329f9f-9e83-47e1-a488-50586e7995a0} <Debug> executeQuery: Read 39 rows, 2.92 KiB in 0.005354 sec., 7284.273440418378 rows/sec., 544.64 KiB/sec. | ||
| 4776 | 2025.04.30 19:13:55.393549 [ 192 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::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 | ||
| 4777 | 2025.04.30 19:13:55.393593 [ 256 ] {00329f9f-9e83-47e1-a488-50586e7995a0} <Debug> TCPHandler: Processed in 0.005887457 sec. | ||
| 4778 | 2025.04.30 19:13:55.393788 [ 192 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4779 | 2025.04.30 19:13:55.393793 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4780 | 2025.04.30 19:13:55.393845 [ 192 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 69 rows starting from the beginning of the part | ||
| 4781 | 2025.04.30 19:13:55.394238 [ 192 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 13 rows starting from the beginning of the part | ||
| 4782 | 2025.04.30 19:13:55.394667 [ 192 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 30 rows starting from the beginning of the part | ||
| 4783 | 2025.04.30 19:13:55.394938 [ 202 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3108 rows, containing 5 columns (5 merged, 0 gathered) in 0.00731511 sec., 424873.99369250773 rows/sec., 37.14 MiB/sec. | ||
| 4784 | 2025.04.30 19:13:55.394953 [ 256 ] {591999e4-4dd5-4391-af45-0154728ddfe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4785 | 2025.04.30 19:13:55.395126 [ 192 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 13 rows starting from the beginning of the part | ||
| 4786 | 2025.04.30 19:13:55.395149 [ 256 ] {591999e4-4dd5-4391-af45-0154728ddfe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4787 | 2025.04.30 19:13:55.395591 [ 202 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 4788 | 2025.04.30 19:13:55.395638 [ 192 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 26 rows starting from the beginning of the part | ||
| 4789 | 2025.04.30 19:13:55.396510 [ 192 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 39 rows starting from the beginning of the part | ||
| 4790 | 2025.04.30 19:13:55.396663 [ 202 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_41_8} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4791 | 2025.04.30 19:13:55.397054 [ 202 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_41_8} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 4792 | 2025.04.30 19:13:55.397332 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 4793 | 2025.04.30 19:13:55.397964 [ 256 ] {591999e4-4dd5-4391-af45-0154728ddfe3} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4794 | 2025.04.30 19:13:55.398035 [ 256 ] {591999e4-4dd5-4391-af45-0154728ddfe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4795 | 2025.04.30 19:13:55.399273 [ 256 ] {591999e4-4dd5-4391-af45-0154728ddfe3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4796 | 2025.04.30 19:13:55.399463 [ 195 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 5 columns (5 merged, 0 gathered) in 0.006071191 sec., 31295.342215390687 rows/sec., 2.41 MiB/sec. | ||
| 4797 | 2025.04.30 19:13:55.399638 [ 195 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4798 | 2025.04.30 19:13:55.399689 [ 256 ] {591999e4-4dd5-4391-af45-0154728ddfe3} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4799 | 2025.04.30 19:13:55.400011 [ 256 ] {591999e4-4dd5-4391-af45-0154728ddfe3} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.005918 sec., 4055.4241297735725 rows/sec., 344.55 KiB/sec. | ||
| 4800 | 2025.04.30 19:13:55.400110 [ 195 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_31_6} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4801 | 2025.04.30 19:13:55.400137 [ 256 ] {591999e4-4dd5-4391-af45-0154728ddfe3} <Debug> TCPHandler: Processed in 0.00643683 sec. | ||
| 4802 | 2025.04.30 19:13:55.400250 [ 195 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_31_6} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4803 | 2025.04.30 19:13:55.400393 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4804 | 2025.04.30 19:13:55.400407 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4805 | 2025.04.30 19:13:55.400588 [ 256 ] {edd0d707-4072-42a4-b06b-8a8036bba87c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4806 | 2025.04.30 19:13:55.400660 [ 256 ] {edd0d707-4072-42a4-b06b-8a8036bba87c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4807 | 2025.04.30 19:13:55.401308 [ 256 ] {edd0d707-4072-42a4-b06b-8a8036bba87c} <Trace> oximeter.fields_u8 (6ac07ddf-9e79-4702-b981-c16bd17e5618): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4808 | 2025.04.30 19:13:55.401346 [ 256 ] {edd0d707-4072-42a4-b06b-8a8036bba87c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4809 | 2025.04.30 19:13:55.401699 [ 256 ] {edd0d707-4072-42a4-b06b-8a8036bba87c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4810 | 2025.04.30 19:13:55.401929 [ 256 ] {edd0d707-4072-42a4-b06b-8a8036bba87c} <Trace> oximeter.fields_u8 (6ac07ddf-9e79-4702-b981-c16bd17e5618): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4811 | 2025.04.30 19:13:55.402131 [ 256 ] {edd0d707-4072-42a4-b06b-8a8036bba87c} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001568 sec., 7653.061224489797 rows/sec., 597.90 KiB/sec. | ||
| 4812 | 2025.04.30 19:13:55.402307 [ 256 ] {edd0d707-4072-42a4-b06b-8a8036bba87c} <Debug> TCPHandler: Processed in 0.002030107 sec. | ||
| 4813 | 2025.04.30 19:13:55.402444 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4814 | 2025.04.30 19:13:55.402548 [ 256 ] {274d7dc1-2197-4973-a49e-0f7fa64ff7f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4815 | 2025.04.30 19:13:55.402592 [ 256 ] {274d7dc1-2197-4973-a49e-0f7fa64ff7f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4816 | 2025.04.30 19:13:55.403182 [ 256 ] {274d7dc1-2197-4973-a49e-0f7fa64ff7f8} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4817 | 2025.04.30 19:13:55.403220 [ 256 ] {274d7dc1-2197-4973-a49e-0f7fa64ff7f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4818 | 2025.04.30 19:13:55.403566 [ 256 ] {274d7dc1-2197-4973-a49e-0f7fa64ff7f8} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 4819 | 2025.04.30 19:13:55.403809 [ 256 ] {274d7dc1-2197-4973-a49e-0f7fa64ff7f8} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4820 | 2025.04.30 19:13:55.403979 [ 56 ] {} <Debug> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 4821 | 2025.04.30 19:13:55.404024 [ 256 ] {274d7dc1-2197-4973-a49e-0f7fa64ff7f8} <Debug> executeQuery: Read 127 rows, 10.56 KiB in 0.001488 sec., 85349.4623655914 rows/sec., 6.93 MiB/sec. | ||
| 4822 | 2025.04.30 19:13:55.404040 [ 56 ] {} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4823 | 2025.04.30 19:13:55.404120 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4824 | 2025.04.30 19:13:55.404157 [ 256 ] {274d7dc1-2197-4973-a49e-0f7fa64ff7f8} <Debug> TCPHandler: Processed in 0.001756171 sec. | ||
| 4825 | 2025.04.30 19:13:55.404370 [ 202 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 4826 | 2025.04.30 19:13:55.404399 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4827 | 2025.04.30 19:13:55.404617 [ 202 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4828 | 2025.04.30 19:13:55.404627 [ 256 ] {d9c51817-b300-4c69-8c31-0b11fb334a48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4829 | 2025.04.30 19:13:55.404684 [ 202 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 631 rows starting from the beginning of the part | ||
| 4830 | 2025.04.30 19:13:55.404729 [ 256 ] {d9c51817-b300-4c69-8c31-0b11fb334a48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4831 | 2025.04.30 19:13:55.405048 [ 202 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 550 rows starting from the beginning of the part | ||
| 4832 | 2025.04.30 19:13:55.405388 [ 202 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 64 rows starting from the beginning of the part | ||
| 4833 | 2025.04.30 19:13:55.405709 [ 202 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 77 rows starting from the beginning of the part | ||
| 4834 | 2025.04.30 19:13:55.406034 [ 202 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 90 rows starting from the beginning of the part | ||
| 4835 | 2025.04.30 19:13:55.406369 [ 202 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 127 rows starting from the beginning of the part | ||
| 4836 | 2025.04.30 19:13:55.407424 [ 256 ] {d9c51817-b300-4c69-8c31-0b11fb334a48} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4837 | 2025.04.30 19:13:55.407488 [ 256 ] {d9c51817-b300-4c69-8c31-0b11fb334a48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4838 | 2025.04.30 19:13:55.408500 [ 256 ] {d9c51817-b300-4c69-8c31-0b11fb334a48} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 4839 | 2025.04.30 19:13:55.408917 [ 256 ] {d9c51817-b300-4c69-8c31-0b11fb334a48} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4840 | 2025.04.30 19:13:55.409159 [ 192 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1539 rows, containing 5 columns (5 merged, 0 gathered) in 0.004922655 sec., 312636.1688966625 rows/sec., 24.91 MiB/sec. | ||
| 4841 | 2025.04.30 19:13:55.409292 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 4842 | 2025.04.30 19:13:55.409380 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4843 | 2025.04.30 19:13:55.409432 [ 256 ] {d9c51817-b300-4c69-8c31-0b11fb334a48} <Debug> executeQuery: Read 203 rows, 14.89 KiB in 0.004875 sec., 41641.02564102564 rows/sec., 2.98 MiB/sec. | ||
| 4844 | 2025.04.30 19:13:55.409453 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4845 | 2025.04.30 19:13:55.409495 [ 202 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 4846 | 2025.04.30 19:13:55.409767 [ 256 ] {d9c51817-b300-4c69-8c31-0b11fb334a48} <Debug> TCPHandler: Processed in 0.005430616 sec. | ||
| 4847 | 2025.04.30 19:13:55.410104 [ 193 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 4848 | 2025.04.30 19:13:55.410149 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4849 | 2025.04.30 19:13:55.410648 [ 256 ] {4eb81e40-1c6e-4c76-92ec-69de520b24b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4850 | 2025.04.30 19:13:55.410800 [ 202 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_41_8} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4851 | 2025.04.30 19:13:55.411007 [ 193 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4852 | 2025.04.30 19:13:55.411243 [ 256 ] {4eb81e40-1c6e-4c76-92ec-69de520b24b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4853 | 2025.04.30 19:13:55.411243 [ 193 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10734 rows starting from the beginning of the part | ||
| 4854 | 2025.04.30 19:13:55.411293 [ 202 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_41_8} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 4855 | 2025.04.30 19:13:55.411837 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 4856 | 2025.04.30 19:13:55.412118 [ 193 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 942 rows starting from the beginning of the part | ||
| 4857 | 2025.04.30 19:13:55.412434 [ 193 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 66 rows starting from the beginning of the part | ||
| 4858 | 2025.04.30 19:13:55.412776 [ 193 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part | ||
| 4859 | 2025.04.30 19:13:55.413201 [ 193 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
| 4860 | 2025.04.30 19:13:55.413573 [ 193 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 203 rows starting from the beginning of the part | ||
| 4861 | 2025.04.30 19:13:55.415528 [ 256 ] {4eb81e40-1c6e-4c76-92ec-69de520b24b1} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4862 | 2025.04.30 19:13:55.415573 [ 256 ] {4eb81e40-1c6e-4c76-92ec-69de520b24b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4863 | 2025.04.30 19:13:55.416822 [ 256 ] {4eb81e40-1c6e-4c76-92ec-69de520b24b1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4864 | 2025.04.30 19:13:55.417111 [ 256 ] {4eb81e40-1c6e-4c76-92ec-69de520b24b1} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4865 | 2025.04.30 19:13:55.417591 [ 56 ] {} <Debug> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4866 | 2025.04.30 19:13:55.417746 [ 56 ] {} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4867 | 2025.04.30 19:13:55.417808 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4868 | 2025.04.30 19:13:55.417853 [ 256 ] {4eb81e40-1c6e-4c76-92ec-69de520b24b1} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.007376 sec., 1762.472885032538 rows/sec., 3.16 MiB/sec. | ||
| 4869 | 2025.04.30 19:13:55.418375 [ 187 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::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 | ||
| 4870 | 2025.04.30 19:13:55.418806 [ 256 ] {4eb81e40-1c6e-4c76-92ec-69de520b24b1} <Debug> TCPHandler: Processed in 0.008765354 sec. | ||
| 4871 | 2025.04.30 19:13:55.419392 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4872 | 2025.04.30 19:13:55.419832 [ 256 ] {0dd2b2ef-8624-4beb-81bc-56a98357210a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4873 | 2025.04.30 19:13:55.419892 [ 187 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4874 | 2025.04.30 19:13:55.420076 [ 256 ] {0dd2b2ef-8624-4beb-81bc-56a98357210a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4875 | 2025.04.30 19:13:55.420206 [ 187 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 448 rows starting from the beginning of the part | ||
| 4876 | 2025.04.30 19:13:55.420440 [ 193 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12265 rows, containing 5 columns (5 merged, 0 gathered) in 0.01075902 sec., 1139973.7150781392 rows/sec., 78.15 MiB/sec. | ||
| 4877 | 2025.04.30 19:13:55.421139 [ 193 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 4878 | 2025.04.30 19:13:55.421292 [ 187 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 13 rows starting from the beginning of the part | ||
| 4879 | 2025.04.30 19:13:55.422579 [ 187 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 26 rows starting from the beginning of the part | ||
| 4880 | 2025.04.30 19:13:55.422616 [ 193 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4881 | 2025.04.30 19:13:55.423010 [ 193 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 4882 | 2025.04.30 19:13:55.423549 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.33 MiB. | ||
| 4883 | 2025.04.30 19:13:55.423743 [ 187 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 13 rows starting from the beginning of the part | ||
| 4884 | 2025.04.30 19:13:55.423897 [ 256 ] {0dd2b2ef-8624-4beb-81bc-56a98357210a} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4885 | 2025.04.30 19:13:55.424018 [ 256 ] {0dd2b2ef-8624-4beb-81bc-56a98357210a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4886 | 2025.04.30 19:13:55.424386 [ 187 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 26 rows starting from the beginning of the part | ||
| 4887 | 2025.04.30 19:13:55.424941 [ 187 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 13 rows starting from the beginning of the part | ||
| 4888 | 2025.04.30 19:13:55.425725 [ 256 ] {0dd2b2ef-8624-4beb-81bc-56a98357210a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 4889 | 2025.04.30 19:13:55.426254 [ 256 ] {0dd2b2ef-8624-4beb-81bc-56a98357210a} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4890 | 2025.04.30 19:13:55.426630 [ 56 ] {} <Debug> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 4891 | 2025.04.30 19:13:55.426797 [ 56 ] {} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4892 | 2025.04.30 19:13:55.426861 [ 256 ] {0dd2b2ef-8624-4beb-81bc-56a98357210a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00719 sec., 8344.923504867871 rows/sec., 575.89 KiB/sec. | ||
| 4893 | 2025.04.30 19:13:55.426906 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4894 | 2025.04.30 19:13:55.427110 [ 256 ] {0dd2b2ef-8624-4beb-81bc-56a98357210a} <Debug> TCPHandler: Processed in 0.007868252 sec. | ||
| 4895 | 2025.04.30 19:13:55.427481 [ 190 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 4896 | 2025.04.30 19:13:55.427616 [ 190 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4897 | 2025.04.30 19:13:55.427650 [ 190 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1968 rows starting from the beginning of the part | ||
| 4898 | 2025.04.30 19:13:55.427776 [ 190 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 34 rows starting from the beginning of the part | ||
| 4899 | 2025.04.30 19:13:55.427898 [ 190 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 26 rows starting from the beginning of the part | ||
| 4900 | 2025.04.30 19:13:55.428135 [ 190 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
| 4901 | 2025.04.30 19:13:55.428388 [ 190 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
| 4902 | 2025.04.30 19:13:55.428765 [ 190 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
| 4903 | 2025.04.30 19:13:55.432649 [ 190 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2208 rows, containing 4 columns (4 merged, 0 gathered) in 0.005538749 sec., 398645.975833171 rows/sec., 26.87 MiB/sec. | ||
| 4904 | 2025.04.30 19:13:55.433038 [ 190 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 4905 | 2025.04.30 19:13:55.433444 [ 190 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_41_8} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4906 | 2025.04.30 19:13:55.433792 [ 190 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_41_8} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 4907 | 2025.04.30 19:13:55.433866 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 4908 | 2025.04.30 19:13:55.449636 [ 200 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 539 rows, containing 19 columns (19 merged, 0 gathered) in 0.031725579 sec., 16989.445645735894 rows/sec., 30.44 MiB/sec. | ||
| 4909 | 2025.04.30 19:13:55.450707 [ 200 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4910 | 2025.04.30 19:13:55.451353 [ 200 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4911 | 2025.04.30 19:13:55.451442 [ 200 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4912 | 2025.04.30 19:13:55.451595 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
| 4913 | 2025.04.30 19:13:56.000270 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.86 MiB, peak 200.34 MiB, free memory in arenas 0.00 B, will set to 194.64 MiB (RSS), difference: 2.78 MiB | ||
| 4914 | 2025.04.30 19:13:56.400702 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 | ||
| 4915 | 2025.04.30 19:13:56.401476 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4916 | 2025.04.30 19:13:56.401515 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4917 | 2025.04.30 19:13:56.402042 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4918 | 2025.04.30 19:13:56.402301 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4919 | 2025.04.30 19:13:56.402533 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 | ||
| 4920 | 2025.04.30 19:13:57.242081 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 4921 | 2025.04.30 19:13:57.261265 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4922 | 2025.04.30 19:13:57.261328 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4923 | 2025.04.30 19:13:57.268308 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4924 | 2025.04.30 19:13:57.269131 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4925 | 2025.04.30 19:13:57.272365 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 4926 | 2025.04.30 19:14:00.380711 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4927 | 2025.04.30 19:14:00.380914 [ 256 ] {8002b317-2eb2-4cb0-8f70-d8cef5c703f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4928 | 2025.04.30 19:14:00.380989 [ 256 ] {8002b317-2eb2-4cb0-8f70-d8cef5c703f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4929 | 2025.04.30 19:14:00.381729 [ 256 ] {8002b317-2eb2-4cb0-8f70-d8cef5c703f8} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4930 | 2025.04.30 19:14:00.381769 [ 256 ] {8002b317-2eb2-4cb0-8f70-d8cef5c703f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4931 | 2025.04.30 19:14:00.382202 [ 256 ] {8002b317-2eb2-4cb0-8f70-d8cef5c703f8} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 4932 | 2025.04.30 19:14:00.382444 [ 256 ] {8002b317-2eb2-4cb0-8f70-d8cef5c703f8} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4933 | 2025.04.30 19:14:00.382620 [ 256 ] {8002b317-2eb2-4cb0-8f70-d8cef5c703f8} <Debug> executeQuery: Read 108 rows, 9.27 KiB in 0.001763 sec., 61259.217243335224 rows/sec., 5.14 MiB/sec. | ||
| 4934 | 2025.04.30 19:14:00.382672 [ 256 ] {8002b317-2eb2-4cb0-8f70-d8cef5c703f8} <Debug> TCPHandler: Processed in 0.002096908 sec. | ||
| 4935 | 2025.04.30 19:14:00.382791 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4936 | 2025.04.30 19:14:00.382893 [ 256 ] {69f90141-f848-4901-97cc-708c2d589510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4937 | 2025.04.30 19:14:00.382937 [ 256 ] {69f90141-f848-4901-97cc-708c2d589510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4938 | 2025.04.30 19:14:00.383483 [ 256 ] {69f90141-f848-4901-97cc-708c2d589510} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4939 | 2025.04.30 19:14:00.383529 [ 256 ] {69f90141-f848-4901-97cc-708c2d589510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4940 | 2025.04.30 19:14:00.383945 [ 256 ] {69f90141-f848-4901-97cc-708c2d589510} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4941 | 2025.04.30 19:14:00.384230 [ 256 ] {69f90141-f848-4901-97cc-708c2d589510} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4942 | 2025.04.30 19:14:00.384415 [ 256 ] {69f90141-f848-4901-97cc-708c2d589510} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001542 sec., 16861.219195849546 rows/sec., 1.24 MiB/sec. | ||
| 4943 | 2025.04.30 19:14:00.384465 [ 256 ] {69f90141-f848-4901-97cc-708c2d589510} <Debug> TCPHandler: Processed in 0.00172525 sec. | ||
| 4944 | 2025.04.30 19:14:00.384574 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4945 | 2025.04.30 19:14:00.384678 [ 256 ] {6da54880-fd6d-4e9e-bf76-a13a1ab53ca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4946 | 2025.04.30 19:14:00.384722 [ 256 ] {6da54880-fd6d-4e9e-bf76-a13a1ab53ca6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4947 | 2025.04.30 19:14:00.385249 [ 256 ] {6da54880-fd6d-4e9e-bf76-a13a1ab53ca6} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4948 | 2025.04.30 19:14:00.385288 [ 256 ] {6da54880-fd6d-4e9e-bf76-a13a1ab53ca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4949 | 2025.04.30 19:14:00.385633 [ 256 ] {6da54880-fd6d-4e9e-bf76-a13a1ab53ca6} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 4950 | 2025.04.30 19:14:00.385865 [ 256 ] {6da54880-fd6d-4e9e-bf76-a13a1ab53ca6} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4951 | 2025.04.30 19:14:00.386071 [ 256 ] {6da54880-fd6d-4e9e-bf76-a13a1ab53ca6} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001413 sec., 63694.267515923566 rows/sec., 4.97 MiB/sec. | ||
| 4952 | 2025.04.30 19:14:00.386129 [ 256 ] {6da54880-fd6d-4e9e-bf76-a13a1ab53ca6} <Debug> TCPHandler: Processed in 0.001604487 sec. | ||
| 4953 | 2025.04.30 19:14:00.386277 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4954 | 2025.04.30 19:14:00.386377 [ 256 ] {86d5ce89-3ff3-43a2-a024-0869ddc8a357} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4955 | 2025.04.30 19:14:00.386424 [ 256 ] {86d5ce89-3ff3-43a2-a024-0869ddc8a357} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4956 | 2025.04.30 19:14:00.386914 [ 256 ] {86d5ce89-3ff3-43a2-a024-0869ddc8a357} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4957 | 2025.04.30 19:14:00.386951 [ 256 ] {86d5ce89-3ff3-43a2-a024-0869ddc8a357} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4958 | 2025.04.30 19:14:00.387322 [ 256 ] {86d5ce89-3ff3-43a2-a024-0869ddc8a357} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 4959 | 2025.04.30 19:14:00.387550 [ 256 ] {86d5ce89-3ff3-43a2-a024-0869ddc8a357} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4960 | 2025.04.30 19:14:00.387788 [ 256 ] {86d5ce89-3ff3-43a2-a024-0869ddc8a357} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001424 sec., 112359.55056179776 rows/sec., 7.83 MiB/sec. | ||
| 4961 | 2025.04.30 19:14:00.387852 [ 256 ] {86d5ce89-3ff3-43a2-a024-0869ddc8a357} <Debug> TCPHandler: Processed in 0.001636588 sec. | ||
| 4962 | 2025.04.30 19:14:00.388103 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4963 | 2025.04.30 19:14:00.388212 [ 256 ] {772a141a-181d-48e4-8b97-ff7e642f5287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4964 | 2025.04.30 19:14:00.388304 [ 256 ] {772a141a-181d-48e4-8b97-ff7e642f5287} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4965 | 2025.04.30 19:14:00.389395 [ 256 ] {772a141a-181d-48e4-8b97-ff7e642f5287} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4966 | 2025.04.30 19:14:00.389433 [ 256 ] {772a141a-181d-48e4-8b97-ff7e642f5287} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4967 | 2025.04.30 19:14:00.390040 [ 256 ] {772a141a-181d-48e4-8b97-ff7e642f5287} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4968 | 2025.04.30 19:14:00.390302 [ 256 ] {772a141a-181d-48e4-8b97-ff7e642f5287} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4969 | 2025.04.30 19:14:00.390519 [ 256 ] {772a141a-181d-48e4-8b97-ff7e642f5287} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002329 sec., 11163.589523400602 rows/sec., 20.00 MiB/sec. | ||
| 4970 | 2025.04.30 19:14:00.390608 [ 256 ] {772a141a-181d-48e4-8b97-ff7e642f5287} <Debug> TCPHandler: Processed in 0.002568409 sec. | ||
| 4971 | 2025.04.30 19:14:00.390724 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4972 | 2025.04.30 19:14:00.390827 [ 256 ] {20b1d74a-f9f9-4b32-ac79-33e80177be4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4973 | 2025.04.30 19:14:00.390871 [ 256 ] {20b1d74a-f9f9-4b32-ac79-33e80177be4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4974 | 2025.04.30 19:14:00.391263 [ 256 ] {20b1d74a-f9f9-4b32-ac79-33e80177be4f} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4975 | 2025.04.30 19:14:00.391301 [ 256 ] {20b1d74a-f9f9-4b32-ac79-33e80177be4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4976 | 2025.04.30 19:14:00.391640 [ 256 ] {20b1d74a-f9f9-4b32-ac79-33e80177be4f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 4977 | 2025.04.30 19:14:00.391866 [ 256 ] {20b1d74a-f9f9-4b32-ac79-33e80177be4f} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4978 | 2025.04.30 19:14:00.392051 [ 256 ] {20b1d74a-f9f9-4b32-ac79-33e80177be4f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001246 sec., 48154.093097913326 rows/sec., 3.25 MiB/sec. | ||
| 4979 | 2025.04.30 19:14:00.392097 [ 256 ] {20b1d74a-f9f9-4b32-ac79-33e80177be4f} <Debug> TCPHandler: Processed in 0.001424093 sec. | ||
| 4980 | 2025.04.30 19:14:03.769632 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4981 | 2025.04.30 19:14:03.769698 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4982 | 2025.04.30 19:14:03.902697 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 | ||
| 4983 | 2025.04.30 19:14:03.903407 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4984 | 2025.04.30 19:14:03.903459 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4985 | 2025.04.30 19:14:03.904000 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4986 | 2025.04.30 19:14:03.904272 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4987 | 2025.04.30 19:14:03.904537 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 4988 | 2025.04.30 19:14:03.966854 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 692 | ||
| 4989 | 2025.04.30 19:14:03.969857 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4990 | 2025.04.30 19:14:03.969907 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4991 | 2025.04.30 19:14:03.971337 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4992 | 2025.04.30 19:14:03.971655 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4993 | 2025.04.30 19:14:03.972447 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 692 | ||
| 4994 | 2025.04.30 19:14:04.772467 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 4995 | 2025.04.30 19:14:04.792126 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4996 | 2025.04.30 19:14:04.792188 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4997 | 2025.04.30 19:14:04.799459 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4998 | 2025.04.30 19:14:04.800232 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4999 | 2025.04.30 19:14:04.802911 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 5000 | 2025.04.30 19:14:05.379422 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5001 | 2025.04.30 19:14:05.379606 [ 256 ] {bff7080e-e2c5-492e-8435-4189d52b6baf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5002 | 2025.04.30 19:14:05.379676 [ 256 ] {bff7080e-e2c5-492e-8435-4189d52b6baf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5003 | 2025.04.30 19:14:05.380470 [ 256 ] {bff7080e-e2c5-492e-8435-4189d52b6baf} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5004 | 2025.04.30 19:14:05.380515 [ 256 ] {bff7080e-e2c5-492e-8435-4189d52b6baf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5005 | 2025.04.30 19:14:05.380933 [ 256 ] {bff7080e-e2c5-492e-8435-4189d52b6baf} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5006 | 2025.04.30 19:14:05.381174 [ 256 ] {bff7080e-e2c5-492e-8435-4189d52b6baf} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5007 | 2025.04.30 19:14:05.381396 [ 256 ] {bff7080e-e2c5-492e-8435-4189d52b6baf} <Debug> executeQuery: Read 82 rows, 6.96 KiB in 0.00184 sec., 44565.217391304344 rows/sec., 3.70 MiB/sec. | ||
| 5008 | 2025.04.30 19:14:05.381449 [ 256 ] {bff7080e-e2c5-492e-8435-4189d52b6baf} <Debug> TCPHandler: Processed in 0.00215107 sec. | ||
| 5009 | 2025.04.30 19:14:05.381578 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5010 | 2025.04.30 19:14:05.381682 [ 256 ] {a26882e0-846b-47a9-86e6-7d41e2fb2e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5011 | 2025.04.30 19:14:05.381726 [ 256 ] {a26882e0-846b-47a9-86e6-7d41e2fb2e46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5012 | 2025.04.30 19:14:05.382221 [ 256 ] {a26882e0-846b-47a9-86e6-7d41e2fb2e46} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5013 | 2025.04.30 19:14:05.382259 [ 256 ] {a26882e0-846b-47a9-86e6-7d41e2fb2e46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5014 | 2025.04.30 19:14:05.382594 [ 256 ] {a26882e0-846b-47a9-86e6-7d41e2fb2e46} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5015 | 2025.04.30 19:14:05.382854 [ 256 ] {a26882e0-846b-47a9-86e6-7d41e2fb2e46} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5016 | 2025.04.30 19:14:05.383054 [ 256 ] {a26882e0-846b-47a9-86e6-7d41e2fb2e46} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001393 sec., 9332.376166547021 rows/sec., 701.75 KiB/sec. | ||
| 5017 | 2025.04.30 19:14:05.383104 [ 256 ] {a26882e0-846b-47a9-86e6-7d41e2fb2e46} <Debug> TCPHandler: Processed in 0.001577457 sec. | ||
| 5018 | 2025.04.30 19:14:05.383214 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5019 | 2025.04.30 19:14:05.383317 [ 256 ] {de751ca2-62de-42d5-a123-42710a557f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5020 | 2025.04.30 19:14:05.383361 [ 256 ] {de751ca2-62de-42d5-a123-42710a557f8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5021 | 2025.04.30 19:14:05.383915 [ 256 ] {de751ca2-62de-42d5-a123-42710a557f8c} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5022 | 2025.04.30 19:14:05.383954 [ 256 ] {de751ca2-62de-42d5-a123-42710a557f8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5023 | 2025.04.30 19:14:05.384295 [ 256 ] {de751ca2-62de-42d5-a123-42710a557f8c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5024 | 2025.04.30 19:14:05.384525 [ 256 ] {de751ca2-62de-42d5-a123-42710a557f8c} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5025 | 2025.04.30 19:14:05.384712 [ 256 ] {de751ca2-62de-42d5-a123-42710a557f8c} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001416 sec., 54378.53107344633 rows/sec., 4.25 MiB/sec. | ||
| 5026 | 2025.04.30 19:14:05.384761 [ 256 ] {de751ca2-62de-42d5-a123-42710a557f8c} <Debug> TCPHandler: Processed in 0.001597547 sec. | ||
| 5027 | 2025.04.30 19:14:05.384872 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5028 | 2025.04.30 19:14:05.384974 [ 256 ] {eee3f75f-9359-4651-9c44-d394bde29934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5029 | 2025.04.30 19:14:05.385021 [ 256 ] {eee3f75f-9359-4651-9c44-d394bde29934} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5030 | 2025.04.30 19:14:05.385529 [ 256 ] {eee3f75f-9359-4651-9c44-d394bde29934} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5031 | 2025.04.30 19:14:05.385567 [ 256 ] {eee3f75f-9359-4651-9c44-d394bde29934} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5032 | 2025.04.30 19:14:05.385935 [ 256 ] {eee3f75f-9359-4651-9c44-d394bde29934} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5033 | 2025.04.30 19:14:05.386158 [ 256 ] {eee3f75f-9359-4651-9c44-d394bde29934} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5034 | 2025.04.30 19:14:05.386354 [ 256 ] {eee3f75f-9359-4651-9c44-d394bde29934} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001399 sec., 114367.40528949248 rows/sec., 7.97 MiB/sec. | ||
| 5035 | 2025.04.30 19:14:05.386416 [ 256 ] {eee3f75f-9359-4651-9c44-d394bde29934} <Debug> TCPHandler: Processed in 0.001593447 sec. | ||
| 5036 | 2025.04.30 19:14:05.386559 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5037 | 2025.04.30 19:14:05.386665 [ 256 ] {c192a599-7d53-47ca-bac5-fbdcaf2edd4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5038 | 2025.04.30 19:14:05.386730 [ 256 ] {c192a599-7d53-47ca-bac5-fbdcaf2edd4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5039 | 2025.04.30 19:14:05.387791 [ 256 ] {c192a599-7d53-47ca-bac5-fbdcaf2edd4d} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5040 | 2025.04.30 19:14:05.387828 [ 256 ] {c192a599-7d53-47ca-bac5-fbdcaf2edd4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5041 | 2025.04.30 19:14:05.388419 [ 256 ] {c192a599-7d53-47ca-bac5-fbdcaf2edd4d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5042 | 2025.04.30 19:14:05.388666 [ 256 ] {c192a599-7d53-47ca-bac5-fbdcaf2edd4d} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5043 | 2025.04.30 19:14:05.388892 [ 256 ] {c192a599-7d53-47ca-bac5-fbdcaf2edd4d} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002247 sec., 5785.491766800178 rows/sec., 10.37 MiB/sec. | ||
| 5044 | 2025.04.30 19:14:05.388981 [ 256 ] {c192a599-7d53-47ca-bac5-fbdcaf2edd4d} <Debug> TCPHandler: Processed in 0.002484738 sec. | ||
| 5045 | 2025.04.30 19:14:05.389094 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5046 | 2025.04.30 19:14:05.389197 [ 256 ] {69ff26de-9309-4972-b73e-880d1c7526b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5047 | 2025.04.30 19:14:05.389243 [ 256 ] {69ff26de-9309-4972-b73e-880d1c7526b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5048 | 2025.04.30 19:14:05.389646 [ 256 ] {69ff26de-9309-4972-b73e-880d1c7526b4} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5049 | 2025.04.30 19:14:05.389684 [ 256 ] {69ff26de-9309-4972-b73e-880d1c7526b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5050 | 2025.04.30 19:14:05.390026 [ 256 ] {69ff26de-9309-4972-b73e-880d1c7526b4} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5051 | 2025.04.30 19:14:05.390251 [ 256 ] {69ff26de-9309-4972-b73e-880d1c7526b4} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5052 | 2025.04.30 19:14:05.390448 [ 256 ] {69ff26de-9309-4972-b73e-880d1c7526b4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001272 sec., 47169.81132075472 rows/sec., 3.18 MiB/sec. | ||
| 5053 | 2025.04.30 19:14:05.390494 [ 256 ] {69ff26de-9309-4972-b73e-880d1c7526b4} <Debug> TCPHandler: Processed in 0.001448754 sec. | ||
| 5054 | 2025.04.30 19:14:07.782720 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5055 | 2025.04.30 19:14:07.782951 [ 256 ] {c54e25f2-4f78-43b4-aac3-6dc8bd8bc33f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5056 | 2025.04.30 19:14:07.783034 [ 256 ] {c54e25f2-4f78-43b4-aac3-6dc8bd8bc33f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5057 | 2025.04.30 19:14:07.784473 [ 256 ] {c54e25f2-4f78-43b4-aac3-6dc8bd8bc33f} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5058 | 2025.04.30 19:14:07.784525 [ 256 ] {c54e25f2-4f78-43b4-aac3-6dc8bd8bc33f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5059 | 2025.04.30 19:14:07.785046 [ 256 ] {c54e25f2-4f78-43b4-aac3-6dc8bd8bc33f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5060 | 2025.04.30 19:14:07.785312 [ 256 ] {c54e25f2-4f78-43b4-aac3-6dc8bd8bc33f} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5061 | 2025.04.30 19:14:07.785516 [ 256 ] {c54e25f2-4f78-43b4-aac3-6dc8bd8bc33f} <Debug> executeQuery: Read 1248 rows, 105.84 KiB in 0.002621 sec., 476154.1396413582 rows/sec., 39.43 MiB/sec. | ||
| 5062 | 2025.04.30 19:14:07.785583 [ 256 ] {c54e25f2-4f78-43b4-aac3-6dc8bd8bc33f} <Debug> TCPHandler: Processed in 0.00300443 sec. | ||
| 5063 | 2025.04.30 19:14:07.785721 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5064 | 2025.04.30 19:14:07.785838 [ 256 ] {4ef51d8f-75b0-4da5-90d0-865369668c46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5065 | 2025.04.30 19:14:07.785889 [ 256 ] {4ef51d8f-75b0-4da5-90d0-865369668c46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5066 | 2025.04.30 19:14:07.786523 [ 256 ] {4ef51d8f-75b0-4da5-90d0-865369668c46} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5067 | 2025.04.30 19:14:07.786566 [ 256 ] {4ef51d8f-75b0-4da5-90d0-865369668c46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5068 | 2025.04.30 19:14:07.786930 [ 256 ] {4ef51d8f-75b0-4da5-90d0-865369668c46} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5069 | 2025.04.30 19:14:07.787171 [ 256 ] {4ef51d8f-75b0-4da5-90d0-865369668c46} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5070 | 2025.04.30 19:14:07.787359 [ 256 ] {4ef51d8f-75b0-4da5-90d0-865369668c46} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.00154 sec., 16883.116883116883 rows/sec., 1.24 MiB/sec. | ||
| 5071 | 2025.04.30 19:14:07.787439 [ 256 ] {4ef51d8f-75b0-4da5-90d0-865369668c46} <Debug> TCPHandler: Processed in 0.001774071 sec. | ||
| 5072 | 2025.04.30 19:14:07.787669 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5073 | 2025.04.30 19:14:07.787780 [ 256 ] {c17a04fb-457e-4721-a73b-7f2eef68ab23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5074 | 2025.04.30 19:14:07.787828 [ 256 ] {c17a04fb-457e-4721-a73b-7f2eef68ab23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5075 | 2025.04.30 19:14:07.788592 [ 256 ] {c17a04fb-457e-4721-a73b-7f2eef68ab23} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5076 | 2025.04.30 19:14:07.788661 [ 256 ] {c17a04fb-457e-4721-a73b-7f2eef68ab23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5077 | 2025.04.30 19:14:07.789135 [ 256 ] {c17a04fb-457e-4721-a73b-7f2eef68ab23} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5078 | 2025.04.30 19:14:07.789418 [ 256 ] {c17a04fb-457e-4721-a73b-7f2eef68ab23} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5079 | 2025.04.30 19:14:07.789673 [ 256 ] {c17a04fb-457e-4721-a73b-7f2eef68ab23} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001913 sec., 119184.52692106638 rows/sec., 8.07 MiB/sec. | ||
| 5080 | 2025.04.30 19:14:07.789764 [ 256 ] {c17a04fb-457e-4721-a73b-7f2eef68ab23} <Debug> TCPHandler: Processed in 0.002179551 sec. | ||
| 5081 | 2025.04.30 19:14:07.789904 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5082 | 2025.04.30 19:14:07.790026 [ 256 ] {515c6f01-b86d-4930-b587-69e9cf023106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5083 | 2025.04.30 19:14:07.790076 [ 256 ] {515c6f01-b86d-4930-b587-69e9cf023106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5084 | 2025.04.30 19:14:07.790853 [ 256 ] {515c6f01-b86d-4930-b587-69e9cf023106} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5085 | 2025.04.30 19:14:07.790891 [ 256 ] {515c6f01-b86d-4930-b587-69e9cf023106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5086 | 2025.04.30 19:14:07.791273 [ 256 ] {515c6f01-b86d-4930-b587-69e9cf023106} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5087 | 2025.04.30 19:14:07.791519 [ 256 ] {515c6f01-b86d-4930-b587-69e9cf023106} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5088 | 2025.04.30 19:14:07.791709 [ 256 ] {515c6f01-b86d-4930-b587-69e9cf023106} <Debug> executeQuery: Read 546 rows, 41.49 KiB in 0.001703 sec., 320610.68702290073 rows/sec., 23.79 MiB/sec. | ||
| 5089 | 2025.04.30 19:14:07.791803 [ 256 ] {515c6f01-b86d-4930-b587-69e9cf023106} <Debug> TCPHandler: Processed in 0.001954525 sec. | ||
| 5090 | 2025.04.30 19:14:07.791996 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5091 | 2025.04.30 19:14:07.792131 [ 256 ] {dc883287-d316-4653-9c0f-abd9a33d04c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5092 | 2025.04.30 19:14:07.792180 [ 256 ] {dc883287-d316-4653-9c0f-abd9a33d04c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5093 | 2025.04.30 19:14:07.793006 [ 256 ] {dc883287-d316-4653-9c0f-abd9a33d04c0} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5094 | 2025.04.30 19:14:07.793054 [ 256 ] {dc883287-d316-4653-9c0f-abd9a33d04c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5095 | 2025.04.30 19:14:07.793554 [ 256 ] {dc883287-d316-4653-9c0f-abd9a33d04c0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5096 | 2025.04.30 19:14:07.793792 [ 256 ] {dc883287-d316-4653-9c0f-abd9a33d04c0} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5097 | 2025.04.30 19:14:07.793960 [ 256 ] {dc883287-d316-4653-9c0f-abd9a33d04c0} <Debug> executeQuery: Read 940 rows, 64.53 KiB in 0.001851 sec., 507833.6034575905 rows/sec., 34.04 MiB/sec. | ||
| 5098 | 2025.04.30 19:14:07.794020 [ 256 ] {dc883287-d316-4653-9c0f-abd9a33d04c0} <Debug> TCPHandler: Processed in 0.002125679 sec. | ||
| 5099 | 2025.04.30 19:14:07.794173 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5100 | 2025.04.30 19:14:07.794273 [ 256 ] {9d0d64ed-58de-4665-8c26-018194968be5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5101 | 2025.04.30 19:14:07.794337 [ 256 ] {9d0d64ed-58de-4665-8c26-018194968be5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5102 | 2025.04.30 19:14:07.795381 [ 256 ] {9d0d64ed-58de-4665-8c26-018194968be5} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5103 | 2025.04.30 19:14:07.795418 [ 256 ] {9d0d64ed-58de-4665-8c26-018194968be5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5104 | 2025.04.30 19:14:07.796024 [ 256 ] {9d0d64ed-58de-4665-8c26-018194968be5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5105 | 2025.04.30 19:14:07.796284 [ 256 ] {9d0d64ed-58de-4665-8c26-018194968be5} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5106 | 2025.04.30 19:14:07.796468 [ 256 ] {9d0d64ed-58de-4665-8c26-018194968be5} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002217 sec., 11727.559765448807 rows/sec., 21.02 MiB/sec. | ||
| 5107 | 2025.04.30 19:14:07.796566 [ 256 ] {9d0d64ed-58de-4665-8c26-018194968be5} <Debug> TCPHandler: Processed in 0.002453337 sec. | ||
| 5108 | 2025.04.30 19:14:07.796680 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5109 | 2025.04.30 19:14:07.796783 [ 256 ] {70aec108-c5f1-4f9d-b04b-ef19edd3b55e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5110 | 2025.04.30 19:14:07.796829 [ 256 ] {70aec108-c5f1-4f9d-b04b-ef19edd3b55e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5111 | 2025.04.30 19:14:07.797229 [ 256 ] {70aec108-c5f1-4f9d-b04b-ef19edd3b55e} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5112 | 2025.04.30 19:14:07.797264 [ 256 ] {70aec108-c5f1-4f9d-b04b-ef19edd3b55e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5113 | 2025.04.30 19:14:07.797620 [ 256 ] {70aec108-c5f1-4f9d-b04b-ef19edd3b55e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5114 | 2025.04.30 19:14:07.797850 [ 256 ] {70aec108-c5f1-4f9d-b04b-ef19edd3b55e} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5115 | 2025.04.30 19:14:07.798035 [ 256 ] {70aec108-c5f1-4f9d-b04b-ef19edd3b55e} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.001266 sec., 26856.24012638231 rows/sec., 1.82 MiB/sec. | ||
| 5116 | 2025.04.30 19:14:07.798122 [ 256 ] {70aec108-c5f1-4f9d-b04b-ef19edd3b55e} <Debug> TCPHandler: Processed in 0.001490505 sec. | ||
| 5117 | 2025.04.30 19:14:09.052144 [ 36 ] {} <Debug> oximeter.fields_ipaddr (7716cb51-1146-4a1c-ac34-03e103003b39) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5118 | 2025.04.30 19:14:09.052218 [ 36 ] {} <Trace> oximeter.fields_ipaddr (7716cb51-1146-4a1c-ac34-03e103003b39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5119 | 2025.04.30 19:14:09.052249 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5120 | 2025.04.30 19:14:09.052509 [ 200 ] {7716cb51-1146-4a1c-ac34-03e103003b39::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 | ||
| 5121 | 2025.04.30 19:14:09.052673 [ 200 ] {7716cb51-1146-4a1c-ac34-03e103003b39::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5122 | 2025.04.30 19:14:09.052844 [ 200 ] {7716cb51-1146-4a1c-ac34-03e103003b39::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part | ||
| 5123 | 2025.04.30 19:14:09.052941 [ 200 ] {7716cb51-1146-4a1c-ac34-03e103003b39::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 5124 | 2025.04.30 19:14:09.053196 [ 200 ] {7716cb51-1146-4a1c-ac34-03e103003b39::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 | ||
| 5125 | 2025.04.30 19:14:09.053496 [ 200 ] {7716cb51-1146-4a1c-ac34-03e103003b39::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
| 5126 | 2025.04.30 19:14:09.053674 [ 200 ] {7716cb51-1146-4a1c-ac34-03e103003b39::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 | ||
| 5127 | 2025.04.30 19:14:09.054800 [ 199 ] {7716cb51-1146-4a1c-ac34-03e103003b39::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 5 columns (5 merged, 0 gathered) in 0.002436387 sec., 18880.415960190232 rows/sec., 1.58 MiB/sec. | ||
| 5128 | 2025.04.30 19:14:09.055011 [ 194 ] {7716cb51-1146-4a1c-ac34-03e103003b39::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5129 | 2025.04.30 19:14:09.055401 [ 194 ] {7716cb51-1146-4a1c-ac34-03e103003b39::all_1_5_1} <Trace> oximeter.fields_ipaddr (7716cb51-1146-4a1c-ac34-03e103003b39): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5130 | 2025.04.30 19:14:09.055493 [ 194 ] {7716cb51-1146-4a1c-ac34-03e103003b39::all_1_5_1} <Trace> oximeter.fields_ipaddr (7716cb51-1146-4a1c-ac34-03e103003b39) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5131 | 2025.04.30 19:14:09.055593 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5132 | 2025.04.30 19:14:10.375753 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5133 | 2025.04.30 19:14:10.375957 [ 256 ] {c8a8e4c5-b953-4238-8b13-aff81e5d8dfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5134 | 2025.04.30 19:14:10.376037 [ 256 ] {c8a8e4c5-b953-4238-8b13-aff81e5d8dfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5135 | 2025.04.30 19:14:10.376866 [ 256 ] {c8a8e4c5-b953-4238-8b13-aff81e5d8dfe} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5136 | 2025.04.30 19:14:10.376912 [ 256 ] {c8a8e4c5-b953-4238-8b13-aff81e5d8dfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5137 | 2025.04.30 19:14:10.377341 [ 256 ] {c8a8e4c5-b953-4238-8b13-aff81e5d8dfe} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5138 | 2025.04.30 19:14:10.377591 [ 256 ] {c8a8e4c5-b953-4238-8b13-aff81e5d8dfe} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5139 | 2025.04.30 19:14:10.377825 [ 256 ] {c8a8e4c5-b953-4238-8b13-aff81e5d8dfe} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001922 sec., 29136.3163371488 rows/sec., 2.24 MiB/sec. | ||
| 5140 | 2025.04.30 19:14:10.377883 [ 256 ] {c8a8e4c5-b953-4238-8b13-aff81e5d8dfe} <Debug> TCPHandler: Processed in 0.002266093 sec. | ||
| 5141 | 2025.04.30 19:14:10.378011 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5142 | 2025.04.30 19:14:10.378117 [ 256 ] {5dacf797-d1b9-470d-9010-fe0bf0feb778} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5143 | 2025.04.30 19:14:10.378164 [ 256 ] {5dacf797-d1b9-470d-9010-fe0bf0feb778} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5144 | 2025.04.30 19:14:10.378729 [ 256 ] {5dacf797-d1b9-470d-9010-fe0bf0feb778} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5145 | 2025.04.30 19:14:10.378771 [ 256 ] {5dacf797-d1b9-470d-9010-fe0bf0feb778} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5146 | 2025.04.30 19:14:10.379122 [ 256 ] {5dacf797-d1b9-470d-9010-fe0bf0feb778} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5147 | 2025.04.30 19:14:10.379367 [ 256 ] {5dacf797-d1b9-470d-9010-fe0bf0feb778} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5148 | 2025.04.30 19:14:10.379579 [ 256 ] {5dacf797-d1b9-470d-9010-fe0bf0feb778} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001483 sec., 43155.76534052596 rows/sec., 3.37 MiB/sec. | ||
| 5149 | 2025.04.30 19:14:10.379634 [ 256 ] {5dacf797-d1b9-470d-9010-fe0bf0feb778} <Debug> TCPHandler: Processed in 0.001677289 sec. | ||
| 5150 | 2025.04.30 19:14:10.379764 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5151 | 2025.04.30 19:14:10.379870 [ 256 ] {b6245c56-2383-4d7a-b09b-26b327d79204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5152 | 2025.04.30 19:14:10.379921 [ 256 ] {b6245c56-2383-4d7a-b09b-26b327d79204} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5153 | 2025.04.30 19:14:10.380419 [ 256 ] {b6245c56-2383-4d7a-b09b-26b327d79204} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5154 | 2025.04.30 19:14:10.380459 [ 256 ] {b6245c56-2383-4d7a-b09b-26b327d79204} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5155 | 2025.04.30 19:14:10.380827 [ 256 ] {b6245c56-2383-4d7a-b09b-26b327d79204} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5156 | 2025.04.30 19:14:10.381059 [ 256 ] {b6245c56-2383-4d7a-b09b-26b327d79204} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5157 | 2025.04.30 19:14:10.381263 [ 256 ] {b6245c56-2383-4d7a-b09b-26b327d79204} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001412 sec., 46742.209631728045 rows/sec., 3.26 MiB/sec. | ||
| 5158 | 2025.04.30 19:14:10.381315 [ 256 ] {b6245c56-2383-4d7a-b09b-26b327d79204} <Debug> TCPHandler: Processed in 0.001603297 sec. | ||
| 5159 | 2025.04.30 19:14:10.381435 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5160 | 2025.04.30 19:14:10.381542 [ 256 ] {e00c5587-c325-4b7c-8f12-d8ede27abec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5161 | 2025.04.30 19:14:10.381588 [ 256 ] {e00c5587-c325-4b7c-8f12-d8ede27abec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5162 | 2025.04.30 19:14:10.381997 [ 256 ] {e00c5587-c325-4b7c-8f12-d8ede27abec3} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5163 | 2025.04.30 19:14:10.382036 [ 256 ] {e00c5587-c325-4b7c-8f12-d8ede27abec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5164 | 2025.04.30 19:14:10.382382 [ 256 ] {e00c5587-c325-4b7c-8f12-d8ede27abec3} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5165 | 2025.04.30 19:14:10.382607 [ 256 ] {e00c5587-c325-4b7c-8f12-d8ede27abec3} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5166 | 2025.04.30 19:14:10.382818 [ 256 ] {e00c5587-c325-4b7c-8f12-d8ede27abec3} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001299 sec., 20015.396458814474 rows/sec., 1.34 MiB/sec. | ||
| 5167 | 2025.04.30 19:14:10.382867 [ 256 ] {e00c5587-c325-4b7c-8f12-d8ede27abec3} <Debug> TCPHandler: Processed in 0.001486744 sec. | ||
| 5168 | 2025.04.30 19:14:11.404698 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 | ||
| 5169 | 2025.04.30 19:14:11.405471 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5170 | 2025.04.30 19:14:11.405526 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5171 | 2025.04.30 19:14:11.406100 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5172 | 2025.04.30 19:14:11.406368 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5173 | 2025.04.30 19:14:11.406565 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 | ||
| 5174 | 2025.04.30 19:14:12.302999 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 5175 | 2025.04.30 19:14:12.324085 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5176 | 2025.04.30 19:14:12.324148 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5177 | 2025.04.30 19:14:12.331574 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5178 | 2025.04.30 19:14:12.332437 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5179 | 2025.04.30 19:14:12.335278 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 5180 | 2025.04.30 19:14:13.972702 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 726 | ||
| 5181 | 2025.04.30 19:14:13.975839 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5182 | 2025.04.30 19:14:13.975890 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5183 | 2025.04.30 19:14:13.977333 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5184 | 2025.04.30 19:14:13.977662 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5185 | 2025.04.30 19:14:13.977933 [ 31 ] {} <Debug> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5186 | 2025.04.30 19:14:13.978057 [ 31 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5187 | 2025.04.30 19:14:13.978151 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5188 | 2025.04.30 19:14:13.978448 [ 198 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::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 | ||
| 5189 | 2025.04.30 19:14:13.978728 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 726 | ||
| 5190 | 2025.04.30 19:14:13.979133 [ 198 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5191 | 2025.04.30 19:14:13.979256 [ 198 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 570 rows starting from the beginning of the part | ||
| 5192 | 2025.04.30 19:14:13.979701 [ 198 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part | ||
| 5193 | 2025.04.30 19:14:13.980130 [ 198 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 36 rows starting from the beginning of the part | ||
| 5194 | 2025.04.30 19:14:13.980539 [ 198 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part | ||
| 5195 | 2025.04.30 19:14:13.980920 [ 198 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 32 rows starting from the beginning of the part | ||
| 5196 | 2025.04.30 19:14:13.981385 [ 198 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::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 | ||
| 5197 | 2025.04.30 19:14:13.988769 [ 199 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 726 rows, containing 72 columns (72 merged, 0 gathered) in 0.010478304 sec., 69286.0218600262 rows/sec., 57.49 MiB/sec. | ||
| 5198 | 2025.04.30 19:14:13.990011 [ 191 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5199 | 2025.04.30 19:14:13.990872 [ 191 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_21_4} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5200 | 2025.04.30 19:14:13.990971 [ 191 ] {362a01e7-6be7-422d-8fb4-1fc89747af8f::all_1_21_4} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5201 | 2025.04.30 19:14:13.991324 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. | ||
| 5202 | 2025.04.30 19:14:15.380553 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5203 | 2025.04.30 19:14:15.380839 [ 256 ] {25c8b634-bae5-404d-96fa-e1d9991bb9b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5204 | 2025.04.30 19:14:15.380923 [ 256 ] {25c8b634-bae5-404d-96fa-e1d9991bb9b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5205 | 2025.04.30 19:14:15.381678 [ 256 ] {25c8b634-bae5-404d-96fa-e1d9991bb9b1} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5206 | 2025.04.30 19:14:15.381730 [ 256 ] {25c8b634-bae5-404d-96fa-e1d9991bb9b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5207 | 2025.04.30 19:14:15.382166 [ 256 ] {25c8b634-bae5-404d-96fa-e1d9991bb9b1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5208 | 2025.04.30 19:14:15.382441 [ 256 ] {25c8b634-bae5-404d-96fa-e1d9991bb9b1} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5209 | 2025.04.30 19:14:15.382640 [ 31 ] {} <Debug> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5210 | 2025.04.30 19:14:15.382665 [ 256 ] {25c8b634-bae5-404d-96fa-e1d9991bb9b1} <Debug> executeQuery: Read 82 rows, 6.96 KiB in 0.001878 sec., 43663.47177848776 rows/sec., 3.62 MiB/sec. | ||
| 5211 | 2025.04.30 19:14:15.382719 [ 31 ] {} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5212 | 2025.04.30 19:14:15.382786 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5213 | 2025.04.30 19:14:15.382798 [ 256 ] {25c8b634-bae5-404d-96fa-e1d9991bb9b1} <Debug> TCPHandler: Processed in 0.002437047 sec. | ||
| 5214 | 2025.04.30 19:14:15.383006 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5215 | 2025.04.30 19:14:15.383016 [ 186 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 5216 | 2025.04.30 19:14:15.383177 [ 256 ] {89d60147-800b-4032-a344-0723a12d91c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5217 | 2025.04.30 19:14:15.383292 [ 186 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5218 | 2025.04.30 19:14:15.383296 [ 256 ] {89d60147-800b-4032-a344-0723a12d91c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5219 | 2025.04.30 19:14:15.383373 [ 186 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1403 rows starting from the beginning of the part | ||
| 5220 | 2025.04.30 19:14:15.383642 [ 186 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 108 rows starting from the beginning of the part | ||
| 5221 | 2025.04.30 19:14:15.383937 [ 186 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part | ||
| 5222 | 2025.04.30 19:14:15.384258 [ 186 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1248 rows starting from the beginning of the part | ||
| 5223 | 2025.04.30 19:14:15.384581 [ 186 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part | ||
| 5224 | 2025.04.30 19:14:15.384901 [ 186 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part | ||
| 5225 | 2025.04.30 19:14:15.386115 [ 256 ] {89d60147-800b-4032-a344-0723a12d91c4} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5226 | 2025.04.30 19:14:15.386181 [ 256 ] {89d60147-800b-4032-a344-0723a12d91c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5227 | 2025.04.30 19:14:15.387202 [ 256 ] {89d60147-800b-4032-a344-0723a12d91c4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5228 | 2025.04.30 19:14:15.387595 [ 256 ] {89d60147-800b-4032-a344-0723a12d91c4} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5229 | 2025.04.30 19:14:15.387954 [ 256 ] {89d60147-800b-4032-a344-0723a12d91c4} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.004791 sec., 2713.420997704028 rows/sec., 204.04 KiB/sec. | ||
| 5230 | 2025.04.30 19:14:15.388377 [ 256 ] {89d60147-800b-4032-a344-0723a12d91c4} <Debug> TCPHandler: Processed in 0.005436817 sec. | ||
| 5231 | 2025.04.30 19:14:15.388876 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5232 | 2025.04.30 19:14:15.388954 [ 197 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2979 rows, containing 5 columns (5 merged, 0 gathered) in 0.006037911 sec., 493382.5622802324 rows/sec., 42.96 MiB/sec. | ||
| 5233 | 2025.04.30 19:14:15.389070 [ 256 ] {5e4a58b3-648b-4fa5-b66c-6000faa9aa32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5234 | 2025.04.30 19:14:15.389119 [ 256 ] {5e4a58b3-648b-4fa5-b66c-6000faa9aa32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5235 | 2025.04.30 19:14:15.389227 [ 197 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5236 | 2025.04.30 19:14:15.389608 [ 197 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_46_9} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5237 | 2025.04.30 19:14:15.389726 [ 197 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_46_9} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5238 | 2025.04.30 19:14:15.389832 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 5239 | 2025.04.30 19:14:15.389925 [ 256 ] {5e4a58b3-648b-4fa5-b66c-6000faa9aa32} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5240 | 2025.04.30 19:14:15.389964 [ 256 ] {5e4a58b3-648b-4fa5-b66c-6000faa9aa32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5241 | 2025.04.30 19:14:15.390311 [ 256 ] {5e4a58b3-648b-4fa5-b66c-6000faa9aa32} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5242 | 2025.04.30 19:14:15.390544 [ 256 ] {5e4a58b3-648b-4fa5-b66c-6000faa9aa32} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5243 | 2025.04.30 19:14:15.390719 [ 27 ] {} <Debug> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5244 | 2025.04.30 19:14:15.390771 [ 256 ] {5e4a58b3-648b-4fa5-b66c-6000faa9aa32} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001731 sec., 44482.95782784518 rows/sec., 3.47 MiB/sec. | ||
| 5245 | 2025.04.30 19:14:15.390780 [ 27 ] {} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5246 | 2025.04.30 19:14:15.390861 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5247 | 2025.04.30 19:14:15.390912 [ 256 ] {5e4a58b3-648b-4fa5-b66c-6000faa9aa32} <Debug> TCPHandler: Processed in 0.002236222 sec. | ||
| 5248 | 2025.04.30 19:14:15.391052 [ 189 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 5249 | 2025.04.30 19:14:15.391081 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5250 | 2025.04.30 19:14:15.391180 [ 189 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5251 | 2025.04.30 19:14:15.391215 [ 256 ] {7cfb208b-92ba-431b-b587-954ba18ad0ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5252 | 2025.04.30 19:14:15.391225 [ 189 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 631 rows starting from the beginning of the part | ||
| 5253 | 2025.04.30 19:14:15.391278 [ 256 ] {7cfb208b-92ba-431b-b587-954ba18ad0ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5254 | 2025.04.30 19:14:15.391355 [ 189 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 90 rows starting from the beginning of the part | ||
| 5255 | 2025.04.30 19:14:15.391756 [ 189 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 77 rows starting from the beginning of the part | ||
| 5256 | 2025.04.30 19:14:15.392221 [ 189 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 546 rows starting from the beginning of the part | ||
| 5257 | 2025.04.30 19:14:15.392659 [ 189 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part | ||
| 5258 | 2025.04.30 19:14:15.392980 [ 189 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 77 rows starting from the beginning of the part | ||
| 5259 | 2025.04.30 19:14:15.393935 [ 256 ] {7cfb208b-92ba-431b-b587-954ba18ad0ed} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5260 | 2025.04.30 19:14:15.393983 [ 256 ] {7cfb208b-92ba-431b-b587-954ba18ad0ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5261 | 2025.04.30 19:14:15.394608 [ 256 ] {7cfb208b-92ba-431b-b587-954ba18ad0ed} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5262 | 2025.04.30 19:14:15.394946 [ 256 ] {7cfb208b-92ba-431b-b587-954ba18ad0ed} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5263 | 2025.04.30 19:14:15.395014 [ 189 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1485 rows, containing 5 columns (5 merged, 0 gathered) in 0.004045554 sec., 367069.6275466846 rows/sec., 29.11 MiB/sec. | ||
| 5264 | 2025.04.30 19:14:15.395196 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5265 | 2025.04.30 19:14:15.395249 [ 189 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5266 | 2025.04.30 19:14:15.395291 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5267 | 2025.04.30 19:14:15.395372 [ 256 ] {7cfb208b-92ba-431b-b587-954ba18ad0ed} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004169 sec., 38378.50803550012 rows/sec., 2.67 MiB/sec. | ||
| 5268 | 2025.04.30 19:14:15.395409 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5269 | 2025.04.30 19:14:15.395682 [ 256 ] {7cfb208b-92ba-431b-b587-954ba18ad0ed} <Debug> TCPHandler: Processed in 0.004658208 sec. | ||
| 5270 | 2025.04.30 19:14:15.395988 [ 202 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 5271 | 2025.04.30 19:14:15.396016 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5272 | 2025.04.30 19:14:15.396031 [ 189 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_46_9} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5273 | 2025.04.30 19:14:15.396312 [ 189 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_46_9} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5274 | 2025.04.30 19:14:15.396367 [ 256 ] {477353a9-8408-4660-9c7d-fc5c17410916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5275 | 2025.04.30 19:14:15.396406 [ 202 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5276 | 2025.04.30 19:14:15.396523 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 5277 | 2025.04.30 19:14:15.396546 [ 202 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12265 rows starting from the beginning of the part | ||
| 5278 | 2025.04.30 19:14:15.396628 [ 256 ] {477353a9-8408-4660-9c7d-fc5c17410916} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5279 | 2025.04.30 19:14:15.396895 [ 202 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part | ||
| 5280 | 2025.04.30 19:14:15.397229 [ 202 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
| 5281 | 2025.04.30 19:14:15.397554 [ 202 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 940 rows starting from the beginning of the part | ||
| 5282 | 2025.04.30 19:14:15.397902 [ 202 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 66 rows starting from the beginning of the part | ||
| 5283 | 2025.04.30 19:14:15.398212 [ 202 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part | ||
| 5284 | 2025.04.30 19:14:15.401191 [ 256 ] {477353a9-8408-4660-9c7d-fc5c17410916} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5285 | 2025.04.30 19:14:15.401265 [ 256 ] {477353a9-8408-4660-9c7d-fc5c17410916} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5286 | 2025.04.30 19:14:15.402310 [ 256 ] {477353a9-8408-4660-9c7d-fc5c17410916} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5287 | 2025.04.30 19:14:15.403093 [ 256 ] {477353a9-8408-4660-9c7d-fc5c17410916} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5288 | 2025.04.30 19:14:15.403388 [ 256 ] {477353a9-8408-4660-9c7d-fc5c17410916} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.007145 sec., 1819.4541637508746 rows/sec., 3.26 MiB/sec. | ||
| 5289 | 2025.04.30 19:14:15.403504 [ 256 ] {477353a9-8408-4660-9c7d-fc5c17410916} <Debug> TCPHandler: Processed in 0.007591057 sec. | ||
| 5290 | 2025.04.30 19:14:15.403701 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5291 | 2025.04.30 19:14:15.403816 [ 256 ] {3df3383c-cc46-4720-afb3-b62bb7dba0a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5292 | 2025.04.30 19:14:15.403881 [ 256 ] {3df3383c-cc46-4720-afb3-b62bb7dba0a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5293 | 2025.04.30 19:14:15.404434 [ 189 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13751 rows, containing 5 columns (5 merged, 0 gathered) in 0.008803495 sec., 1561993.2765339222 rows/sec., 106.99 MiB/sec. | ||
| 5294 | 2025.04.30 19:14:15.404664 [ 256 ] {3df3383c-cc46-4720-afb3-b62bb7dba0a2} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5295 | 2025.04.30 19:14:15.404708 [ 256 ] {3df3383c-cc46-4720-afb3-b62bb7dba0a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5296 | 2025.04.30 19:14:15.404963 [ 188 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5297 | 2025.04.30 19:14:15.405322 [ 256 ] {3df3383c-cc46-4720-afb3-b62bb7dba0a2} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5298 | 2025.04.30 19:14:15.405763 [ 188 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5299 | 2025.04.30 19:14:15.405820 [ 256 ] {3df3383c-cc46-4720-afb3-b62bb7dba0a2} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5300 | 2025.04.30 19:14:15.405953 [ 188 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5301 | 2025.04.30 19:14:15.406078 [ 27 ] {} <Debug> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5302 | 2025.04.30 19:14:15.406184 [ 27 ] {} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5303 | 2025.04.30 19:14:15.406267 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5304 | 2025.04.30 19:14:15.406306 [ 256 ] {3df3383c-cc46-4720-afb3-b62bb7dba0a2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002491 sec., 24086.71216378964 rows/sec., 1.62 MiB/sec. | ||
| 5305 | 2025.04.30 19:14:15.406333 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. | ||
| 5306 | 2025.04.30 19:14:15.406498 [ 256 ] {3df3383c-cc46-4720-afb3-b62bb7dba0a2} <Debug> TCPHandler: Processed in 0.002852636 sec. | ||
| 5307 | 2025.04.30 19:14:15.406592 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 5308 | 2025.04.30 19:14:15.406683 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5309 | 2025.04.30 19:14:15.406711 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2208 rows starting from the beginning of the part | ||
| 5310 | 2025.04.30 19:14:15.406778 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
| 5311 | 2025.04.30 19:14:15.406984 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part | ||
| 5312 | 2025.04.30 19:14:15.407147 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 34 rows starting from the beginning of the part | ||
| 5313 | 2025.04.30 19:14:15.407322 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 26 rows starting from the beginning of the part | ||
| 5314 | 2025.04.30 19:14:15.407417 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
| 5315 | 2025.04.30 19:14:15.408855 [ 188 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2448 rows, containing 4 columns (4 merged, 0 gathered) in 0.002336675 sec., 1047642.4834433544 rows/sec., 70.60 MiB/sec. | ||
| 5316 | 2025.04.30 19:14:15.409067 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5317 | 2025.04.30 19:14:15.409330 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_46_9} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5318 | 2025.04.30 19:14:15.409401 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_46_9} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5319 | 2025.04.30 19:14:15.409467 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 5320 | 2025.04.30 19:14:18.769757 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5321 | 2025.04.30 19:14:18.769819 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5322 | 2025.04.30 19:14:18.906804 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 | ||
| 5323 | 2025.04.30 19:14:18.907907 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5324 | 2025.04.30 19:14:18.907947 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5325 | 2025.04.30 19:14:18.908460 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5326 | 2025.04.30 19:14:18.908709 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5327 | 2025.04.30 19:14:18.908940 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 5328 | 2025.04.30 19:14:19.835395 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 5329 | 2025.04.30 19:14:19.857568 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5330 | 2025.04.30 19:14:19.857636 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5331 | 2025.04.30 19:14:19.865059 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5332 | 2025.04.30 19:14:19.865850 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5333 | 2025.04.30 19:14:19.869756 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 5334 | 2025.04.30 19:14:20.380432 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5335 | 2025.04.30 19:14:20.380731 [ 256 ] {6058db15-d05e-47b6-8215-824d6e544a0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5336 | 2025.04.30 19:14:20.380845 [ 256 ] {6058db15-d05e-47b6-8215-824d6e544a0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5337 | 2025.04.30 19:14:20.381650 [ 256 ] {6058db15-d05e-47b6-8215-824d6e544a0d} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5338 | 2025.04.30 19:14:20.381698 [ 256 ] {6058db15-d05e-47b6-8215-824d6e544a0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5339 | 2025.04.30 19:14:20.382131 [ 256 ] {6058db15-d05e-47b6-8215-824d6e544a0d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5340 | 2025.04.30 19:14:20.382386 [ 256 ] {6058db15-d05e-47b6-8215-824d6e544a0d} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5341 | 2025.04.30 19:14:20.382614 [ 256 ] {6058db15-d05e-47b6-8215-824d6e544a0d} <Debug> executeQuery: Read 108 rows, 9.27 KiB in 0.001965 sec., 54961.8320610687 rows/sec., 4.61 MiB/sec. | ||
| 5342 | 2025.04.30 19:14:20.382677 [ 256 ] {6058db15-d05e-47b6-8215-824d6e544a0d} <Debug> TCPHandler: Processed in 0.002432127 sec. | ||
| 5343 | 2025.04.30 19:14:20.382824 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5344 | 2025.04.30 19:14:20.382932 [ 256 ] {a4470184-ee60-45b8-b0ee-4f2e33c37a52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5345 | 2025.04.30 19:14:20.382980 [ 256 ] {a4470184-ee60-45b8-b0ee-4f2e33c37a52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5346 | 2025.04.30 19:14:20.383567 [ 256 ] {a4470184-ee60-45b8-b0ee-4f2e33c37a52} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5347 | 2025.04.30 19:14:20.383618 [ 256 ] {a4470184-ee60-45b8-b0ee-4f2e33c37a52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5348 | 2025.04.30 19:14:20.384097 [ 256 ] {a4470184-ee60-45b8-b0ee-4f2e33c37a52} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5349 | 2025.04.30 19:14:20.384387 [ 256 ] {a4470184-ee60-45b8-b0ee-4f2e33c37a52} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5350 | 2025.04.30 19:14:20.384574 [ 46 ] {} <Debug> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5351 | 2025.04.30 19:14:20.384636 [ 256 ] {a4470184-ee60-45b8-b0ee-4f2e33c37a52} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001725 sec., 15072.463768115942 rows/sec., 1.11 MiB/sec. | ||
| 5352 | 2025.04.30 19:14:20.384668 [ 46 ] {} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5353 | 2025.04.30 19:14:20.384742 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5354 | 2025.04.30 19:14:20.384767 [ 256 ] {a4470184-ee60-45b8-b0ee-4f2e33c37a52} <Debug> TCPHandler: Processed in 0.001998497 sec. | ||
| 5355 | 2025.04.30 19:14:20.384974 [ 190 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::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 | ||
| 5356 | 2025.04.30 19:14:20.384992 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5357 | 2025.04.30 19:14:20.385223 [ 256 ] {b2720af7-2b59-4c09-a6ff-ca446d3979c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5358 | 2025.04.30 19:14:20.385247 [ 190 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5359 | 2025.04.30 19:14:20.385298 [ 256 ] {b2720af7-2b59-4c09-a6ff-ca446d3979c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5360 | 2025.04.30 19:14:20.385318 [ 190 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 69 rows starting from the beginning of the part | ||
| 5361 | 2025.04.30 19:14:20.385640 [ 190 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 26 rows starting from the beginning of the part | ||
| 5362 | 2025.04.30 19:14:20.386048 [ 190 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 13 rows starting from the beginning of the part | ||
| 5363 | 2025.04.30 19:14:20.386398 [ 190 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 26 rows starting from the beginning of the part | ||
| 5364 | 2025.04.30 19:14:20.386719 [ 190 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 13 rows starting from the beginning of the part | ||
| 5365 | 2025.04.30 19:14:20.387037 [ 190 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 26 rows starting from the beginning of the part | ||
| 5366 | 2025.04.30 19:14:20.388011 [ 256 ] {b2720af7-2b59-4c09-a6ff-ca446d3979c2} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5367 | 2025.04.30 19:14:20.388085 [ 256 ] {b2720af7-2b59-4c09-a6ff-ca446d3979c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5368 | 2025.04.30 19:14:20.389098 [ 256 ] {b2720af7-2b59-4c09-a6ff-ca446d3979c2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5369 | 2025.04.30 19:14:20.389519 [ 188 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 173 rows, containing 5 columns (5 merged, 0 gathered) in 0.004663759 sec., 37094.54112015651 rows/sec., 2.86 MiB/sec. | ||
| 5370 | 2025.04.30 19:14:20.389565 [ 256 ] {b2720af7-2b59-4c09-a6ff-ca446d3979c2} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5371 | 2025.04.30 19:14:20.389908 [ 188 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5372 | 2025.04.30 19:14:20.390014 [ 256 ] {b2720af7-2b59-4c09-a6ff-ca446d3979c2} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.004849 sec., 18560.52794390596 rows/sec., 1.45 MiB/sec. | ||
| 5373 | 2025.04.30 19:14:20.390344 [ 256 ] {b2720af7-2b59-4c09-a6ff-ca446d3979c2} <Debug> TCPHandler: Processed in 0.005430726 sec. | ||
| 5374 | 2025.04.30 19:14:20.390686 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5375 | 2025.04.30 19:14:20.390968 [ 256 ] {02c9cefb-1168-49ac-8754-bbf0ad46fc1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5376 | 2025.04.30 19:14:20.390978 [ 188 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_36_7} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5377 | 2025.04.30 19:14:20.391068 [ 256 ] {02c9cefb-1168-49ac-8754-bbf0ad46fc1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5378 | 2025.04.30 19:14:20.391215 [ 188 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_36_7} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5379 | 2025.04.30 19:14:20.391431 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5380 | 2025.04.30 19:14:20.391899 [ 256 ] {02c9cefb-1168-49ac-8754-bbf0ad46fc1a} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5381 | 2025.04.30 19:14:20.391943 [ 256 ] {02c9cefb-1168-49ac-8754-bbf0ad46fc1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5382 | 2025.04.30 19:14:20.392331 [ 256 ] {02c9cefb-1168-49ac-8754-bbf0ad46fc1a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5383 | 2025.04.30 19:14:20.392567 [ 256 ] {02c9cefb-1168-49ac-8754-bbf0ad46fc1a} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5384 | 2025.04.30 19:14:20.392768 [ 256 ] {02c9cefb-1168-49ac-8754-bbf0ad46fc1a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001871 sec., 85515.766969535 rows/sec., 5.96 MiB/sec. | ||
| 5385 | 2025.04.30 19:14:20.392853 [ 256 ] {02c9cefb-1168-49ac-8754-bbf0ad46fc1a} <Debug> TCPHandler: Processed in 0.002288014 sec. | ||
| 5386 | 2025.04.30 19:14:20.393003 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5387 | 2025.04.30 19:14:20.393106 [ 256 ] {07d24556-9642-445e-890b-5917347f8ff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5388 | 2025.04.30 19:14:20.393172 [ 256 ] {07d24556-9642-445e-890b-5917347f8ff9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5389 | 2025.04.30 19:14:20.394220 [ 256 ] {07d24556-9642-445e-890b-5917347f8ff9} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5390 | 2025.04.30 19:14:20.394259 [ 256 ] {07d24556-9642-445e-890b-5917347f8ff9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5391 | 2025.04.30 19:14:20.394899 [ 256 ] {07d24556-9642-445e-890b-5917347f8ff9} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5392 | 2025.04.30 19:14:20.395162 [ 256 ] {07d24556-9642-445e-890b-5917347f8ff9} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5393 | 2025.04.30 19:14:20.395330 [ 46 ] {} <Debug> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5394 | 2025.04.30 19:14:20.395396 [ 46 ] {} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5395 | 2025.04.30 19:14:20.395428 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5396 | 2025.04.30 19:14:20.395434 [ 256 ] {07d24556-9642-445e-890b-5917347f8ff9} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00234 sec., 11111.111111111111 rows/sec., 19.91 MiB/sec. | ||
| 5397 | 2025.04.30 19:14:20.395808 [ 187 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::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 | ||
| 5398 | 2025.04.30 19:14:20.395831 [ 256 ] {07d24556-9642-445e-890b-5917347f8ff9} <Debug> TCPHandler: Processed in 0.002887297 sec. | ||
| 5399 | 2025.04.30 19:14:20.396055 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5400 | 2025.04.30 19:14:20.396306 [ 256 ] {0deacf81-42e7-48a1-b0b8-17c2b2fbcf35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5401 | 2025.04.30 19:14:20.396446 [ 256 ] {0deacf81-42e7-48a1-b0b8-17c2b2fbcf35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5402 | 2025.04.30 19:14:20.396491 [ 187 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5403 | 2025.04.30 19:14:20.396723 [ 187 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 539 rows starting from the beginning of the part | ||
| 5404 | 2025.04.30 19:14:20.397493 [ 187 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 26 rows starting from the beginning of the part | ||
| 5405 | 2025.04.30 19:14:20.398305 [ 187 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 13 rows starting from the beginning of the part | ||
| 5406 | 2025.04.30 19:14:20.398531 [ 256 ] {0deacf81-42e7-48a1-b0b8-17c2b2fbcf35} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5407 | 2025.04.30 19:14:20.398661 [ 256 ] {0deacf81-42e7-48a1-b0b8-17c2b2fbcf35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5408 | 2025.04.30 19:14:20.398977 [ 187 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 26 rows starting from the beginning of the part | ||
| 5409 | 2025.04.30 19:14:20.399664 [ 187 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 13 rows starting from the beginning of the part | ||
| 5410 | 2025.04.30 19:14:20.400178 [ 256 ] {0deacf81-42e7-48a1-b0b8-17c2b2fbcf35} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5411 | 2025.04.30 19:14:20.400252 [ 187 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 26 rows starting from the beginning of the part | ||
| 5412 | 2025.04.30 19:14:20.400988 [ 256 ] {0deacf81-42e7-48a1-b0b8-17c2b2fbcf35} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5413 | 2025.04.30 19:14:20.401564 [ 256 ] {0deacf81-42e7-48a1-b0b8-17c2b2fbcf35} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005335 sec., 11246.485473289596 rows/sec., 776.12 KiB/sec. | ||
| 5414 | 2025.04.30 19:14:20.401882 [ 256 ] {0deacf81-42e7-48a1-b0b8-17c2b2fbcf35} <Debug> TCPHandler: Processed in 0.005898068 sec. | ||
| 5415 | 2025.04.30 19:14:20.409014 [ 192 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 643 rows, containing 19 columns (19 merged, 0 gathered) in 0.013478734 sec., 47704.777021343405 rows/sec., 85.48 MiB/sec. | ||
| 5416 | 2025.04.30 19:14:20.409886 [ 192 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5417 | 2025.04.30 19:14:20.410322 [ 192 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5418 | 2025.04.30 19:14:20.410411 [ 192 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5419 | 2025.04.30 19:14:20.410564 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.53 MiB. | ||
| 5420 | 2025.04.30 19:14:21.000281 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.98 MiB, peak 203.46 MiB, free memory in arenas 0.00 B, will set to 197.13 MiB (RSS), difference: 1.14 MiB | ||
| 5421 | 2025.04.30 19:14:23.978999 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 750 | ||
| 5422 | 2025.04.30 19:14:23.981929 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5423 | 2025.04.30 19:14:23.981992 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5424 | 2025.04.30 19:14:23.983452 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5425 | 2025.04.30 19:14:23.983770 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5426 | 2025.04.30 19:14:23.984429 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 750 | ||
| 5427 | 2025.04.30 19:14:25.382334 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5428 | 2025.04.30 19:14:25.382527 [ 256 ] {126c0fb4-c3fb-4f4d-9ebd-2557986e065b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5429 | 2025.04.30 19:14:25.382600 [ 256 ] {126c0fb4-c3fb-4f4d-9ebd-2557986e065b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5430 | 2025.04.30 19:14:25.383340 [ 256 ] {126c0fb4-c3fb-4f4d-9ebd-2557986e065b} <Trace> oximeter.fields_i16 (7d02e2b8-bc3a-4729-b2d9-0b5e82181a45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5431 | 2025.04.30 19:14:25.383397 [ 256 ] {126c0fb4-c3fb-4f4d-9ebd-2557986e065b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5432 | 2025.04.30 19:14:25.383830 [ 256 ] {126c0fb4-c3fb-4f4d-9ebd-2557986e065b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5433 | 2025.04.30 19:14:25.384083 [ 256 ] {126c0fb4-c3fb-4f4d-9ebd-2557986e065b} <Trace> oximeter.fields_i16 (7d02e2b8-bc3a-4729-b2d9-0b5e82181a45): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5434 | 2025.04.30 19:14:25.384348 [ 256 ] {126c0fb4-c3fb-4f4d-9ebd-2557986e065b} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001864 sec., 12875.536480686695 rows/sec., 1.07 MiB/sec. | ||
| 5435 | 2025.04.30 19:14:25.384516 [ 256 ] {126c0fb4-c3fb-4f4d-9ebd-2557986e065b} <Debug> TCPHandler: Processed in 0.002312924 sec. | ||
| 5436 | 2025.04.30 19:14:25.384685 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5437 | 2025.04.30 19:14:25.384794 [ 256 ] {e220fff4-c555-41e6-9bc3-7f3acf1e3434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5438 | 2025.04.30 19:14:25.384844 [ 256 ] {e220fff4-c555-41e6-9bc3-7f3acf1e3434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5439 | 2025.04.30 19:14:25.385505 [ 256 ] {e220fff4-c555-41e6-9bc3-7f3acf1e3434} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5440 | 2025.04.30 19:14:25.385548 [ 256 ] {e220fff4-c555-41e6-9bc3-7f3acf1e3434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5441 | 2025.04.30 19:14:25.385919 [ 256 ] {e220fff4-c555-41e6-9bc3-7f3acf1e3434} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5442 | 2025.04.30 19:14:25.386160 [ 256 ] {e220fff4-c555-41e6-9bc3-7f3acf1e3434} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5443 | 2025.04.30 19:14:25.386397 [ 256 ] {e220fff4-c555-41e6-9bc3-7f3acf1e3434} <Debug> executeQuery: Read 202 rows, 18.43 KiB in 0.001626 sec., 124231.24231242311 rows/sec., 11.07 MiB/sec. | ||
| 5444 | 2025.04.30 19:14:25.386490 [ 256 ] {e220fff4-c555-41e6-9bc3-7f3acf1e3434} <Debug> TCPHandler: Processed in 0.001858734 sec. | ||
| 5445 | 2025.04.30 19:14:25.386709 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5446 | 2025.04.30 19:14:25.386836 [ 256 ] {1a399cb3-2d41-4ece-be0e-aaadafb479d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5447 | 2025.04.30 19:14:25.386885 [ 256 ] {1a399cb3-2d41-4ece-be0e-aaadafb479d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5448 | 2025.04.30 19:14:25.387410 [ 256 ] {1a399cb3-2d41-4ece-be0e-aaadafb479d6} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5449 | 2025.04.30 19:14:25.387451 [ 256 ] {1a399cb3-2d41-4ece-be0e-aaadafb479d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5450 | 2025.04.30 19:14:25.387911 [ 256 ] {1a399cb3-2d41-4ece-be0e-aaadafb479d6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5451 | 2025.04.30 19:14:25.388185 [ 256 ] {1a399cb3-2d41-4ece-be0e-aaadafb479d6} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5452 | 2025.04.30 19:14:25.388422 [ 256 ] {1a399cb3-2d41-4ece-be0e-aaadafb479d6} <Debug> executeQuery: Read 25 rows, 1.94 KiB in 0.001604 sec., 15586.034912718205 rows/sec., 1.18 MiB/sec. | ||
| 5453 | 2025.04.30 19:14:25.388604 [ 256 ] {1a399cb3-2d41-4ece-be0e-aaadafb479d6} <Debug> TCPHandler: Processed in 0.001985336 sec. | ||
| 5454 | 2025.04.30 19:14:25.388809 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5455 | 2025.04.30 19:14:25.388917 [ 256 ] {a857a4be-a444-4416-9f34-55136805d727} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5456 | 2025.04.30 19:14:25.388966 [ 256 ] {a857a4be-a444-4416-9f34-55136805d727} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5457 | 2025.04.30 19:14:25.389508 [ 256 ] {a857a4be-a444-4416-9f34-55136805d727} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5458 | 2025.04.30 19:14:25.389549 [ 256 ] {a857a4be-a444-4416-9f34-55136805d727} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5459 | 2025.04.30 19:14:25.389910 [ 256 ] {a857a4be-a444-4416-9f34-55136805d727} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5460 | 2025.04.30 19:14:25.390151 [ 256 ] {a857a4be-a444-4416-9f34-55136805d727} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5461 | 2025.04.30 19:14:25.390370 [ 256 ] {a857a4be-a444-4416-9f34-55136805d727} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001473 sec., 16293.27902240326 rows/sec., 1.35 MiB/sec. | ||
| 5462 | 2025.04.30 19:14:25.390492 [ 256 ] {a857a4be-a444-4416-9f34-55136805d727} <Debug> TCPHandler: Processed in 0.001735981 sec. | ||
| 5463 | 2025.04.30 19:14:25.390622 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5464 | 2025.04.30 19:14:25.390747 [ 256 ] {431161a3-908b-46de-9187-7e0b2fb7a0ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5465 | 2025.04.30 19:14:25.390799 [ 256 ] {431161a3-908b-46de-9187-7e0b2fb7a0ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5466 | 2025.04.30 19:14:25.391354 [ 256 ] {431161a3-908b-46de-9187-7e0b2fb7a0ae} <Trace> oximeter.fields_u8 (6ac07ddf-9e79-4702-b981-c16bd17e5618): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5467 | 2025.04.30 19:14:25.391392 [ 256 ] {431161a3-908b-46de-9187-7e0b2fb7a0ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5468 | 2025.04.30 19:14:25.391730 [ 256 ] {431161a3-908b-46de-9187-7e0b2fb7a0ae} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5469 | 2025.04.30 19:14:25.391962 [ 256 ] {431161a3-908b-46de-9187-7e0b2fb7a0ae} <Trace> oximeter.fields_u8 (6ac07ddf-9e79-4702-b981-c16bd17e5618): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5470 | 2025.04.30 19:14:25.392223 [ 256 ] {431161a3-908b-46de-9187-7e0b2fb7a0ae} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001501 sec., 7994.670219853431 rows/sec., 624.58 KiB/sec. | ||
| 5471 | 2025.04.30 19:14:25.392432 [ 256 ] {431161a3-908b-46de-9187-7e0b2fb7a0ae} <Debug> TCPHandler: Processed in 0.001864294 sec. | ||
| 5472 | 2025.04.30 19:14:25.392592 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5473 | 2025.04.30 19:14:25.392694 [ 256 ] {c9684157-ae4b-4e50-b37f-3fb6126122e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5474 | 2025.04.30 19:14:25.392741 [ 256 ] {c9684157-ae4b-4e50-b37f-3fb6126122e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5475 | 2025.04.30 19:14:25.393345 [ 256 ] {c9684157-ae4b-4e50-b37f-3fb6126122e2} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5476 | 2025.04.30 19:14:25.393384 [ 256 ] {c9684157-ae4b-4e50-b37f-3fb6126122e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5477 | 2025.04.30 19:14:25.393734 [ 256 ] {c9684157-ae4b-4e50-b37f-3fb6126122e2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5478 | 2025.04.30 19:14:25.393981 [ 256 ] {c9684157-ae4b-4e50-b37f-3fb6126122e2} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5479 | 2025.04.30 19:14:25.394180 [ 256 ] {c9684157-ae4b-4e50-b37f-3fb6126122e2} <Debug> executeQuery: Read 113 rows, 9.41 KiB in 0.001509 sec., 74884.02915838304 rows/sec., 6.09 MiB/sec. | ||
| 5480 | 2025.04.30 19:14:25.394231 [ 256 ] {c9684157-ae4b-4e50-b37f-3fb6126122e2} <Debug> TCPHandler: Processed in 0.001696259 sec. | ||
| 5481 | 2025.04.30 19:14:25.394342 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5482 | 2025.04.30 19:14:25.394445 [ 256 ] {ca55c621-84fd-4482-b0db-a9a2e45b29df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5483 | 2025.04.30 19:14:25.394493 [ 256 ] {ca55c621-84fd-4482-b0db-a9a2e45b29df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5484 | 2025.04.30 19:14:25.394997 [ 256 ] {ca55c621-84fd-4482-b0db-a9a2e45b29df} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5485 | 2025.04.30 19:14:25.395035 [ 256 ] {ca55c621-84fd-4482-b0db-a9a2e45b29df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5486 | 2025.04.30 19:14:25.395410 [ 256 ] {ca55c621-84fd-4482-b0db-a9a2e45b29df} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5487 | 2025.04.30 19:14:25.395645 [ 256 ] {ca55c621-84fd-4482-b0db-a9a2e45b29df} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5488 | 2025.04.30 19:14:25.395831 [ 256 ] {ca55c621-84fd-4482-b0db-a9a2e45b29df} <Debug> executeQuery: Read 196 rows, 14.40 KiB in 0.001407 sec., 139303.48258706467 rows/sec., 9.99 MiB/sec. | ||
| 5489 | 2025.04.30 19:14:25.395879 [ 256 ] {ca55c621-84fd-4482-b0db-a9a2e45b29df} <Debug> TCPHandler: Processed in 0.001587577 sec. | ||
| 5490 | 2025.04.30 19:14:25.395993 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5491 | 2025.04.30 19:14:25.396095 [ 256 ] {34957b21-39ec-461b-978a-3648db8ef2a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5492 | 2025.04.30 19:14:25.396159 [ 256 ] {34957b21-39ec-461b-978a-3648db8ef2a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5493 | 2025.04.30 19:14:25.397184 [ 256 ] {34957b21-39ec-461b-978a-3648db8ef2a3} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5494 | 2025.04.30 19:14:25.397223 [ 256 ] {34957b21-39ec-461b-978a-3648db8ef2a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5495 | 2025.04.30 19:14:25.397813 [ 256 ] {34957b21-39ec-461b-978a-3648db8ef2a3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5496 | 2025.04.30 19:14:25.398060 [ 256 ] {34957b21-39ec-461b-978a-3648db8ef2a3} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5497 | 2025.04.30 19:14:25.398299 [ 256 ] {34957b21-39ec-461b-978a-3648db8ef2a3} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002224 sec., 5845.323741007194 rows/sec., 10.47 MiB/sec. | ||
| 5498 | 2025.04.30 19:14:25.398405 [ 256 ] {34957b21-39ec-461b-978a-3648db8ef2a3} <Debug> TCPHandler: Processed in 0.002461787 sec. | ||
| 5499 | 2025.04.30 19:14:25.398598 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5500 | 2025.04.30 19:14:25.398726 [ 256 ] {69b43330-d4b6-4b96-b6a0-baf617c26792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5501 | 2025.04.30 19:14:25.398783 [ 256 ] {69b43330-d4b6-4b96-b6a0-baf617c26792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5502 | 2025.04.30 19:14:25.399272 [ 256 ] {69b43330-d4b6-4b96-b6a0-baf617c26792} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5503 | 2025.04.30 19:14:25.399311 [ 256 ] {69b43330-d4b6-4b96-b6a0-baf617c26792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5504 | 2025.04.30 19:14:25.399681 [ 256 ] {69b43330-d4b6-4b96-b6a0-baf617c26792} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5505 | 2025.04.30 19:14:25.399924 [ 256 ] {69b43330-d4b6-4b96-b6a0-baf617c26792} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5506 | 2025.04.30 19:14:25.400118 [ 256 ] {69b43330-d4b6-4b96-b6a0-baf617c26792} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00142 sec., 42253.52112676056 rows/sec., 2.85 MiB/sec. | ||
| 5507 | 2025.04.30 19:14:25.400167 [ 256 ] {69b43330-d4b6-4b96-b6a0-baf617c26792} <Debug> TCPHandler: Processed in 0.001633598 sec. | ||
| 5508 | 2025.04.30 19:14:26.409136 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274 | ||
| 5509 | 2025.04.30 19:14:26.410205 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5510 | 2025.04.30 19:14:26.410258 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5511 | 2025.04.30 19:14:26.410787 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5512 | 2025.04.30 19:14:26.411053 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5513 | 2025.04.30 19:14:26.411326 [ 107 ] {} <Debug> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5514 | 2025.04.30 19:14:26.411345 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 | ||
| 5515 | 2025.04.30 19:14:26.411463 [ 107 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5516 | 2025.04.30 19:14:26.411512 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5517 | 2025.04.30 19:14:26.411773 [ 188 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::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 | ||
| 5518 | 2025.04.30 19:14:26.412216 [ 188 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5519 | 2025.04.30 19:14:26.412306 [ 188 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 11956 rows starting from the beginning of the part | ||
| 5520 | 2025.04.30 19:14:26.412395 [ 188 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part | ||
| 5521 | 2025.04.30 19:14:26.412607 [ 188 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part | ||
| 5522 | 2025.04.30 19:14:26.412850 [ 188 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part | ||
| 5523 | 2025.04.30 19:14:26.413025 [ 188 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part | ||
| 5524 | 2025.04.30 19:14:26.413220 [ 188 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part | ||
| 5525 | 2025.04.30 19:14:26.415321 [ 188 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003711456 sec., 3845930.006983782 rows/sec., 55.02 MiB/sec. | ||
| 5526 | 2025.04.30 19:14:26.415558 [ 188 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5527 | 2025.04.30 19:14:26.415818 [ 188 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_31_6} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5528 | 2025.04.30 19:14:26.415896 [ 188 ] {fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b::all_1_31_6} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5529 | 2025.04.30 19:14:26.415975 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 5530 | 2025.04.30 19:14:27.369868 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 5531 | 2025.04.30 19:14:27.390529 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5532 | 2025.04.30 19:14:27.390579 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5533 | 2025.04.30 19:14:27.397656 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5534 | 2025.04.30 19:14:27.398405 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5535 | 2025.04.30 19:14:27.398852 [ 137 ] {} <Debug> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5536 | 2025.04.30 19:14:27.399020 [ 137 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5537 | 2025.04.30 19:14:27.399130 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5538 | 2025.04.30 19:14:27.399698 [ 200 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::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 | ||
| 5539 | 2025.04.30 19:14:27.412801 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 5540 | 2025.04.30 19:14:27.414656 [ 200 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5541 | 2025.04.30 19:14:27.416279 [ 200 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part | ||
| 5542 | 2025.04.30 19:14:27.422174 [ 200 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part | ||
| 5543 | 2025.04.30 19:14:27.427821 [ 200 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part | ||
| 5544 | 2025.04.30 19:14:27.433639 [ 200 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part | ||
| 5545 | 2025.04.30 19:14:27.440148 [ 200 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 8 rows starting from the beginning of the part | ||
| 5546 | 2025.04.30 19:14:27.444828 [ 200 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 7 rows starting from the beginning of the part | ||
| 5547 | 2025.04.30 19:14:27.503763 [ 194 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.104418211 sec., 2240.9884038331206 rows/sec., 11.59 MiB/sec. | ||
| 5548 | 2025.04.30 19:14:27.506613 [ 194 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5549 | 2025.04.30 19:14:27.509724 [ 194 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_31_6} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5550 | 2025.04.30 19:14:27.509861 [ 194 ] {4a8ee79a-8634-4493-bb78-2ea1e883b7d2::all_1_31_6} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5551 | 2025.04.30 19:14:27.512559 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5552 | 2025.04.30 19:14:28.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.34 MiB, peak 208.89 MiB, free memory in arenas 0.00 B, will set to 199.55 MiB (RSS), difference: 1.21 MiB | ||
| 5553 | 2025.04.30 19:14:30.380334 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5554 | 2025.04.30 19:14:30.380515 [ 256 ] {4032e1b4-2018-4aff-bab3-b44f975c4664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5555 | 2025.04.30 19:14:30.380584 [ 256 ] {4032e1b4-2018-4aff-bab3-b44f975c4664} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5556 | 2025.04.30 19:14:30.381327 [ 256 ] {4032e1b4-2018-4aff-bab3-b44f975c4664} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5557 | 2025.04.30 19:14:30.381370 [ 256 ] {4032e1b4-2018-4aff-bab3-b44f975c4664} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5558 | 2025.04.30 19:14:30.381806 [ 256 ] {4032e1b4-2018-4aff-bab3-b44f975c4664} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5559 | 2025.04.30 19:14:30.382049 [ 256 ] {4032e1b4-2018-4aff-bab3-b44f975c4664} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5560 | 2025.04.30 19:14:30.382230 [ 256 ] {4032e1b4-2018-4aff-bab3-b44f975c4664} <Debug> executeQuery: Read 108 rows, 9.27 KiB in 0.001767 sec., 61120.54329371817 rows/sec., 5.13 MiB/sec. | ||
| 5561 | 2025.04.30 19:14:30.382284 [ 256 ] {4032e1b4-2018-4aff-bab3-b44f975c4664} <Debug> TCPHandler: Processed in 0.002078078 sec. | ||
| 5562 | 2025.04.30 19:14:30.382406 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5563 | 2025.04.30 19:14:30.382518 [ 256 ] {bacbfedf-ce26-4f69-9252-99a4970a6db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5564 | 2025.04.30 19:14:30.382572 [ 256 ] {bacbfedf-ce26-4f69-9252-99a4970a6db9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5565 | 2025.04.30 19:14:30.383164 [ 256 ] {bacbfedf-ce26-4f69-9252-99a4970a6db9} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5566 | 2025.04.30 19:14:30.383209 [ 256 ] {bacbfedf-ce26-4f69-9252-99a4970a6db9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5567 | 2025.04.30 19:14:30.383607 [ 256 ] {bacbfedf-ce26-4f69-9252-99a4970a6db9} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5568 | 2025.04.30 19:14:30.383834 [ 256 ] {bacbfedf-ce26-4f69-9252-99a4970a6db9} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5569 | 2025.04.30 19:14:30.384046 [ 256 ] {bacbfedf-ce26-4f69-9252-99a4970a6db9} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001552 sec., 16752.577319587628 rows/sec., 1.23 MiB/sec. | ||
| 5570 | 2025.04.30 19:14:30.384098 [ 256 ] {bacbfedf-ce26-4f69-9252-99a4970a6db9} <Debug> TCPHandler: Processed in 0.00174266 sec. | ||
| 5571 | 2025.04.30 19:14:30.384209 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5572 | 2025.04.30 19:14:30.384323 [ 256 ] {2331a35f-a8b2-4fce-a57c-89aa4be254b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5573 | 2025.04.30 19:14:30.384377 [ 256 ] {2331a35f-a8b2-4fce-a57c-89aa4be254b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5574 | 2025.04.30 19:14:30.385027 [ 256 ] {2331a35f-a8b2-4fce-a57c-89aa4be254b7} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5575 | 2025.04.30 19:14:30.385074 [ 256 ] {2331a35f-a8b2-4fce-a57c-89aa4be254b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5576 | 2025.04.30 19:14:30.385471 [ 256 ] {2331a35f-a8b2-4fce-a57c-89aa4be254b7} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5577 | 2025.04.30 19:14:30.385710 [ 256 ] {2331a35f-a8b2-4fce-a57c-89aa4be254b7} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5578 | 2025.04.30 19:14:30.385934 [ 256 ] {2331a35f-a8b2-4fce-a57c-89aa4be254b7} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001631 sec., 55180.87063151441 rows/sec., 4.31 MiB/sec. | ||
| 5579 | 2025.04.30 19:14:30.386002 [ 256 ] {2331a35f-a8b2-4fce-a57c-89aa4be254b7} <Debug> TCPHandler: Processed in 0.001843133 sec. | ||
| 5580 | 2025.04.30 19:14:30.386260 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5581 | 2025.04.30 19:14:30.386380 [ 256 ] {ebe52a73-76f2-4f61-b7f4-2db452274828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5582 | 2025.04.30 19:14:30.386433 [ 256 ] {ebe52a73-76f2-4f61-b7f4-2db452274828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5583 | 2025.04.30 19:14:30.386947 [ 256 ] {ebe52a73-76f2-4f61-b7f4-2db452274828} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5584 | 2025.04.30 19:14:30.386986 [ 256 ] {ebe52a73-76f2-4f61-b7f4-2db452274828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5585 | 2025.04.30 19:14:30.387352 [ 256 ] {ebe52a73-76f2-4f61-b7f4-2db452274828} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5586 | 2025.04.30 19:14:30.387582 [ 256 ] {ebe52a73-76f2-4f61-b7f4-2db452274828} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5587 | 2025.04.30 19:14:30.387823 [ 256 ] {ebe52a73-76f2-4f61-b7f4-2db452274828} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001459 sec., 109664.15352981494 rows/sec., 7.64 MiB/sec. | ||
| 5588 | 2025.04.30 19:14:30.387907 [ 256 ] {ebe52a73-76f2-4f61-b7f4-2db452274828} <Debug> TCPHandler: Processed in 0.001757311 sec. | ||
| 5589 | 2025.04.30 19:14:30.388180 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5590 | 2025.04.30 19:14:30.388300 [ 256 ] {d15192ee-0a94-4f6b-a7b9-d0808fa7e7ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5591 | 2025.04.30 19:14:30.388373 [ 256 ] {d15192ee-0a94-4f6b-a7b9-d0808fa7e7ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5592 | 2025.04.30 19:14:30.389426 [ 256 ] {d15192ee-0a94-4f6b-a7b9-d0808fa7e7ab} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5593 | 2025.04.30 19:14:30.389466 [ 256 ] {d15192ee-0a94-4f6b-a7b9-d0808fa7e7ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5594 | 2025.04.30 19:14:30.390084 [ 256 ] {d15192ee-0a94-4f6b-a7b9-d0808fa7e7ab} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5595 | 2025.04.30 19:14:30.390333 [ 256 ] {d15192ee-0a94-4f6b-a7b9-d0808fa7e7ab} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5596 | 2025.04.30 19:14:30.390561 [ 256 ] {d15192ee-0a94-4f6b-a7b9-d0808fa7e7ab} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002284 sec., 11383.53765323993 rows/sec., 20.40 MiB/sec. | ||
| 5597 | 2025.04.30 19:14:30.390653 [ 256 ] {d15192ee-0a94-4f6b-a7b9-d0808fa7e7ab} <Debug> TCPHandler: Processed in 0.00257704 sec. | ||
| 5598 | 2025.04.30 19:14:30.390777 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5599 | 2025.04.30 19:14:30.390880 [ 256 ] {f25bdc4d-7be9-4ab6-91f9-31eb76cfe0fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5600 | 2025.04.30 19:14:30.390926 [ 256 ] {f25bdc4d-7be9-4ab6-91f9-31eb76cfe0fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5601 | 2025.04.30 19:14:30.391333 [ 256 ] {f25bdc4d-7be9-4ab6-91f9-31eb76cfe0fe} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5602 | 2025.04.30 19:14:30.391371 [ 256 ] {f25bdc4d-7be9-4ab6-91f9-31eb76cfe0fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5603 | 2025.04.30 19:14:30.391718 [ 256 ] {f25bdc4d-7be9-4ab6-91f9-31eb76cfe0fe} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5604 | 2025.04.30 19:14:30.391949 [ 256 ] {f25bdc4d-7be9-4ab6-91f9-31eb76cfe0fe} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5605 | 2025.04.30 19:14:30.392179 [ 256 ] {f25bdc4d-7be9-4ab6-91f9-31eb76cfe0fe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001316 sec., 45592.705167173255 rows/sec., 3.07 MiB/sec. | ||
| 5606 | 2025.04.30 19:14:30.392264 [ 256 ] {f25bdc4d-7be9-4ab6-91f9-31eb76cfe0fe} <Debug> TCPHandler: Processed in 0.001535285 sec. | ||
| 5607 | 2025.04.30 19:14:33.769865 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5608 | 2025.04.30 19:14:33.769933 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5609 | 2025.04.30 19:14:33.911615 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701 | ||
| 5610 | 2025.04.30 19:14:33.912237 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5611 | 2025.04.30 19:14:33.912273 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5612 | 2025.04.30 19:14:33.912880 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5613 | 2025.04.30 19:14:33.913129 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5614 | 2025.04.30 19:14:33.913359 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 5615 | 2025.04.30 19:14:33.984673 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 780 | ||
| 5616 | 2025.04.30 19:14:33.987906 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5617 | 2025.04.30 19:14:33.987963 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5618 | 2025.04.30 19:14:33.989416 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5619 | 2025.04.30 19:14:33.989719 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5620 | 2025.04.30 19:14:33.990216 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 780 | ||
| 5621 | 2025.04.30 19:14:34.001435 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000975023 sec. | ||
| 5622 | 2025.04.30 19:14:34.912927 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 5623 | 2025.04.30 19:14:34.932170 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5624 | 2025.04.30 19:14:34.932241 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5625 | 2025.04.30 19:14:34.938956 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5626 | 2025.04.30 19:14:34.939736 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5627 | 2025.04.30 19:14:34.943742 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 5628 | 2025.04.30 19:14:35.379537 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5629 | 2025.04.30 19:14:35.379721 [ 256 ] {2df0fefb-853f-400c-8caf-156f5641c43a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5630 | 2025.04.30 19:14:35.379789 [ 256 ] {2df0fefb-853f-400c-8caf-156f5641c43a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5631 | 2025.04.30 19:14:35.380554 [ 256 ] {2df0fefb-853f-400c-8caf-156f5641c43a} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5632 | 2025.04.30 19:14:35.380597 [ 256 ] {2df0fefb-853f-400c-8caf-156f5641c43a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5633 | 2025.04.30 19:14:35.381020 [ 256 ] {2df0fefb-853f-400c-8caf-156f5641c43a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5634 | 2025.04.30 19:14:35.381260 [ 256 ] {2df0fefb-853f-400c-8caf-156f5641c43a} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5635 | 2025.04.30 19:14:35.381479 [ 256 ] {2df0fefb-853f-400c-8caf-156f5641c43a} <Debug> executeQuery: Read 82 rows, 6.96 KiB in 0.001809 sec., 45328.91100055279 rows/sec., 3.76 MiB/sec. | ||
| 5636 | 2025.04.30 19:14:35.381532 [ 256 ] {2df0fefb-853f-400c-8caf-156f5641c43a} <Debug> TCPHandler: Processed in 0.00212656 sec. | ||
| 5637 | 2025.04.30 19:14:35.381661 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5638 | 2025.04.30 19:14:35.381763 [ 256 ] {558ce821-e6dd-4a30-98bf-9b82ba0e8b82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5639 | 2025.04.30 19:14:35.381807 [ 256 ] {558ce821-e6dd-4a30-98bf-9b82ba0e8b82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5640 | 2025.04.30 19:14:35.382307 [ 256 ] {558ce821-e6dd-4a30-98bf-9b82ba0e8b82} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5641 | 2025.04.30 19:14:35.382345 [ 256 ] {558ce821-e6dd-4a30-98bf-9b82ba0e8b82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5642 | 2025.04.30 19:14:35.382686 [ 256 ] {558ce821-e6dd-4a30-98bf-9b82ba0e8b82} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5643 | 2025.04.30 19:14:35.382918 [ 256 ] {558ce821-e6dd-4a30-98bf-9b82ba0e8b82} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5644 | 2025.04.30 19:14:35.383141 [ 256 ] {558ce821-e6dd-4a30-98bf-9b82ba0e8b82} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001396 sec., 9312.320916905443 rows/sec., 700.24 KiB/sec. | ||
| 5645 | 2025.04.30 19:14:35.383232 [ 256 ] {558ce821-e6dd-4a30-98bf-9b82ba0e8b82} <Debug> TCPHandler: Processed in 0.001622488 sec. | ||
| 5646 | 2025.04.30 19:14:35.383466 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5647 | 2025.04.30 19:14:35.383583 [ 256 ] {5f5bf218-507f-49ba-9898-23fd646dbecc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5648 | 2025.04.30 19:14:35.383629 [ 256 ] {5f5bf218-507f-49ba-9898-23fd646dbecc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5649 | 2025.04.30 19:14:35.384196 [ 256 ] {5f5bf218-507f-49ba-9898-23fd646dbecc} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5650 | 2025.04.30 19:14:35.384234 [ 256 ] {5f5bf218-507f-49ba-9898-23fd646dbecc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5651 | 2025.04.30 19:14:35.384578 [ 256 ] {5f5bf218-507f-49ba-9898-23fd646dbecc} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5652 | 2025.04.30 19:14:35.384804 [ 256 ] {5f5bf218-507f-49ba-9898-23fd646dbecc} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5653 | 2025.04.30 19:14:35.385038 [ 256 ] {5f5bf218-507f-49ba-9898-23fd646dbecc} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001468 sec., 52452.31607629428 rows/sec., 4.10 MiB/sec. | ||
| 5654 | 2025.04.30 19:14:35.385126 [ 256 ] {5f5bf218-507f-49ba-9898-23fd646dbecc} <Debug> TCPHandler: Processed in 0.001760121 sec. | ||
| 5655 | 2025.04.30 19:14:35.385354 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5656 | 2025.04.30 19:14:35.385467 [ 256 ] {04216ab3-7de3-440c-ac41-6e0b24a96f70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5657 | 2025.04.30 19:14:35.385516 [ 256 ] {04216ab3-7de3-440c-ac41-6e0b24a96f70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5658 | 2025.04.30 19:14:35.386047 [ 256 ] {04216ab3-7de3-440c-ac41-6e0b24a96f70} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5659 | 2025.04.30 19:14:35.386085 [ 256 ] {04216ab3-7de3-440c-ac41-6e0b24a96f70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5660 | 2025.04.30 19:14:35.386452 [ 256 ] {04216ab3-7de3-440c-ac41-6e0b24a96f70} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5661 | 2025.04.30 19:14:35.386686 [ 256 ] {04216ab3-7de3-440c-ac41-6e0b24a96f70} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5662 | 2025.04.30 19:14:35.386883 [ 256 ] {04216ab3-7de3-440c-ac41-6e0b24a96f70} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001439 sec., 111188.3252258513 rows/sec., 7.74 MiB/sec. | ||
| 5663 | 2025.04.30 19:14:35.386933 [ 256 ] {04216ab3-7de3-440c-ac41-6e0b24a96f70} <Debug> TCPHandler: Processed in 0.001663169 sec. | ||
| 5664 | 2025.04.30 19:14:35.387048 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5665 | 2025.04.30 19:14:35.387157 [ 256 ] {5b1ac2df-47c8-44cd-9eae-4d5aa279fb68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5666 | 2025.04.30 19:14:35.387222 [ 256 ] {5b1ac2df-47c8-44cd-9eae-4d5aa279fb68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5667 | 2025.04.30 19:14:35.388269 [ 256 ] {5b1ac2df-47c8-44cd-9eae-4d5aa279fb68} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5668 | 2025.04.30 19:14:35.388308 [ 256 ] {5b1ac2df-47c8-44cd-9eae-4d5aa279fb68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5669 | 2025.04.30 19:14:35.388904 [ 256 ] {5b1ac2df-47c8-44cd-9eae-4d5aa279fb68} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5670 | 2025.04.30 19:14:35.389158 [ 256 ] {5b1ac2df-47c8-44cd-9eae-4d5aa279fb68} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5671 | 2025.04.30 19:14:35.389383 [ 256 ] {5b1ac2df-47c8-44cd-9eae-4d5aa279fb68} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002248 sec., 5782.9181494661925 rows/sec., 10.36 MiB/sec. | ||
| 5672 | 2025.04.30 19:14:35.389476 [ 256 ] {5b1ac2df-47c8-44cd-9eae-4d5aa279fb68} <Debug> TCPHandler: Processed in 0.002478208 sec. | ||
| 5673 | 2025.04.30 19:14:35.389605 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5674 | 2025.04.30 19:14:35.389708 [ 256 ] {af4f9f58-ddae-4b8d-8c64-fbbffb1f41d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5675 | 2025.04.30 19:14:35.389753 [ 256 ] {af4f9f58-ddae-4b8d-8c64-fbbffb1f41d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5676 | 2025.04.30 19:14:35.390205 [ 256 ] {af4f9f58-ddae-4b8d-8c64-fbbffb1f41d6} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5677 | 2025.04.30 19:14:35.390257 [ 256 ] {af4f9f58-ddae-4b8d-8c64-fbbffb1f41d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5678 | 2025.04.30 19:14:35.390723 [ 256 ] {af4f9f58-ddae-4b8d-8c64-fbbffb1f41d6} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5679 | 2025.04.30 19:14:35.390963 [ 256 ] {af4f9f58-ddae-4b8d-8c64-fbbffb1f41d6} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5680 | 2025.04.30 19:14:35.391169 [ 256 ] {af4f9f58-ddae-4b8d-8c64-fbbffb1f41d6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001483 sec., 40458.53000674309 rows/sec., 2.73 MiB/sec. | ||
| 5681 | 2025.04.30 19:14:35.391216 [ 256 ] {af4f9f58-ddae-4b8d-8c64-fbbffb1f41d6} <Debug> TCPHandler: Processed in 0.001662369 sec. | ||
| 5682 | 2025.04.30 19:14:37.782761 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5683 | 2025.04.30 19:14:37.783079 [ 256 ] {cb7eff7e-3513-4c57-8269-26b8b0b61a06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5684 | 2025.04.30 19:14:37.783194 [ 256 ] {cb7eff7e-3513-4c57-8269-26b8b0b61a06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5685 | 2025.04.30 19:14:37.784132 [ 256 ] {cb7eff7e-3513-4c57-8269-26b8b0b61a06} <Trace> oximeter.fields_ipaddr (7716cb51-1146-4a1c-ac34-03e103003b39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5686 | 2025.04.30 19:14:37.784181 [ 256 ] {cb7eff7e-3513-4c57-8269-26b8b0b61a06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5687 | 2025.04.30 19:14:37.784604 [ 256 ] {cb7eff7e-3513-4c57-8269-26b8b0b61a06} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5688 | 2025.04.30 19:14:37.784853 [ 256 ] {cb7eff7e-3513-4c57-8269-26b8b0b61a06} <Trace> oximeter.fields_ipaddr (7716cb51-1146-4a1c-ac34-03e103003b39): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5689 | 2025.04.30 19:14:37.785123 [ 256 ] {cb7eff7e-3513-4c57-8269-26b8b0b61a06} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00212 sec., 1886.7924528301887 rows/sec., 153.85 KiB/sec. | ||
| 5690 | 2025.04.30 19:14:37.785302 [ 256 ] {cb7eff7e-3513-4c57-8269-26b8b0b61a06} <Debug> TCPHandler: Processed in 0.002721753 sec. | ||
| 5691 | 2025.04.30 19:14:37.785433 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5692 | 2025.04.30 19:14:37.785546 [ 256 ] {91e534f4-e51d-4b1d-9b40-9a90cf8630f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5693 | 2025.04.30 19:14:37.785593 [ 256 ] {91e534f4-e51d-4b1d-9b40-9a90cf8630f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5694 | 2025.04.30 19:14:37.786804 [ 256 ] {91e534f4-e51d-4b1d-9b40-9a90cf8630f0} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5695 | 2025.04.30 19:14:37.786845 [ 256 ] {91e534f4-e51d-4b1d-9b40-9a90cf8630f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5696 | 2025.04.30 19:14:37.787300 [ 256 ] {91e534f4-e51d-4b1d-9b40-9a90cf8630f0} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5697 | 2025.04.30 19:14:37.787540 [ 256 ] {91e534f4-e51d-4b1d-9b40-9a90cf8630f0} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5698 | 2025.04.30 19:14:37.787708 [ 79 ] {} <Debug> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5699 | 2025.04.30 19:14:37.787768 [ 256 ] {91e534f4-e51d-4b1d-9b40-9a90cf8630f0} <Debug> executeQuery: Read 1250 rows, 105.98 KiB in 0.002244 sec., 557040.9982174688 rows/sec., 46.12 MiB/sec. | ||
| 5700 | 2025.04.30 19:14:37.787794 [ 79 ] {} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5701 | 2025.04.30 19:14:37.787861 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5702 | 2025.04.30 19:14:37.787889 [ 256 ] {91e534f4-e51d-4b1d-9b40-9a90cf8630f0} <Debug> TCPHandler: Processed in 0.002509779 sec. | ||
| 5703 | 2025.04.30 19:14:37.788070 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5704 | 2025.04.30 19:14:37.788093 [ 198 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 5705 | 2025.04.30 19:14:37.788238 [ 256 ] {ee8c1a93-e314-4021-ae61-659aaf1fb1c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5706 | 2025.04.30 19:14:37.788337 [ 256 ] {ee8c1a93-e314-4021-ae61-659aaf1fb1c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5707 | 2025.04.30 19:14:37.788371 [ 198 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5708 | 2025.04.30 19:14:37.788470 [ 198 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1403 rows starting from the beginning of the part | ||
| 5709 | 2025.04.30 19:14:37.788743 [ 198 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 108 rows starting from the beginning of the part | ||
| 5710 | 2025.04.30 19:14:37.789124 [ 198 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 202 rows starting from the beginning of the part | ||
| 5711 | 2025.04.30 19:14:37.789505 [ 198 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 108 rows starting from the beginning of the part | ||
| 5712 | 2025.04.30 19:14:37.789854 [ 198 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 82 rows starting from the beginning of the part | ||
| 5713 | 2025.04.30 19:14:37.790189 [ 198 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1250 rows starting from the beginning of the part | ||
| 5714 | 2025.04.30 19:14:37.791002 [ 256 ] {ee8c1a93-e314-4021-ae61-659aaf1fb1c5} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5715 | 2025.04.30 19:14:37.791062 [ 256 ] {ee8c1a93-e314-4021-ae61-659aaf1fb1c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5716 | 2025.04.30 19:14:37.791940 [ 256 ] {ee8c1a93-e314-4021-ae61-659aaf1fb1c5} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5717 | 2025.04.30 19:14:37.792435 [ 256 ] {ee8c1a93-e314-4021-ae61-659aaf1fb1c5} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5718 | 2025.04.30 19:14:37.792793 [ 256 ] {ee8c1a93-e314-4021-ae61-659aaf1fb1c5} <Debug> executeQuery: Read 30 rows, 2.23 KiB in 0.004601 sec., 6520.321669202347 rows/sec., 485.63 KiB/sec. | ||
| 5719 | 2025.04.30 19:14:37.792946 [ 256 ] {ee8c1a93-e314-4021-ae61-659aaf1fb1c5} <Debug> TCPHandler: Processed in 0.004941925 sec. | ||
| 5720 | 2025.04.30 19:14:37.793171 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5721 | 2025.04.30 19:14:37.793468 [ 256 ] {5882032c-ed32-4ec5-9298-a36503dabc85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5722 | 2025.04.30 19:14:37.793560 [ 256 ] {5882032c-ed32-4ec5-9298-a36503dabc85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5723 | 2025.04.30 19:14:37.793581 [ 191 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3153 rows, containing 5 columns (5 merged, 0 gathered) in 0.00557939 sec., 565115.5413046946 rows/sec., 49.49 MiB/sec. | ||
| 5724 | 2025.04.30 19:14:37.793897 [ 197 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5725 | 2025.04.30 19:14:37.794272 [ 197 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_51_10} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5726 | 2025.04.30 19:14:37.794386 [ 197 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_51_10} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5727 | 2025.04.30 19:14:37.794410 [ 256 ] {5882032c-ed32-4ec5-9298-a36503dabc85} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5728 | 2025.04.30 19:14:37.794461 [ 256 ] {5882032c-ed32-4ec5-9298-a36503dabc85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5729 | 2025.04.30 19:14:37.794489 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 5730 | 2025.04.30 19:14:37.794830 [ 256 ] {5882032c-ed32-4ec5-9298-a36503dabc85} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5731 | 2025.04.30 19:14:37.795087 [ 256 ] {5882032c-ed32-4ec5-9298-a36503dabc85} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5732 | 2025.04.30 19:14:37.795324 [ 256 ] {5882032c-ed32-4ec5-9298-a36503dabc85} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001955 sec., 116624.0409207161 rows/sec., 7.90 MiB/sec. | ||
| 5733 | 2025.04.30 19:14:37.795412 [ 256 ] {5882032c-ed32-4ec5-9298-a36503dabc85} <Debug> TCPHandler: Processed in 0.002341195 sec. | ||
| 5734 | 2025.04.30 19:14:37.795563 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5735 | 2025.04.30 19:14:37.795679 [ 256 ] {872a9c64-e01d-437b-bbe6-acfed7c6d1f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5736 | 2025.04.30 19:14:37.795730 [ 256 ] {872a9c64-e01d-437b-bbe6-acfed7c6d1f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5737 | 2025.04.30 19:14:37.796629 [ 256 ] {872a9c64-e01d-437b-bbe6-acfed7c6d1f9} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5738 | 2025.04.30 19:14:37.796670 [ 256 ] {872a9c64-e01d-437b-bbe6-acfed7c6d1f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5739 | 2025.04.30 19:14:37.797064 [ 256 ] {872a9c64-e01d-437b-bbe6-acfed7c6d1f9} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5740 | 2025.04.30 19:14:37.797314 [ 256 ] {872a9c64-e01d-437b-bbe6-acfed7c6d1f9} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5741 | 2025.04.30 19:14:37.797505 [ 79 ] {} <Debug> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5742 | 2025.04.30 19:14:37.797553 [ 256 ] {872a9c64-e01d-437b-bbe6-acfed7c6d1f9} <Debug> executeQuery: Read 550 rows, 41.81 KiB in 0.001885 sec., 291777.1883289125 rows/sec., 21.66 MiB/sec. | ||
| 5743 | 2025.04.30 19:14:37.797569 [ 79 ] {} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5744 | 2025.04.30 19:14:37.797638 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5745 | 2025.04.30 19:14:37.797692 [ 256 ] {872a9c64-e01d-437b-bbe6-acfed7c6d1f9} <Debug> TCPHandler: Processed in 0.002194821 sec. | ||
| 5746 | 2025.04.30 19:14:37.797941 [ 195 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 5747 | 2025.04.30 19:14:37.798061 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5748 | 2025.04.30 19:14:37.798376 [ 195 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5749 | 2025.04.30 19:14:37.798500 [ 195 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 631 rows starting from the beginning of the part | ||
| 5750 | 2025.04.30 19:14:37.798531 [ 256 ] {7edd66e8-07b7-4182-a00c-dbba588db01a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5751 | 2025.04.30 19:14:37.798742 [ 256 ] {7edd66e8-07b7-4182-a00c-dbba588db01a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5752 | 2025.04.30 19:14:37.798917 [ 195 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 90 rows starting from the beginning of the part | ||
| 5753 | 2025.04.30 19:14:37.799371 [ 195 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 113 rows starting from the beginning of the part | ||
| 5754 | 2025.04.30 19:14:37.799815 [ 195 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 90 rows starting from the beginning of the part | ||
| 5755 | 2025.04.30 19:14:37.800040 [ 195 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 77 rows starting from the beginning of the part | ||
| 5756 | 2025.04.30 19:14:37.800235 [ 195 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 550 rows starting from the beginning of the part | ||
| 5757 | 2025.04.30 19:14:37.801255 [ 256 ] {7edd66e8-07b7-4182-a00c-dbba588db01a} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5758 | 2025.04.30 19:14:37.801342 [ 256 ] {7edd66e8-07b7-4182-a00c-dbba588db01a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5759 | 2025.04.30 19:14:37.803198 [ 256 ] {7edd66e8-07b7-4182-a00c-dbba588db01a} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5760 | 2025.04.30 19:14:37.803595 [ 256 ] {7edd66e8-07b7-4182-a00c-dbba588db01a} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5761 | 2025.04.30 19:14:37.803935 [ 79 ] {} <Debug> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5762 | 2025.04.30 19:14:37.804054 [ 79 ] {} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5763 | 2025.04.30 19:14:37.804154 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5764 | 2025.04.30 19:14:37.804264 [ 191 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1551 rows, containing 5 columns (5 merged, 0 gathered) in 0.006526062 sec., 237662.46780983693 rows/sec., 18.93 MiB/sec. | ||
| 5765 | 2025.04.30 19:14:37.804364 [ 256 ] {7edd66e8-07b7-4182-a00c-dbba588db01a} <Debug> executeQuery: Read 942 rows, 64.67 KiB in 0.005997 sec., 157078.5392696348 rows/sec., 10.53 MiB/sec. | ||
| 5766 | 2025.04.30 19:14:37.804448 [ 195 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 5767 | 2025.04.30 19:14:37.804628 [ 256 ] {7edd66e8-07b7-4182-a00c-dbba588db01a} <Debug> TCPHandler: Processed in 0.006707616 sec. | ||
| 5768 | 2025.04.30 19:14:37.804635 [ 191 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5769 | 2025.04.30 19:14:37.804904 [ 195 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5770 | 2025.04.30 19:14:37.804956 [ 195 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13751 rows starting from the beginning of the part | ||
| 5771 | 2025.04.30 19:14:37.805006 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5772 | 2025.04.30 19:14:37.805323 [ 195 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part | ||
| 5773 | 2025.04.30 19:14:37.805465 [ 256 ] {934b4470-9c97-4597-9a69-6a4e654c5b1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5774 | 2025.04.30 19:14:37.805747 [ 191 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_51_10} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5775 | 2025.04.30 19:14:37.805918 [ 195 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 196 rows starting from the beginning of the part | ||
| 5776 | 2025.04.30 19:14:37.805949 [ 256 ] {934b4470-9c97-4597-9a69-6a4e654c5b1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5777 | 2025.04.30 19:14:37.806181 [ 191 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_51_10} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5778 | 2025.04.30 19:14:37.806477 [ 195 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part | ||
| 5779 | 2025.04.30 19:14:37.806624 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 5780 | 2025.04.30 19:14:37.807027 [ 195 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part | ||
| 5781 | 2025.04.30 19:14:37.807431 [ 195 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 942 rows starting from the beginning of the part | ||
| 5782 | 2025.04.30 19:14:37.810576 [ 256 ] {934b4470-9c97-4597-9a69-6a4e654c5b1e} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5783 | 2025.04.30 19:14:37.810663 [ 256 ] {934b4470-9c97-4597-9a69-6a4e654c5b1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5784 | 2025.04.30 19:14:37.812421 [ 256 ] {934b4470-9c97-4597-9a69-6a4e654c5b1e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5785 | 2025.04.30 19:14:37.813009 [ 256 ] {934b4470-9c97-4597-9a69-6a4e654c5b1e} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5786 | 2025.04.30 19:14:37.813368 [ 256 ] {934b4470-9c97-4597-9a69-6a4e654c5b1e} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.008074 sec., 3220.2130294773347 rows/sec., 5.77 MiB/sec. | ||
| 5787 | 2025.04.30 19:14:37.813522 [ 256 ] {934b4470-9c97-4597-9a69-6a4e654c5b1e} <Debug> TCPHandler: Processed in 0.00859717 sec. | ||
| 5788 | 2025.04.30 19:14:37.813652 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5789 | 2025.04.30 19:14:37.813759 [ 256 ] {77300d56-e65e-40fd-adc3-9241cbdd9b03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5790 | 2025.04.30 19:14:37.813807 [ 256 ] {77300d56-e65e-40fd-adc3-9241cbdd9b03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5791 | 2025.04.30 19:14:37.814299 [ 256 ] {77300d56-e65e-40fd-adc3-9241cbdd9b03} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5792 | 2025.04.30 19:14:37.814339 [ 256 ] {77300d56-e65e-40fd-adc3-9241cbdd9b03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5793 | 2025.04.30 19:14:37.815042 [ 256 ] {77300d56-e65e-40fd-adc3-9241cbdd9b03} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5794 | 2025.04.30 19:14:37.815366 [ 256 ] {77300d56-e65e-40fd-adc3-9241cbdd9b03} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5795 | 2025.04.30 19:14:37.815713 [ 79 ] {} <Debug> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5796 | 2025.04.30 19:14:37.815838 [ 79 ] {} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5797 | 2025.04.30 19:14:37.815926 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5798 | 2025.04.30 19:14:37.816022 [ 195 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15369 rows, containing 5 columns (5 merged, 0 gathered) in 0.011717493 sec., 1311628.690539862 rows/sec., 89.82 MiB/sec. | ||
| 5799 | 2025.04.30 19:14:37.816063 [ 256 ] {77300d56-e65e-40fd-adc3-9241cbdd9b03} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.002293 sec., 14827.736589620585 rows/sec., 1.00 MiB/sec. | ||
| 5800 | 2025.04.30 19:14:37.816184 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 5801 | 2025.04.30 19:14:37.816258 [ 256 ] {77300d56-e65e-40fd-adc3-9241cbdd9b03} <Debug> TCPHandler: Processed in 0.002653892 sec. | ||
| 5802 | 2025.04.30 19:14:37.816437 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5803 | 2025.04.30 19:14:37.816501 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2448 rows starting from the beginning of the part | ||
| 5804 | 2025.04.30 19:14:37.816569 [ 195 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5805 | 2025.04.30 19:14:37.816728 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part | ||
| 5806 | 2025.04.30 19:14:37.817081 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
| 5807 | 2025.04.30 19:14:37.817295 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part | ||
| 5808 | 2025.04.30 19:14:37.817619 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
| 5809 | 2025.04.30 19:14:37.817659 [ 195 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5810 | 2025.04.30 19:14:37.817888 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 34 rows starting from the beginning of the part | ||
| 5811 | 2025.04.30 19:14:37.818030 [ 195 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5812 | 2025.04.30 19:14:37.818315 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.86 MiB. | ||
| 5813 | 2025.04.30 19:14:37.819574 [ 202 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2722 rows, containing 4 columns (4 merged, 0 gathered) in 0.003511312 sec., 775208.8108376585 rows/sec., 52.25 MiB/sec. | ||
| 5814 | 2025.04.30 19:14:37.819886 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5815 | 2025.04.30 19:14:37.820258 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_51_10} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5816 | 2025.04.30 19:14:37.820364 [ 186 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_51_10} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5817 | 2025.04.30 19:14:37.820465 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 5818 | 2025.04.30 19:14:38.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.78 MiB, peak 208.89 MiB, free memory in arenas 0.00 B, will set to 201.78 MiB (RSS), difference: 1.00 MiB | ||
| 5819 | 2025.04.30 19:14:40.375287 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5820 | 2025.04.30 19:14:40.375501 [ 256 ] {87b9fd65-f20f-4783-8384-13272e1f7aca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5821 | 2025.04.30 19:14:40.375584 [ 256 ] {87b9fd65-f20f-4783-8384-13272e1f7aca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5822 | 2025.04.30 19:14:40.376375 [ 256 ] {87b9fd65-f20f-4783-8384-13272e1f7aca} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5823 | 2025.04.30 19:14:40.376424 [ 256 ] {87b9fd65-f20f-4783-8384-13272e1f7aca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5824 | 2025.04.30 19:14:40.376850 [ 256 ] {87b9fd65-f20f-4783-8384-13272e1f7aca} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 5825 | 2025.04.30 19:14:40.377098 [ 256 ] {87b9fd65-f20f-4783-8384-13272e1f7aca} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5826 | 2025.04.30 19:14:40.377302 [ 256 ] {87b9fd65-f20f-4783-8384-13272e1f7aca} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001857 sec., 30156.165858912223 rows/sec., 2.32 MiB/sec. | ||
| 5827 | 2025.04.30 19:14:40.377364 [ 256 ] {87b9fd65-f20f-4783-8384-13272e1f7aca} <Debug> TCPHandler: Processed in 0.002217412 sec. | ||
| 5828 | 2025.04.30 19:14:40.377496 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5829 | 2025.04.30 19:14:40.377609 [ 256 ] {2067d6d1-62af-4bbb-afa4-28c700dd5e8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5830 | 2025.04.30 19:14:40.377655 [ 256 ] {2067d6d1-62af-4bbb-afa4-28c700dd5e8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5831 | 2025.04.30 19:14:40.378196 [ 256 ] {2067d6d1-62af-4bbb-afa4-28c700dd5e8c} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5832 | 2025.04.30 19:14:40.378236 [ 256 ] {2067d6d1-62af-4bbb-afa4-28c700dd5e8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5833 | 2025.04.30 19:14:40.378619 [ 256 ] {2067d6d1-62af-4bbb-afa4-28c700dd5e8c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 5834 | 2025.04.30 19:14:40.378851 [ 256 ] {2067d6d1-62af-4bbb-afa4-28c700dd5e8c} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5835 | 2025.04.30 19:14:40.379068 [ 256 ] {2067d6d1-62af-4bbb-afa4-28c700dd5e8c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001478 sec., 43301.75913396482 rows/sec., 3.38 MiB/sec. | ||
| 5836 | 2025.04.30 19:14:40.379143 [ 256 ] {2067d6d1-62af-4bbb-afa4-28c700dd5e8c} <Debug> TCPHandler: Processed in 0.00169945 sec. | ||
| 5837 | 2025.04.30 19:14:40.379373 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5838 | 2025.04.30 19:14:40.379496 [ 256 ] {6b17b583-4666-41f0-8f52-f85071082b8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5839 | 2025.04.30 19:14:40.379546 [ 256 ] {6b17b583-4666-41f0-8f52-f85071082b8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5840 | 2025.04.30 19:14:40.380030 [ 256 ] {6b17b583-4666-41f0-8f52-f85071082b8c} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5841 | 2025.04.30 19:14:40.380068 [ 256 ] {6b17b583-4666-41f0-8f52-f85071082b8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5842 | 2025.04.30 19:14:40.380448 [ 256 ] {6b17b583-4666-41f0-8f52-f85071082b8c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 5843 | 2025.04.30 19:14:40.380696 [ 256 ] {6b17b583-4666-41f0-8f52-f85071082b8c} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5844 | 2025.04.30 19:14:40.380927 [ 256 ] {6b17b583-4666-41f0-8f52-f85071082b8c} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001449 sec., 45548.65424430642 rows/sec., 3.18 MiB/sec. | ||
| 5845 | 2025.04.30 19:14:40.381020 [ 256 ] {6b17b583-4666-41f0-8f52-f85071082b8c} <Debug> TCPHandler: Processed in 0.001742421 sec. | ||
| 5846 | 2025.04.30 19:14:40.381240 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5847 | 2025.04.30 19:14:40.381366 [ 256 ] {7fec680c-13eb-45c2-bf9e-e6430f9bb66e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5848 | 2025.04.30 19:14:40.381414 [ 256 ] {7fec680c-13eb-45c2-bf9e-e6430f9bb66e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5849 | 2025.04.30 19:14:40.381836 [ 256 ] {7fec680c-13eb-45c2-bf9e-e6430f9bb66e} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5850 | 2025.04.30 19:14:40.381874 [ 256 ] {7fec680c-13eb-45c2-bf9e-e6430f9bb66e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5851 | 2025.04.30 19:14:40.382206 [ 256 ] {7fec680c-13eb-45c2-bf9e-e6430f9bb66e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 5852 | 2025.04.30 19:14:40.382439 [ 256 ] {7fec680c-13eb-45c2-bf9e-e6430f9bb66e} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5853 | 2025.04.30 19:14:40.382617 [ 256 ] {7fec680c-13eb-45c2-bf9e-e6430f9bb66e} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001267 sec., 20520.91554853986 rows/sec., 1.37 MiB/sec. | ||
| 5854 | 2025.04.30 19:14:40.382664 [ 256 ] {7fec680c-13eb-45c2-bf9e-e6430f9bb66e} <Debug> TCPHandler: Processed in 0.001522785 sec. | ||
| 5855 | 2025.04.30 19:14:41.413539 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189 | ||
| 5856 | 2025.04.30 19:14:41.414283 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5857 | 2025.04.30 19:14:41.414329 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5858 | 2025.04.30 19:14:41.414865 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5859 | 2025.04.30 19:14:41.415129 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5860 | 2025.04.30 19:14:41.415405 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 | ||
| 5861 | 2025.04.30 19:14:42.444787 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 5862 | 2025.04.30 19:14:42.464608 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5863 | 2025.04.30 19:14:42.464674 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5864 | 2025.04.30 19:14:42.472040 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5865 | 2025.04.30 19:14:42.472804 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5866 | 2025.04.30 19:14:42.476659 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 5867 | 2025.04.30 19:14:43.991302 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 816 | ||
| 5868 | 2025.04.30 19:14:43.994404 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5869 | 2025.04.30 19:14:43.994456 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5870 | 2025.04.30 19:14:43.995907 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5871 | 2025.04.30 19:14:43.996217 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5872 | 2025.04.30 19:14:43.997247 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 816 | ||
| 5873 | 2025.04.30 19:14:45.380674 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5874 | 2025.04.30 19:14:45.380972 [ 256 ] {419bd260-5b29-4141-a537-2f9a43608f20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5875 | 2025.04.30 19:14:45.381085 [ 256 ] {419bd260-5b29-4141-a537-2f9a43608f20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5876 | 2025.04.30 19:14:45.382069 [ 256 ] {419bd260-5b29-4141-a537-2f9a43608f20} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5877 | 2025.04.30 19:14:45.382122 [ 256 ] {419bd260-5b29-4141-a537-2f9a43608f20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5878 | 2025.04.30 19:14:45.382567 [ 256 ] {419bd260-5b29-4141-a537-2f9a43608f20} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 5879 | 2025.04.30 19:14:45.382815 [ 256 ] {419bd260-5b29-4141-a537-2f9a43608f20} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5880 | 2025.04.30 19:14:45.383031 [ 256 ] {419bd260-5b29-4141-a537-2f9a43608f20} <Debug> executeQuery: Read 82 rows, 6.96 KiB in 0.00214 sec., 38317.7570093458 rows/sec., 3.18 MiB/sec. | ||
| 5881 | 2025.04.30 19:14:45.383094 [ 256 ] {419bd260-5b29-4141-a537-2f9a43608f20} <Debug> TCPHandler: Processed in 0.002650972 sec. | ||
| 5882 | 2025.04.30 19:14:45.383218 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5883 | 2025.04.30 19:14:45.383328 [ 256 ] {2939323f-a59f-4723-90f5-b31c5c08d811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5884 | 2025.04.30 19:14:45.383376 [ 256 ] {2939323f-a59f-4723-90f5-b31c5c08d811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5885 | 2025.04.30 19:14:45.383876 [ 256 ] {2939323f-a59f-4723-90f5-b31c5c08d811} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5886 | 2025.04.30 19:14:45.383916 [ 256 ] {2939323f-a59f-4723-90f5-b31c5c08d811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5887 | 2025.04.30 19:14:45.384256 [ 256 ] {2939323f-a59f-4723-90f5-b31c5c08d811} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5888 | 2025.04.30 19:14:45.384487 [ 256 ] {2939323f-a59f-4723-90f5-b31c5c08d811} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5889 | 2025.04.30 19:14:45.384668 [ 127 ] {} <Debug> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5890 | 2025.04.30 19:14:45.384718 [ 256 ] {2939323f-a59f-4723-90f5-b31c5c08d811} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001412 sec., 9206.798866855524 rows/sec., 692.31 KiB/sec. | ||
| 5891 | 2025.04.30 19:14:45.384746 [ 127 ] {} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5892 | 2025.04.30 19:14:45.384821 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5893 | 2025.04.30 19:14:45.384832 [ 256 ] {2939323f-a59f-4723-90f5-b31c5c08d811} <Debug> TCPHandler: Processed in 0.001665389 sec. | ||
| 5894 | 2025.04.30 19:14:45.385056 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5895 | 2025.04.30 19:14:45.385109 [ 196 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 5896 | 2025.04.30 19:14:45.385185 [ 256 ] {538fef54-ce69-4883-a37d-99bcce352302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5897 | 2025.04.30 19:14:45.385260 [ 256 ] {538fef54-ce69-4883-a37d-99bcce352302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5898 | 2025.04.30 19:14:45.385604 [ 196 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5899 | 2025.04.30 19:14:45.385734 [ 196 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 69 rows starting from the beginning of the part | ||
| 5900 | 2025.04.30 19:14:45.386172 [ 196 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 25 rows starting from the beginning of the part | ||
| 5901 | 2025.04.30 19:14:45.386563 [ 196 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 26 rows starting from the beginning of the part | ||
| 5902 | 2025.04.30 19:14:45.386861 [ 196 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 13 rows starting from the beginning of the part | ||
| 5903 | 2025.04.30 19:14:45.387227 [ 196 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 30 rows starting from the beginning of the part | ||
| 5904 | 2025.04.30 19:14:45.387578 [ 196 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 13 rows starting from the beginning of the part | ||
| 5905 | 2025.04.30 19:14:45.388169 [ 256 ] {538fef54-ce69-4883-a37d-99bcce352302} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5906 | 2025.04.30 19:14:45.388279 [ 256 ] {538fef54-ce69-4883-a37d-99bcce352302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5907 | 2025.04.30 19:14:45.389083 [ 256 ] {538fef54-ce69-4883-a37d-99bcce352302} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 5908 | 2025.04.30 19:14:45.389652 [ 256 ] {538fef54-ce69-4883-a37d-99bcce352302} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5909 | 2025.04.30 19:14:45.390151 [ 256 ] {538fef54-ce69-4883-a37d-99bcce352302} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.004981 sec., 15458.743224252157 rows/sec., 1.21 MiB/sec. | ||
| 5910 | 2025.04.30 19:14:45.390428 [ 256 ] {538fef54-ce69-4883-a37d-99bcce352302} <Debug> TCPHandler: Processed in 0.005450567 sec. | ||
| 5911 | 2025.04.30 19:14:45.390696 [ 196 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.005730084 sec., 30715.082012759325 rows/sec., 2.37 MiB/sec. | ||
| 5912 | 2025.04.30 19:14:45.390727 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5913 | 2025.04.30 19:14:45.390877 [ 256 ] {5a8c0275-5f1a-4891-a04d-ab87a68b4f52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5914 | 2025.04.30 19:14:45.390950 [ 256 ] {5a8c0275-5f1a-4891-a04d-ab87a68b4f52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5915 | 2025.04.30 19:14:45.390956 [ 202 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5916 | 2025.04.30 19:14:45.391623 [ 202 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_41_8} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5917 | 2025.04.30 19:14:45.391835 [ 202 ] {4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76::all_1_41_8} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5918 | 2025.04.30 19:14:45.392018 [ 256 ] {5a8c0275-5f1a-4891-a04d-ab87a68b4f52} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5919 | 2025.04.30 19:14:45.392018 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5920 | 2025.04.30 19:14:45.392081 [ 256 ] {5a8c0275-5f1a-4891-a04d-ab87a68b4f52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5921 | 2025.04.30 19:14:45.392474 [ 256 ] {5a8c0275-5f1a-4891-a04d-ab87a68b4f52} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 5922 | 2025.04.30 19:14:45.392716 [ 256 ] {5a8c0275-5f1a-4891-a04d-ab87a68b4f52} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5923 | 2025.04.30 19:14:45.392916 [ 256 ] {5a8c0275-5f1a-4891-a04d-ab87a68b4f52} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002067 sec., 77406.86985970006 rows/sec., 5.39 MiB/sec. | ||
| 5924 | 2025.04.30 19:14:45.392970 [ 256 ] {5a8c0275-5f1a-4891-a04d-ab87a68b4f52} <Debug> TCPHandler: Processed in 0.002307274 sec. | ||
| 5925 | 2025.04.30 19:14:45.393081 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5926 | 2025.04.30 19:14:45.393184 [ 256 ] {04fdc591-9018-4bd3-80f8-d58777b8403a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5927 | 2025.04.30 19:14:45.393250 [ 256 ] {04fdc591-9018-4bd3-80f8-d58777b8403a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5928 | 2025.04.30 19:14:45.394270 [ 256 ] {04fdc591-9018-4bd3-80f8-d58777b8403a} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5929 | 2025.04.30 19:14:45.394310 [ 256 ] {04fdc591-9018-4bd3-80f8-d58777b8403a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5930 | 2025.04.30 19:14:45.394962 [ 256 ] {04fdc591-9018-4bd3-80f8-d58777b8403a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5931 | 2025.04.30 19:14:45.395216 [ 256 ] {04fdc591-9018-4bd3-80f8-d58777b8403a} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5932 | 2025.04.30 19:14:45.395403 [ 127 ] {} <Debug> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5933 | 2025.04.30 19:14:45.395473 [ 127 ] {} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5934 | 2025.04.30 19:14:45.395512 [ 256 ] {04fdc591-9018-4bd3-80f8-d58777b8403a} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002338 sec., 5560.307955517537 rows/sec., 9.96 MiB/sec. | ||
| 5935 | 2025.04.30 19:14:45.395520 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5936 | 2025.04.30 19:14:45.395907 [ 190 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 5937 | 2025.04.30 19:14:45.395915 [ 256 ] {04fdc591-9018-4bd3-80f8-d58777b8403a} <Debug> TCPHandler: Processed in 0.002881237 sec. | ||
| 5938 | 2025.04.30 19:14:45.396197 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5939 | 2025.04.30 19:14:45.396438 [ 256 ] {576a24bb-257d-47d0-83ec-6ff2cf4f1411} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5940 | 2025.04.30 19:14:45.396454 [ 190 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5941 | 2025.04.30 19:14:45.396548 [ 256 ] {576a24bb-257d-47d0-83ec-6ff2cf4f1411} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5942 | 2025.04.30 19:14:45.396606 [ 190 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 643 rows starting from the beginning of the part | ||
| 5943 | 2025.04.30 19:14:45.397518 [ 190 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 13 rows starting from the beginning of the part | ||
| 5944 | 2025.04.30 19:14:45.398183 [ 190 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 26 rows starting from the beginning of the part | ||
| 5945 | 2025.04.30 19:14:45.398789 [ 256 ] {576a24bb-257d-47d0-83ec-6ff2cf4f1411} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5946 | 2025.04.30 19:14:45.398906 [ 256 ] {576a24bb-257d-47d0-83ec-6ff2cf4f1411} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5947 | 2025.04.30 19:14:45.398929 [ 190 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 13 rows starting from the beginning of the part | ||
| 5948 | 2025.04.30 19:14:45.399719 [ 190 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 26 rows starting from the beginning of the part | ||
| 5949 | 2025.04.30 19:14:45.400376 [ 190 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 13 rows starting from the beginning of the part | ||
| 5950 | 2025.04.30 19:14:45.400429 [ 256 ] {576a24bb-257d-47d0-83ec-6ff2cf4f1411} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 5951 | 2025.04.30 19:14:45.401132 [ 256 ] {576a24bb-257d-47d0-83ec-6ff2cf4f1411} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5952 | 2025.04.30 19:14:45.401556 [ 256 ] {576a24bb-257d-47d0-83ec-6ff2cf4f1411} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005199 sec., 11540.68090017311 rows/sec., 796.43 KiB/sec. | ||
| 5953 | 2025.04.30 19:14:45.401697 [ 256 ] {576a24bb-257d-47d0-83ec-6ff2cf4f1411} <Debug> TCPHandler: Processed in 0.00557661 sec. | ||
| 5954 | 2025.04.30 19:14:45.405823 [ 187 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 734 rows, containing 19 columns (19 merged, 0 gathered) in 0.010139966 sec., 72386.83048838626 rows/sec., 129.71 MiB/sec. | ||
| 5955 | 2025.04.30 19:14:45.406685 [ 192 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5956 | 2025.04.30 19:14:45.407125 [ 192 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5957 | 2025.04.30 19:14:45.407217 [ 192 ] {df7e01be-5355-4ed0-94fc-18152ad959a0::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5958 | 2025.04.30 19:14:45.407380 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.60 MiB. | ||
| 5959 | 2025.04.30 19:14:46.001150 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.61 MiB, peak 210.17 MiB, free memory in arenas 0.00 B, will set to 203.74 MiB (RSS), difference: 1.13 MiB | ||
| 5960 | 2025.04.30 19:14:48.769984 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5961 | 2025.04.30 19:14:48.770051 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5962 | 2025.04.30 19:14:48.916252 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616 | ||
| 5963 | 2025.04.30 19:14:48.916893 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5964 | 2025.04.30 19:14:48.916946 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5965 | 2025.04.30 19:14:48.917494 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5966 | 2025.04.30 19:14:48.917757 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5967 | 2025.04.30 19:14:48.918031 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 5968 | 2025.04.30 19:14:49.803335 [ 150 ] {} <Debug> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 5969 | 2025.04.30 19:14:49.803402 [ 150 ] {} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5970 | 2025.04.30 19:14:49.803424 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5971 | 2025.04.30 19:14:49.803644 [ 187 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::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 | ||
| 5972 | 2025.04.30 19:14:49.803843 [ 187 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5973 | 2025.04.30 19:14:49.803883 [ 187 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 252 rows starting from the beginning of the part | ||
| 5974 | 2025.04.30 19:14:49.803968 [ 187 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part | ||
| 5975 | 2025.04.30 19:14:49.804192 [ 187 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 228 rows starting from the beginning of the part | ||
| 5976 | 2025.04.30 19:14:49.804391 [ 187 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part | ||
| 5977 | 2025.04.30 19:14:49.804514 [ 187 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 228 rows starting from the beginning of the part | ||
| 5978 | 2025.04.30 19:14:49.805706 [ 192 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 5 columns (5 merged, 0 gathered) in 0.002199831 sec., 343662.7631849901 rows/sec., 25.08 MiB/sec. | ||
| 5979 | 2025.04.30 19:14:49.805944 [ 193 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5980 | 2025.04.30 19:14:49.806305 [ 193 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_13_3} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5981 | 2025.04.30 19:14:49.806397 [ 193 ] {a5ec0525-b9a0-4491-bacd-f4ca7c4e0885::all_1_13_3} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5982 | 2025.04.30 19:14:49.806502 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 5983 | 2025.04.30 19:14:49.977457 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 5984 | 2025.04.30 19:14:49.998194 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5985 | 2025.04.30 19:14:49.998259 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5986 | 2025.04.30 19:14:50.001151 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 208.28 MiB, peak 210.17 MiB, free memory in arenas 0.00 B, will set to 203.74 MiB (RSS), difference: -4.54 MiB | ||
| 5987 | 2025.04.30 19:14:50.006070 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5988 | 2025.04.30 19:14:50.006955 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5989 | 2025.04.30 19:14:50.010721 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 5990 | 2025.04.30 19:14:50.380584 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5991 | 2025.04.30 19:14:50.380793 [ 256 ] {e4ff83d2-56d4-4cb4-95f5-18aa0fdf5132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5992 | 2025.04.30 19:14:50.380872 [ 256 ] {e4ff83d2-56d4-4cb4-95f5-18aa0fdf5132} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5993 | 2025.04.30 19:14:50.381823 [ 256 ] {e4ff83d2-56d4-4cb4-95f5-18aa0fdf5132} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5994 | 2025.04.30 19:14:50.381880 [ 256 ] {e4ff83d2-56d4-4cb4-95f5-18aa0fdf5132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5995 | 2025.04.30 19:14:50.382375 [ 256 ] {e4ff83d2-56d4-4cb4-95f5-18aa0fdf5132} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 5996 | 2025.04.30 19:14:50.382677 [ 256 ] {e4ff83d2-56d4-4cb4-95f5-18aa0fdf5132} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5997 | 2025.04.30 19:14:50.382918 [ 256 ] {e4ff83d2-56d4-4cb4-95f5-18aa0fdf5132} <Debug> executeQuery: Read 108 rows, 9.27 KiB in 0.00218 sec., 49541.28440366972 rows/sec., 4.15 MiB/sec. | ||
| 5998 | 2025.04.30 19:14:50.383016 [ 256 ] {e4ff83d2-56d4-4cb4-95f5-18aa0fdf5132} <Debug> TCPHandler: Processed in 0.00256292 sec. | ||
| 5999 | 2025.04.30 19:14:50.383195 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6000 | 2025.04.30 19:14:50.383364 [ 256 ] {3ad3b2df-04d1-46d3-ba8b-67f77989d44f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6001 | 2025.04.30 19:14:50.383411 [ 256 ] {3ad3b2df-04d1-46d3-ba8b-67f77989d44f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6002 | 2025.04.30 19:14:50.383928 [ 256 ] {3ad3b2df-04d1-46d3-ba8b-67f77989d44f} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6003 | 2025.04.30 19:14:50.383967 [ 256 ] {3ad3b2df-04d1-46d3-ba8b-67f77989d44f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6004 | 2025.04.30 19:14:50.384297 [ 256 ] {3ad3b2df-04d1-46d3-ba8b-67f77989d44f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6005 | 2025.04.30 19:14:50.384524 [ 256 ] {3ad3b2df-04d1-46d3-ba8b-67f77989d44f} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6006 | 2025.04.30 19:14:50.384713 [ 256 ] {3ad3b2df-04d1-46d3-ba8b-67f77989d44f} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.00138 sec., 18840.579710144928 rows/sec., 1.38 MiB/sec. | ||
| 6007 | 2025.04.30 19:14:50.384763 [ 256 ] {3ad3b2df-04d1-46d3-ba8b-67f77989d44f} <Debug> TCPHandler: Processed in 0.001672059 sec. | ||
| 6008 | 2025.04.30 19:14:50.384875 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6009 | 2025.04.30 19:14:50.384976 [ 256 ] {b5889a63-78ed-41ad-ab37-cd7799813beb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6010 | 2025.04.30 19:14:50.385019 [ 256 ] {b5889a63-78ed-41ad-ab37-cd7799813beb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6011 | 2025.04.30 19:14:50.385592 [ 256 ] {b5889a63-78ed-41ad-ab37-cd7799813beb} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6012 | 2025.04.30 19:14:50.385632 [ 256 ] {b5889a63-78ed-41ad-ab37-cd7799813beb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6013 | 2025.04.30 19:14:50.385976 [ 256 ] {b5889a63-78ed-41ad-ab37-cd7799813beb} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6014 | 2025.04.30 19:14:50.386203 [ 256 ] {b5889a63-78ed-41ad-ab37-cd7799813beb} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6015 | 2025.04.30 19:14:50.386429 [ 256 ] {b5889a63-78ed-41ad-ab37-cd7799813beb} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001473 sec., 61099.79633401222 rows/sec., 4.77 MiB/sec. | ||
| 6016 | 2025.04.30 19:14:50.386501 [ 256 ] {b5889a63-78ed-41ad-ab37-cd7799813beb} <Debug> TCPHandler: Processed in 0.001676969 sec. | ||
| 6017 | 2025.04.30 19:14:50.386730 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6018 | 2025.04.30 19:14:50.386878 [ 256 ] {00c7e7a1-3e90-4f39-9669-03ecadbd9faa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6019 | 2025.04.30 19:14:50.386928 [ 256 ] {00c7e7a1-3e90-4f39-9669-03ecadbd9faa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6020 | 2025.04.30 19:14:50.387474 [ 256 ] {00c7e7a1-3e90-4f39-9669-03ecadbd9faa} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6021 | 2025.04.30 19:14:50.387514 [ 256 ] {00c7e7a1-3e90-4f39-9669-03ecadbd9faa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6022 | 2025.04.30 19:14:50.387889 [ 256 ] {00c7e7a1-3e90-4f39-9669-03ecadbd9faa} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6023 | 2025.04.30 19:14:50.388124 [ 256 ] {00c7e7a1-3e90-4f39-9669-03ecadbd9faa} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6024 | 2025.04.30 19:14:50.388324 [ 256 ] {00c7e7a1-3e90-4f39-9669-03ecadbd9faa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001468 sec., 108991.82561307903 rows/sec., 7.59 MiB/sec. | ||
| 6025 | 2025.04.30 19:14:50.388373 [ 256 ] {00c7e7a1-3e90-4f39-9669-03ecadbd9faa} <Debug> TCPHandler: Processed in 0.001733871 sec. | ||
| 6026 | 2025.04.30 19:14:50.388485 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6027 | 2025.04.30 19:14:50.388587 [ 256 ] {3d70e991-d991-4bd8-95f1-d92f65123f23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6028 | 2025.04.30 19:14:50.388650 [ 256 ] {3d70e991-d991-4bd8-95f1-d92f65123f23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6029 | 2025.04.30 19:14:50.389772 [ 256 ] {3d70e991-d991-4bd8-95f1-d92f65123f23} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6030 | 2025.04.30 19:14:50.389811 [ 256 ] {3d70e991-d991-4bd8-95f1-d92f65123f23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6031 | 2025.04.30 19:14:50.390421 [ 256 ] {3d70e991-d991-4bd8-95f1-d92f65123f23} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6032 | 2025.04.30 19:14:50.390676 [ 256 ] {3d70e991-d991-4bd8-95f1-d92f65123f23} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6033 | 2025.04.30 19:14:50.390889 [ 256 ] {3d70e991-d991-4bd8-95f1-d92f65123f23} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002324 sec., 11187.607573149742 rows/sec., 20.05 MiB/sec. | ||
| 6034 | 2025.04.30 19:14:50.390977 [ 256 ] {3d70e991-d991-4bd8-95f1-d92f65123f23} <Debug> TCPHandler: Processed in 0.002542149 sec. | ||
| 6035 | 2025.04.30 19:14:50.391091 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6036 | 2025.04.30 19:14:50.391193 [ 256 ] {3b6d5e1c-60f8-47ff-be7f-dc0fc19fe830} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6037 | 2025.04.30 19:14:50.391239 [ 256 ] {3b6d5e1c-60f8-47ff-be7f-dc0fc19fe830} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6038 | 2025.04.30 19:14:50.391655 [ 256 ] {3b6d5e1c-60f8-47ff-be7f-dc0fc19fe830} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6039 | 2025.04.30 19:14:50.391694 [ 256 ] {3b6d5e1c-60f8-47ff-be7f-dc0fc19fe830} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6040 | 2025.04.30 19:14:50.392049 [ 256 ] {3b6d5e1c-60f8-47ff-be7f-dc0fc19fe830} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6041 | 2025.04.30 19:14:50.392285 [ 256 ] {3b6d5e1c-60f8-47ff-be7f-dc0fc19fe830} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6042 | 2025.04.30 19:14:50.392448 [ 256 ] {3b6d5e1c-60f8-47ff-be7f-dc0fc19fe830} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001277 sec., 46985.12137823023 rows/sec., 3.17 MiB/sec. | ||
| 6043 | 2025.04.30 19:14:50.392495 [ 256 ] {3b6d5e1c-60f8-47ff-be7f-dc0fc19fe830} <Debug> TCPHandler: Processed in 0.001452814 sec. | ||
| 6044 | 2025.04.30 19:14:51.001161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.18 MiB, peak 210.17 MiB, free memory in arenas 0.00 B, will set to 203.82 MiB (RSS), difference: 3.64 MiB | ||
| 6045 | 2025.04.30 19:14:53.998216 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 840 | ||
| 6046 | 2025.04.30 19:14:54.001075 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6047 | 2025.04.30 19:14:54.001177 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6048 | 2025.04.30 19:14:54.003077 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6049 | 2025.04.30 19:14:54.003383 [ 242 ] {} <Trace> system.query_log (362a01e7-6be7-422d-8fb4-1fc89747af8f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6050 | 2025.04.30 19:14:54.004501 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 840 | ||
| 6051 | 2025.04.30 19:14:55.382035 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6052 | 2025.04.30 19:14:55.382252 [ 256 ] {8e5bb939-873f-4bc7-a690-be7154cbef88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6053 | 2025.04.30 19:14:55.382336 [ 256 ] {8e5bb939-873f-4bc7-a690-be7154cbef88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6054 | 2025.04.30 19:14:55.383164 [ 256 ] {8e5bb939-873f-4bc7-a690-be7154cbef88} <Trace> oximeter.fields_i16 (7d02e2b8-bc3a-4729-b2d9-0b5e82181a45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6055 | 2025.04.30 19:14:55.383215 [ 256 ] {8e5bb939-873f-4bc7-a690-be7154cbef88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6056 | 2025.04.30 19:14:55.383656 [ 256 ] {8e5bb939-873f-4bc7-a690-be7154cbef88} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6057 | 2025.04.30 19:14:55.383921 [ 256 ] {8e5bb939-873f-4bc7-a690-be7154cbef88} <Trace> oximeter.fields_i16 (7d02e2b8-bc3a-4729-b2d9-0b5e82181a45): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6058 | 2025.04.30 19:14:55.384155 [ 256 ] {8e5bb939-873f-4bc7-a690-be7154cbef88} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001952 sec., 12295.081967213115 rows/sec., 1.02 MiB/sec. | ||
| 6059 | 2025.04.30 19:14:55.384318 [ 256 ] {8e5bb939-873f-4bc7-a690-be7154cbef88} <Debug> TCPHandler: Processed in 0.002419856 sec. | ||
| 6060 | 2025.04.30 19:14:55.384487 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6061 | 2025.04.30 19:14:55.384601 [ 256 ] {416f5a3a-00c1-48fd-925a-1635cff536c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6062 | 2025.04.30 19:14:55.384653 [ 256 ] {416f5a3a-00c1-48fd-925a-1635cff536c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6063 | 2025.04.30 19:14:55.385242 [ 256 ] {416f5a3a-00c1-48fd-925a-1635cff536c7} <Trace> oximeter.fields_ipaddr (7716cb51-1146-4a1c-ac34-03e103003b39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6064 | 2025.04.30 19:14:55.385283 [ 256 ] {416f5a3a-00c1-48fd-925a-1635cff536c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6065 | 2025.04.30 19:14:55.385650 [ 256 ] {416f5a3a-00c1-48fd-925a-1635cff536c7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 6066 | 2025.04.30 19:14:55.385892 [ 256 ] {416f5a3a-00c1-48fd-925a-1635cff536c7} <Trace> oximeter.fields_ipaddr (7716cb51-1146-4a1c-ac34-03e103003b39): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6067 | 2025.04.30 19:14:55.386084 [ 256 ] {416f5a3a-00c1-48fd-925a-1635cff536c7} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001511 sec., 9265.387160820648 rows/sec., 755.53 KiB/sec. | ||
| 6068 | 2025.04.30 19:14:55.386139 [ 256 ] {416f5a3a-00c1-48fd-925a-1635cff536c7} <Debug> TCPHandler: Processed in 0.0017136 sec. | ||
| 6069 | 2025.04.30 19:14:55.386273 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6070 | 2025.04.30 19:14:55.386380 [ 256 ] {e2784443-b791-4437-8388-0bb9a5a6b7f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6071 | 2025.04.30 19:14:55.386425 [ 256 ] {e2784443-b791-4437-8388-0bb9a5a6b7f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6072 | 2025.04.30 19:14:55.387086 [ 256 ] {e2784443-b791-4437-8388-0bb9a5a6b7f7} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6073 | 2025.04.30 19:14:55.387126 [ 256 ] {e2784443-b791-4437-8388-0bb9a5a6b7f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6074 | 2025.04.30 19:14:55.387494 [ 256 ] {e2784443-b791-4437-8388-0bb9a5a6b7f7} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6075 | 2025.04.30 19:14:55.387732 [ 256 ] {e2784443-b791-4437-8388-0bb9a5a6b7f7} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6076 | 2025.04.30 19:14:55.387923 [ 256 ] {e2784443-b791-4437-8388-0bb9a5a6b7f7} <Debug> executeQuery: Read 209 rows, 18.94 KiB in 0.001566 sec., 133461.0472541507 rows/sec., 11.81 MiB/sec. | ||
| 6077 | 2025.04.30 19:14:55.387974 [ 256 ] {e2784443-b791-4437-8388-0bb9a5a6b7f7} <Debug> TCPHandler: Processed in 0.001756111 sec. | ||
| 6078 | 2025.04.30 19:14:55.388090 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6079 | 2025.04.30 19:14:55.388196 [ 256 ] {7f9d8535-e45e-42f7-999d-0b7aaca41167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6080 | 2025.04.30 19:14:55.388242 [ 256 ] {7f9d8535-e45e-42f7-999d-0b7aaca41167} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6081 | 2025.04.30 19:14:55.388759 [ 256 ] {7f9d8535-e45e-42f7-999d-0b7aaca41167} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6082 | 2025.04.30 19:14:55.388799 [ 256 ] {7f9d8535-e45e-42f7-999d-0b7aaca41167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6083 | 2025.04.30 19:14:55.389150 [ 256 ] {7f9d8535-e45e-42f7-999d-0b7aaca41167} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6084 | 2025.04.30 19:14:55.389391 [ 256 ] {7f9d8535-e45e-42f7-999d-0b7aaca41167} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6085 | 2025.04.30 19:14:55.389578 [ 256 ] {7f9d8535-e45e-42f7-999d-0b7aaca41167} <Debug> executeQuery: Read 39 rows, 2.92 KiB in 0.001404 sec., 27777.777777777777 rows/sec., 2.03 MiB/sec. | ||
| 6086 | 2025.04.30 19:14:55.389627 [ 256 ] {7f9d8535-e45e-42f7-999d-0b7aaca41167} <Debug> TCPHandler: Processed in 0.001590287 sec. | ||
| 6087 | 2025.04.30 19:14:55.389741 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6088 | 2025.04.30 19:14:55.389845 [ 256 ] {bf26aaf3-057c-4d6f-a3bd-7fcfb0fceb25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6089 | 2025.04.30 19:14:55.389889 [ 256 ] {bf26aaf3-057c-4d6f-a3bd-7fcfb0fceb25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6090 | 2025.04.30 19:14:55.390399 [ 256 ] {bf26aaf3-057c-4d6f-a3bd-7fcfb0fceb25} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6091 | 2025.04.30 19:14:55.390438 [ 256 ] {bf26aaf3-057c-4d6f-a3bd-7fcfb0fceb25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6092 | 2025.04.30 19:14:55.390791 [ 256 ] {bf26aaf3-057c-4d6f-a3bd-7fcfb0fceb25} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6093 | 2025.04.30 19:14:55.391030 [ 256 ] {bf26aaf3-057c-4d6f-a3bd-7fcfb0fceb25} <Trace> oximeter.fields_u32 (a5ec0525-b9a0-4491-bacd-f4ca7c4e0885): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6094 | 2025.04.30 19:14:55.391219 [ 256 ] {bf26aaf3-057c-4d6f-a3bd-7fcfb0fceb25} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001393 sec., 17229.00215362527 rows/sec., 1.43 MiB/sec. | ||
| 6095 | 2025.04.30 19:14:55.391290 [ 256 ] {bf26aaf3-057c-4d6f-a3bd-7fcfb0fceb25} <Debug> TCPHandler: Processed in 0.001600647 sec. | ||
| 6096 | 2025.04.30 19:14:55.391426 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6097 | 2025.04.30 19:14:55.391538 [ 256 ] {181b8234-dd8d-4722-9d80-ee41f04c64d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6098 | 2025.04.30 19:14:55.391583 [ 256 ] {181b8234-dd8d-4722-9d80-ee41f04c64d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6099 | 2025.04.30 19:14:55.392078 [ 256 ] {181b8234-dd8d-4722-9d80-ee41f04c64d0} <Trace> oximeter.fields_u8 (6ac07ddf-9e79-4702-b981-c16bd17e5618): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6100 | 2025.04.30 19:14:55.392123 [ 256 ] {181b8234-dd8d-4722-9d80-ee41f04c64d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6101 | 2025.04.30 19:14:55.392464 [ 256 ] {181b8234-dd8d-4722-9d80-ee41f04c64d0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6102 | 2025.04.30 19:14:55.392705 [ 256 ] {181b8234-dd8d-4722-9d80-ee41f04c64d0} <Trace> oximeter.fields_u8 (6ac07ddf-9e79-4702-b981-c16bd17e5618): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6103 | 2025.04.30 19:14:55.392898 [ 256 ] {181b8234-dd8d-4722-9d80-ee41f04c64d0} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001382 sec., 8683.068017366137 rows/sec., 678.36 KiB/sec. | ||
| 6104 | 2025.04.30 19:14:55.392949 [ 256 ] {181b8234-dd8d-4722-9d80-ee41f04c64d0} <Debug> TCPHandler: Processed in 0.001578667 sec. | ||
| 6105 | 2025.04.30 19:14:55.393062 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6106 | 2025.04.30 19:14:55.393167 [ 256 ] {5816d50d-a7a6-452f-ab56-65aba0cba1bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6107 | 2025.04.30 19:14:55.393212 [ 256 ] {5816d50d-a7a6-452f-ab56-65aba0cba1bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6108 | 2025.04.30 19:14:55.393754 [ 256 ] {5816d50d-a7a6-452f-ab56-65aba0cba1bc} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6109 | 2025.04.30 19:14:55.393794 [ 256 ] {5816d50d-a7a6-452f-ab56-65aba0cba1bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6110 | 2025.04.30 19:14:55.394150 [ 256 ] {5816d50d-a7a6-452f-ab56-65aba0cba1bc} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6111 | 2025.04.30 19:14:55.394385 [ 256 ] {5816d50d-a7a6-452f-ab56-65aba0cba1bc} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6112 | 2025.04.30 19:14:55.394583 [ 256 ] {5816d50d-a7a6-452f-ab56-65aba0cba1bc} <Debug> executeQuery: Read 127 rows, 10.56 KiB in 0.001437 sec., 88378.5664578984 rows/sec., 7.17 MiB/sec. | ||
| 6113 | 2025.04.30 19:14:55.394677 [ 256 ] {5816d50d-a7a6-452f-ab56-65aba0cba1bc} <Debug> TCPHandler: Processed in 0.001666389 sec. | ||
| 6114 | 2025.04.30 19:14:55.394890 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6115 | 2025.04.30 19:14:55.395104 [ 256 ] {c930dce0-7e86-4c1a-93f6-ff089b6b692c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6116 | 2025.04.30 19:14:55.395169 [ 256 ] {c930dce0-7e86-4c1a-93f6-ff089b6b692c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6117 | 2025.04.30 19:14:55.395845 [ 256 ] {c930dce0-7e86-4c1a-93f6-ff089b6b692c} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6118 | 2025.04.30 19:14:55.395887 [ 256 ] {c930dce0-7e86-4c1a-93f6-ff089b6b692c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6119 | 2025.04.30 19:14:55.396268 [ 256 ] {c930dce0-7e86-4c1a-93f6-ff089b6b692c} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6120 | 2025.04.30 19:14:55.396499 [ 256 ] {c930dce0-7e86-4c1a-93f6-ff089b6b692c} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6121 | 2025.04.30 19:14:55.396693 [ 256 ] {c930dce0-7e86-4c1a-93f6-ff089b6b692c} <Debug> executeQuery: Read 203 rows, 14.89 KiB in 0.001614 sec., 125774.47335811648 rows/sec., 9.01 MiB/sec. | ||
| 6122 | 2025.04.30 19:14:55.396742 [ 256 ] {c930dce0-7e86-4c1a-93f6-ff089b6b692c} <Debug> TCPHandler: Processed in 0.001972176 sec. | ||
| 6123 | 2025.04.30 19:14:55.396856 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6124 | 2025.04.30 19:14:55.396960 [ 256 ] {d51bb560-01af-49c7-8d2e-da75f3c42ee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6125 | 2025.04.30 19:14:55.397023 [ 256 ] {d51bb560-01af-49c7-8d2e-da75f3c42ee2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6126 | 2025.04.30 19:14:55.398102 [ 256 ] {d51bb560-01af-49c7-8d2e-da75f3c42ee2} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6127 | 2025.04.30 19:14:55.398142 [ 256 ] {d51bb560-01af-49c7-8d2e-da75f3c42ee2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6128 | 2025.04.30 19:14:55.398725 [ 256 ] {d51bb560-01af-49c7-8d2e-da75f3c42ee2} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6129 | 2025.04.30 19:14:55.398966 [ 256 ] {d51bb560-01af-49c7-8d2e-da75f3c42ee2} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6130 | 2025.04.30 19:14:55.399166 [ 256 ] {d51bb560-01af-49c7-8d2e-da75f3c42ee2} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00222 sec., 5855.855855855855 rows/sec., 10.49 MiB/sec. | ||
| 6131 | 2025.04.30 19:14:55.399299 [ 256 ] {d51bb560-01af-49c7-8d2e-da75f3c42ee2} <Debug> TCPHandler: Processed in 0.002493288 sec. | ||
| 6132 | 2025.04.30 19:14:55.399442 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6133 | 2025.04.30 19:14:55.399549 [ 256 ] {a9c893c4-5035-4d41-9888-45c23e9af0b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6134 | 2025.04.30 19:14:55.399595 [ 256 ] {a9c893c4-5035-4d41-9888-45c23e9af0b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6135 | 2025.04.30 19:14:55.400015 [ 256 ] {a9c893c4-5035-4d41-9888-45c23e9af0b1} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6136 | 2025.04.30 19:14:55.400052 [ 256 ] {a9c893c4-5035-4d41-9888-45c23e9af0b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6137 | 2025.04.30 19:14:55.400388 [ 256 ] {a9c893c4-5035-4d41-9888-45c23e9af0b1} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6138 | 2025.04.30 19:14:55.400617 [ 256 ] {a9c893c4-5035-4d41-9888-45c23e9af0b1} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6139 | 2025.04.30 19:14:55.400798 [ 256 ] {a9c893c4-5035-4d41-9888-45c23e9af0b1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00127 sec., 47244.09448818897 rows/sec., 3.18 MiB/sec. | ||
| 6140 | 2025.04.30 19:14:55.400845 [ 256 ] {a9c893c4-5035-4d41-9888-45c23e9af0b1} <Debug> TCPHandler: Processed in 0.001465724 sec. | ||
| 6141 | 2025.04.30 19:14:56.419051 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 | ||
| 6142 | 2025.04.30 19:14:56.419705 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6143 | 2025.04.30 19:14:56.419754 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6144 | 2025.04.30 19:14:56.420278 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6145 | 2025.04.30 19:14:56.420521 [ 244 ] {} <Trace> system.asynchronous_metric_log (fe3c9545-3d6e-47bc-91f7-bdfc09e35a2b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6146 | 2025.04.30 19:14:56.420765 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 | ||
| 6147 | 2025.04.30 19:14:57.511694 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 6148 | 2025.04.30 19:14:57.532241 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6149 | 2025.04.30 19:14:57.532301 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6150 | 2025.04.30 19:14:57.539469 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6151 | 2025.04.30 19:14:57.540245 [ 243 ] {} <Trace> system.metric_log (4a8ee79a-8634-4493-bb78-2ea1e883b7d2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6152 | 2025.04.30 19:14:57.543274 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 6153 | 2025.04.30 19:15:00.381714 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6154 | 2025.04.30 19:15:00.381904 [ 256 ] {7adb1626-0c5f-43cb-99d4-844d495e0627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6155 | 2025.04.30 19:15:00.381979 [ 256 ] {7adb1626-0c5f-43cb-99d4-844d495e0627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6156 | 2025.04.30 19:15:00.382743 [ 256 ] {7adb1626-0c5f-43cb-99d4-844d495e0627} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6157 | 2025.04.30 19:15:00.382795 [ 256 ] {7adb1626-0c5f-43cb-99d4-844d495e0627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6158 | 2025.04.30 19:15:00.383242 [ 256 ] {7adb1626-0c5f-43cb-99d4-844d495e0627} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6159 | 2025.04.30 19:15:00.383511 [ 256 ] {7adb1626-0c5f-43cb-99d4-844d495e0627} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6160 | 2025.04.30 19:15:00.383742 [ 256 ] {7adb1626-0c5f-43cb-99d4-844d495e0627} <Debug> executeQuery: Read 108 rows, 9.27 KiB in 0.001887 sec., 57233.70429252782 rows/sec., 4.80 MiB/sec. | ||
| 6161 | 2025.04.30 19:15:00.383737 [ 140 ] {} <Debug> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6162 | 2025.04.30 19:15:00.383822 [ 256 ] {7adb1626-0c5f-43cb-99d4-844d495e0627} <Debug> TCPHandler: Processed in 0.002245112 sec. | ||
| 6163 | 2025.04.30 19:15:00.383862 [ 140 ] {} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6164 | 2025.04.30 19:15:00.383934 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6165 | 2025.04.30 19:15:00.384001 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6166 | 2025.04.30 19:15:00.384238 [ 256 ] {2facc594-dcb7-41c3-b278-9bcdfc916878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6167 | 2025.04.30 19:15:00.384256 [ 187 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 6168 | 2025.04.30 19:15:00.384304 [ 256 ] {2facc594-dcb7-41c3-b278-9bcdfc916878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6169 | 2025.04.30 19:15:00.384601 [ 187 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6170 | 2025.04.30 19:15:00.384697 [ 187 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1403 rows starting from the beginning of the part | ||
| 6171 | 2025.04.30 19:15:00.384962 [ 187 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 56 rows starting from the beginning of the part | ||
| 6172 | 2025.04.30 19:15:00.385573 [ 187 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 82 rows starting from the beginning of the part | ||
| 6173 | 2025.04.30 19:15:00.385796 [ 187 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 108 rows starting from the beginning of the part | ||
| 6174 | 2025.04.30 19:15:00.386276 [ 187 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 209 rows starting from the beginning of the part | ||
| 6175 | 2025.04.30 19:15:00.386771 [ 187 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 108 rows starting from the beginning of the part | ||
| 6176 | 2025.04.30 19:15:00.386995 [ 256 ] {2facc594-dcb7-41c3-b278-9bcdfc916878} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6177 | 2025.04.30 19:15:00.387121 [ 256 ] {2facc594-dcb7-41c3-b278-9bcdfc916878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6178 | 2025.04.30 19:15:00.388179 [ 256 ] {2facc594-dcb7-41c3-b278-9bcdfc916878} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6179 | 2025.04.30 19:15:00.388665 [ 256 ] {2facc594-dcb7-41c3-b278-9bcdfc916878} <Trace> oximeter.fields_u16 (4d2bb9b6-25af-4c34-a2b1-cbd82a0caa76): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6180 | 2025.04.30 19:15:00.389180 [ 256 ] {2facc594-dcb7-41c3-b278-9bcdfc916878} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.005 sec., 5200 rows/sec., 391.02 KiB/sec. | ||
| 6181 | 2025.04.30 19:15:00.389376 [ 256 ] {2facc594-dcb7-41c3-b278-9bcdfc916878} <Debug> TCPHandler: Processed in 0.005455797 sec. | ||
| 6182 | 2025.04.30 19:15:00.389552 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6183 | 2025.04.30 19:15:00.389743 [ 256 ] {caedaf76-d424-4b5f-9282-eca170d03ee6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6184 | 2025.04.30 19:15:00.389808 [ 256 ] {caedaf76-d424-4b5f-9282-eca170d03ee6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6185 | 2025.04.30 19:15:00.390715 [ 192 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1966 rows, containing 5 columns (5 merged, 0 gathered) in 0.006664195 sec., 295009.3747256795 rows/sec., 25.95 MiB/sec. | ||
| 6186 | 2025.04.30 19:15:00.391048 [ 194 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6187 | 2025.04.30 19:15:00.391162 [ 256 ] {caedaf76-d424-4b5f-9282-eca170d03ee6} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6188 | 2025.04.30 19:15:00.391224 [ 256 ] {caedaf76-d424-4b5f-9282-eca170d03ee6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6189 | 2025.04.30 19:15:00.391685 [ 194 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_56_11} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6190 | 2025.04.30 19:15:00.391898 [ 194 ] {97e5acd5-ab0b-4626-a96d-d291ee3aa3ab::all_1_56_11} <Trace> oximeter.fields_string (97e5acd5-ab0b-4626-a96d-d291ee3aa3ab) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6191 | 2025.04.30 19:15:00.391947 [ 256 ] {caedaf76-d424-4b5f-9282-eca170d03ee6} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6192 | 2025.04.30 19:15:00.392066 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 6193 | 2025.04.30 19:15:00.392291 [ 256 ] {caedaf76-d424-4b5f-9282-eca170d03ee6} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6194 | 2025.04.30 19:15:00.392446 [ 141 ] {} <Debug> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6195 | 2025.04.30 19:15:00.392481 [ 256 ] {caedaf76-d424-4b5f-9282-eca170d03ee6} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.00278 sec., 32374.100719424463 rows/sec., 2.53 MiB/sec. | ||
| 6196 | 2025.04.30 19:15:00.392487 [ 141 ] {} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6197 | 2025.04.30 19:15:00.392532 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6198 | 2025.04.30 19:15:00.392565 [ 256 ] {caedaf76-d424-4b5f-9282-eca170d03ee6} <Debug> TCPHandler: Processed in 0.003087942 sec. | ||
| 6199 | 2025.04.30 19:15:00.392756 [ 187 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 6200 | 2025.04.30 19:15:00.392767 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6201 | 2025.04.30 19:15:00.393031 [ 256 ] {056f5bab-038b-475a-a9e5-84f8f2823db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6202 | 2025.04.30 19:15:00.393051 [ 187 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6203 | 2025.04.30 19:15:00.393124 [ 256 ] {056f5bab-038b-475a-a9e5-84f8f2823db0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6204 | 2025.04.30 19:15:00.393146 [ 187 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 631 rows starting from the beginning of the part | ||
| 6205 | 2025.04.30 19:15:00.393614 [ 187 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 64 rows starting from the beginning of the part | ||
| 6206 | 2025.04.30 19:15:00.394066 [ 187 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 77 rows starting from the beginning of the part | ||
| 6207 | 2025.04.30 19:15:00.394231 [ 187 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 90 rows starting from the beginning of the part | ||
| 6208 | 2025.04.30 19:15:00.394771 [ 187 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 127 rows starting from the beginning of the part | ||
| 6209 | 2025.04.30 19:15:00.395149 [ 187 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 90 rows starting from the beginning of the part | ||
| 6210 | 2025.04.30 19:15:00.395657 [ 256 ] {056f5bab-038b-475a-a9e5-84f8f2823db0} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6211 | 2025.04.30 19:15:00.395728 [ 256 ] {056f5bab-038b-475a-a9e5-84f8f2823db0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6212 | 2025.04.30 19:15:00.396704 [ 256 ] {056f5bab-038b-475a-a9e5-84f8f2823db0} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6213 | 2025.04.30 19:15:00.397252 [ 256 ] {056f5bab-038b-475a-a9e5-84f8f2823db0} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6214 | 2025.04.30 19:15:00.397551 [ 141 ] {} <Debug> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6215 | 2025.04.30 19:15:00.397652 [ 141 ] {} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6216 | 2025.04.30 19:15:00.397749 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6217 | 2025.04.30 19:15:00.397914 [ 256 ] {056f5bab-038b-475a-a9e5-84f8f2823db0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004945 sec., 32355.915065722955 rows/sec., 2.25 MiB/sec. | ||
| 6218 | 2025.04.30 19:15:00.398164 [ 256 ] {056f5bab-038b-475a-a9e5-84f8f2823db0} <Debug> TCPHandler: Processed in 0.005470527 sec. | ||
| 6219 | 2025.04.30 19:15:00.398173 [ 194 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 6220 | 2025.04.30 19:15:00.398438 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6221 | 2025.04.30 19:15:00.398743 [ 194 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6222 | 2025.04.30 19:15:00.398766 [ 256 ] {3193bce2-e3e2-4d61-8d17-204804f5967f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6223 | 2025.04.30 19:15:00.398868 [ 194 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15369 rows starting from the beginning of the part | ||
| 6224 | 2025.04.30 19:15:00.399129 [ 256 ] {3193bce2-e3e2-4d61-8d17-204804f5967f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6225 | 2025.04.30 19:15:00.399350 [ 194 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 66 rows starting from the beginning of the part | ||
| 6226 | 2025.04.30 19:15:00.399930 [ 194 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part | ||
| 6227 | 2025.04.30 19:15:00.400305 [ 194 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
| 6228 | 2025.04.30 19:15:00.400676 [ 194 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 203 rows starting from the beginning of the part | ||
| 6229 | 2025.04.30 19:15:00.401054 [ 200 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1079 rows, containing 5 columns (5 merged, 0 gathered) in 0.007816002 sec., 138050.11820621334 rows/sec., 11.14 MiB/sec. | ||
| 6230 | 2025.04.30 19:15:00.401271 [ 194 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part | ||
| 6231 | 2025.04.30 19:15:00.401873 [ 199 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6232 | 2025.04.30 19:15:00.403709 [ 199 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_56_11} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6233 | 2025.04.30 19:15:00.403810 [ 199 ] {ef48511d-534c-480b-8726-b87470b21d15::all_1_56_11} <Trace> oximeter.fields_uuid (ef48511d-534c-480b-8726-b87470b21d15) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6234 | 2025.04.30 19:15:00.404047 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 6235 | 2025.04.30 19:15:00.405130 [ 256 ] {3193bce2-e3e2-4d61-8d17-204804f5967f} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6236 | 2025.04.30 19:15:00.405203 [ 256 ] {3193bce2-e3e2-4d61-8d17-204804f5967f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6237 | 2025.04.30 19:15:00.406712 [ 256 ] {3193bce2-e3e2-4d61-8d17-204804f5967f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6238 | 2025.04.30 19:15:00.407414 [ 256 ] {3193bce2-e3e2-4d61-8d17-204804f5967f} <Trace> oximeter.measurements_histogramu64 (df7e01be-5355-4ed0-94fc-18152ad959a0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6239 | 2025.04.30 19:15:00.407634 [ 256 ] {3193bce2-e3e2-4d61-8d17-204804f5967f} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.008967 sec., 2899.5204639232743 rows/sec., 5.20 MiB/sec. | ||
| 6240 | 2025.04.30 19:15:00.407747 [ 256 ] {3193bce2-e3e2-4d61-8d17-204804f5967f} <Debug> TCPHandler: Processed in 0.009421279 sec. | ||
| 6241 | 2025.04.30 19:15:00.407876 [ 256 ] {} <Trace> TCP-Session: 8cfd6790-f80d-402d-8ee1-7808367263ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6242 | 2025.04.30 19:15:00.408019 [ 256 ] {2479ae69-040b-4301-9535-9e1b4465174e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57630) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6243 | 2025.04.30 19:15:00.408070 [ 256 ] {2479ae69-040b-4301-9535-9e1b4465174e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6244 | 2025.04.30 19:15:00.408599 [ 256 ] {2479ae69-040b-4301-9535-9e1b4465174e} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6245 | 2025.04.30 19:15:00.408640 [ 256 ] {2479ae69-040b-4301-9535-9e1b4465174e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6246 | 2025.04.30 19:15:00.409409 [ 194 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16118 rows, containing 5 columns (5 merged, 0 gathered) in 0.011497098 sec., 1401918.9886004275 rows/sec., 96.12 MiB/sec. | ||
| 6247 | 2025.04.30 19:15:00.409488 [ 256 ] {2479ae69-040b-4301-9535-9e1b4465174e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6248 | 2025.04.30 19:15:00.409800 [ 256 ] {2479ae69-040b-4301-9535-9e1b4465174e} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6249 | 2025.04.30 19:15:00.409849 [ 194 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6250 | 2025.04.30 19:15:00.410017 [ 141 ] {} <Debug> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6251 | 2025.04.30 19:15:00.410104 [ 141 ] {} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6252 | 2025.04.30 19:15:00.410150 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6253 | 2025.04.30 19:15:00.410191 [ 256 ] {2479ae69-040b-4301-9535-9e1b4465174e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00222 sec., 27027.027027027023 rows/sec., 1.82 MiB/sec. | ||
| 6254 | 2025.04.30 19:15:00.410498 [ 256 ] {2479ae69-040b-4301-9535-9e1b4465174e} <Debug> TCPHandler: Processed in 0.002668132 sec. | ||
| 6255 | 2025.04.30 19:15:00.410765 [ 194 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6256 | 2025.04.30 19:15:00.411123 [ 194 ] {4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (4b2d4aba-9c67-4b9e-ad53-05e2afe1a9e0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6257 | 2025.04.30 19:15:00.411263 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 6258 | 2025.04.30 19:15:00.411418 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.83 MiB. | ||
| 6259 | 2025.04.30 19:15:00.411530 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6260 | 2025.04.30 19:15:00.411568 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2722 rows starting from the beginning of the part | ||
| 6261 | 2025.04.30 19:15:00.411642 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 26 rows starting from the beginning of the part | ||
| 6262 | 2025.04.30 19:15:00.411853 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
| 6263 | 2025.04.30 19:15:00.412037 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
| 6264 | 2025.04.30 19:15:00.412243 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part | ||
| 6265 | 2025.04.30 19:15:00.412427 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
| 6266 | 2025.04.30 19:15:00.414071 [ 191 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2988 rows, containing 4 columns (4 merged, 0 gathered) in 0.003755757 sec., 795578.627690769 rows/sec., 53.62 MiB/sec. | ||
| 6267 | 2025.04.30 19:15:00.414417 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6268 | 2025.04.30 19:15:00.414720 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_56_11} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6269 | 2025.04.30 19:15:00.414797 [ 189 ] {8b965c7c-a0c6-4f86-90ea-c2f3d27919fe::all_1_56_11} <Trace> oximeter.measurements_u64 (8b965c7c-a0c6-4f86-90ea-c2f3d27919fe) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6270 | 2025.04.30 19:15:00.414870 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||