| 1 | [ Feb 23 14:12:37 Enabled. ] | ||
| 2 | [ Feb 23 14:12:37 Rereading configuration. ] | ||
| 3 | [ Feb 23 14:12:38 Rereading configuration. ] | ||
| 4 | [ Feb 23 14:12:40 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
| 5 | + set -o errexit | ||
| 6 | + set -o pipefail | ||
| 7 | + . /lib/svc/share/smf_include.sh | ||
| 8 | ++ SMF_EXIT_OK=0 | ||
| 9 | ++ SMF_EXIT_NODAEMON=94 | ||
| 10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
| 11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
| 12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
| 13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
| 14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
| 15 | ++ SMF_EXIT_ERR_PERM=100 | ||
| 16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
| 17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
| 18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
| 19 | + LISTEN_PORT=8123 | ||
| 20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
| 21 | + DATASTORE=/data | ||
| 22 | + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 23 | + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
| 24 | [ Feb 23 14:12:40 Method "start" exited with status 0. ] | ||
| 25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 26 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 28 | 2025.02.23 14:12:41.194466 [ 1 ] {} <Information> Application: Will watch for the process with pid 24253 | ||
| 29 | 2025.02.23 14:12:41.195006 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.02.23 14:12:41.447014 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 24253 | ||
| 31 | 2025.02.23 14:12:41.447801 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.02.23 14:12:41.448671 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.02.23 14:12:41.542975 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.02.23 14:12:41.584495 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.02.23 14:12:41.584605 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.02.23 14:12:41.584620 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.02.23 14:12:41.584706 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.02.23 14:12:41.585122 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.02.23 14:12:41.586827 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 42 | 2025.02.23 14:12:41.587611 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.02.23 14:12:41.588502 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
| 44 | 2025.02.23 14:12:41.588527 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
| 45 | 2025.02.23 14:12:41.588544 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.02.23 14:12:41.588740 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.02.23 14:12:41.589692 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.02.23 14:12:41.595141 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.02.23 14:12:41.595977 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.02.23 14:12:41.597265 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.02.23 14:12:41.597328 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.02.23 14:12:41.598940 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 55 | 2025.02.23 14:12:41.599432 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.02.23 14:12:41.603885 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.02.23 14:12:41.604659 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.02.23 14:12:41.606279 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.02.23 14:12:41.606682 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.02.23 14:12:41.607036 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.02.23 14:12:41.607432 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.02.23 14:12:41.608895 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.02.23 14:12:41.608929 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.02.23 14:12:41.609018 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.02.23 14:12:41.609134 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.02.23 14:12:41.627988 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.02.23 14:12:41.628026 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000186826 sec | ||
| 68 | 2025.02.23 14:12:41.628088 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.02.23 14:12:41.628121 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.02.23 14:12:41.629560 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.02.23 14:12:41.630753 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.02.23 14:12:41.643307 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.02.23 14:12:41.643371 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.02.23 14:12:41.643398 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.02.23 14:12:41.643411 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.02.23 14:12:41.643442 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.02.23 14:12:41.643474 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.02.23 14:12:41.646169 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.02.23 14:12:41.646218 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.02.23 14:12:41.646247 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.02.23 14:12:41.646436 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.02.23 14:12:41.646456 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.02.23 14:12:41.646491 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.02.23 14:12:41.646511 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.02.23 14:12:41.646524 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.02.23 14:12:41.646554 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.02.23 14:12:41.646572 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.02.23 14:12:41.674262 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.02.23 14:12:41.682313 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.02.23 14:12:41.682354 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.6532e-05 sec | ||
| 91 | 2025.02.23 14:12:41.682371 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.02.23 14:12:41.682385 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.02.23 14:12:41.682415 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.02.23 14:12:41.682670 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.02.23 14:12:41.682725 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.02.23 14:12:41.682742 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.02.23 14:12:41.682756 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
| 98 | 2025.02.23 14:12:41.682771 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.02.23 14:12:41.698262 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.02.23 14:12:41.698489 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB | ||
| 101 | 2025.02.23 14:12:41.699437 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.6281e-05 sec. | ||
| 102 | 2025.02.23 14:12:41.700548 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.02.23 14:12:41.700655 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.02.23 14:12:41.700678 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.02.23 14:12:42.275184 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37604 | ||
| 106 | 2025.02.23 14:12:42.275581 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.02.23 14:12:42.275653 [ 3 ] {} <Debug> TCP-Session: ca7abc41-d586-430d-8e10-b74b38b90bb6 Authenticating user 'default' from [fd00:1122:3344:101::b]:37604 | ||
| 108 | 2025.02.23 14:12:42.275701 [ 3 ] {} <Debug> TCP-Session: ca7abc41-d586-430d-8e10-b74b38b90bb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.02.23 14:12:42.275795 [ 3 ] {} <Debug> TCP-Session: ca7abc41-d586-430d-8e10-b74b38b90bb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.02.23 14:12:42.275926 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.02.23 14:12:42.275967 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 112 | 2025.02.23 14:12:42.276093 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 113 | 2025.02.23 14:12:42.277181 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34596 | ||
| 114 | 2025.02.23 14:12:42.277196 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46519 | ||
| 115 | 2025.02.23 14:12:42.277333 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.02.23 14:12:42.277376 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 117 | 2025.02.23 14:12:42.277386 [ 4 ] {} <Debug> TCP-Session: e6fca884-a7e6-4b55-8fe7-8dcfe3c6c51c Authenticating user 'default' from [fd00:1122:3344:101::b]:34596 | ||
| 118 | 2025.02.23 14:12:42.277505 [ 5 ] {} <Debug> TCP-Session: d73f161a-eef6-40a4-b902-b849ca4cedd8 Authenticating user 'default' from [fd00:1122:3344:101::b]:46519 | ||
| 119 | 2025.02.23 14:12:42.277515 [ 4 ] {} <Debug> TCP-Session: e6fca884-a7e6-4b55-8fe7-8dcfe3c6c51c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2025.02.23 14:12:42.277542 [ 5 ] {} <Debug> TCP-Session: d73f161a-eef6-40a4-b902-b849ca4cedd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2025.02.23 14:12:42.277617 [ 4 ] {} <Debug> TCP-Session: e6fca884-a7e6-4b55-8fe7-8dcfe3c6c51c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.02.23 14:12:42.277640 [ 5 ] {} <Debug> TCP-Session: d73f161a-eef6-40a4-b902-b849ca4cedd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.02.23 14:12:42.278082 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53684 | ||
| 124 | 2025.02.23 14:12:42.278090 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40801 | ||
| 125 | 2025.02.23 14:12:42.278298 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 126 | 2025.02.23 14:12:42.278363 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 127 | 2025.02.23 14:12:42.278412 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64480 | ||
| 128 | 2025.02.23 14:12:42.278363 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52701 | ||
| 129 | 2025.02.23 14:12:42.278381 [ 254 ] {} <Debug> TCP-Session: b2912a35-46f8-4837-95bb-4d7164a72e7f Authenticating user 'default' from [fd00:1122:3344:101::b]:53684 | ||
| 130 | 2025.02.23 14:12:42.278501 [ 253 ] {} <Debug> TCP-Session: 5b28c70d-f98e-4107-ba4a-50d52fc709da Authenticating user 'default' from [fd00:1122:3344:101::b]:40801 | ||
| 131 | 2025.02.23 14:12:42.278541 [ 254 ] {} <Debug> TCP-Session: b2912a35-46f8-4837-95bb-4d7164a72e7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 132 | 2025.02.23 14:12:42.278525 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53579 | ||
| 133 | 2025.02.23 14:12:42.278837 [ 254 ] {} <Debug> TCP-Session: b2912a35-46f8-4837-95bb-4d7164a72e7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 134 | 2025.02.23 14:12:42.278843 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 135 | 2025.02.23 14:12:42.278926 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 136 | 2025.02.23 14:12:42.278919 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 137 | 2025.02.23 14:12:42.278901 [ 253 ] {} <Debug> TCP-Session: 5b28c70d-f98e-4107-ba4a-50d52fc709da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 138 | 2025.02.23 14:12:42.279005 [ 255 ] {} <Debug> TCP-Session: b63353af-329b-45f5-98a9-ae325a0be4be Authenticating user 'default' from [fd00:1122:3344:101::b]:52701 | ||
| 139 | 2025.02.23 14:12:42.279034 [ 256 ] {} <Debug> TCP-Session: 98a57181-9ae8-4519-abc4-e48aceba42cf Authenticating user 'default' from [fd00:1122:3344:101::b]:64480 | ||
| 140 | 2025.02.23 14:12:42.279055 [ 257 ] {} <Debug> TCP-Session: ad90850a-17ae-4a20-bb16-cf9c68b4b0ce Authenticating user 'default' from [fd00:1122:3344:101::b]:53579 | ||
| 141 | 2025.02.23 14:12:42.279101 [ 256 ] {} <Debug> TCP-Session: 98a57181-9ae8-4519-abc4-e48aceba42cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 142 | 2025.02.23 14:12:42.279079 [ 253 ] {} <Debug> TCP-Session: 5b28c70d-f98e-4107-ba4a-50d52fc709da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2025.02.23 14:12:42.279119 [ 255 ] {} <Debug> TCP-Session: b63353af-329b-45f5-98a9-ae325a0be4be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2025.02.23 14:12:42.279238 [ 257 ] {} <Debug> TCP-Session: ad90850a-17ae-4a20-bb16-cf9c68b4b0ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2025.02.23 14:12:42.279277 [ 256 ] {} <Debug> TCP-Session: 98a57181-9ae8-4519-abc4-e48aceba42cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2025.02.23 14:12:42.279269 [ 255 ] {} <Debug> TCP-Session: b63353af-329b-45f5-98a9-ae325a0be4be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.02.23 14:12:42.279309 [ 257 ] {} <Debug> TCP-Session: ad90850a-17ae-4a20-bb16-cf9c68b4b0ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.02.23 14:12:42.565813 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33347 | ||
| 149 | 2025.02.23 14:12:42.565989 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 150 | 2025.02.23 14:12:42.566113 [ 258 ] {} <Debug> TCP-Session: bbc76d70-6b6e-4a4a-9c4b-9aa6d2185de3 Authenticating user 'default' from [fd00:1122:3344:101::a]:33347 | ||
| 151 | 2025.02.23 14:12:42.566139 [ 258 ] {} <Debug> TCP-Session: bbc76d70-6b6e-4a4a-9c4b-9aa6d2185de3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.02.23 14:12:42.566155 [ 258 ] {} <Debug> TCP-Session: bbc76d70-6b6e-4a4a-9c4b-9aa6d2185de3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.02.23 14:12:42.566294 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 154 | 2025.02.23 14:12:42.566321 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 155 | 2025.02.23 14:12:42.566411 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 156 | 2025.02.23 14:12:42.567579 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45997 | ||
| 157 | 2025.02.23 14:12:42.567580 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52088 | ||
| 158 | 2025.02.23 14:12:42.567672 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56758 | ||
| 159 | 2025.02.23 14:12:42.568001 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36968 | ||
| 160 | 2025.02.23 14:12:42.568021 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 161 | 2025.02.23 14:12:42.568048 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58763 | ||
| 162 | 2025.02.23 14:12:42.568039 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 163 | 2025.02.23 14:12:42.568416 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 164 | 2025.02.23 14:12:42.568568 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 165 | 2025.02.23 14:12:42.568614 [ 259 ] {} <Debug> TCP-Session: f156967e-efda-48e9-9703-048f9b5ee229 Authenticating user 'default' from [fd00:1122:3344:101::a]:45997 | ||
| 166 | 2025.02.23 14:12:42.568634 [ 261 ] {} <Debug> TCP-Session: 01600336-bb26-45fd-a037-f02165d9f75c Authenticating user 'default' from [fd00:1122:3344:101::a]:56758 | ||
| 167 | 2025.02.23 14:12:42.568368 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56896 | ||
| 168 | 2025.02.23 14:12:42.568727 [ 261 ] {} <Debug> TCP-Session: 01600336-bb26-45fd-a037-f02165d9f75c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 169 | 2025.02.23 14:12:42.568740 [ 259 ] {} <Debug> TCP-Session: f156967e-efda-48e9-9703-048f9b5ee229 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 170 | 2025.02.23 14:12:42.568712 [ 263 ] {} <Debug> TCP-Session: 99425d20-a20f-4c34-8bea-31173f8b02f3 Authenticating user 'default' from [fd00:1122:3344:101::a]:58763 | ||
| 171 | 2025.02.23 14:12:42.568629 [ 260 ] {} <Debug> TCP-Session: 6fa17653-7eba-46e9-986f-0ec469113e25 Authenticating user 'default' from [fd00:1122:3344:101::a]:52088 | ||
| 172 | 2025.02.23 14:12:42.568559 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39286 | ||
| 173 | 2025.02.23 14:12:42.568926 [ 263 ] {} <Debug> TCP-Session: 99425d20-a20f-4c34-8bea-31173f8b02f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 174 | 2025.02.23 14:12:42.568918 [ 261 ] {} <Debug> TCP-Session: 01600336-bb26-45fd-a037-f02165d9f75c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 175 | 2025.02.23 14:12:42.568965 [ 259 ] {} <Debug> TCP-Session: f156967e-efda-48e9-9703-048f9b5ee229 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 176 | 2025.02.23 14:12:42.569038 [ 260 ] {} <Debug> TCP-Session: 6fa17653-7eba-46e9-986f-0ec469113e25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 177 | 2025.02.23 14:12:42.569245 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 178 | 2025.02.23 14:12:42.569277 [ 263 ] {} <Debug> TCP-Session: 99425d20-a20f-4c34-8bea-31173f8b02f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 179 | 2025.02.23 14:12:42.569257 [ 260 ] {} <Debug> TCP-Session: 6fa17653-7eba-46e9-986f-0ec469113e25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2025.02.23 14:12:42.569371 [ 265 ] {} <Debug> TCP-Session: 1793ce7d-2fb0-4a9d-8581-1db4c44ad100 Authenticating user 'default' from [fd00:1122:3344:101::a]:39286 | ||
| 181 | 2025.02.23 14:12:42.569468 [ 265 ] {} <Debug> TCP-Session: 1793ce7d-2fb0-4a9d-8581-1db4c44ad100 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 182 | 2025.02.23 14:12:42.569485 [ 265 ] {} <Debug> TCP-Session: 1793ce7d-2fb0-4a9d-8581-1db4c44ad100 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 183 | 2025.02.23 14:12:42.569836 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 184 | 2025.02.23 14:12:42.569959 [ 264 ] {} <Debug> TCP-Session: 89d39bf5-a498-4e6c-9c35-4ad6473309a5 Authenticating user 'default' from [fd00:1122:3344:101::a]:56896 | ||
| 185 | 2025.02.23 14:12:42.569993 [ 264 ] {} <Debug> TCP-Session: 89d39bf5-a498-4e6c-9c35-4ad6473309a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 186 | 2025.02.23 14:12:42.570008 [ 264 ] {} <Debug> TCP-Session: 89d39bf5-a498-4e6c-9c35-4ad6473309a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 187 | 2025.02.23 14:12:42.574410 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 188 | 2025.02.23 14:12:42.574449 [ 262 ] {} <Debug> TCP-Session: d0aee0fe-de25-4b0a-ad55-f50f81558aa2 Authenticating user 'default' from [fd00:1122:3344:101::a]:36968 | ||
| 189 | 2025.02.23 14:12:42.574469 [ 262 ] {} <Debug> TCP-Session: d0aee0fe-de25-4b0a-ad55-f50f81558aa2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 190 | 2025.02.23 14:12:42.574557 [ 262 ] {} <Debug> TCP-Session: d0aee0fe-de25-4b0a-ad55-f50f81558aa2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2025.02.23 14:12:42.982205 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:65084 | ||
| 192 | 2025.02.23 14:12:42.982415 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 193 | 2025.02.23 14:12:42.982459 [ 266 ] {} <Debug> TCP-Session: a4a94b84-b244-4598-80cc-b2f3729b250d Authenticating user 'default' from [fd00:1122:3344:101::c]:65084 | ||
| 194 | 2025.02.23 14:12:42.982578 [ 266 ] {} <Debug> TCP-Session: a4a94b84-b244-4598-80cc-b2f3729b250d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 195 | 2025.02.23 14:12:42.982598 [ 266 ] {} <Debug> TCP-Session: a4a94b84-b244-4598-80cc-b2f3729b250d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2025.02.23 14:12:42.982673 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 197 | 2025.02.23 14:12:42.982788 [ 266 ] {} <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 | ||
| 198 | 2025.02.23 14:12:42.982813 [ 266 ] {} <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 | ||
| 199 | 2025.02.23 14:12:42.984047 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36804 | ||
| 200 | 2025.02.23 14:12:42.984262 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 201 | 2025.02.23 14:12:42.984341 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50486 | ||
| 202 | 2025.02.23 14:12:42.984347 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43498 | ||
| 203 | 2025.02.23 14:12:42.984403 [ 267 ] {} <Debug> TCP-Session: 87dca3af-b3d4-45f1-9fea-b7e5f2509591 Authenticating user 'default' from [fd00:1122:3344:101::c]:36804 | ||
| 204 | 2025.02.23 14:12:42.984421 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36582 | ||
| 205 | 2025.02.23 14:12:42.984784 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37026 | ||
| 206 | 2025.02.23 14:12:42.984807 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 207 | 2025.02.23 14:12:42.984821 [ 267 ] {} <Debug> TCP-Session: 87dca3af-b3d4-45f1-9fea-b7e5f2509591 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 208 | 2025.02.23 14:12:42.984820 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 209 | 2025.02.23 14:12:42.984783 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59397 | ||
| 210 | 2025.02.23 14:12:42.985072 [ 269 ] {} <Debug> TCP-Session: 968d4143-4e73-45cc-99cf-c29e63e3e40a Authenticating user 'default' from [fd00:1122:3344:101::c]:43498 | ||
| 211 | 2025.02.23 14:12:42.984887 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:65240 | ||
| 212 | 2025.02.23 14:12:42.985369 [ 267 ] {} <Debug> TCP-Session: 87dca3af-b3d4-45f1-9fea-b7e5f2509591 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 213 | 2025.02.23 14:12:42.985408 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 214 | 2025.02.23 14:12:42.985407 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 215 | 2025.02.23 14:12:42.985437 [ 269 ] {} <Debug> TCP-Session: 968d4143-4e73-45cc-99cf-c29e63e3e40a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 216 | 2025.02.23 14:12:42.985495 [ 268 ] {} <Debug> TCP-Session: c6b3d42f-9703-4684-a8d4-9e39278b0c0b Authenticating user 'default' from [fd00:1122:3344:101::c]:50486 | ||
| 217 | 2025.02.23 14:12:42.985485 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 218 | 2025.02.23 14:12:42.985544 [ 271 ] {} <Debug> TCP-Session: 05929fe4-6157-4afa-89e5-c874681401de Authenticating user 'default' from [fd00:1122:3344:101::c]:59397 | ||
| 219 | 2025.02.23 14:12:42.985741 [ 272 ] {} <Debug> TCP-Session: 0ca562e9-6c92-420c-91a8-0a157e6d0b14 Authenticating user 'default' from [fd00:1122:3344:101::c]:37026 | ||
| 220 | 2025.02.23 14:12:42.985759 [ 270 ] {} <Debug> TCP-Session: ecaede26-a907-47f4-98d0-8664b6d854e2 Authenticating user 'default' from [fd00:1122:3344:101::c]:36582 | ||
| 221 | 2025.02.23 14:12:42.985781 [ 269 ] {} <Debug> TCP-Session: 968d4143-4e73-45cc-99cf-c29e63e3e40a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 222 | 2025.02.23 14:12:42.985843 [ 271 ] {} <Debug> TCP-Session: 05929fe4-6157-4afa-89e5-c874681401de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 223 | 2025.02.23 14:12:42.985809 [ 268 ] {} <Debug> TCP-Session: c6b3d42f-9703-4684-a8d4-9e39278b0c0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 224 | 2025.02.23 14:12:42.985866 [ 270 ] {} <Debug> TCP-Session: ecaede26-a907-47f4-98d0-8664b6d854e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 225 | 2025.02.23 14:12:42.985797 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 226 | 2025.02.23 14:12:42.985977 [ 271 ] {} <Debug> TCP-Session: 05929fe4-6157-4afa-89e5-c874681401de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 227 | 2025.02.23 14:12:42.985892 [ 272 ] {} <Debug> TCP-Session: 0ca562e9-6c92-420c-91a8-0a157e6d0b14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 228 | 2025.02.23 14:12:42.986021 [ 268 ] {} <Debug> TCP-Session: c6b3d42f-9703-4684-a8d4-9e39278b0c0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 229 | 2025.02.23 14:12:42.986157 [ 273 ] {} <Debug> TCP-Session: 5bb0ffe3-3b22-4873-b474-1f4f5b3c497f Authenticating user 'default' from [fd00:1122:3344:101::c]:65240 | ||
| 230 | 2025.02.23 14:12:42.986171 [ 270 ] {} <Debug> TCP-Session: ecaede26-a907-47f4-98d0-8664b6d854e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 231 | 2025.02.23 14:12:42.986270 [ 273 ] {} <Debug> TCP-Session: 5bb0ffe3-3b22-4873-b474-1f4f5b3c497f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 232 | 2025.02.23 14:12:42.986288 [ 272 ] {} <Debug> TCP-Session: 0ca562e9-6c92-420c-91a8-0a157e6d0b14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 233 | 2025.02.23 14:12:42.986332 [ 273 ] {} <Debug> TCP-Session: 5bb0ffe3-3b22-4873-b474-1f4f5b3c497f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 234 | 2025.02.23 14:12:43.000230 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.85 MiB, peak 117.85 MiB, free memory in arenas 0.00 B, will set to 120.43 MiB (RSS), difference: 2.58 MiB | ||
| 235 | 2025.02.23 14:12:48.631523 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55772 | ||
| 236 | 2025.02.23 14:12:48.631726 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 237 | 2025.02.23 14:12:48.631775 [ 274 ] {} <Debug> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Authenticating user 'default' from [fd00:1122:3344:101::d]:55772 | ||
| 238 | 2025.02.23 14:12:48.631799 [ 274 ] {} <Debug> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 239 | 2025.02.23 14:12:48.631813 [ 274 ] {} <Debug> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 240 | 2025.02.23 14:12:48.631886 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 241 | 2025.02.23 14:12:48.631913 [ 274 ] {} <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 | ||
| 242 | 2025.02.23 14:12:48.631938 [ 274 ] {} <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 | ||
| 243 | 2025.02.23 14:12:48.632261 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34063 | ||
| 244 | 2025.02.23 14:12:48.632491 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36702 | ||
| 245 | 2025.02.23 14:12:48.632501 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 246 | 2025.02.23 14:12:48.632592 [ 275 ] {} <Debug> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34063 | ||
| 247 | 2025.02.23 14:12:48.632603 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53170 | ||
| 248 | 2025.02.23 14:12:48.633840 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44386 | ||
| 249 | 2025.02.23 14:12:48.633844 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 250 | 2025.02.23 14:12:48.635249 [ 275 ] {} <Debug> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 251 | 2025.02.23 14:12:48.635217 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 252 | 2025.02.23 14:12:48.635266 [ 276 ] {} <Debug> TCP-Session: bf3db543-a3bf-40cf-86b3-82873ff80a2a Authenticating user 'default' from [fd00:1122:3344:101::d]:36702 | ||
| 253 | 2025.02.23 14:12:48.635384 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43519 | ||
| 254 | 2025.02.23 14:12:48.635414 [ 275 ] {} <Debug> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 255 | 2025.02.23 14:12:48.635451 [ 276 ] {} <Debug> TCP-Session: bf3db543-a3bf-40cf-86b3-82873ff80a2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 256 | 2025.02.23 14:12:48.635475 [ 277 ] {} <Debug> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:53170 | ||
| 257 | 2025.02.23 14:12:48.635289 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 258 | 2025.02.23 14:12:48.635454 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 259 | 2025.02.23 14:12:48.635666 [ 276 ] {} <Debug> TCP-Session: bf3db543-a3bf-40cf-86b3-82873ff80a2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 260 | 2025.02.23 14:12:48.635693 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 261 | 2025.02.23 14:12:48.635700 [ 278 ] {} <Debug> TCP-Session: 57798d0e-bc32-46ee-86dc-7a101c33cbde Authenticating user 'default' from [fd00:1122:3344:101::d]:44386 | ||
| 262 | 2025.02.23 14:12:48.635890 [ 278 ] {} <Debug> TCP-Session: 57798d0e-bc32-46ee-86dc-7a101c33cbde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 263 | 2025.02.23 14:12:48.635929 [ 277 ] {} <Debug> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 264 | 2025.02.23 14:12:48.635972 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49438 | ||
| 265 | 2025.02.23 14:12:48.635997 [ 278 ] {} <Debug> TCP-Session: 57798d0e-bc32-46ee-86dc-7a101c33cbde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 266 | 2025.02.23 14:12:48.635902 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46772 | ||
| 267 | 2025.02.23 14:12:48.635915 [ 279 ] {} <Debug> TCP-Session: c3f509ec-3385-4b05-b93b-944040f55c1f Authenticating user 'default' from [fd00:1122:3344:101::d]:43519 | ||
| 268 | 2025.02.23 14:12:48.636031 [ 277 ] {} <Debug> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 269 | 2025.02.23 14:12:48.636287 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 270 | 2025.02.23 14:12:48.636329 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51091 | ||
| 271 | 2025.02.23 14:12:48.636450 [ 281 ] {} <Debug> TCP-Session: 6a568379-ad08-4e91-98ca-e41aac261ebb Authenticating user 'default' from [fd00:1122:3344:101::d]:49438 | ||
| 272 | 2025.02.23 14:12:48.642672 [ 279 ] {} <Debug> TCP-Session: c3f509ec-3385-4b05-b93b-944040f55c1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 273 | 2025.02.23 14:12:48.642692 [ 281 ] {} <Debug> TCP-Session: 6a568379-ad08-4e91-98ca-e41aac261ebb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 274 | 2025.02.23 14:12:48.642705 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 275 | 2025.02.23 14:12:48.642729 [ 279 ] {} <Debug> TCP-Session: c3f509ec-3385-4b05-b93b-944040f55c1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 276 | 2025.02.23 14:12:48.642756 [ 281 ] {} <Debug> TCP-Session: 6a568379-ad08-4e91-98ca-e41aac261ebb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 277 | 2025.02.23 14:12:48.642775 [ 280 ] {} <Debug> TCP-Session: 37b60e58-ca20-43aa-9d10-806fdce97f9c Authenticating user 'default' from [fd00:1122:3344:101::d]:46772 | ||
| 278 | 2025.02.23 14:12:48.642692 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 279 | 2025.02.23 14:12:48.644275 [ 282 ] {} <Debug> TCP-Session: 791d2650-d1b3-4290-b032-53204d70c173 Authenticating user 'default' from [fd00:1122:3344:101::d]:51091 | ||
| 280 | 2025.02.23 14:12:48.644298 [ 280 ] {} <Debug> TCP-Session: 37b60e58-ca20-43aa-9d10-806fdce97f9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 281 | 2025.02.23 14:12:48.644327 [ 282 ] {} <Debug> TCP-Session: 791d2650-d1b3-4290-b032-53204d70c173 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 282 | 2025.02.23 14:12:48.644358 [ 280 ] {} <Debug> TCP-Session: 37b60e58-ca20-43aa-9d10-806fdce97f9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 283 | 2025.02.23 14:12:48.644364 [ 282 ] {} <Debug> TCP-Session: 791d2650-d1b3-4290-b032-53204d70c173 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 284 | 2025.02.23 14:12:48.646093 [ 274 ] {9a1855b2-a1d8-46a0-bbd0-f255bbed33f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 285 | 2025.02.23 14:12:48.703444 [ 274 ] {9a1855b2-a1d8-46a0-bbd0-f255bbed33f8} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:55772) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 286 | |||
| 287 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 288 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 289 | 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 | ||
| 290 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 291 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 292 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 293 | 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 | ||
| 294 | 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 | ||
| 295 | 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 | ||
| 296 | 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 | ||
| 297 | 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 | ||
| 298 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 299 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 300 | 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 | ||
| 301 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 302 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 303 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 304 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 305 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 306 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 307 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 308 | |||
| 309 | 2025.02.23 14:12:48.704979 [ 274 ] {9a1855b2-a1d8-46a0-bbd0-f255bbed33f8} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 310 | |||
| 311 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 312 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 313 | 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 | ||
| 314 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 315 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 316 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 317 | 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 | ||
| 318 | 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 | ||
| 319 | 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 | ||
| 320 | 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 | ||
| 321 | 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 | ||
| 322 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 323 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 324 | 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 | ||
| 325 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 326 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 327 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 328 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 329 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 330 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 331 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 332 | |||
| 333 | 2025.02.23 14:12:48.705214 [ 274 ] {9a1855b2-a1d8-46a0-bbd0-f255bbed33f8} <Debug> TCPHandler: Processed in 0.07268633 sec. | ||
| 334 | 2025.02.23 14:12:48.705581 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 335 | 2025.02.23 14:12:48.705797 [ 275 ] {f8d39557-3e2b-4c47-8dc4-e6327b0ebe59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 336 | 2025.02.23 14:12:48.706263 [ 275 ] {f8d39557-3e2b-4c47-8dc4-e6327b0ebe59} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:34063) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 337 | |||
| 338 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 339 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 340 | 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 | ||
| 341 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 342 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 343 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 344 | 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 | ||
| 345 | 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 | ||
| 346 | 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 | ||
| 347 | 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 | ||
| 348 | 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 | ||
| 349 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 350 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 351 | 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 | ||
| 352 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 353 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 354 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 355 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 356 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 357 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 358 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 359 | |||
| 360 | 2025.02.23 14:12:48.706546 [ 275 ] {f8d39557-3e2b-4c47-8dc4-e6327b0ebe59} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 361 | |||
| 362 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 363 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 364 | 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 | ||
| 365 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 366 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 367 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 368 | 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 | ||
| 369 | 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 | ||
| 370 | 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 | ||
| 371 | 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 | ||
| 372 | 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 | ||
| 373 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 374 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 375 | 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 | ||
| 376 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 377 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 378 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 379 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 380 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 381 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 382 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 383 | |||
| 384 | 2025.02.23 14:12:48.706761 [ 275 ] {f8d39557-3e2b-4c47-8dc4-e6327b0ebe59} <Debug> TCPHandler: Processed in 0.001333143 sec. | ||
| 385 | 2025.02.23 14:12:48.707098 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 386 | 2025.02.23 14:12:48.708402 [ 274 ] {a9b6b2d9-6bb5-4def-9a57-d4c6e5fe0c78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 387 | 2025.02.23 14:12:48.708499 [ 274 ] {a9b6b2d9-6bb5-4def-9a57-d4c6e5fe0c78} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 388 | 2025.02.23 14:12:48.710298 [ 274 ] {a9b6b2d9-6bb5-4def-9a57-d4c6e5fe0c78} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 389 | 2025.02.23 14:12:48.710381 [ 274 ] {a9b6b2d9-6bb5-4def-9a57-d4c6e5fe0c78} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000114974 sec | ||
| 390 | 2025.02.23 14:12:48.710397 [ 274 ] {a9b6b2d9-6bb5-4def-9a57-d4c6e5fe0c78} <Trace> ReferentialDeps: No tables | ||
| 391 | 2025.02.23 14:12:48.710409 [ 274 ] {a9b6b2d9-6bb5-4def-9a57-d4c6e5fe0c78} <Trace> LoadingDeps: No tables | ||
| 392 | 2025.02.23 14:12:48.710464 [ 274 ] {a9b6b2d9-6bb5-4def-9a57-d4c6e5fe0c78} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 393 | 2025.02.23 14:12:48.711090 [ 274 ] {a9b6b2d9-6bb5-4def-9a57-d4c6e5fe0c78} <Debug> TCPHandler: Processed in 0.00410724 sec. | ||
| 394 | 2025.02.23 14:12:48.711294 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 395 | 2025.02.23 14:12:48.711481 [ 275 ] {cdad7a4e-e683-4b7c-be59-7db97db3b0a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) /* The version table contains metadata about the `oximeter` database */ | ||
| 396 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 397 | 2025.02.23 14:12:48.711605 [ 275 ] {cdad7a4e-e683-4b7c-be59-7db97db3b0a0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 398 | 2025.02.23 14:12:48.724789 [ 275 ] {cdad7a4e-e683-4b7c-be59-7db97db3b0a0} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 399 | 2025.02.23 14:12:48.730311 [ 275 ] {cdad7a4e-e683-4b7c-be59-7db97db3b0a0} <Debug> oximeter.version (2e20d504-e962-4a00-819d-66fc9945cc21): Loading data parts | ||
| 400 | 2025.02.23 14:12:48.730880 [ 275 ] {cdad7a4e-e683-4b7c-be59-7db97db3b0a0} <Debug> oximeter.version (2e20d504-e962-4a00-819d-66fc9945cc21): There are no data parts | ||
| 401 | 2025.02.23 14:12:48.734103 [ 275 ] {cdad7a4e-e683-4b7c-be59-7db97db3b0a0} <Debug> TCPHandler: Processed in 0.022877177 sec. | ||
| 402 | 2025.02.23 14:12:48.734490 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 403 | 2025.02.23 14:12:48.734747 [ 274 ] {5a8bddb5-db15-4168-9506-51d74b9b1a38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) /* The measurement tables contain all individual samples from each timeseries. | ||
| 404 | * | ||
| 405 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 406 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 407 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 408 | * by all samples from the same timeseries. | ||
| 409 | * | ||
| 410 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 411 | * and then uses that to index quickly into the measurements tables. | ||
| 412 | */ | ||
| 413 | 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) | ||
| 414 | 2025.02.23 14:12:48.734881 [ 274 ] {5a8bddb5-db15-4168-9506-51d74b9b1a38} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 415 | 2025.02.23 14:12:48.744407 [ 274 ] {5a8bddb5-db15-4168-9506-51d74b9b1a38} <Debug> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): Loading data parts | ||
| 416 | 2025.02.23 14:12:48.744670 [ 274 ] {5a8bddb5-db15-4168-9506-51d74b9b1a38} <Debug> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): There are no data parts | ||
| 417 | 2025.02.23 14:12:48.745922 [ 274 ] {5a8bddb5-db15-4168-9506-51d74b9b1a38} <Debug> TCPHandler: Processed in 0.011492915 sec. | ||
| 418 | 2025.02.23 14:12:48.746132 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 419 | 2025.02.23 14:12:48.746472 [ 275 ] {d215b555-299c-441a-abf6-bff9738b3e07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) 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) | ||
| 420 | 2025.02.23 14:12:48.746537 [ 275 ] {d215b555-299c-441a-abf6-bff9738b3e07} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 421 | 2025.02.23 14:12:48.748582 [ 275 ] {d215b555-299c-441a-abf6-bff9738b3e07} <Debug> oximeter.measurements_i8 (762ebfd4-4c5f-41bd-a00c-70397c62fbef): Loading data parts | ||
| 422 | 2025.02.23 14:12:48.748765 [ 275 ] {d215b555-299c-441a-abf6-bff9738b3e07} <Debug> oximeter.measurements_i8 (762ebfd4-4c5f-41bd-a00c-70397c62fbef): There are no data parts | ||
| 423 | 2025.02.23 14:12:48.749977 [ 275 ] {d215b555-299c-441a-abf6-bff9738b3e07} <Debug> TCPHandler: Processed in 0.003915674 sec. | ||
| 424 | 2025.02.23 14:12:48.750230 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 425 | 2025.02.23 14:12:48.750452 [ 274 ] {0dc5bae1-e2a7-4494-b269-983f3c7b576f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) 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) | ||
| 426 | 2025.02.23 14:12:48.750589 [ 274 ] {0dc5bae1-e2a7-4494-b269-983f3c7b576f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 427 | 2025.02.23 14:12:48.752519 [ 274 ] {0dc5bae1-e2a7-4494-b269-983f3c7b576f} <Debug> oximeter.measurements_u8 (be7b2766-7069-401c-bccd-5f8616912b22): Loading data parts | ||
| 428 | 2025.02.23 14:12:48.752663 [ 274 ] {0dc5bae1-e2a7-4494-b269-983f3c7b576f} <Debug> oximeter.measurements_u8 (be7b2766-7069-401c-bccd-5f8616912b22): There are no data parts | ||
| 429 | 2025.02.23 14:12:48.753890 [ 274 ] {0dc5bae1-e2a7-4494-b269-983f3c7b576f} <Debug> TCPHandler: Processed in 0.003715549 sec. | ||
| 430 | 2025.02.23 14:12:48.754078 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 431 | 2025.02.23 14:12:48.754377 [ 275 ] {c877f487-1191-48b3-a415-13ff46187c51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) 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) | ||
| 432 | 2025.02.23 14:12:48.754468 [ 275 ] {c877f487-1191-48b3-a415-13ff46187c51} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 433 | 2025.02.23 14:12:48.756382 [ 275 ] {c877f487-1191-48b3-a415-13ff46187c51} <Debug> oximeter.measurements_i16 (1e44ed46-eaf6-46c8-968a-a9b6751750e7): Loading data parts | ||
| 434 | 2025.02.23 14:12:48.756546 [ 275 ] {c877f487-1191-48b3-a415-13ff46187c51} <Debug> oximeter.measurements_i16 (1e44ed46-eaf6-46c8-968a-a9b6751750e7): There are no data parts | ||
| 435 | 2025.02.23 14:12:48.757760 [ 275 ] {c877f487-1191-48b3-a415-13ff46187c51} <Debug> TCPHandler: Processed in 0.00375024 sec. | ||
| 436 | 2025.02.23 14:12:48.758006 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 437 | 2025.02.23 14:12:48.758254 [ 274 ] {88159609-2533-4dcb-8662-e31110692c72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) 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) | ||
| 438 | 2025.02.23 14:12:48.758386 [ 274 ] {88159609-2533-4dcb-8662-e31110692c72} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 439 | 2025.02.23 14:12:48.760083 [ 274 ] {88159609-2533-4dcb-8662-e31110692c72} <Debug> oximeter.measurements_u16 (1931fc5c-5d53-4033-a818-687606829111): Loading data parts | ||
| 440 | 2025.02.23 14:12:48.760240 [ 274 ] {88159609-2533-4dcb-8662-e31110692c72} <Debug> oximeter.measurements_u16 (1931fc5c-5d53-4033-a818-687606829111): There are no data parts | ||
| 441 | 2025.02.23 14:12:48.761458 [ 274 ] {88159609-2533-4dcb-8662-e31110692c72} <Debug> TCPHandler: Processed in 0.003522862 sec. | ||
| 442 | 2025.02.23 14:12:48.761637 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 443 | 2025.02.23 14:12:48.761935 [ 275 ] {6aa46b67-1080-4728-ba62-e29c8ee2b738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) 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) | ||
| 444 | 2025.02.23 14:12:48.762035 [ 275 ] {6aa46b67-1080-4728-ba62-e29c8ee2b738} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 445 | 2025.02.23 14:12:48.763960 [ 275 ] {6aa46b67-1080-4728-ba62-e29c8ee2b738} <Debug> oximeter.measurements_i32 (1acf4c40-72d0-4356-bb15-7889177b9dee): Loading data parts | ||
| 446 | 2025.02.23 14:12:48.764116 [ 275 ] {6aa46b67-1080-4728-ba62-e29c8ee2b738} <Debug> oximeter.measurements_i32 (1acf4c40-72d0-4356-bb15-7889177b9dee): There are no data parts | ||
| 447 | 2025.02.23 14:12:48.765372 [ 275 ] {6aa46b67-1080-4728-ba62-e29c8ee2b738} <Debug> TCPHandler: Processed in 0.003835922 sec. | ||
| 448 | 2025.02.23 14:12:48.765601 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 449 | 2025.02.23 14:12:48.765897 [ 274 ] {b353a389-73ac-4f36-873f-fb2b4de8c421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) 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) | ||
| 450 | 2025.02.23 14:12:48.766043 [ 274 ] {b353a389-73ac-4f36-873f-fb2b4de8c421} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 451 | 2025.02.23 14:12:48.767966 [ 274 ] {b353a389-73ac-4f36-873f-fb2b4de8c421} <Debug> oximeter.measurements_u32 (6f2895f0-d0b8-4e14-bba3-5faad364aa24): Loading data parts | ||
| 452 | 2025.02.23 14:12:48.768088 [ 274 ] {b353a389-73ac-4f36-873f-fb2b4de8c421} <Debug> oximeter.measurements_u32 (6f2895f0-d0b8-4e14-bba3-5faad364aa24): There are no data parts | ||
| 453 | 2025.02.23 14:12:48.769379 [ 274 ] {b353a389-73ac-4f36-873f-fb2b4de8c421} <Debug> TCPHandler: Processed in 0.003796471 sec. | ||
| 454 | 2025.02.23 14:12:48.769563 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 455 | 2025.02.23 14:12:48.769853 [ 275 ] {60814642-53be-4652-b56d-c725943f2236} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) 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) | ||
| 456 | 2025.02.23 14:12:48.769951 [ 275 ] {60814642-53be-4652-b56d-c725943f2236} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 457 | 2025.02.23 14:12:48.771847 [ 275 ] {60814642-53be-4652-b56d-c725943f2236} <Debug> oximeter.measurements_i64 (09d1f1fc-b782-4d45-af7f-1458c5925879): Loading data parts | ||
| 458 | 2025.02.23 14:12:48.771984 [ 275 ] {60814642-53be-4652-b56d-c725943f2236} <Debug> oximeter.measurements_i64 (09d1f1fc-b782-4d45-af7f-1458c5925879): There are no data parts | ||
| 459 | 2025.02.23 14:12:48.773187 [ 275 ] {60814642-53be-4652-b56d-c725943f2236} <Debug> TCPHandler: Processed in 0.003690318 sec. | ||
| 460 | 2025.02.23 14:12:48.773439 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 461 | 2025.02.23 14:12:48.773680 [ 274 ] {179937e6-cadb-469d-ba14-ebe5104a94db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) 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) | ||
| 462 | 2025.02.23 14:12:48.773814 [ 274 ] {179937e6-cadb-469d-ba14-ebe5104a94db} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 463 | 2025.02.23 14:12:48.775700 [ 274 ] {179937e6-cadb-469d-ba14-ebe5104a94db} <Debug> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Loading data parts | ||
| 464 | 2025.02.23 14:12:48.775823 [ 274 ] {179937e6-cadb-469d-ba14-ebe5104a94db} <Debug> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): There are no data parts | ||
| 465 | 2025.02.23 14:12:48.777085 [ 274 ] {179937e6-cadb-469d-ba14-ebe5104a94db} <Debug> TCPHandler: Processed in 0.003712968 sec. | ||
| 466 | 2025.02.23 14:12:48.777267 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 467 | 2025.02.23 14:12:48.777511 [ 275 ] {1083846e-f668-4359-802b-f1df01f71cf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) 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) | ||
| 468 | 2025.02.23 14:12:48.777648 [ 275 ] {1083846e-f668-4359-802b-f1df01f71cf5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 469 | 2025.02.23 14:12:48.779586 [ 275 ] {1083846e-f668-4359-802b-f1df01f71cf5} <Debug> oximeter.measurements_f32 (5f9123c2-b83a-45e0-9439-1352b525d165): Loading data parts | ||
| 470 | 2025.02.23 14:12:48.779733 [ 275 ] {1083846e-f668-4359-802b-f1df01f71cf5} <Debug> oximeter.measurements_f32 (5f9123c2-b83a-45e0-9439-1352b525d165): There are no data parts | ||
| 471 | 2025.02.23 14:12:48.781015 [ 275 ] {1083846e-f668-4359-802b-f1df01f71cf5} <Debug> TCPHandler: Processed in 0.003815052 sec. | ||
| 472 | 2025.02.23 14:12:48.781248 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 473 | 2025.02.23 14:12:48.781473 [ 274 ] {66e3e39f-4564-4350-a232-3213ab4c3040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) 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) | ||
| 474 | 2025.02.23 14:12:48.781607 [ 274 ] {66e3e39f-4564-4350-a232-3213ab4c3040} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 475 | 2025.02.23 14:12:48.783536 [ 274 ] {66e3e39f-4564-4350-a232-3213ab4c3040} <Debug> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): Loading data parts | ||
| 476 | 2025.02.23 14:12:48.783665 [ 274 ] {66e3e39f-4564-4350-a232-3213ab4c3040} <Debug> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): There are no data parts | ||
| 477 | 2025.02.23 14:12:48.785037 [ 274 ] {66e3e39f-4564-4350-a232-3213ab4c3040} <Debug> TCPHandler: Processed in 0.003845622 sec. | ||
| 478 | 2025.02.23 14:12:48.785232 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 479 | 2025.02.23 14:12:48.785478 [ 275 ] {eec2238b-c7ab-4188-b70a-a3c239da7592} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) 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) | ||
| 480 | 2025.02.23 14:12:48.785621 [ 275 ] {eec2238b-c7ab-4188-b70a-a3c239da7592} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 481 | 2025.02.23 14:12:48.787619 [ 275 ] {eec2238b-c7ab-4188-b70a-a3c239da7592} <Debug> oximeter.measurements_string (007f45d1-319a-43c9-be4b-f54bdd132d32): Loading data parts | ||
| 482 | 2025.02.23 14:12:48.787790 [ 275 ] {eec2238b-c7ab-4188-b70a-a3c239da7592} <Debug> oximeter.measurements_string (007f45d1-319a-43c9-be4b-f54bdd132d32): There are no data parts | ||
| 483 | 2025.02.23 14:12:48.789059 [ 275 ] {eec2238b-c7ab-4188-b70a-a3c239da7592} <Debug> TCPHandler: Processed in 0.003892923 sec. | ||
| 484 | 2025.02.23 14:12:48.789296 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 485 | 2025.02.23 14:12:48.789543 [ 274 ] {64505dfc-4dfc-433d-b47e-9c009a4de474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 486 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 487 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 488 | * a string isn't palatable for a few reasons. | ||
| 489 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 490 | * details. | ||
| 491 | */ | ||
| 492 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 493 | 2025.02.23 14:12:48.789682 [ 274 ] {64505dfc-4dfc-433d-b47e-9c009a4de474} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 494 | 2025.02.23 14:12:48.791671 [ 274 ] {64505dfc-4dfc-433d-b47e-9c009a4de474} <Debug> oximeter.measurements_bytes (f228031c-f2a5-43a7-a7ff-8e1d6a92015d): Loading data parts | ||
| 495 | 2025.02.23 14:12:48.791784 [ 274 ] {64505dfc-4dfc-433d-b47e-9c009a4de474} <Debug> oximeter.measurements_bytes (f228031c-f2a5-43a7-a7ff-8e1d6a92015d): There are no data parts | ||
| 496 | 2025.02.23 14:12:48.793104 [ 274 ] {64505dfc-4dfc-433d-b47e-9c009a4de474} <Debug> TCPHandler: Processed in 0.003865673 sec. | ||
| 497 | 2025.02.23 14:12:48.793347 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 498 | 2025.02.23 14:12:48.793604 [ 275 ] {c3a3a453-9834-4e9c-b572-29584fbe8cce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) 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) | ||
| 499 | 2025.02.23 14:12:48.793744 [ 275 ] {c3a3a453-9834-4e9c-b572-29584fbe8cce} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 500 | 2025.02.23 14:12:48.795740 [ 275 ] {c3a3a453-9834-4e9c-b572-29584fbe8cce} <Debug> oximeter.measurements_cumulativei64 (2154e4cd-a616-4e0c-bd1e-20e1bdfca005): Loading data parts | ||
| 501 | 2025.02.23 14:12:48.795951 [ 275 ] {c3a3a453-9834-4e9c-b572-29584fbe8cce} <Debug> oximeter.measurements_cumulativei64 (2154e4cd-a616-4e0c-bd1e-20e1bdfca005): There are no data parts | ||
| 502 | 2025.02.23 14:12:48.797192 [ 275 ] {c3a3a453-9834-4e9c-b572-29584fbe8cce} <Debug> TCPHandler: Processed in 0.003901884 sec. | ||
| 503 | 2025.02.23 14:12:48.797365 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 504 | 2025.02.23 14:12:48.797664 [ 274 ] {474b44d0-2b2a-4d77-b972-ef9eedfadf58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) 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) | ||
| 505 | 2025.02.23 14:12:48.797785 [ 274 ] {474b44d0-2b2a-4d77-b972-ef9eedfadf58} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 506 | 2025.02.23 14:12:48.799641 [ 274 ] {474b44d0-2b2a-4d77-b972-ef9eedfadf58} <Debug> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Loading data parts | ||
| 507 | 2025.02.23 14:12:48.799760 [ 274 ] {474b44d0-2b2a-4d77-b972-ef9eedfadf58} <Debug> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): There are no data parts | ||
| 508 | 2025.02.23 14:12:48.801067 [ 274 ] {474b44d0-2b2a-4d77-b972-ef9eedfadf58} <Debug> TCPHandler: Processed in 0.003766 sec. | ||
| 509 | 2025.02.23 14:12:48.801240 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 510 | 2025.02.23 14:12:48.801477 [ 275 ] {45355a1a-82b3-4a86-9cd0-119f8d326c0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) 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) | ||
| 511 | 2025.02.23 14:12:48.801630 [ 275 ] {45355a1a-82b3-4a86-9cd0-119f8d326c0f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 512 | 2025.02.23 14:12:48.803619 [ 275 ] {45355a1a-82b3-4a86-9cd0-119f8d326c0f} <Debug> oximeter.measurements_cumulativef32 (24e937a6-6798-4383-8736-ebf5405fd15e): Loading data parts | ||
| 513 | 2025.02.23 14:12:48.803766 [ 275 ] {45355a1a-82b3-4a86-9cd0-119f8d326c0f} <Debug> oximeter.measurements_cumulativef32 (24e937a6-6798-4383-8736-ebf5405fd15e): There are no data parts | ||
| 514 | 2025.02.23 14:12:48.805007 [ 275 ] {45355a1a-82b3-4a86-9cd0-119f8d326c0f} <Debug> TCPHandler: Processed in 0.003824391 sec. | ||
| 515 | 2025.02.23 14:12:48.805254 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 516 | 2025.02.23 14:12:48.805501 [ 274 ] {d69be67d-494e-442e-a87e-e398d59754f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) 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) | ||
| 517 | 2025.02.23 14:12:48.805646 [ 274 ] {d69be67d-494e-442e-a87e-e398d59754f0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 518 | 2025.02.23 14:12:48.807625 [ 274 ] {d69be67d-494e-442e-a87e-e398d59754f0} <Debug> oximeter.measurements_cumulativef64 (b731b491-5f45-4169-9762-fed6bb13cbe1): Loading data parts | ||
| 519 | 2025.02.23 14:12:48.807908 [ 274 ] {d69be67d-494e-442e-a87e-e398d59754f0} <Debug> oximeter.measurements_cumulativef64 (b731b491-5f45-4169-9762-fed6bb13cbe1): There are no data parts | ||
| 520 | 2025.02.23 14:12:48.809140 [ 274 ] {d69be67d-494e-442e-a87e-e398d59754f0} <Debug> TCPHandler: Processed in 0.003941326 sec. | ||
| 521 | 2025.02.23 14:12:48.809532 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 522 | 2025.02.23 14:12:48.810861 [ 275 ] {5f7b4be0-338d-4cd4-b07d-1aa8684e8b6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 523 | * NOTE: Array types cannot be Nullable, see | ||
| 524 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 525 | * for more details. | ||
| 526 | * | ||
| 527 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 528 | * is unfortunate, and at this point relies on the fact that an | ||
| 529 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 530 | * to figure out another way to represent missing samples here. | ||
| 531 | */ | ||
| 532 | 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) | ||
| 533 | 2025.02.23 14:12:48.811019 [ 275 ] {5f7b4be0-338d-4cd4-b07d-1aa8684e8b6e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 534 | 2025.02.23 14:12:48.816932 [ 275 ] {5f7b4be0-338d-4cd4-b07d-1aa8684e8b6e} <Debug> oximeter.measurements_histogrami8 (6676126f-2627-44f7-9128-9abe3b950072): Loading data parts | ||
| 535 | 2025.02.23 14:12:48.817114 [ 275 ] {5f7b4be0-338d-4cd4-b07d-1aa8684e8b6e} <Debug> oximeter.measurements_histogrami8 (6676126f-2627-44f7-9128-9abe3b950072): There are no data parts | ||
| 536 | 2025.02.23 14:12:48.823306 [ 275 ] {5f7b4be0-338d-4cd4-b07d-1aa8684e8b6e} <Debug> TCPHandler: Processed in 0.014006466 sec. | ||
| 537 | 2025.02.23 14:12:48.823665 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 538 | 2025.02.23 14:12:48.824011 [ 274 ] {92488ec9-e868-4e82-bc4e-065ca1ca0866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) 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) | ||
| 539 | 2025.02.23 14:12:48.824187 [ 274 ] {92488ec9-e868-4e82-bc4e-065ca1ca0866} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 540 | 2025.02.23 14:12:48.830816 [ 274 ] {92488ec9-e868-4e82-bc4e-065ca1ca0866} <Debug> oximeter.measurements_histogramu8 (f3102c9f-f38a-4a06-a2ac-b6c427ef863e): Loading data parts | ||
| 541 | 2025.02.23 14:12:48.831013 [ 274 ] {92488ec9-e868-4e82-bc4e-065ca1ca0866} <Debug> oximeter.measurements_histogramu8 (f3102c9f-f38a-4a06-a2ac-b6c427ef863e): There are no data parts | ||
| 542 | 2025.02.23 14:12:48.839688 [ 274 ] {92488ec9-e868-4e82-bc4e-065ca1ca0866} <Debug> TCPHandler: Processed in 0.016128392 sec. | ||
| 543 | 2025.02.23 14:12:48.839939 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 544 | 2025.02.23 14:12:48.840392 [ 275 ] {461c8e6d-39ac-437b-a98a-2414c8d15c89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) 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) | ||
| 545 | 2025.02.23 14:12:48.840549 [ 275 ] {461c8e6d-39ac-437b-a98a-2414c8d15c89} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 546 | 2025.02.23 14:12:48.843794 [ 275 ] {461c8e6d-39ac-437b-a98a-2414c8d15c89} <Debug> oximeter.measurements_histogrami16 (0cc83227-62b1-4c33-8a4b-c55a2c4afb81): Loading data parts | ||
| 547 | 2025.02.23 14:12:48.843977 [ 275 ] {461c8e6d-39ac-437b-a98a-2414c8d15c89} <Debug> oximeter.measurements_histogrami16 (0cc83227-62b1-4c33-8a4b-c55a2c4afb81): There are no data parts | ||
| 548 | 2025.02.23 14:12:48.846758 [ 275 ] {461c8e6d-39ac-437b-a98a-2414c8d15c89} <Debug> TCPHandler: Processed in 0.00691297 sec. | ||
| 549 | 2025.02.23 14:12:48.847056 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 550 | 2025.02.23 14:12:48.847362 [ 274 ] {00e55f1b-db04-4b28-b2f6-2f3278f87756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) 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) | ||
| 551 | 2025.02.23 14:12:48.847522 [ 274 ] {00e55f1b-db04-4b28-b2f6-2f3278f87756} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 552 | 2025.02.23 14:12:48.849807 [ 274 ] {00e55f1b-db04-4b28-b2f6-2f3278f87756} <Debug> oximeter.measurements_histogramu16 (42f0caad-0889-4032-ab99-316827c17b2f): Loading data parts | ||
| 553 | 2025.02.23 14:12:48.849993 [ 274 ] {00e55f1b-db04-4b28-b2f6-2f3278f87756} <Debug> oximeter.measurements_histogramu16 (42f0caad-0889-4032-ab99-316827c17b2f): There are no data parts | ||
| 554 | 2025.02.23 14:12:48.851173 [ 274 ] {00e55f1b-db04-4b28-b2f6-2f3278f87756} <Debug> TCPHandler: Processed in 0.004177653 sec. | ||
| 555 | 2025.02.23 14:12:48.851364 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 556 | 2025.02.23 14:12:48.851710 [ 275 ] {11efed8b-cd85-4a78-ad96-a89d12ce743c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) 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) | ||
| 557 | 2025.02.23 14:12:48.851857 [ 275 ] {11efed8b-cd85-4a78-ad96-a89d12ce743c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 558 | 2025.02.23 14:12:48.854144 [ 275 ] {11efed8b-cd85-4a78-ad96-a89d12ce743c} <Debug> oximeter.measurements_histogrami32 (a8795b76-be78-4d5a-b663-9150e026ec0f): Loading data parts | ||
| 559 | 2025.02.23 14:12:48.854297 [ 275 ] {11efed8b-cd85-4a78-ad96-a89d12ce743c} <Debug> oximeter.measurements_histogrami32 (a8795b76-be78-4d5a-b663-9150e026ec0f): There are no data parts | ||
| 560 | 2025.02.23 14:12:48.855527 [ 275 ] {11efed8b-cd85-4a78-ad96-a89d12ce743c} <Debug> TCPHandler: Processed in 0.004222304 sec. | ||
| 561 | 2025.02.23 14:12:48.855795 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 562 | 2025.02.23 14:12:48.856093 [ 274 ] {c945fe51-7d4c-4066-a272-412265ac5522} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) 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) | ||
| 563 | 2025.02.23 14:12:48.856244 [ 274 ] {c945fe51-7d4c-4066-a272-412265ac5522} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 564 | 2025.02.23 14:12:48.858368 [ 274 ] {c945fe51-7d4c-4066-a272-412265ac5522} <Debug> oximeter.measurements_histogramu32 (215c40d4-135d-4aca-b954-eb190bbaaf11): Loading data parts | ||
| 565 | 2025.02.23 14:12:48.858542 [ 274 ] {c945fe51-7d4c-4066-a272-412265ac5522} <Debug> oximeter.measurements_histogramu32 (215c40d4-135d-4aca-b954-eb190bbaaf11): There are no data parts | ||
| 566 | 2025.02.23 14:12:48.859866 [ 274 ] {c945fe51-7d4c-4066-a272-412265ac5522} <Debug> TCPHandler: Processed in 0.004126421 sec. | ||
| 567 | 2025.02.23 14:12:48.860064 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 568 | 2025.02.23 14:12:48.860444 [ 275 ] {b1ec15f6-1ea3-4319-99ca-62089f1e2449} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) 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) | ||
| 569 | 2025.02.23 14:12:48.860577 [ 275 ] {b1ec15f6-1ea3-4319-99ca-62089f1e2449} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 570 | 2025.02.23 14:12:48.862821 [ 275 ] {b1ec15f6-1ea3-4319-99ca-62089f1e2449} <Debug> oximeter.measurements_histogrami64 (b3ed77ad-fea4-4d09-8ca7-b8deff2cc953): Loading data parts | ||
| 571 | 2025.02.23 14:12:48.862976 [ 275 ] {b1ec15f6-1ea3-4319-99ca-62089f1e2449} <Debug> oximeter.measurements_histogrami64 (b3ed77ad-fea4-4d09-8ca7-b8deff2cc953): There are no data parts | ||
| 572 | 2025.02.23 14:12:48.864160 [ 275 ] {b1ec15f6-1ea3-4319-99ca-62089f1e2449} <Debug> TCPHandler: Processed in 0.004162482 sec. | ||
| 573 | 2025.02.23 14:12:48.864420 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 574 | 2025.02.23 14:12:48.864711 [ 274 ] {a4c3d88d-893e-460a-ae35-f71e4604c665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) 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) | ||
| 575 | 2025.02.23 14:12:48.864862 [ 274 ] {a4c3d88d-893e-460a-ae35-f71e4604c665} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 576 | 2025.02.23 14:12:48.867108 [ 274 ] {a4c3d88d-893e-460a-ae35-f71e4604c665} <Debug> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Loading data parts | ||
| 577 | 2025.02.23 14:12:48.867237 [ 274 ] {a4c3d88d-893e-460a-ae35-f71e4604c665} <Debug> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): There are no data parts | ||
| 578 | 2025.02.23 14:12:48.868456 [ 274 ] {a4c3d88d-893e-460a-ae35-f71e4604c665} <Debug> TCPHandler: Processed in 0.00409375 sec. | ||
| 579 | 2025.02.23 14:12:48.868654 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 580 | 2025.02.23 14:12:48.869050 [ 275 ] {2e1edfc3-56c7-4d56-8098-3ad41d2dec05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) 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) | ||
| 581 | 2025.02.23 14:12:48.869202 [ 275 ] {2e1edfc3-56c7-4d56-8098-3ad41d2dec05} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 582 | 2025.02.23 14:12:48.871435 [ 275 ] {2e1edfc3-56c7-4d56-8098-3ad41d2dec05} <Debug> oximeter.measurements_histogramf32 (628a021b-ea85-45f4-bcd2-1ce2479f4a0a): Loading data parts | ||
| 583 | 2025.02.23 14:12:48.871599 [ 275 ] {2e1edfc3-56c7-4d56-8098-3ad41d2dec05} <Debug> oximeter.measurements_histogramf32 (628a021b-ea85-45f4-bcd2-1ce2479f4a0a): There are no data parts | ||
| 584 | 2025.02.23 14:12:48.872823 [ 275 ] {2e1edfc3-56c7-4d56-8098-3ad41d2dec05} <Debug> TCPHandler: Processed in 0.004238235 sec. | ||
| 585 | 2025.02.23 14:12:48.873086 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 586 | 2025.02.23 14:12:48.873422 [ 274 ] {f2d36b3f-3909-45da-80f9-2fde1b33cfbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) 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) | ||
| 587 | 2025.02.23 14:12:48.873572 [ 274 ] {f2d36b3f-3909-45da-80f9-2fde1b33cfbe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 588 | 2025.02.23 14:12:48.875751 [ 274 ] {f2d36b3f-3909-45da-80f9-2fde1b33cfbe} <Debug> oximeter.measurements_histogramf64 (436a5c97-ed69-470d-92a8-ebb0d8c84326): Loading data parts | ||
| 589 | 2025.02.23 14:12:48.875936 [ 274 ] {f2d36b3f-3909-45da-80f9-2fde1b33cfbe} <Debug> oximeter.measurements_histogramf64 (436a5c97-ed69-470d-92a8-ebb0d8c84326): There are no data parts | ||
| 590 | 2025.02.23 14:12:48.877116 [ 274 ] {f2d36b3f-3909-45da-80f9-2fde1b33cfbe} <Debug> TCPHandler: Processed in 0.00409685 sec. | ||
| 591 | 2025.02.23 14:12:48.877306 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 592 | 2025.02.23 14:12:48.877569 [ 275 ] {455373f5-4bcc-41dd-a4b7-cd63b699b140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) /* The field tables store named dimensions of each timeseries. | ||
| 593 | * | ||
| 594 | * As with the measurement tables, there is one field table for each field data | ||
| 595 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 596 | * this behavior **must not** be relied upon for query correctness. | ||
| 597 | * | ||
| 598 | * The index for the fields differs from the measurements, however. Rows are | ||
| 599 | * sorted by timeseries name, then field name, field value, and finally | ||
| 600 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 601 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 602 | * usually then used to look up measurements. | ||
| 603 | * | ||
| 604 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 605 | * timeseries name and then key, since it would improve lookups where one | ||
| 606 | * already has the key. Realistically though, these tables are quite small and | ||
| 607 | * so performance benefits will be low in absolute terms. | ||
| 608 | * | ||
| 609 | * TTL: We use a materialized column to expire old field table records. This | ||
| 610 | * column is generated automatically by the database whenever a new row is | ||
| 611 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 612 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 613 | * record will remain during a deduplication, which will have the last | ||
| 614 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 615 | * measurement tables. | ||
| 616 | */ | ||
| 617 | 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) | ||
| 618 | 2025.02.23 14:12:48.877697 [ 275 ] {455373f5-4bcc-41dd-a4b7-cd63b699b140} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 619 | 2025.02.23 14:12:48.879824 [ 275 ] {455373f5-4bcc-41dd-a4b7-cd63b699b140} <Debug> oximeter.fields_bool (bc85f0f2-3610-42e7-86ff-89cfd2769ed9): Loading data parts | ||
| 620 | 2025.02.23 14:12:48.880010 [ 275 ] {455373f5-4bcc-41dd-a4b7-cd63b699b140} <Debug> oximeter.fields_bool (bc85f0f2-3610-42e7-86ff-89cfd2769ed9): There are no data parts | ||
| 621 | 2025.02.23 14:12:48.881115 [ 275 ] {455373f5-4bcc-41dd-a4b7-cd63b699b140} <Debug> TCPHandler: Processed in 0.003867103 sec. | ||
| 622 | 2025.02.23 14:12:48.881309 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 623 | 2025.02.23 14:12:48.881658 [ 274 ] {d59eae15-744d-434f-90e0-e24dedb7250b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) 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) | ||
| 624 | 2025.02.23 14:12:48.881809 [ 274 ] {d59eae15-744d-434f-90e0-e24dedb7250b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 625 | 2025.02.23 14:12:48.883933 [ 274 ] {d59eae15-744d-434f-90e0-e24dedb7250b} <Debug> oximeter.fields_i8 (bc103cb4-e2bb-4913-b1d0-4f245165f2fb): Loading data parts | ||
| 626 | 2025.02.23 14:12:48.884068 [ 274 ] {d59eae15-744d-434f-90e0-e24dedb7250b} <Debug> oximeter.fields_i8 (bc103cb4-e2bb-4913-b1d0-4f245165f2fb): There are no data parts | ||
| 627 | 2025.02.23 14:12:48.885239 [ 274 ] {d59eae15-744d-434f-90e0-e24dedb7250b} <Debug> TCPHandler: Processed in 0.003997807 sec. | ||
| 628 | 2025.02.23 14:12:48.885453 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 629 | 2025.02.23 14:12:48.885702 [ 275 ] {779f514b-555e-4331-a235-cc12a5c158fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) 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) | ||
| 630 | 2025.02.23 14:12:48.885851 [ 275 ] {779f514b-555e-4331-a235-cc12a5c158fc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 631 | 2025.02.23 14:12:48.888056 [ 275 ] {779f514b-555e-4331-a235-cc12a5c158fc} <Debug> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): Loading data parts | ||
| 632 | 2025.02.23 14:12:48.888218 [ 275 ] {779f514b-555e-4331-a235-cc12a5c158fc} <Debug> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): There are no data parts | ||
| 633 | 2025.02.23 14:12:48.889380 [ 275 ] {779f514b-555e-4331-a235-cc12a5c158fc} <Debug> TCPHandler: Processed in 0.003996317 sec. | ||
| 634 | 2025.02.23 14:12:48.889561 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 635 | 2025.02.23 14:12:48.889850 [ 274 ] {a9fbd260-80bf-4f42-bbdc-70564094bcad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) 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) | ||
| 636 | 2025.02.23 14:12:48.889968 [ 274 ] {a9fbd260-80bf-4f42-bbdc-70564094bcad} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 637 | 2025.02.23 14:12:48.892005 [ 274 ] {a9fbd260-80bf-4f42-bbdc-70564094bcad} <Debug> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): Loading data parts | ||
| 638 | 2025.02.23 14:12:48.892150 [ 274 ] {a9fbd260-80bf-4f42-bbdc-70564094bcad} <Debug> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): There are no data parts | ||
| 639 | 2025.02.23 14:12:48.893415 [ 274 ] {a9fbd260-80bf-4f42-bbdc-70564094bcad} <Debug> TCPHandler: Processed in 0.003909924 sec. | ||
| 640 | 2025.02.23 14:12:48.893606 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 641 | 2025.02.23 14:12:48.893854 [ 275 ] {51ac8ee6-2d35-4914-b6dd-fdad520cebcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) 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) | ||
| 642 | 2025.02.23 14:12:48.894006 [ 275 ] {51ac8ee6-2d35-4914-b6dd-fdad520cebcd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 643 | 2025.02.23 14:12:48.896056 [ 275 ] {51ac8ee6-2d35-4914-b6dd-fdad520cebcd} <Debug> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Loading data parts | ||
| 644 | 2025.02.23 14:12:48.896227 [ 275 ] {51ac8ee6-2d35-4914-b6dd-fdad520cebcd} <Debug> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): There are no data parts | ||
| 645 | 2025.02.23 14:12:48.897415 [ 275 ] {51ac8ee6-2d35-4914-b6dd-fdad520cebcd} <Debug> TCPHandler: Processed in 0.003875243 sec. | ||
| 646 | 2025.02.23 14:12:48.897635 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 647 | 2025.02.23 14:12:48.897887 [ 274 ] {d72b07bd-7897-4dbc-89de-9807e126acfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 648 | 2025.02.23 14:12:48.898010 [ 274 ] {d72b07bd-7897-4dbc-89de-9807e126acfd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 649 | 2025.02.23 14:12:48.899963 [ 274 ] {d72b07bd-7897-4dbc-89de-9807e126acfd} <Debug> oximeter.fields_i32 (7d91fad4-2817-43a8-b408-ff4e1b157b0a): Loading data parts | ||
| 650 | 2025.02.23 14:12:48.900107 [ 274 ] {d72b07bd-7897-4dbc-89de-9807e126acfd} <Debug> oximeter.fields_i32 (7d91fad4-2817-43a8-b408-ff4e1b157b0a): There are no data parts | ||
| 651 | 2025.02.23 14:12:48.901254 [ 274 ] {d72b07bd-7897-4dbc-89de-9807e126acfd} <Debug> TCPHandler: Processed in 0.003675747 sec. | ||
| 652 | 2025.02.23 14:12:48.901440 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 653 | 2025.02.23 14:12:48.901686 [ 275 ] {ce1e079b-af32-4fd1-8a57-da0161b8cb3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 654 | 2025.02.23 14:12:48.901834 [ 275 ] {ce1e079b-af32-4fd1-8a57-da0161b8cb3b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 655 | 2025.02.23 14:12:48.903923 [ 275 ] {ce1e079b-af32-4fd1-8a57-da0161b8cb3b} <Debug> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Loading data parts | ||
| 656 | 2025.02.23 14:12:48.904083 [ 275 ] {ce1e079b-af32-4fd1-8a57-da0161b8cb3b} <Debug> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): There are no data parts | ||
| 657 | 2025.02.23 14:12:48.905228 [ 275 ] {ce1e079b-af32-4fd1-8a57-da0161b8cb3b} <Debug> TCPHandler: Processed in 0.003853162 sec. | ||
| 658 | 2025.02.23 14:12:48.905489 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 659 | 2025.02.23 14:12:48.905695 [ 274 ] {3e84c093-0ffa-4a22-899a-c9ad21cc133e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 660 | 2025.02.23 14:12:48.905835 [ 274 ] {3e84c093-0ffa-4a22-899a-c9ad21cc133e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 661 | 2025.02.23 14:12:48.907841 [ 274 ] {3e84c093-0ffa-4a22-899a-c9ad21cc133e} <Debug> oximeter.fields_i64 (7b1e324a-4423-42b9-bd24-8187741e2b6e): Loading data parts | ||
| 662 | 2025.02.23 14:12:48.908013 [ 274 ] {3e84c093-0ffa-4a22-899a-c9ad21cc133e} <Debug> oximeter.fields_i64 (7b1e324a-4423-42b9-bd24-8187741e2b6e): There are no data parts | ||
| 663 | 2025.02.23 14:12:48.909132 [ 274 ] {3e84c093-0ffa-4a22-899a-c9ad21cc133e} <Debug> TCPHandler: Processed in 0.003700697 sec. | ||
| 664 | 2025.02.23 14:12:48.909307 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 665 | 2025.02.23 14:12:48.909610 [ 275 ] {25a10000-7a97-46ce-8cf7-6c943a6822e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 666 | 2025.02.23 14:12:48.909715 [ 275 ] {25a10000-7a97-46ce-8cf7-6c943a6822e3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 667 | 2025.02.23 14:12:48.911872 [ 275 ] {25a10000-7a97-46ce-8cf7-6c943a6822e3} <Debug> oximeter.fields_u64 (1591079c-17da-4f12-8e1d-2e9ede5bbca7): Loading data parts | ||
| 668 | 2025.02.23 14:12:48.912044 [ 275 ] {25a10000-7a97-46ce-8cf7-6c943a6822e3} <Debug> oximeter.fields_u64 (1591079c-17da-4f12-8e1d-2e9ede5bbca7): There are no data parts | ||
| 669 | 2025.02.23 14:12:48.913124 [ 275 ] {25a10000-7a97-46ce-8cf7-6c943a6822e3} <Debug> TCPHandler: Processed in 0.003873893 sec. | ||
| 670 | 2025.02.23 14:12:48.913381 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 671 | 2025.02.23 14:12:48.913586 [ 274 ] {0b17faee-2d37-4de3-bc6d-898347ae1291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 672 | 2025.02.23 14:12:48.913719 [ 274 ] {0b17faee-2d37-4de3-bc6d-898347ae1291} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 673 | 2025.02.23 14:12:48.915656 [ 274 ] {0b17faee-2d37-4de3-bc6d-898347ae1291} <Debug> oximeter.fields_ipaddr (1bc5a363-b591-4625-9dda-373173808f1f): Loading data parts | ||
| 674 | 2025.02.23 14:12:48.915862 [ 274 ] {0b17faee-2d37-4de3-bc6d-898347ae1291} <Debug> oximeter.fields_ipaddr (1bc5a363-b591-4625-9dda-373173808f1f): There are no data parts | ||
| 675 | 2025.02.23 14:12:48.916935 [ 274 ] {0b17faee-2d37-4de3-bc6d-898347ae1291} <Debug> TCPHandler: Processed in 0.003618346 sec. | ||
| 676 | 2025.02.23 14:12:48.917116 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 677 | 2025.02.23 14:12:48.917418 [ 275 ] {9932a448-7e27-4c34-bf00-9eb81d1584a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 678 | 2025.02.23 14:12:48.917516 [ 275 ] {9932a448-7e27-4c34-bf00-9eb81d1584a4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 679 | 2025.02.23 14:12:48.919611 [ 275 ] {9932a448-7e27-4c34-bf00-9eb81d1584a4} <Debug> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Loading data parts | ||
| 680 | 2025.02.23 14:12:48.919774 [ 275 ] {9932a448-7e27-4c34-bf00-9eb81d1584a4} <Debug> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): There are no data parts | ||
| 681 | 2025.02.23 14:12:48.920984 [ 275 ] {9932a448-7e27-4c34-bf00-9eb81d1584a4} <Debug> TCPHandler: Processed in 0.003924434 sec. | ||
| 682 | 2025.02.23 14:12:48.921262 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 683 | 2025.02.23 14:12:48.921529 [ 274 ] {3977ba28-e3b3-400e-9620-5fa04109c14a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 684 | 2025.02.23 14:12:48.921693 [ 274 ] {3977ba28-e3b3-400e-9620-5fa04109c14a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 685 | 2025.02.23 14:12:48.923710 [ 274 ] {3977ba28-e3b3-400e-9620-5fa04109c14a} <Debug> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Loading data parts | ||
| 686 | 2025.02.23 14:12:48.923915 [ 274 ] {3977ba28-e3b3-400e-9620-5fa04109c14a} <Debug> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): There are no data parts | ||
| 687 | 2025.02.23 14:12:48.925042 [ 274 ] {3977ba28-e3b3-400e-9620-5fa04109c14a} <Debug> TCPHandler: Processed in 0.003863553 sec. | ||
| 688 | 2025.02.23 14:12:48.925259 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 689 | 2025.02.23 14:12:48.925658 [ 275 ] {cf9052ef-4e3a-4014-b131-ebb9788bf27a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) /* The timeseries schema table stores the extracted schema for the samples | ||
| 690 | * oximeter collects. | ||
| 691 | */ | ||
| 692 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
| 693 | 2025.02.23 14:12:48.925812 [ 275 ] {cf9052ef-4e3a-4014-b131-ebb9788bf27a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 694 | 2025.02.23 14:12:48.927750 [ 275 ] {cf9052ef-4e3a-4014-b131-ebb9788bf27a} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3): Loading data parts | ||
| 695 | 2025.02.23 14:12:48.927984 [ 275 ] {cf9052ef-4e3a-4014-b131-ebb9788bf27a} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3): There are no data parts | ||
| 696 | 2025.02.23 14:12:48.929316 [ 275 ] {cf9052ef-4e3a-4014-b131-ebb9788bf27a} <Debug> TCPHandler: Processed in 0.004115111 sec. | ||
| 697 | 2025.02.23 14:12:48.929509 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 698 | 2025.02.23 14:12:48.929829 [ 274 ] {e626bc3c-2695-4abc-ba13-ca7cff0a961a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 699 | 2025.02.23 14:12:48.932512 [ 274 ] {e626bc3c-2695-4abc-ba13-ca7cff0a961a} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 700 | 2025.02.23 14:12:48.942749 [ 284 ] {e626bc3c-2695-4abc-ba13-ca7cff0a961a} <Trace> oximeter.version (2e20d504-e962-4a00-819d-66fc9945cc21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 701 | 2025.02.23 14:12:48.942911 [ 284 ] {e626bc3c-2695-4abc-ba13-ca7cff0a961a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 702 | 2025.02.23 14:12:48.950227 [ 284 ] {e626bc3c-2695-4abc-ba13-ca7cff0a961a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 703 | 2025.02.23 14:12:48.950848 [ 284 ] {e626bc3c-2695-4abc-ba13-ca7cff0a961a} <Trace> oximeter.version (2e20d504-e962-4a00-819d-66fc9945cc21): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 704 | 2025.02.23 14:12:48.951234 [ 274 ] {e626bc3c-2695-4abc-ba13-ca7cff0a961a} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.021515 sec., 46.47920055775041 rows/sec., 743.67 B/sec. | ||
| 705 | 2025.02.23 14:12:48.951522 [ 274 ] {e626bc3c-2695-4abc-ba13-ca7cff0a961a} <Debug> TCPHandler: Processed in 0.022079592 sec. | ||
| 706 | 2025.02.23 14:12:49.000209 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 127.83 MiB, peak 127.83 MiB, free memory in arenas 0.00 B, will set to 140.93 MiB (RSS), difference: 13.10 MiB | ||
| 707 | 2025.02.23 14:12:49.146837 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 708 | 2025.02.23 14:12:49.146886 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
| 709 | 2025.02.23 14:12:49.146934 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 710 | 2025.02.23 14:12:49.146968 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 711 | 2025.02.23 14:12:49.154953 [ 244 ] {} <Debug> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Loading data parts | ||
| 712 | 2025.02.23 14:12:49.155324 [ 244 ] {} <Debug> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): There are no data parts | ||
| 713 | 2025.02.23 14:12:49.166590 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 714 | 2025.02.23 14:12:49.166725 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 715 | 2025.02.23 14:12:49.171702 [ 243 ] {} <Debug> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Loading data parts | ||
| 716 | 2025.02.23 14:12:49.171779 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 717 | 2025.02.23 14:12:49.171952 [ 243 ] {} <Debug> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): There are no data parts | ||
| 718 | 2025.02.23 14:12:49.172508 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): 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.02.23 14:12:49.173319 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
| 720 | 2025.02.23 14:12:49.196608 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 721 | 2025.02.23 14:12:49.196694 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 722 | 2025.02.23 14:12:49.203930 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 723 | 2025.02.23 14:12:49.204680 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 724 | 2025.02.23 14:12:49.207068 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 725 | 2025.02.23 14:12:50.000224 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.79 MiB, peak 149.79 MiB, free memory in arenas 0.00 B, will set to 150.43 MiB (RSS), difference: 4.64 MiB | ||
| 726 | 2025.02.23 14:12:51.646785 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 727 | 2025.02.23 14:12:51.646939 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 728 | 2025.02.23 14:12:51.651569 [ 242 ] {} <Debug> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Loading data parts | ||
| 729 | 2025.02.23 14:12:51.651777 [ 242 ] {} <Debug> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): There are no data parts | ||
| 730 | 2025.02.23 14:12:51.662749 [ 242 ] {} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 731 | 2025.02.23 14:12:51.662885 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 732 | 2025.02.23 14:12:51.664482 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 733 | 2025.02.23 14:12:51.664784 [ 242 ] {} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 734 | 2025.02.23 14:12:51.665346 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 735 | 2025.02.23 14:12:52.000160 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.63 MiB, peak 154.63 MiB, free memory in arenas 0.00 B, will set to 150.85 MiB (RSS), difference: -3.78 MiB | ||
| 736 | 2025.02.23 14:12:56.609177 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 737 | 2025.02.23 14:12:56.609239 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 738 | 2025.02.23 14:12:56.673472 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
| 739 | 2025.02.23 14:12:56.674472 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 740 | 2025.02.23 14:12:56.674522 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 741 | 2025.02.23 14:12:56.675268 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 742 | 2025.02.23 14:12:56.675961 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 743 | 2025.02.23 14:12:56.676229 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 744 | 2025.02.23 14:12:56.707160 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 745 | 2025.02.23 14:12:56.729280 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 746 | 2025.02.23 14:12:56.729389 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 747 | 2025.02.23 14:12:56.736319 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 748 | 2025.02.23 14:12:56.737509 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 749 | 2025.02.23 14:12:56.739946 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 750 | 2025.02.23 14:12:57.000182 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.54 MiB, peak 155.54 MiB, free memory in arenas 0.00 B, will set to 152.66 MiB (RSS), difference: 1.12 MiB | ||
| 751 | 2025.02.23 14:13:02.000176 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.69 MiB, peak 155.54 MiB, free memory in arenas 0.00 B, will set to 152.71 MiB (RSS), difference: 4.02 MiB | ||
| 752 | 2025.02.23 14:13:04.176353 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
| 753 | 2025.02.23 14:13:04.177091 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 754 | 2025.02.23 14:13:04.177132 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 755 | 2025.02.23 14:13:04.177963 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 756 | 2025.02.23 14:13:04.178500 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 757 | 2025.02.23 14:13:04.178766 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
| 758 | 2025.02.23 14:13:04.240042 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 759 | 2025.02.23 14:13:04.259104 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 760 | 2025.02.23 14:13:04.259168 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 761 | 2025.02.23 14:13:04.265615 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 762 | 2025.02.23 14:13:04.266770 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 763 | 2025.02.23 14:13:04.269414 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 764 | 2025.02.23 14:13:08.961708 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 765 | 2025.02.23 14:13:08.961965 [ 274 ] {b693b9ea-93b5-4965-b333-c94973b9f8b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 766 | 2025.02.23 14:13:08.964425 [ 274 ] {b693b9ea-93b5-4965-b333-c94973b9f8b6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 767 | 2025.02.23 14:13:08.968821 [ 274 ] {b693b9ea-93b5-4965-b333-c94973b9f8b6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 768 | 2025.02.23 14:13:08.973800 [ 274 ] {b693b9ea-93b5-4965-b333-c94973b9f8b6} <Debug> TCPHandler: Processed in 0.012300351 sec. | ||
| 769 | 2025.02.23 14:13:08.982925 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 770 | 2025.02.23 14:13:08.983190 [ 275 ] {c187fa7c-107f-4e02-b79f-e611654cbd54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 771 | 2025.02.23 14:13:08.995875 [ 275 ] {c187fa7c-107f-4e02-b79f-e611654cbd54} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 772 | 2025.02.23 14:13:08.995958 [ 275 ] {c187fa7c-107f-4e02-b79f-e611654cbd54} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 773 | 2025.02.23 14:13:08.996636 [ 275 ] {c187fa7c-107f-4e02-b79f-e611654cbd54} <Debug> TCPHandler: Processed in 0.01384771 sec. | ||
| 774 | 2025.02.23 14:13:08.996989 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 775 | 2025.02.23 14:13:08.997180 [ 274 ] {699b97a5-593b-4bb4-80f6-7a1089db7eed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 776 | 2025.02.23 14:13:08.997644 [ 274 ] {699b97a5-593b-4bb4-80f6-7a1089db7eed} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 777 | 2025.02.23 14:13:08.997703 [ 274 ] {699b97a5-593b-4bb4-80f6-7a1089db7eed} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 778 | 2025.02.23 14:13:08.998259 [ 274 ] {699b97a5-593b-4bb4-80f6-7a1089db7eed} <Debug> TCPHandler: Processed in 0.001338613 sec. | ||
| 779 | 2025.02.23 14:13:08.998681 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 780 | 2025.02.23 14:13:08.998971 [ 275 ] {572464b5-14ce-4a22-ae39-d5b68d1830bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) 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) | ||
| 781 | 2025.02.23 14:13:08.999528 [ 275 ] {572464b5-14ce-4a22-ae39-d5b68d1830bb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 782 | 2025.02.23 14:13:08.999585 [ 275 ] {572464b5-14ce-4a22-ae39-d5b68d1830bb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 783 | 2025.02.23 14:13:09.000099 [ 275 ] {572464b5-14ce-4a22-ae39-d5b68d1830bb} <Debug> TCPHandler: Processed in 0.001525388 sec. | ||
| 784 | 2025.02.23 14:13:09.000479 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 785 | 2025.02.23 14:13:09.000658 [ 274 ] {282ab376-abbf-4f84-909a-0e12224dd866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) 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) | ||
| 786 | 2025.02.23 14:13:09.001101 [ 274 ] {282ab376-abbf-4f84-909a-0e12224dd866} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 787 | 2025.02.23 14:13:09.001170 [ 274 ] {282ab376-abbf-4f84-909a-0e12224dd866} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 788 | 2025.02.23 14:13:09.001716 [ 274 ] {282ab376-abbf-4f84-909a-0e12224dd866} <Debug> TCPHandler: Processed in 0.001334933 sec. | ||
| 789 | 2025.02.23 14:13:09.001981 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 790 | 2025.02.23 14:13:09.002133 [ 275 ] {ec1d3581-e0b2-410d-804c-9d0783751d76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) 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) | ||
| 791 | 2025.02.23 14:13:09.002498 [ 275 ] {ec1d3581-e0b2-410d-804c-9d0783751d76} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 792 | 2025.02.23 14:13:09.002555 [ 275 ] {ec1d3581-e0b2-410d-804c-9d0783751d76} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 793 | 2025.02.23 14:13:09.003051 [ 275 ] {ec1d3581-e0b2-410d-804c-9d0783751d76} <Debug> TCPHandler: Processed in 0.001125606 sec. | ||
| 794 | 2025.02.23 14:13:09.003287 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 795 | 2025.02.23 14:13:09.003468 [ 274 ] {93dbfb3c-17f1-4abf-8a7b-fb387c8be138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) 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) | ||
| 796 | 2025.02.23 14:13:09.003914 [ 274 ] {93dbfb3c-17f1-4abf-8a7b-fb387c8be138} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 797 | 2025.02.23 14:13:09.003981 [ 274 ] {93dbfb3c-17f1-4abf-8a7b-fb387c8be138} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 798 | 2025.02.23 14:13:09.004551 [ 274 ] {93dbfb3c-17f1-4abf-8a7b-fb387c8be138} <Debug> TCPHandler: Processed in 0.001316172 sec. | ||
| 799 | 2025.02.23 14:13:09.004778 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 800 | 2025.02.23 14:13:09.004930 [ 275 ] {fc8baccf-f2d8-408e-87b5-f06d6faeeb75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) 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) | ||
| 801 | 2025.02.23 14:13:09.005304 [ 275 ] {fc8baccf-f2d8-408e-87b5-f06d6faeeb75} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 802 | 2025.02.23 14:13:09.005360 [ 275 ] {fc8baccf-f2d8-408e-87b5-f06d6faeeb75} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 803 | 2025.02.23 14:13:09.005852 [ 275 ] {fc8baccf-f2d8-408e-87b5-f06d6faeeb75} <Debug> TCPHandler: Processed in 0.001130966 sec. | ||
| 804 | 2025.02.23 14:13:09.006105 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 805 | 2025.02.23 14:13:09.006258 [ 274 ] {36c3c6d3-7f4f-4f55-82b5-da1d61abbee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) 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) | ||
| 806 | 2025.02.23 14:13:09.006635 [ 274 ] {36c3c6d3-7f4f-4f55-82b5-da1d61abbee8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 807 | 2025.02.23 14:13:09.006691 [ 274 ] {36c3c6d3-7f4f-4f55-82b5-da1d61abbee8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 808 | 2025.02.23 14:13:09.007193 [ 274 ] {36c3c6d3-7f4f-4f55-82b5-da1d61abbee8} <Debug> TCPHandler: Processed in 0.001143367 sec. | ||
| 809 | 2025.02.23 14:13:09.007418 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 810 | 2025.02.23 14:13:09.007574 [ 275 ] {50586736-fee4-4294-9255-32400de0984e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) 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) | ||
| 811 | 2025.02.23 14:13:09.007950 [ 275 ] {50586736-fee4-4294-9255-32400de0984e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 812 | 2025.02.23 14:13:09.008013 [ 275 ] {50586736-fee4-4294-9255-32400de0984e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 813 | 2025.02.23 14:13:09.008503 [ 275 ] {50586736-fee4-4294-9255-32400de0984e} <Debug> TCPHandler: Processed in 0.001138176 sec. | ||
| 814 | 2025.02.23 14:13:09.008747 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 815 | 2025.02.23 14:13:09.008903 [ 274 ] {d74f4081-120a-49ce-9660-2e72ce3d4033} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) 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) | ||
| 816 | 2025.02.23 14:13:09.009289 [ 274 ] {d74f4081-120a-49ce-9660-2e72ce3d4033} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 817 | 2025.02.23 14:13:09.009346 [ 274 ] {d74f4081-120a-49ce-9660-2e72ce3d4033} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 818 | 2025.02.23 14:13:09.009841 [ 274 ] {d74f4081-120a-49ce-9660-2e72ce3d4033} <Debug> TCPHandler: Processed in 0.001147827 sec. | ||
| 819 | 2025.02.23 14:13:09.010126 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 820 | 2025.02.23 14:13:09.010327 [ 275 ] {ecaef8ee-ef01-4722-8541-1b3b4f5115b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) 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) | ||
| 821 | 2025.02.23 14:13:09.010807 [ 275 ] {ecaef8ee-ef01-4722-8541-1b3b4f5115b7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 822 | 2025.02.23 14:13:09.010878 [ 275 ] {ecaef8ee-ef01-4722-8541-1b3b4f5115b7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 823 | 2025.02.23 14:13:09.011461 [ 275 ] {ecaef8ee-ef01-4722-8541-1b3b4f5115b7} <Debug> TCPHandler: Processed in 0.001401384 sec. | ||
| 824 | 2025.02.23 14:13:09.011734 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 825 | 2025.02.23 14:13:09.011891 [ 274 ] {c5800476-e322-4312-b886-50486c749a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) 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) | ||
| 826 | 2025.02.23 14:13:09.012280 [ 274 ] {c5800476-e322-4312-b886-50486c749a89} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 827 | 2025.02.23 14:13:09.012347 [ 274 ] {c5800476-e322-4312-b886-50486c749a89} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 828 | 2025.02.23 14:13:09.012843 [ 274 ] {c5800476-e322-4312-b886-50486c749a89} <Debug> TCPHandler: Processed in 0.001161727 sec. | ||
| 829 | 2025.02.23 14:13:09.013097 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 830 | 2025.02.23 14:13:09.013262 [ 275 ] {51515348-025f-45ff-a20d-83d2107c12ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) 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) | ||
| 831 | 2025.02.23 14:13:09.013666 [ 275 ] {51515348-025f-45ff-a20d-83d2107c12ea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 832 | 2025.02.23 14:13:09.013726 [ 275 ] {51515348-025f-45ff-a20d-83d2107c12ea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 833 | 2025.02.23 14:13:09.014243 [ 275 ] {51515348-025f-45ff-a20d-83d2107c12ea} <Debug> TCPHandler: Processed in 0.001203328 sec. | ||
| 834 | 2025.02.23 14:13:09.014490 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 835 | 2025.02.23 14:13:09.014658 [ 274 ] {9f309957-f9df-4c7c-be15-4dd384c8d2e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) 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) | ||
| 836 | 2025.02.23 14:13:09.015070 [ 274 ] {9f309957-f9df-4c7c-be15-4dd384c8d2e2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 837 | 2025.02.23 14:13:09.015128 [ 274 ] {9f309957-f9df-4c7c-be15-4dd384c8d2e2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 838 | 2025.02.23 14:13:09.015652 [ 274 ] {9f309957-f9df-4c7c-be15-4dd384c8d2e2} <Debug> TCPHandler: Processed in 0.001219078 sec. | ||
| 839 | 2025.02.23 14:13:09.015938 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 840 | 2025.02.23 14:13:09.016104 [ 275 ] {a0c374fc-5dca-47c6-9eb4-d067060c9a30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) 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) | ||
| 841 | 2025.02.23 14:13:09.016517 [ 275 ] {a0c374fc-5dca-47c6-9eb4-d067060c9a30} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 842 | 2025.02.23 14:13:09.016577 [ 275 ] {a0c374fc-5dca-47c6-9eb4-d067060c9a30} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 843 | 2025.02.23 14:13:09.017126 [ 275 ] {a0c374fc-5dca-47c6-9eb4-d067060c9a30} <Debug> TCPHandler: Processed in 0.00126493 sec. | ||
| 844 | 2025.02.23 14:13:09.017377 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 845 | 2025.02.23 14:13:09.017571 [ 274 ] {f4442cb4-5795-42da-a522-f8bde0025a7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) 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) | ||
| 846 | 2025.02.23 14:13:09.018063 [ 274 ] {f4442cb4-5795-42da-a522-f8bde0025a7f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 847 | 2025.02.23 14:13:09.018135 [ 274 ] {f4442cb4-5795-42da-a522-f8bde0025a7f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 848 | 2025.02.23 14:13:09.018678 [ 274 ] {f4442cb4-5795-42da-a522-f8bde0025a7f} <Debug> TCPHandler: Processed in 0.001364114 sec. | ||
| 849 | 2025.02.23 14:13:09.018942 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 850 | 2025.02.23 14:13:09.019115 [ 275 ] {b1d8531d-2e48-473b-b926-d47e703261b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) 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) | ||
| 851 | 2025.02.23 14:13:09.019532 [ 275 ] {b1d8531d-2e48-473b-b926-d47e703261b3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 852 | 2025.02.23 14:13:09.019589 [ 275 ] {b1d8531d-2e48-473b-b926-d47e703261b3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 853 | 2025.02.23 14:13:09.020109 [ 275 ] {b1d8531d-2e48-473b-b926-d47e703261b3} <Debug> TCPHandler: Processed in 0.001224709 sec. | ||
| 854 | 2025.02.23 14:13:09.026393 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 855 | 2025.02.23 14:13:09.026546 [ 274 ] {73e325ea-5b10-48ec-9ffa-0e7acc4d1af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 856 | 2025.02.23 14:13:09.026609 [ 274 ] {73e325ea-5b10-48ec-9ffa-0e7acc4d1af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 857 | 2025.02.23 14:13:09.027445 [ 274 ] {73e325ea-5b10-48ec-9ffa-0e7acc4d1af1} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 858 | 2025.02.23 14:13:09.027486 [ 274 ] {73e325ea-5b10-48ec-9ffa-0e7acc4d1af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 859 | 2025.02.23 14:13:09.028191 [ 274 ] {73e325ea-5b10-48ec-9ffa-0e7acc4d1af1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 860 | 2025.02.23 14:13:09.028643 [ 274 ] {73e325ea-5b10-48ec-9ffa-0e7acc4d1af1} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 861 | 2025.02.23 14:13:09.028835 [ 274 ] {73e325ea-5b10-48ec-9ffa-0e7acc4d1af1} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002333 sec., 7715.387912558937 rows/sec., 1.05 MiB/sec. | ||
| 862 | 2025.02.23 14:13:09.028894 [ 274 ] {73e325ea-5b10-48ec-9ffa-0e7acc4d1af1} <Debug> TCPHandler: Processed in 0.002568071 sec. | ||
| 863 | 2025.02.23 14:13:09.029044 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 864 | 2025.02.23 14:13:09.029199 [ 275 ] {cfa1d64e-d3b5-4d26-a207-600b18c0d40d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 865 | 2025.02.23 14:13:09.029257 [ 275 ] {cfa1d64e-d3b5-4d26-a207-600b18c0d40d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 866 | 2025.02.23 14:13:09.037499 [ 275 ] {cfa1d64e-d3b5-4d26-a207-600b18c0d40d} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 867 | 2025.02.23 14:13:09.037552 [ 275 ] {cfa1d64e-d3b5-4d26-a207-600b18c0d40d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 868 | 2025.02.23 14:13:09.040471 [ 275 ] {cfa1d64e-d3b5-4d26-a207-600b18c0d40d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 869 | 2025.02.23 14:13:09.041090 [ 275 ] {cfa1d64e-d3b5-4d26-a207-600b18c0d40d} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 870 | 2025.02.23 14:13:09.041371 [ 275 ] {cfa1d64e-d3b5-4d26-a207-600b18c0d40d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.012214 sec., 4584.902570820371 rows/sec., 360.67 KiB/sec. | ||
| 871 | 2025.02.23 14:13:09.041426 [ 275 ] {cfa1d64e-d3b5-4d26-a207-600b18c0d40d} <Debug> TCPHandler: Processed in 0.012448886 sec. | ||
| 872 | 2025.02.23 14:13:09.041597 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 873 | 2025.02.23 14:13:09.041741 [ 274 ] {e5f61004-e768-4640-acb6-ce52676536f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 874 | 2025.02.23 14:13:09.041800 [ 274 ] {e5f61004-e768-4640-acb6-ce52676536f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 875 | 2025.02.23 14:13:09.042502 [ 274 ] {e5f61004-e768-4640-acb6-ce52676536f1} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 876 | 2025.02.23 14:13:09.042542 [ 274 ] {e5f61004-e768-4640-acb6-ce52676536f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 877 | 2025.02.23 14:13:09.043076 [ 274 ] {e5f61004-e768-4640-acb6-ce52676536f1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 878 | 2025.02.23 14:13:09.043652 [ 274 ] {e5f61004-e768-4640-acb6-ce52676536f1} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 879 | 2025.02.23 14:13:09.043833 [ 274 ] {e5f61004-e768-4640-acb6-ce52676536f1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002127 sec., 30089.327691584393 rows/sec., 2.35 MiB/sec. | ||
| 880 | 2025.02.23 14:13:09.043885 [ 274 ] {e5f61004-e768-4640-acb6-ce52676536f1} <Debug> TCPHandler: Processed in 0.002356255 sec. | ||
| 881 | 2025.02.23 14:13:09.044033 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 882 | 2025.02.23 14:13:09.044157 [ 275 ] {581aac4a-39d5-4558-82a9-da08f83a8c58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 883 | 2025.02.23 14:13:09.044213 [ 275 ] {581aac4a-39d5-4558-82a9-da08f83a8c58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 884 | 2025.02.23 14:13:09.044874 [ 275 ] {581aac4a-39d5-4558-82a9-da08f83a8c58} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 885 | 2025.02.23 14:13:09.044912 [ 275 ] {581aac4a-39d5-4558-82a9-da08f83a8c58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 886 | 2025.02.23 14:13:09.045526 [ 275 ] {581aac4a-39d5-4558-82a9-da08f83a8c58} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 887 | 2025.02.23 14:13:09.046053 [ 275 ] {581aac4a-39d5-4558-82a9-da08f83a8c58} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 888 | 2025.02.23 14:13:09.046263 [ 275 ] {581aac4a-39d5-4558-82a9-da08f83a8c58} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.002135 sec., 59953.16159250585 rows/sec., 4.18 MiB/sec. | ||
| 889 | 2025.02.23 14:13:09.046318 [ 275 ] {581aac4a-39d5-4558-82a9-da08f83a8c58} <Debug> TCPHandler: Processed in 0.002344525 sec. | ||
| 890 | 2025.02.23 14:13:09.046487 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 891 | 2025.02.23 14:13:09.046628 [ 274 ] {0b1bec6b-ded8-4982-b6eb-50222e85db98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 892 | 2025.02.23 14:13:09.046688 [ 274 ] {0b1bec6b-ded8-4982-b6eb-50222e85db98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 893 | 2025.02.23 14:13:09.047260 [ 274 ] {0b1bec6b-ded8-4982-b6eb-50222e85db98} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 894 | 2025.02.23 14:13:09.047306 [ 274 ] {0b1bec6b-ded8-4982-b6eb-50222e85db98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 895 | 2025.02.23 14:13:09.047823 [ 274 ] {0b1bec6b-ded8-4982-b6eb-50222e85db98} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 896 | 2025.02.23 14:13:09.048381 [ 274 ] {0b1bec6b-ded8-4982-b6eb-50222e85db98} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 897 | 2025.02.23 14:13:09.048619 [ 274 ] {0b1bec6b-ded8-4982-b6eb-50222e85db98} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002006 sec., 23928.215353938187 rows/sec., 1.61 MiB/sec. | ||
| 898 | 2025.02.23 14:13:09.048725 [ 274 ] {0b1bec6b-ded8-4982-b6eb-50222e85db98} <Debug> TCPHandler: Processed in 0.002306773 sec. | ||
| 899 | 2025.02.23 14:13:11.609282 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 900 | 2025.02.23 14:13:11.609360 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 901 | 2025.02.23 14:13:11.665826 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 134 | ||
| 902 | 2025.02.23 14:13:11.669783 [ 242 ] {} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 903 | 2025.02.23 14:13:11.669836 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 904 | 2025.02.23 14:13:11.671537 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 905 | 2025.02.23 14:13:11.672123 [ 242 ] {} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): 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.02.23 14:13:11.672651 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 134 | ||
| 907 | 2025.02.23 14:13:11.678959 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
| 908 | 2025.02.23 14:13:11.679680 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 909 | 2025.02.23 14:13:11.679729 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 910 | 2025.02.23 14:13:11.680457 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 911 | 2025.02.23 14:13:11.681069 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 912 | 2025.02.23 14:13:11.681311 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 913 | 2025.02.23 14:13:11.769501 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 914 | 2025.02.23 14:13:11.788793 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 915 | 2025.02.23 14:13:11.788859 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 916 | 2025.02.23 14:13:11.796053 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 917 | 2025.02.23 14:13:11.797229 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 918 | 2025.02.23 14:13:11.800084 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 919 | 2025.02.23 14:13:13.968498 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 920 | 2025.02.23 14:13:13.968714 [ 274 ] {a761b28c-4ae1-450e-91da-c69602444953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 921 | 2025.02.23 14:13:13.968794 [ 274 ] {a761b28c-4ae1-450e-91da-c69602444953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 922 | 2025.02.23 14:13:13.969620 [ 274 ] {a761b28c-4ae1-450e-91da-c69602444953} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 923 | 2025.02.23 14:13:13.969671 [ 274 ] {a761b28c-4ae1-450e-91da-c69602444953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 924 | 2025.02.23 14:13:13.970284 [ 274 ] {a761b28c-4ae1-450e-91da-c69602444953} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 925 | 2025.02.23 14:13:13.970877 [ 274 ] {a761b28c-4ae1-450e-91da-c69602444953} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 926 | 2025.02.23 14:13:13.971120 [ 274 ] {a761b28c-4ae1-450e-91da-c69602444953} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002466 sec., 22708.840227088403 rows/sec., 1.74 MiB/sec. | ||
| 927 | 2025.02.23 14:13:13.971252 [ 274 ] {a761b28c-4ae1-450e-91da-c69602444953} <Debug> TCPHandler: Processed in 0.002877791 sec. | ||
| 928 | 2025.02.23 14:13:13.971527 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 929 | 2025.02.23 14:13:13.971750 [ 275 ] {c34f15f3-69f9-4bb8-bc51-29ed9ae89851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 930 | 2025.02.23 14:13:13.971837 [ 275 ] {c34f15f3-69f9-4bb8-bc51-29ed9ae89851} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 931 | 2025.02.23 14:13:13.972682 [ 275 ] {c34f15f3-69f9-4bb8-bc51-29ed9ae89851} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 932 | 2025.02.23 14:13:13.972731 [ 275 ] {c34f15f3-69f9-4bb8-bc51-29ed9ae89851} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 933 | 2025.02.23 14:13:13.973378 [ 275 ] {c34f15f3-69f9-4bb8-bc51-29ed9ae89851} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 934 | 2025.02.23 14:13:13.973925 [ 275 ] {c34f15f3-69f9-4bb8-bc51-29ed9ae89851} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 935 | 2025.02.23 14:13:13.974134 [ 275 ] {c34f15f3-69f9-4bb8-bc51-29ed9ae89851} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002447 sec., 26154.474867184308 rows/sec., 2.04 MiB/sec. | ||
| 936 | 2025.02.23 14:13:13.974201 [ 275 ] {c34f15f3-69f9-4bb8-bc51-29ed9ae89851} <Debug> TCPHandler: Processed in 0.00281951 sec. | ||
| 937 | 2025.02.23 14:13:13.974356 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 938 | 2025.02.23 14:13:13.974498 [ 274 ] {aa17187b-fdb9-40c9-9405-5deb410930e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 939 | 2025.02.23 14:13:13.974562 [ 274 ] {aa17187b-fdb9-40c9-9405-5deb410930e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 940 | 2025.02.23 14:13:13.975252 [ 274 ] {aa17187b-fdb9-40c9-9405-5deb410930e7} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 941 | 2025.02.23 14:13:13.975299 [ 274 ] {aa17187b-fdb9-40c9-9405-5deb410930e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 942 | 2025.02.23 14:13:13.975890 [ 274 ] {aa17187b-fdb9-40c9-9405-5deb410930e7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 943 | 2025.02.23 14:13:13.976461 [ 274 ] {aa17187b-fdb9-40c9-9405-5deb410930e7} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 944 | 2025.02.23 14:13:13.976669 [ 274 ] {aa17187b-fdb9-40c9-9405-5deb410930e7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002206 sec., 72529.46509519492 rows/sec., 5.05 MiB/sec. | ||
| 945 | 2025.02.23 14:13:13.976720 [ 274 ] {aa17187b-fdb9-40c9-9405-5deb410930e7} <Debug> TCPHandler: Processed in 0.002429147 sec. | ||
| 946 | 2025.02.23 14:13:13.976868 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 947 | 2025.02.23 14:13:13.976997 [ 275 ] {1d9a322d-01dd-4478-aad0-6740c0734d05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 948 | 2025.02.23 14:13:13.977055 [ 275 ] {1d9a322d-01dd-4478-aad0-6740c0734d05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 949 | 2025.02.23 14:13:13.977590 [ 275 ] {1d9a322d-01dd-4478-aad0-6740c0734d05} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 950 | 2025.02.23 14:13:13.977627 [ 275 ] {1d9a322d-01dd-4478-aad0-6740c0734d05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 951 | 2025.02.23 14:13:13.978171 [ 275 ] {1d9a322d-01dd-4478-aad0-6740c0734d05} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 952 | 2025.02.23 14:13:13.978711 [ 275 ] {1d9a322d-01dd-4478-aad0-6740c0734d05} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 953 | 2025.02.23 14:13:13.978900 [ 275 ] {1d9a322d-01dd-4478-aad0-6740c0734d05} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001935 sec., 31007.751937984496 rows/sec., 2.09 MiB/sec. | ||
| 954 | 2025.02.23 14:13:13.978954 [ 275 ] {1d9a322d-01dd-4478-aad0-6740c0734d05} <Debug> TCPHandler: Processed in 0.002149089 sec. | ||
| 955 | 2025.02.23 14:13:18.962482 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 956 | 2025.02.23 14:13:18.962860 [ 274 ] {a18eb2fc-eab4-4f5a-a128-62cd2d275a8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) 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.02.23 14:13:18.965529 [ 274 ] {a18eb2fc-eab4-4f5a-a128-62cd2d275a8b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 958 | 2025.02.23 14:13:18.967512 [ 274 ] {a18eb2fc-eab4-4f5a-a128-62cd2d275a8b} <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.02.23 14:13:18.967926 [ 274 ] {a18eb2fc-eab4-4f5a-a128-62cd2d275a8b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 960 | 2025.02.23 14:13:18.973850 [ 274 ] {a18eb2fc-eab4-4f5a-a128-62cd2d275a8b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 961 | 2025.02.23 14:13:18.976194 [ 274 ] {a18eb2fc-eab4-4f5a-a128-62cd2d275a8b} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 962 | 2025.02.23 14:13:18.979791 [ 274 ] {a18eb2fc-eab4-4f5a-a128-62cd2d275a8b} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 963 | 2025.02.23 14:13:18.981950 [ 274 ] {a18eb2fc-eab4-4f5a-a128-62cd2d275a8b} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (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.02.23 14:13:18.981979 [ 274 ] {a18eb2fc-eab4-4f5a-a128-62cd2d275a8b} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 965 | 2025.02.23 14:13:18.982122 [ 274 ] {a18eb2fc-eab4-4f5a-a128-62cd2d275a8b} <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.02.23 14:13:18.982153 [ 274 ] {a18eb2fc-eab4-4f5a-a128-62cd2d275a8b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 967 | 2025.02.23 14:13:18.992386 [ 274 ] {a18eb2fc-eab4-4f5a-a128-62cd2d275a8b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.02966 sec., 606.8779501011463 rows/sec., 24.83 KiB/sec. | ||
| 968 | 2025.02.23 14:13:18.992498 [ 274 ] {a18eb2fc-eab4-4f5a-a128-62cd2d275a8b} <Debug> TCPHandler: Processed in 0.03020351 sec. | ||
| 969 | 2025.02.23 14:13:18.994612 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 970 | 2025.02.23 14:13:18.994886 [ 275 ] {5fe369e2-7c5c-4135-9b72-e8bfcbe604d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) 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) | ||
| 971 | 2025.02.23 14:13:18.995279 [ 275 ] {5fe369e2-7c5c-4135-9b72-e8bfcbe604d3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 972 | 2025.02.23 14:13:18.995322 [ 275 ] {5fe369e2-7c5c-4135-9b72-e8bfcbe604d3} <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 | ||
| 973 | 2025.02.23 14:13:18.995622 [ 275 ] {5fe369e2-7c5c-4135-9b72-e8bfcbe604d3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 974 | 2025.02.23 14:13:18.995702 [ 275 ] {5fe369e2-7c5c-4135-9b72-e8bfcbe604d3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 975 | 2025.02.23 14:13:18.995881 [ 275 ] {5fe369e2-7c5c-4135-9b72-e8bfcbe604d3} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 976 | 2025.02.23 14:13:18.995920 [ 275 ] {5fe369e2-7c5c-4135-9b72-e8bfcbe604d3} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 977 | 2025.02.23 14:13:18.995944 [ 275 ] {5fe369e2-7c5c-4135-9b72-e8bfcbe604d3} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (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 | ||
| 978 | 2025.02.23 14:13:18.995962 [ 275 ] {5fe369e2-7c5c-4135-9b72-e8bfcbe604d3} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 979 | 2025.02.23 14:13:18.996013 [ 275 ] {5fe369e2-7c5c-4135-9b72-e8bfcbe604d3} <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'))" | ||
| 980 | 2025.02.23 14:13:18.996037 [ 275 ] {5fe369e2-7c5c-4135-9b72-e8bfcbe604d3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 981 | 2025.02.23 14:13:18.996651 [ 275 ] {5fe369e2-7c5c-4135-9b72-e8bfcbe604d3} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001881 sec., 9569.377990430621 rows/sec., 391.46 KiB/sec. | ||
| 982 | 2025.02.23 14:13:18.996770 [ 275 ] {5fe369e2-7c5c-4135-9b72-e8bfcbe604d3} <Debug> TCPHandler: Processed in 0.002301613 sec. | ||
| 983 | 2025.02.23 14:13:18.997049 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 984 | 2025.02.23 14:13:18.997265 [ 274 ] {8ce134b1-ad7e-4545-a286-7e8e08d74b30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) 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_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 985 | 2025.02.23 14:13:18.997643 [ 274 ] {8ce134b1-ad7e-4545-a286-7e8e08d74b30} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 986 | 2025.02.23 14:13:18.997696 [ 274 ] {8ce134b1-ad7e-4545-a286-7e8e08d74b30} <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_rib:active_routes')" moved to PREWHERE | ||
| 987 | 2025.02.23 14:13:18.997981 [ 274 ] {8ce134b1-ad7e-4545-a286-7e8e08d74b30} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 988 | 2025.02.23 14:13:18.998050 [ 274 ] {8ce134b1-ad7e-4545-a286-7e8e08d74b30} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 989 | 2025.02.23 14:13:18.998203 [ 274 ] {8ce134b1-ad7e-4545-a286-7e8e08d74b30} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 990 | 2025.02.23 14:13:18.998239 [ 274 ] {8ce134b1-ad7e-4545-a286-7e8e08d74b30} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 991 | 2025.02.23 14:13:18.998262 [ 274 ] {8ce134b1-ad7e-4545-a286-7e8e08d74b30} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (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 | ||
| 992 | 2025.02.23 14:13:18.998280 [ 274 ] {8ce134b1-ad7e-4545-a286-7e8e08d74b30} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 993 | 2025.02.23 14:13:18.998323 [ 274 ] {8ce134b1-ad7e-4545-a286-7e8e08d74b30} <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_rib:active_routes'))" | ||
| 994 | 2025.02.23 14:13:18.998346 [ 274 ] {8ce134b1-ad7e-4545-a286-7e8e08d74b30} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 995 | 2025.02.23 14:13:18.998871 [ 274 ] {8ce134b1-ad7e-4545-a286-7e8e08d74b30} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00171 sec., 10526.315789473685 rows/sec., 430.60 KiB/sec. | ||
| 996 | 2025.02.23 14:13:18.998954 [ 274 ] {8ce134b1-ad7e-4545-a286-7e8e08d74b30} <Debug> TCPHandler: Processed in 0.001977312 sec. | ||
| 997 | 2025.02.23 14:13:18.999413 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 998 | 2025.02.23 14:13:18.999743 [ 275 ] {5a5142ac-fef2-4107-8b69-60d95f117f3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) 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_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 999 | 2025.02.23 14:13:19.000126 [ 275 ] {5a5142ac-fef2-4107-8b69-60d95f117f3a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1000 | 2025.02.23 14:13:19.000209 [ 275 ] {5a5142ac-fef2-4107-8b69-60d95f117f3a} <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_rib:active_routes')" moved to PREWHERE | ||
| 1001 | 2025.02.23 14:13:19.001021 [ 275 ] {5a5142ac-fef2-4107-8b69-60d95f117f3a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1002 | 2025.02.23 14:13:19.001087 [ 275 ] {5a5142ac-fef2-4107-8b69-60d95f117f3a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1003 | 2025.02.23 14:13:19.001231 [ 275 ] {5a5142ac-fef2-4107-8b69-60d95f117f3a} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1004 | 2025.02.23 14:13:19.001265 [ 275 ] {5a5142ac-fef2-4107-8b69-60d95f117f3a} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1005 | 2025.02.23 14:13:19.001288 [ 275 ] {5a5142ac-fef2-4107-8b69-60d95f117f3a} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (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 | ||
| 1006 | 2025.02.23 14:13:19.001304 [ 275 ] {5a5142ac-fef2-4107-8b69-60d95f117f3a} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1007 | 2025.02.23 14:13:19.001347 [ 275 ] {5a5142ac-fef2-4107-8b69-60d95f117f3a} <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_rib:active_routes'))" | ||
| 1008 | 2025.02.23 14:13:19.001370 [ 275 ] {5a5142ac-fef2-4107-8b69-60d95f117f3a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1009 | 2025.02.23 14:13:19.001940 [ 275 ] {5a5142ac-fef2-4107-8b69-60d95f117f3a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002359 sec., 7630.351844001696 rows/sec., 312.14 KiB/sec. | ||
| 1010 | 2025.02.23 14:13:19.002055 [ 275 ] {5a5142ac-fef2-4107-8b69-60d95f117f3a} <Debug> TCPHandler: Processed in 0.002750988 sec. | ||
| 1011 | 2025.02.23 14:13:19.003016 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1012 | 2025.02.23 14:13:19.003242 [ 274 ] {432ce94a-c97d-4956-94ce-005d7d94dd8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) 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_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1013 | 2025.02.23 14:13:19.003636 [ 274 ] {432ce94a-c97d-4956-94ce-005d7d94dd8a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1014 | 2025.02.23 14:13:19.003692 [ 274 ] {432ce94a-c97d-4956-94ce-005d7d94dd8a} <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_rib:active_routes')" moved to PREWHERE | ||
| 1015 | 2025.02.23 14:13:19.003993 [ 274 ] {432ce94a-c97d-4956-94ce-005d7d94dd8a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1016 | 2025.02.23 14:13:19.004077 [ 274 ] {432ce94a-c97d-4956-94ce-005d7d94dd8a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1017 | 2025.02.23 14:13:19.004237 [ 274 ] {432ce94a-c97d-4956-94ce-005d7d94dd8a} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1018 | 2025.02.23 14:13:19.004272 [ 274 ] {432ce94a-c97d-4956-94ce-005d7d94dd8a} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1019 | 2025.02.23 14:13:19.004295 [ 274 ] {432ce94a-c97d-4956-94ce-005d7d94dd8a} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (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 | ||
| 1020 | 2025.02.23 14:13:19.004313 [ 274 ] {432ce94a-c97d-4956-94ce-005d7d94dd8a} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1021 | 2025.02.23 14:13:19.004358 [ 274 ] {432ce94a-c97d-4956-94ce-005d7d94dd8a} <Trace> MergeTreeBaseSelectProcessor: 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_rib:active_routes'))" | ||
| 1022 | 2025.02.23 14:13:19.004382 [ 274 ] {432ce94a-c97d-4956-94ce-005d7d94dd8a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1023 | 2025.02.23 14:13:19.005046 [ 274 ] {432ce94a-c97d-4956-94ce-005d7d94dd8a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001912 sec., 9414.225941422594 rows/sec., 385.11 KiB/sec. | ||
| 1024 | 2025.02.23 14:13:19.005152 [ 274 ] {432ce94a-c97d-4956-94ce-005d7d94dd8a} <Debug> TCPHandler: Processed in 0.00220509 sec. | ||
| 1025 | 2025.02.23 14:13:19.008892 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1026 | 2025.02.23 14:13:19.009120 [ 275 ] {5a8c2ce7-f16a-428b-a51b-7f5fdb321c51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1027 | 2025.02.23 14:13:19.009503 [ 275 ] {5a8c2ce7-f16a-428b-a51b-7f5fdb321c51} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1028 | 2025.02.23 14:13:19.009558 [ 275 ] {5a8c2ce7-f16a-428b-a51b-7f5fdb321c51} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1029 | 2025.02.23 14:13:19.009875 [ 275 ] {5a8c2ce7-f16a-428b-a51b-7f5fdb321c51} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1030 | 2025.02.23 14:13:19.009941 [ 275 ] {5a8c2ce7-f16a-428b-a51b-7f5fdb321c51} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1031 | 2025.02.23 14:13:19.010098 [ 275 ] {5a8c2ce7-f16a-428b-a51b-7f5fdb321c51} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1032 | 2025.02.23 14:13:19.010133 [ 275 ] {5a8c2ce7-f16a-428b-a51b-7f5fdb321c51} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1033 | 2025.02.23 14:13:19.010158 [ 275 ] {5a8c2ce7-f16a-428b-a51b-7f5fdb321c51} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (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 | ||
| 1034 | 2025.02.23 14:13:19.010175 [ 275 ] {5a8c2ce7-f16a-428b-a51b-7f5fdb321c51} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1035 | 2025.02.23 14:13:19.010220 [ 275 ] {5a8c2ce7-f16a-428b-a51b-7f5fdb321c51} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1036 | 2025.02.23 14:13:19.010244 [ 275 ] {5a8c2ce7-f16a-428b-a51b-7f5fdb321c51} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1037 | 2025.02.23 14:13:19.010841 [ 275 ] {5a8c2ce7-f16a-428b-a51b-7f5fdb321c51} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00183 sec., 9836.065573770491 rows/sec., 402.37 KiB/sec. | ||
| 1038 | 2025.02.23 14:13:19.010959 [ 275 ] {5a8c2ce7-f16a-428b-a51b-7f5fdb321c51} <Debug> TCPHandler: Processed in 0.002140168 sec. | ||
| 1039 | 2025.02.23 14:13:19.011399 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1040 | 2025.02.23 14:13:19.011632 [ 274 ] {3d3bb15e-644a-49ca-91dd-66fd97cf47c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1041 | 2025.02.23 14:13:19.012018 [ 274 ] {3d3bb15e-644a-49ca-91dd-66fd97cf47c5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1042 | 2025.02.23 14:13:19.012069 [ 274 ] {3d3bb15e-644a-49ca-91dd-66fd97cf47c5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1043 | 2025.02.23 14:13:19.012379 [ 274 ] {3d3bb15e-644a-49ca-91dd-66fd97cf47c5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1044 | 2025.02.23 14:13:19.012463 [ 274 ] {3d3bb15e-644a-49ca-91dd-66fd97cf47c5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1045 | 2025.02.23 14:13:19.012638 [ 274 ] {3d3bb15e-644a-49ca-91dd-66fd97cf47c5} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1046 | 2025.02.23 14:13:19.012675 [ 274 ] {3d3bb15e-644a-49ca-91dd-66fd97cf47c5} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1047 | 2025.02.23 14:13:19.012700 [ 274 ] {3d3bb15e-644a-49ca-91dd-66fd97cf47c5} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (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 | ||
| 1048 | 2025.02.23 14:13:19.012718 [ 274 ] {3d3bb15e-644a-49ca-91dd-66fd97cf47c5} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1049 | 2025.02.23 14:13:19.012763 [ 274 ] {3d3bb15e-644a-49ca-91dd-66fd97cf47c5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1050 | 2025.02.23 14:13:19.012787 [ 274 ] {3d3bb15e-644a-49ca-91dd-66fd97cf47c5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1051 | 2025.02.23 14:13:19.013333 [ 274 ] {3d3bb15e-644a-49ca-91dd-66fd97cf47c5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001816 sec., 9911.894273127753 rows/sec., 405.47 KiB/sec. | ||
| 1052 | 2025.02.23 14:13:19.013422 [ 274 ] {3d3bb15e-644a-49ca-91dd-66fd97cf47c5} <Debug> TCPHandler: Processed in 0.002126017 sec. | ||
| 1053 | 2025.02.23 14:13:19.014083 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1054 | 2025.02.23 14:13:19.014299 [ 275 ] {e8cb8cd8-4a62-4234-8040-453b899a43e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1055 | 2025.02.23 14:13:19.014681 [ 275 ] {e8cb8cd8-4a62-4234-8040-453b899a43e5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1056 | 2025.02.23 14:13:19.014734 [ 275 ] {e8cb8cd8-4a62-4234-8040-453b899a43e5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1057 | 2025.02.23 14:13:19.015025 [ 275 ] {e8cb8cd8-4a62-4234-8040-453b899a43e5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1058 | 2025.02.23 14:13:19.015095 [ 275 ] {e8cb8cd8-4a62-4234-8040-453b899a43e5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1059 | 2025.02.23 14:13:19.015247 [ 275 ] {e8cb8cd8-4a62-4234-8040-453b899a43e5} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1060 | 2025.02.23 14:13:19.015280 [ 275 ] {e8cb8cd8-4a62-4234-8040-453b899a43e5} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1061 | 2025.02.23 14:13:19.015303 [ 275 ] {e8cb8cd8-4a62-4234-8040-453b899a43e5} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (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 | ||
| 1062 | 2025.02.23 14:13:19.015322 [ 275 ] {e8cb8cd8-4a62-4234-8040-453b899a43e5} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1063 | 2025.02.23 14:13:19.015367 [ 275 ] {e8cb8cd8-4a62-4234-8040-453b899a43e5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1064 | 2025.02.23 14:13:19.015391 [ 275 ] {e8cb8cd8-4a62-4234-8040-453b899a43e5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1065 | 2025.02.23 14:13:19.015964 [ 275 ] {e8cb8cd8-4a62-4234-8040-453b899a43e5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001766 sec., 10192.525481313703 rows/sec., 416.95 KiB/sec. | ||
| 1066 | 2025.02.23 14:13:19.016080 [ 275 ] {e8cb8cd8-4a62-4234-8040-453b899a43e5} <Debug> TCPHandler: Processed in 0.002068026 sec. | ||
| 1067 | 2025.02.23 14:13:19.016460 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1068 | 2025.02.23 14:13:19.016678 [ 274 ] {91c2bd2a-0a9c-48a8-a85c-a972481f0cc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1069 | 2025.02.23 14:13:19.017010 [ 274 ] {91c2bd2a-0a9c-48a8-a85c-a972481f0cc5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1070 | 2025.02.23 14:13:19.017055 [ 274 ] {91c2bd2a-0a9c-48a8-a85c-a972481f0cc5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1071 | 2025.02.23 14:13:19.017346 [ 274 ] {91c2bd2a-0a9c-48a8-a85c-a972481f0cc5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1072 | 2025.02.23 14:13:19.017413 [ 274 ] {91c2bd2a-0a9c-48a8-a85c-a972481f0cc5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1073 | 2025.02.23 14:13:19.017561 [ 274 ] {91c2bd2a-0a9c-48a8-a85c-a972481f0cc5} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1074 | 2025.02.23 14:13:19.017596 [ 274 ] {91c2bd2a-0a9c-48a8-a85c-a972481f0cc5} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1075 | 2025.02.23 14:13:19.017619 [ 274 ] {91c2bd2a-0a9c-48a8-a85c-a972481f0cc5} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (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 | ||
| 1076 | 2025.02.23 14:13:19.017637 [ 274 ] {91c2bd2a-0a9c-48a8-a85c-a972481f0cc5} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1077 | 2025.02.23 14:13:19.017681 [ 274 ] {91c2bd2a-0a9c-48a8-a85c-a972481f0cc5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1078 | 2025.02.23 14:13:19.017705 [ 274 ] {91c2bd2a-0a9c-48a8-a85c-a972481f0cc5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1079 | 2025.02.23 14:13:19.018239 [ 274 ] {91c2bd2a-0a9c-48a8-a85c-a972481f0cc5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001669 sec., 10784.901138406232 rows/sec., 441.18 KiB/sec. | ||
| 1080 | 2025.02.23 14:13:19.018322 [ 274 ] {91c2bd2a-0a9c-48a8-a85c-a972481f0cc5} <Debug> TCPHandler: Processed in 0.001931382 sec. | ||
| 1081 | 2025.02.23 14:13:19.018610 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1082 | 2025.02.23 14:13:19.018796 [ 275 ] {3088e75d-024f-4b0b-9ff0-590e59258ab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1083 | 2025.02.23 14:13:19.019184 [ 275 ] {3088e75d-024f-4b0b-9ff0-590e59258ab0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1084 | 2025.02.23 14:13:19.019239 [ 275 ] {3088e75d-024f-4b0b-9ff0-590e59258ab0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1085 | 2025.02.23 14:13:19.019594 [ 275 ] {3088e75d-024f-4b0b-9ff0-590e59258ab0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1086 | 2025.02.23 14:13:19.019676 [ 275 ] {3088e75d-024f-4b0b-9ff0-590e59258ab0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1087 | 2025.02.23 14:13:19.019838 [ 275 ] {3088e75d-024f-4b0b-9ff0-590e59258ab0} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1088 | 2025.02.23 14:13:19.019870 [ 275 ] {3088e75d-024f-4b0b-9ff0-590e59258ab0} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1089 | 2025.02.23 14:13:19.019894 [ 275 ] {3088e75d-024f-4b0b-9ff0-590e59258ab0} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (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 | ||
| 1090 | 2025.02.23 14:13:19.019911 [ 275 ] {3088e75d-024f-4b0b-9ff0-590e59258ab0} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1091 | 2025.02.23 14:13:19.019955 [ 275 ] {3088e75d-024f-4b0b-9ff0-590e59258ab0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1092 | 2025.02.23 14:13:19.019978 [ 275 ] {3088e75d-024f-4b0b-9ff0-590e59258ab0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1093 | 2025.02.23 14:13:19.020544 [ 275 ] {3088e75d-024f-4b0b-9ff0-590e59258ab0} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001841 sec., 9777.29494839761 rows/sec., 399.96 KiB/sec. | ||
| 1094 | 2025.02.23 14:13:19.020657 [ 275 ] {3088e75d-024f-4b0b-9ff0-590e59258ab0} <Debug> TCPHandler: Processed in 0.002105707 sec. | ||
| 1095 | 2025.02.23 14:13:19.020935 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1096 | 2025.02.23 14:13:19.021159 [ 274 ] {d43a1d79-13a5-4c6f-bd1b-90b4525605e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1097 | 2025.02.23 14:13:19.021546 [ 274 ] {d43a1d79-13a5-4c6f-bd1b-90b4525605e7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1098 | 2025.02.23 14:13:19.021602 [ 274 ] {d43a1d79-13a5-4c6f-bd1b-90b4525605e7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1099 | 2025.02.23 14:13:19.021922 [ 274 ] {d43a1d79-13a5-4c6f-bd1b-90b4525605e7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1100 | 2025.02.23 14:13:19.021989 [ 274 ] {d43a1d79-13a5-4c6f-bd1b-90b4525605e7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1101 | 2025.02.23 14:13:19.022141 [ 274 ] {d43a1d79-13a5-4c6f-bd1b-90b4525605e7} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1102 | 2025.02.23 14:13:19.022174 [ 274 ] {d43a1d79-13a5-4c6f-bd1b-90b4525605e7} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1103 | 2025.02.23 14:13:19.022197 [ 274 ] {d43a1d79-13a5-4c6f-bd1b-90b4525605e7} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (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 | ||
| 1104 | 2025.02.23 14:13:19.022214 [ 274 ] {d43a1d79-13a5-4c6f-bd1b-90b4525605e7} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1105 | 2025.02.23 14:13:19.022258 [ 274 ] {d43a1d79-13a5-4c6f-bd1b-90b4525605e7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1106 | 2025.02.23 14:13:19.022282 [ 274 ] {d43a1d79-13a5-4c6f-bd1b-90b4525605e7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1107 | 2025.02.23 14:13:19.022769 [ 274 ] {d43a1d79-13a5-4c6f-bd1b-90b4525605e7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001715 sec., 10495.626822157436 rows/sec., 429.35 KiB/sec. | ||
| 1108 | 2025.02.23 14:13:19.022851 [ 274 ] {d43a1d79-13a5-4c6f-bd1b-90b4525605e7} <Debug> TCPHandler: Processed in 0.001981443 sec. | ||
| 1109 | 2025.02.23 14:13:19.023127 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1110 | 2025.02.23 14:13:19.023336 [ 275 ] {96f79c08-baa6-4fb7-b64a-588652045098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1111 | 2025.02.23 14:13:19.023723 [ 275 ] {96f79c08-baa6-4fb7-b64a-588652045098} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1112 | 2025.02.23 14:13:19.023774 [ 275 ] {96f79c08-baa6-4fb7-b64a-588652045098} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1113 | 2025.02.23 14:13:19.024074 [ 275 ] {96f79c08-baa6-4fb7-b64a-588652045098} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1114 | 2025.02.23 14:13:19.024141 [ 275 ] {96f79c08-baa6-4fb7-b64a-588652045098} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1115 | 2025.02.23 14:13:19.024294 [ 275 ] {96f79c08-baa6-4fb7-b64a-588652045098} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1116 | 2025.02.23 14:13:19.024328 [ 275 ] {96f79c08-baa6-4fb7-b64a-588652045098} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1117 | 2025.02.23 14:13:19.024351 [ 275 ] {96f79c08-baa6-4fb7-b64a-588652045098} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (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 | ||
| 1118 | 2025.02.23 14:13:19.024367 [ 275 ] {96f79c08-baa6-4fb7-b64a-588652045098} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1119 | 2025.02.23 14:13:19.024412 [ 275 ] {96f79c08-baa6-4fb7-b64a-588652045098} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1120 | 2025.02.23 14:13:19.024436 [ 275 ] {96f79c08-baa6-4fb7-b64a-588652045098} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1121 | 2025.02.23 14:13:19.025094 [ 275 ] {96f79c08-baa6-4fb7-b64a-588652045098} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001859 sec., 9682.625067240451 rows/sec., 396.09 KiB/sec. | ||
| 1122 | 2025.02.23 14:13:19.025218 [ 275 ] {96f79c08-baa6-4fb7-b64a-588652045098} <Debug> TCPHandler: Processed in 0.002159529 sec. | ||
| 1123 | 2025.02.23 14:13:19.025712 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1124 | 2025.02.23 14:13:19.025953 [ 274 ] {facc856c-7eb2-489a-a95a-b044967345ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1125 | 2025.02.23 14:13:19.026344 [ 274 ] {facc856c-7eb2-489a-a95a-b044967345ed} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1126 | 2025.02.23 14:13:19.026402 [ 274 ] {facc856c-7eb2-489a-a95a-b044967345ed} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1127 | 2025.02.23 14:13:19.026766 [ 274 ] {facc856c-7eb2-489a-a95a-b044967345ed} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1128 | 2025.02.23 14:13:19.026832 [ 274 ] {facc856c-7eb2-489a-a95a-b044967345ed} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1129 | 2025.02.23 14:13:19.026982 [ 274 ] {facc856c-7eb2-489a-a95a-b044967345ed} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1130 | 2025.02.23 14:13:19.027016 [ 274 ] {facc856c-7eb2-489a-a95a-b044967345ed} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1131 | 2025.02.23 14:13:19.027038 [ 274 ] {facc856c-7eb2-489a-a95a-b044967345ed} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (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 | ||
| 1132 | 2025.02.23 14:13:19.027055 [ 274 ] {facc856c-7eb2-489a-a95a-b044967345ed} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1133 | 2025.02.23 14:13:19.027098 [ 274 ] {facc856c-7eb2-489a-a95a-b044967345ed} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1134 | 2025.02.23 14:13:19.027122 [ 274 ] {facc856c-7eb2-489a-a95a-b044967345ed} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1135 | 2025.02.23 14:13:19.027813 [ 274 ] {facc856c-7eb2-489a-a95a-b044967345ed} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001966 sec., 9155.645981688709 rows/sec., 374.53 KiB/sec. | ||
| 1136 | 2025.02.23 14:13:19.027897 [ 274 ] {facc856c-7eb2-489a-a95a-b044967345ed} <Debug> TCPHandler: Processed in 0.002293233 sec. | ||
| 1137 | 2025.02.23 14:13:19.028369 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1138 | 2025.02.23 14:13:19.028707 [ 275 ] {9a23c35c-e460-4a99-9a19-8ff49d5c6e9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1139 | 2025.02.23 14:13:19.029077 [ 275 ] {9a23c35c-e460-4a99-9a19-8ff49d5c6e9c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1140 | 2025.02.23 14:13:19.029123 [ 275 ] {9a23c35c-e460-4a99-9a19-8ff49d5c6e9c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1141 | 2025.02.23 14:13:19.029422 [ 275 ] {9a23c35c-e460-4a99-9a19-8ff49d5c6e9c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1142 | 2025.02.23 14:13:19.029488 [ 275 ] {9a23c35c-e460-4a99-9a19-8ff49d5c6e9c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1143 | 2025.02.23 14:13:19.029638 [ 275 ] {9a23c35c-e460-4a99-9a19-8ff49d5c6e9c} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1144 | 2025.02.23 14:13:19.029670 [ 275 ] {9a23c35c-e460-4a99-9a19-8ff49d5c6e9c} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1145 | 2025.02.23 14:13:19.029694 [ 275 ] {9a23c35c-e460-4a99-9a19-8ff49d5c6e9c} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (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 | ||
| 1146 | 2025.02.23 14:13:19.029710 [ 275 ] {9a23c35c-e460-4a99-9a19-8ff49d5c6e9c} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1147 | 2025.02.23 14:13:19.029755 [ 275 ] {9a23c35c-e460-4a99-9a19-8ff49d5c6e9c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1148 | 2025.02.23 14:13:19.029779 [ 275 ] {9a23c35c-e460-4a99-9a19-8ff49d5c6e9c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1149 | 2025.02.23 14:13:19.030534 [ 275 ] {9a23c35c-e460-4a99-9a19-8ff49d5c6e9c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001994 sec., 9027.081243731192 rows/sec., 369.27 KiB/sec. | ||
| 1150 | 2025.02.23 14:13:19.030681 [ 275 ] {9a23c35c-e460-4a99-9a19-8ff49d5c6e9c} <Debug> TCPHandler: Processed in 0.002419317 sec. | ||
| 1151 | 2025.02.23 14:13:19.030987 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1152 | 2025.02.23 14:13:19.031204 [ 274 ] {07cfb1dd-33a5-442f-9cb3-85e5c14fc251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1153 | 2025.02.23 14:13:19.031594 [ 274 ] {07cfb1dd-33a5-442f-9cb3-85e5c14fc251} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1154 | 2025.02.23 14:13:19.031652 [ 274 ] {07cfb1dd-33a5-442f-9cb3-85e5c14fc251} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1155 | 2025.02.23 14:13:19.031965 [ 274 ] {07cfb1dd-33a5-442f-9cb3-85e5c14fc251} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1156 | 2025.02.23 14:13:19.032036 [ 274 ] {07cfb1dd-33a5-442f-9cb3-85e5c14fc251} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1157 | 2025.02.23 14:13:19.032184 [ 274 ] {07cfb1dd-33a5-442f-9cb3-85e5c14fc251} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1158 | 2025.02.23 14:13:19.032217 [ 274 ] {07cfb1dd-33a5-442f-9cb3-85e5c14fc251} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1159 | 2025.02.23 14:13:19.032239 [ 274 ] {07cfb1dd-33a5-442f-9cb3-85e5c14fc251} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (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 | ||
| 1160 | 2025.02.23 14:13:19.032255 [ 274 ] {07cfb1dd-33a5-442f-9cb3-85e5c14fc251} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1161 | 2025.02.23 14:13:19.032298 [ 274 ] {07cfb1dd-33a5-442f-9cb3-85e5c14fc251} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1162 | 2025.02.23 14:13:19.032321 [ 274 ] {07cfb1dd-33a5-442f-9cb3-85e5c14fc251} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1163 | 2025.02.23 14:13:19.032839 [ 274 ] {07cfb1dd-33a5-442f-9cb3-85e5c14fc251} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001744 sec., 10321.100917431191 rows/sec., 422.21 KiB/sec. | ||
| 1164 | 2025.02.23 14:13:19.032920 [ 274 ] {07cfb1dd-33a5-442f-9cb3-85e5c14fc251} <Debug> TCPHandler: Processed in 0.002001494 sec. | ||
| 1165 | 2025.02.23 14:13:19.033405 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1166 | 2025.02.23 14:13:19.033754 [ 275 ] {3fe6441a-6822-462a-bb00-25c7bd00b10e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1167 | 2025.02.23 14:13:19.034123 [ 275 ] {3fe6441a-6822-462a-bb00-25c7bd00b10e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1168 | 2025.02.23 14:13:19.034174 [ 275 ] {3fe6441a-6822-462a-bb00-25c7bd00b10e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1169 | 2025.02.23 14:13:19.034491 [ 275 ] {3fe6441a-6822-462a-bb00-25c7bd00b10e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1170 | 2025.02.23 14:13:19.034559 [ 275 ] {3fe6441a-6822-462a-bb00-25c7bd00b10e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1171 | 2025.02.23 14:13:19.034710 [ 275 ] {3fe6441a-6822-462a-bb00-25c7bd00b10e} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1172 | 2025.02.23 14:13:19.034743 [ 275 ] {3fe6441a-6822-462a-bb00-25c7bd00b10e} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1173 | 2025.02.23 14:13:19.034856 [ 275 ] {3fe6441a-6822-462a-bb00-25c7bd00b10e} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (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 | ||
| 1174 | 2025.02.23 14:13:19.034874 [ 275 ] {3fe6441a-6822-462a-bb00-25c7bd00b10e} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1175 | 2025.02.23 14:13:19.034922 [ 275 ] {3fe6441a-6822-462a-bb00-25c7bd00b10e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1176 | 2025.02.23 14:13:19.035023 [ 275 ] {3fe6441a-6822-462a-bb00-25c7bd00b10e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1177 | 2025.02.23 14:13:19.035747 [ 275 ] {3fe6441a-6822-462a-bb00-25c7bd00b10e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00217 sec., 8294.930875576036 rows/sec., 339.32 KiB/sec. | ||
| 1178 | 2025.02.23 14:13:19.035862 [ 275 ] {3fe6441a-6822-462a-bb00-25c7bd00b10e} <Debug> TCPHandler: Processed in 0.002570211 sec. | ||
| 1179 | 2025.02.23 14:13:19.041883 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1180 | 2025.02.23 14:13:19.042070 [ 274 ] {d892c31f-bbdf-4981-b525-7d0f783de6df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1181 | 2025.02.23 14:13:19.042400 [ 274 ] {d892c31f-bbdf-4981-b525-7d0f783de6df} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1182 | 2025.02.23 14:13:19.042448 [ 274 ] {d892c31f-bbdf-4981-b525-7d0f783de6df} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1183 | 2025.02.23 14:13:19.042758 [ 274 ] {d892c31f-bbdf-4981-b525-7d0f783de6df} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1184 | 2025.02.23 14:13:19.042824 [ 274 ] {d892c31f-bbdf-4981-b525-7d0f783de6df} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1185 | 2025.02.23 14:13:19.042972 [ 274 ] {d892c31f-bbdf-4981-b525-7d0f783de6df} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1186 | 2025.02.23 14:13:19.043005 [ 274 ] {d892c31f-bbdf-4981-b525-7d0f783de6df} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1187 | 2025.02.23 14:13:19.043028 [ 274 ] {d892c31f-bbdf-4981-b525-7d0f783de6df} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (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 | ||
| 1188 | 2025.02.23 14:13:19.043044 [ 274 ] {d892c31f-bbdf-4981-b525-7d0f783de6df} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1189 | 2025.02.23 14:13:19.043088 [ 274 ] {d892c31f-bbdf-4981-b525-7d0f783de6df} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1190 | 2025.02.23 14:13:19.043111 [ 274 ] {d892c31f-bbdf-4981-b525-7d0f783de6df} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1191 | 2025.02.23 14:13:19.043629 [ 274 ] {d892c31f-bbdf-4981-b525-7d0f783de6df} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001649 sec., 10915.70648878108 rows/sec., 446.53 KiB/sec. | ||
| 1192 | 2025.02.23 14:13:19.043711 [ 274 ] {d892c31f-bbdf-4981-b525-7d0f783de6df} <Debug> TCPHandler: Processed in 0.00188172 sec. | ||
| 1193 | 2025.02.23 14:13:19.050827 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1194 | 2025.02.23 14:13:19.051052 [ 274 ] {aeca1705-37fd-4797-84dc-c3d036933a81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1195 | 2025.02.23 14:13:19.051142 [ 274 ] {aeca1705-37fd-4797-84dc-c3d036933a81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1196 | 2025.02.23 14:13:19.052084 [ 274 ] {aeca1705-37fd-4797-84dc-c3d036933a81} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1197 | 2025.02.23 14:13:19.052129 [ 274 ] {aeca1705-37fd-4797-84dc-c3d036933a81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1198 | 2025.02.23 14:13:19.052776 [ 274 ] {aeca1705-37fd-4797-84dc-c3d036933a81} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1199 | 2025.02.23 14:13:19.053196 [ 274 ] {aeca1705-37fd-4797-84dc-c3d036933a81} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1200 | 2025.02.23 14:13:19.053407 [ 274 ] {aeca1705-37fd-4797-84dc-c3d036933a81} <Debug> executeQuery: Read 17 rows, 4.90 KiB in 0.002423 sec., 7016.0957490714 rows/sec., 1.97 MiB/sec. | ||
| 1201 | 2025.02.23 14:13:19.053588 [ 274 ] {aeca1705-37fd-4797-84dc-c3d036933a81} <Debug> TCPHandler: Processed in 0.002854541 sec. | ||
| 1202 | 2025.02.23 14:13:19.053754 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1203 | 2025.02.23 14:13:19.053906 [ 275 ] {c293e1a4-c397-4f0a-8aea-493c6f521190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1204 | 2025.02.23 14:13:19.053966 [ 275 ] {c293e1a4-c397-4f0a-8aea-493c6f521190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1205 | 2025.02.23 14:13:19.057123 [ 275 ] {c293e1a4-c397-4f0a-8aea-493c6f521190} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1206 | 2025.02.23 14:13:19.057202 [ 275 ] {c293e1a4-c397-4f0a-8aea-493c6f521190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1207 | 2025.02.23 14:13:19.058028 [ 275 ] {c293e1a4-c397-4f0a-8aea-493c6f521190} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1208 | 2025.02.23 14:13:19.058545 [ 275 ] {c293e1a4-c397-4f0a-8aea-493c6f521190} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1209 | 2025.02.23 14:13:19.058773 [ 275 ] {c293e1a4-c397-4f0a-8aea-493c6f521190} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.004911 sec., 43168.397475056 rows/sec., 2.75 MiB/sec. | ||
| 1210 | 2025.02.23 14:13:19.058825 [ 275 ] {c293e1a4-c397-4f0a-8aea-493c6f521190} <Debug> TCPHandler: Processed in 0.005140253 sec. | ||
| 1211 | 2025.02.23 14:13:19.059026 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1212 | 2025.02.23 14:13:19.059167 [ 274 ] {a3c6472c-6b58-46a4-b262-4e523e87b3fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1213 | 2025.02.23 14:13:19.059223 [ 274 ] {a3c6472c-6b58-46a4-b262-4e523e87b3fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1214 | 2025.02.23 14:13:19.060238 [ 274 ] {a3c6472c-6b58-46a4-b262-4e523e87b3fd} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1215 | 2025.02.23 14:13:19.060276 [ 274 ] {a3c6472c-6b58-46a4-b262-4e523e87b3fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1216 | 2025.02.23 14:13:19.060865 [ 274 ] {a3c6472c-6b58-46a4-b262-4e523e87b3fd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1217 | 2025.02.23 14:13:19.061382 [ 274 ] {a3c6472c-6b58-46a4-b262-4e523e87b3fd} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1218 | 2025.02.23 14:13:19.061569 [ 274 ] {a3c6472c-6b58-46a4-b262-4e523e87b3fd} <Debug> executeQuery: Read 688 rows, 56.13 KiB in 0.002437 sec., 282314.3208863357 rows/sec., 22.49 MiB/sec. | ||
| 1219 | 2025.02.23 14:13:19.061623 [ 274 ] {a3c6472c-6b58-46a4-b262-4e523e87b3fd} <Debug> TCPHandler: Processed in 0.002666715 sec. | ||
| 1220 | 2025.02.23 14:13:19.061768 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1221 | 2025.02.23 14:13:19.061885 [ 275 ] {50c7ed0c-26b7-4c4c-9d9c-d4808ba50cc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1222 | 2025.02.23 14:13:19.061933 [ 275 ] {50c7ed0c-26b7-4c4c-9d9c-d4808ba50cc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1223 | 2025.02.23 14:13:19.062596 [ 275 ] {50c7ed0c-26b7-4c4c-9d9c-d4808ba50cc0} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1224 | 2025.02.23 14:13:19.062633 [ 275 ] {50c7ed0c-26b7-4c4c-9d9c-d4808ba50cc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1225 | 2025.02.23 14:13:19.063198 [ 275 ] {50c7ed0c-26b7-4c4c-9d9c-d4808ba50cc0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1226 | 2025.02.23 14:13:19.063711 [ 275 ] {50c7ed0c-26b7-4c4c-9d9c-d4808ba50cc0} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1227 | 2025.02.23 14:13:19.063948 [ 275 ] {50c7ed0c-26b7-4c4c-9d9c-d4808ba50cc0} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.002086 sec., 67593.4803451582 rows/sec., 4.22 MiB/sec. | ||
| 1228 | 2025.02.23 14:13:19.064024 [ 275 ] {50c7ed0c-26b7-4c4c-9d9c-d4808ba50cc0} <Debug> TCPHandler: Processed in 0.002315474 sec. | ||
| 1229 | 2025.02.23 14:13:19.064224 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1230 | 2025.02.23 14:13:19.064445 [ 274 ] {4774f054-e4fb-4acc-b463-80597a811a8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1231 | 2025.02.23 14:13:19.064534 [ 274 ] {4774f054-e4fb-4acc-b463-80597a811a8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1232 | 2025.02.23 14:13:19.065249 [ 274 ] {4774f054-e4fb-4acc-b463-80597a811a8f} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1233 | 2025.02.23 14:13:19.065288 [ 274 ] {4774f054-e4fb-4acc-b463-80597a811a8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1234 | 2025.02.23 14:13:19.065799 [ 274 ] {4774f054-e4fb-4acc-b463-80597a811a8f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1235 | 2025.02.23 14:13:19.066229 [ 274 ] {4774f054-e4fb-4acc-b463-80597a811a8f} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1236 | 2025.02.23 14:13:19.066470 [ 274 ] {4774f054-e4fb-4acc-b463-80597a811a8f} <Debug> executeQuery: Read 114 rows, 7.56 KiB in 0.002068 sec., 55125.7253384913 rows/sec., 3.57 MiB/sec. | ||
| 1237 | 2025.02.23 14:13:19.066534 [ 274 ] {4774f054-e4fb-4acc-b463-80597a811a8f} <Debug> TCPHandler: Processed in 0.002416617 sec. | ||
| 1238 | 2025.02.23 14:13:19.066682 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1239 | 2025.02.23 14:13:19.066871 [ 275 ] {2e172e99-5ec1-4929-89e0-e9b297109cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1240 | 2025.02.23 14:13:19.066960 [ 275 ] {2e172e99-5ec1-4929-89e0-e9b297109cf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1241 | 2025.02.23 14:13:19.067939 [ 275 ] {2e172e99-5ec1-4929-89e0-e9b297109cf4} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1242 | 2025.02.23 14:13:19.067978 [ 275 ] {2e172e99-5ec1-4929-89e0-e9b297109cf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1243 | 2025.02.23 14:13:19.068522 [ 275 ] {2e172e99-5ec1-4929-89e0-e9b297109cf4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1244 | 2025.02.23 14:13:19.069030 [ 275 ] {2e172e99-5ec1-4929-89e0-e9b297109cf4} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1245 | 2025.02.23 14:13:19.069241 [ 275 ] {2e172e99-5ec1-4929-89e0-e9b297109cf4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00242 sec., 46280.991735537194 rows/sec., 2.64 MiB/sec. | ||
| 1246 | 2025.02.23 14:13:19.069318 [ 275 ] {2e172e99-5ec1-4929-89e0-e9b297109cf4} <Debug> TCPHandler: Processed in 0.002703436 sec. | ||
| 1247 | 2025.02.23 14:13:19.069461 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1248 | 2025.02.23 14:13:19.069597 [ 274 ] {4735bec6-6036-4d99-8494-846ca608436d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1249 | 2025.02.23 14:13:19.069654 [ 274 ] {4735bec6-6036-4d99-8494-846ca608436d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1250 | 2025.02.23 14:13:19.070531 [ 274 ] {4735bec6-6036-4d99-8494-846ca608436d} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1251 | 2025.02.23 14:13:19.070572 [ 274 ] {4735bec6-6036-4d99-8494-846ca608436d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1252 | 2025.02.23 14:13:19.071052 [ 274 ] {4735bec6-6036-4d99-8494-846ca608436d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1253 | 2025.02.23 14:13:19.071518 [ 274 ] {4735bec6-6036-4d99-8494-846ca608436d} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1254 | 2025.02.23 14:13:19.071791 [ 274 ] {4735bec6-6036-4d99-8494-846ca608436d} <Debug> executeQuery: Read 427 rows, 31.20 KiB in 0.002212 sec., 193037.9746835443 rows/sec., 13.77 MiB/sec. | ||
| 1255 | 2025.02.23 14:13:19.071916 [ 274 ] {4735bec6-6036-4d99-8494-846ca608436d} <Debug> TCPHandler: Processed in 0.00252209 sec. | ||
| 1256 | 2025.02.23 14:13:19.072067 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1257 | 2025.02.23 14:13:19.072206 [ 275 ] {ad4dfbcc-082d-424d-af91-c5af79645663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1258 | 2025.02.23 14:13:19.072265 [ 275 ] {ad4dfbcc-082d-424d-af91-c5af79645663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1259 | 2025.02.23 14:13:19.072813 [ 275 ] {ad4dfbcc-082d-424d-af91-c5af79645663} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1260 | 2025.02.23 14:13:19.072853 [ 275 ] {ad4dfbcc-082d-424d-af91-c5af79645663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1261 | 2025.02.23 14:13:19.073396 [ 275 ] {ad4dfbcc-082d-424d-af91-c5af79645663} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1262 | 2025.02.23 14:13:19.073897 [ 275 ] {ad4dfbcc-082d-424d-af91-c5af79645663} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1263 | 2025.02.23 14:13:19.074162 [ 275 ] {ad4dfbcc-082d-424d-af91-c5af79645663} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001976 sec., 3036.4372469635628 rows/sec., 158.64 KiB/sec. | ||
| 1264 | 2025.02.23 14:13:19.074221 [ 275 ] {ad4dfbcc-082d-424d-af91-c5af79645663} <Debug> TCPHandler: Processed in 0.00222074 sec. | ||
| 1265 | 2025.02.23 14:13:19.074368 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1266 | 2025.02.23 14:13:19.074489 [ 274 ] {2366a581-556e-42c6-ba5e-e85c5257f8fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1267 | 2025.02.23 14:13:19.074540 [ 274 ] {2366a581-556e-42c6-ba5e-e85c5257f8fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1268 | 2025.02.23 14:13:19.075098 [ 274 ] {2366a581-556e-42c6-ba5e-e85c5257f8fd} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1269 | 2025.02.23 14:13:19.075138 [ 274 ] {2366a581-556e-42c6-ba5e-e85c5257f8fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1270 | 2025.02.23 14:13:19.075693 [ 274 ] {2366a581-556e-42c6-ba5e-e85c5257f8fd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1271 | 2025.02.23 14:13:19.076174 [ 274 ] {2366a581-556e-42c6-ba5e-e85c5257f8fd} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1272 | 2025.02.23 14:13:19.076385 [ 274 ] {2366a581-556e-42c6-ba5e-e85c5257f8fd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001922 sec., 123309.05306971904 rows/sec., 8.27 MiB/sec. | ||
| 1273 | 2025.02.23 14:13:19.076441 [ 274 ] {2366a581-556e-42c6-ba5e-e85c5257f8fd} <Debug> TCPHandler: Processed in 0.002135368 sec. | ||
| 1274 | 2025.02.23 14:13:19.076594 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1275 | 2025.02.23 14:13:19.076742 [ 275 ] {33db6ea3-0659-4ca8-a2e8-66c176f6baf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1276 | 2025.02.23 14:13:19.076804 [ 275 ] {33db6ea3-0659-4ca8-a2e8-66c176f6baf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1277 | 2025.02.23 14:13:19.077371 [ 275 ] {33db6ea3-0659-4ca8-a2e8-66c176f6baf4} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1278 | 2025.02.23 14:13:19.077420 [ 275 ] {33db6ea3-0659-4ca8-a2e8-66c176f6baf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1279 | 2025.02.23 14:13:19.077997 [ 275 ] {33db6ea3-0659-4ca8-a2e8-66c176f6baf4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1280 | 2025.02.23 14:13:19.078513 [ 275 ] {33db6ea3-0659-4ca8-a2e8-66c176f6baf4} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1281 | 2025.02.23 14:13:19.078727 [ 275 ] {33db6ea3-0659-4ca8-a2e8-66c176f6baf4} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.002018 sec., 991.0802775024778 rows/sec., 64.85 KiB/sec. | ||
| 1282 | 2025.02.23 14:13:19.078779 [ 275 ] {33db6ea3-0659-4ca8-a2e8-66c176f6baf4} <Debug> TCPHandler: Processed in 0.002255101 sec. | ||
| 1283 | 2025.02.23 14:13:19.078973 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1284 | 2025.02.23 14:13:19.079194 [ 274 ] {17824b99-b05a-4ba0-a195-5fd12ab24247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1285 | 2025.02.23 14:13:19.079333 [ 274 ] {17824b99-b05a-4ba0-a195-5fd12ab24247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1286 | 2025.02.23 14:13:19.080750 [ 274 ] {17824b99-b05a-4ba0-a195-5fd12ab24247} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1287 | 2025.02.23 14:13:19.080790 [ 274 ] {17824b99-b05a-4ba0-a195-5fd12ab24247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1288 | 2025.02.23 14:13:19.083982 [ 274 ] {17824b99-b05a-4ba0-a195-5fd12ab24247} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1289 | 2025.02.23 14:13:19.084557 [ 274 ] {17824b99-b05a-4ba0-a195-5fd12ab24247} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1290 | 2025.02.23 14:13:19.084801 [ 274 ] {17824b99-b05a-4ba0-a195-5fd12ab24247} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.005663 sec., 6180.469715698394 rows/sec., 11.08 MiB/sec. | ||
| 1291 | 2025.02.23 14:13:19.084912 [ 274 ] {17824b99-b05a-4ba0-a195-5fd12ab24247} <Debug> TCPHandler: Processed in 0.006043772 sec. | ||
| 1292 | 2025.02.23 14:13:19.085058 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1293 | 2025.02.23 14:13:19.085196 [ 275 ] {791be8e9-3a0b-404f-8089-40f28660d97b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1294 | 2025.02.23 14:13:19.085257 [ 275 ] {791be8e9-3a0b-404f-8089-40f28660d97b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1295 | 2025.02.23 14:13:19.086120 [ 275 ] {791be8e9-3a0b-404f-8089-40f28660d97b} <Trace> oximeter.measurements_i64 (09d1f1fc-b782-4d45-af7f-1458c5925879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1296 | 2025.02.23 14:13:19.086161 [ 275 ] {791be8e9-3a0b-404f-8089-40f28660d97b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1297 | 2025.02.23 14:13:19.086686 [ 275 ] {791be8e9-3a0b-404f-8089-40f28660d97b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1298 | 2025.02.23 14:13:19.087190 [ 275 ] {791be8e9-3a0b-404f-8089-40f28660d97b} <Trace> oximeter.measurements_i64 (09d1f1fc-b782-4d45-af7f-1458c5925879): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1299 | 2025.02.23 14:13:19.087460 [ 275 ] {791be8e9-3a0b-404f-8089-40f28660d97b} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.002292 sec., 7853.403141361256 rows/sec., 591.82 KiB/sec. | ||
| 1300 | 2025.02.23 14:13:19.087615 [ 275 ] {791be8e9-3a0b-404f-8089-40f28660d97b} <Debug> TCPHandler: Processed in 0.002624353 sec. | ||
| 1301 | 2025.02.23 14:13:19.087783 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1302 | 2025.02.23 14:13:19.088006 [ 274 ] {bfabe685-46cf-4903-a8d1-6164733d28db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1303 | 2025.02.23 14:13:19.088100 [ 274 ] {bfabe685-46cf-4903-a8d1-6164733d28db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1304 | 2025.02.23 14:13:19.088882 [ 274 ] {bfabe685-46cf-4903-a8d1-6164733d28db} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1305 | 2025.02.23 14:13:19.088923 [ 274 ] {bfabe685-46cf-4903-a8d1-6164733d28db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1306 | 2025.02.23 14:13:19.089408 [ 274 ] {bfabe685-46cf-4903-a8d1-6164733d28db} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1307 | 2025.02.23 14:13:19.089912 [ 274 ] {bfabe685-46cf-4903-a8d1-6164733d28db} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1308 | 2025.02.23 14:13:19.090124 [ 274 ] {bfabe685-46cf-4903-a8d1-6164733d28db} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002176 sec., 37683.82352941176 rows/sec., 2.39 MiB/sec. | ||
| 1309 | 2025.02.23 14:13:19.090176 [ 274 ] {bfabe685-46cf-4903-a8d1-6164733d28db} <Debug> TCPHandler: Processed in 0.002475189 sec. | ||
| 1310 | 2025.02.23 14:13:19.181417 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
| 1311 | 2025.02.23 14:13:19.182135 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1312 | 2025.02.23 14:13:19.182175 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1313 | 2025.02.23 14:13:19.182833 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1314 | 2025.02.23 14:13:19.183394 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1315 | 2025.02.23 14:13:19.183651 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
| 1316 | 2025.02.23 14:13:19.300140 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1317 | 2025.02.23 14:13:19.320075 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1318 | 2025.02.23 14:13:19.320128 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1319 | 2025.02.23 14:13:19.327176 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1320 | 2025.02.23 14:13:19.328365 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1321 | 2025.02.23 14:13:19.330840 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1322 | 2025.02.23 14:13:21.673862 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 68 entries to flush up to offset 202 | ||
| 1323 | 2025.02.23 14:13:21.677673 [ 242 ] {} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1324 | 2025.02.23 14:13:21.677728 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1325 | 2025.02.23 14:13:21.679586 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1326 | 2025.02.23 14:13:21.680211 [ 242 ] {} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1327 | 2025.02.23 14:13:21.680851 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 202 | ||
| 1328 | 2025.02.23 14:13:23.969132 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1329 | 2025.02.23 14:13:23.969440 [ 274 ] {cd94f5cb-507b-4b68-8f9a-5d070f85450f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1330 | 2025.02.23 14:13:23.969555 [ 274 ] {cd94f5cb-507b-4b68-8f9a-5d070f85450f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1331 | 2025.02.23 14:13:23.970611 [ 274 ] {cd94f5cb-507b-4b68-8f9a-5d070f85450f} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1332 | 2025.02.23 14:13:23.970666 [ 274 ] {cd94f5cb-507b-4b68-8f9a-5d070f85450f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1333 | 2025.02.23 14:13:23.971215 [ 274 ] {cd94f5cb-507b-4b68-8f9a-5d070f85450f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1334 | 2025.02.23 14:13:23.971743 [ 274 ] {cd94f5cb-507b-4b68-8f9a-5d070f85450f} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1335 | 2025.02.23 14:13:23.972069 [ 274 ] {cd94f5cb-507b-4b68-8f9a-5d070f85450f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002694 sec., 20786.93392724573 rows/sec., 1.60 MiB/sec. | ||
| 1336 | 2025.02.23 14:13:23.972157 [ 274 ] {cd94f5cb-507b-4b68-8f9a-5d070f85450f} <Debug> TCPHandler: Processed in 0.003216032 sec. | ||
| 1337 | 2025.02.23 14:13:23.972507 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1338 | 2025.02.23 14:13:23.972795 [ 275 ] {aaf3fdef-e3e0-47a6-814b-3def269e4130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1339 | 2025.02.23 14:13:23.972903 [ 275 ] {aaf3fdef-e3e0-47a6-814b-3def269e4130} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1340 | 2025.02.23 14:13:23.973683 [ 275 ] {aaf3fdef-e3e0-47a6-814b-3def269e4130} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1341 | 2025.02.23 14:13:23.973731 [ 275 ] {aaf3fdef-e3e0-47a6-814b-3def269e4130} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1342 | 2025.02.23 14:13:23.974316 [ 275 ] {aaf3fdef-e3e0-47a6-814b-3def269e4130} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1343 | 2025.02.23 14:13:23.974852 [ 275 ] {aaf3fdef-e3e0-47a6-814b-3def269e4130} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1344 | 2025.02.23 14:13:23.975087 [ 275 ] {aaf3fdef-e3e0-47a6-814b-3def269e4130} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002374 sec., 26958.719460825614 rows/sec., 2.10 MiB/sec. | ||
| 1345 | 2025.02.23 14:13:23.975144 [ 275 ] {aaf3fdef-e3e0-47a6-814b-3def269e4130} <Debug> TCPHandler: Processed in 0.00281056 sec. | ||
| 1346 | 2025.02.23 14:13:23.975370 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1347 | 2025.02.23 14:13:23.975592 [ 274 ] {dfe4ecae-944d-4f97-8189-fd17a394dde2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1348 | 2025.02.23 14:13:23.975689 [ 274 ] {dfe4ecae-944d-4f97-8189-fd17a394dde2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1349 | 2025.02.23 14:13:23.976394 [ 274 ] {dfe4ecae-944d-4f97-8189-fd17a394dde2} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1350 | 2025.02.23 14:13:23.976435 [ 274 ] {dfe4ecae-944d-4f97-8189-fd17a394dde2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1351 | 2025.02.23 14:13:23.976942 [ 274 ] {dfe4ecae-944d-4f97-8189-fd17a394dde2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1352 | 2025.02.23 14:13:23.977404 [ 274 ] {dfe4ecae-944d-4f97-8189-fd17a394dde2} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1353 | 2025.02.23 14:13:23.977649 [ 274 ] {dfe4ecae-944d-4f97-8189-fd17a394dde2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002111 sec., 75793.4628138323 rows/sec., 5.28 MiB/sec. | ||
| 1354 | 2025.02.23 14:13:23.977782 [ 274 ] {dfe4ecae-944d-4f97-8189-fd17a394dde2} <Debug> TCPHandler: Processed in 0.00251868 sec. | ||
| 1355 | 2025.02.23 14:13:23.977941 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1356 | 2025.02.23 14:13:23.978066 [ 275 ] {f724ebcd-463d-4427-8be1-12bbed2dd61a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1357 | 2025.02.23 14:13:23.978119 [ 275 ] {f724ebcd-463d-4427-8be1-12bbed2dd61a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1358 | 2025.02.23 14:13:23.978632 [ 275 ] {f724ebcd-463d-4427-8be1-12bbed2dd61a} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1359 | 2025.02.23 14:13:23.978672 [ 275 ] {f724ebcd-463d-4427-8be1-12bbed2dd61a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1360 | 2025.02.23 14:13:23.979224 [ 275 ] {f724ebcd-463d-4427-8be1-12bbed2dd61a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1361 | 2025.02.23 14:13:23.979825 [ 275 ] {f724ebcd-463d-4427-8be1-12bbed2dd61a} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1362 | 2025.02.23 14:13:23.980041 [ 275 ] {f724ebcd-463d-4427-8be1-12bbed2dd61a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002 sec., 30000 rows/sec., 2.02 MiB/sec. | ||
| 1363 | 2025.02.23 14:13:23.980090 [ 275 ] {f724ebcd-463d-4427-8be1-12bbed2dd61a} <Debug> TCPHandler: Processed in 0.00220708 sec. | ||
| 1364 | 2025.02.23 14:13:26.609611 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1365 | 2025.02.23 14:13:26.609704 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1366 | 2025.02.23 14:13:26.684697 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
| 1367 | 2025.02.23 14:13:26.685340 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1368 | 2025.02.23 14:13:26.685392 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1369 | 2025.02.23 14:13:26.686153 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1370 | 2025.02.23 14:13:26.686694 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1371 | 2025.02.23 14:13:26.686950 [ 63 ] {} <Debug> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1372 | 2025.02.23 14:13:26.686990 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1373 | 2025.02.23 14:13:26.687081 [ 63 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1374 | 2025.02.23 14:13:26.687132 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1375 | 2025.02.23 14:13:26.687444 [ 187 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::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 | ||
| 1376 | 2025.02.23 14:13:26.687714 [ 187 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1377 | 2025.02.23 14:13:26.687948 [ 187 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::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 | ||
| 1378 | 2025.02.23 14:13:26.688121 [ 187 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::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 | ||
| 1379 | 2025.02.23 14:13:26.688333 [ 187 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::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 | ||
| 1380 | 2025.02.23 14:13:26.688546 [ 187 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::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 | ||
| 1381 | 2025.02.23 14:13:26.688737 [ 187 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::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 | ||
| 1382 | 2025.02.23 14:13:26.688942 [ 187 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::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 | ||
| 1383 | 2025.02.23 14:13:26.709636 [ 186 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.022384712 sec., 125353.41084575937 rows/sec., 1.79 MiB/sec. | ||
| 1384 | 2025.02.23 14:13:26.710277 [ 186 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1385 | 2025.02.23 14:13:26.710948 [ 186 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::all_1_6_1} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1386 | 2025.02.23 14:13:26.711042 [ 186 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::all_1_6_1} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1387 | 2025.02.23 14:13:26.711177 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1388 | 2025.02.23 14:13:26.831846 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1389 | 2025.02.23 14:13:26.852100 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1390 | 2025.02.23 14:13:26.852162 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1391 | 2025.02.23 14:13:26.859333 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1392 | 2025.02.23 14:13:26.860604 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1393 | 2025.02.23 14:13:26.860966 [ 63 ] {} <Debug> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1394 | 2025.02.23 14:13:26.861085 [ 63 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1395 | 2025.02.23 14:13:26.861146 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1396 | 2025.02.23 14:13:26.861715 [ 186 ] {660646b6-c459-4923-b1ba-d9dde36ead98::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1397 | 2025.02.23 14:13:26.876744 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1398 | 2025.02.23 14:13:26.878323 [ 186 ] {660646b6-c459-4923-b1ba-d9dde36ead98::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1399 | 2025.02.23 14:13:26.879909 [ 186 ] {660646b6-c459-4923-b1ba-d9dde36ead98::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 | ||
| 1400 | 2025.02.23 14:13:26.885322 [ 186 ] {660646b6-c459-4923-b1ba-d9dde36ead98::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 | ||
| 1401 | 2025.02.23 14:13:26.890507 [ 186 ] {660646b6-c459-4923-b1ba-d9dde36ead98::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 | ||
| 1402 | 2025.02.23 14:13:26.895638 [ 186 ] {660646b6-c459-4923-b1ba-d9dde36ead98::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 | ||
| 1403 | 2025.02.23 14:13:26.905539 [ 186 ] {660646b6-c459-4923-b1ba-d9dde36ead98::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 | ||
| 1404 | 2025.02.23 14:13:26.910230 [ 186 ] {660646b6-c459-4923-b1ba-d9dde36ead98::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 | ||
| 1405 | 2025.02.23 14:13:26.972288 [ 187 ] {660646b6-c459-4923-b1ba-d9dde36ead98::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.110959797 sec., 414.5645652181573 rows/sec., 2.14 MiB/sec. | ||
| 1406 | 2025.02.23 14:13:26.974707 [ 201 ] {660646b6-c459-4923-b1ba-d9dde36ead98::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1407 | 2025.02.23 14:13:26.978044 [ 201 ] {660646b6-c459-4923-b1ba-d9dde36ead98::all_1_6_1} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1408 | 2025.02.23 14:13:26.978166 [ 201 ] {660646b6-c459-4923-b1ba-d9dde36ead98::all_1_6_1} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1409 | 2025.02.23 14:13:26.980430 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1410 | 2025.02.23 14:13:27.000178 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.80 MiB, peak 169.34 MiB, free memory in arenas 0.00 B, will set to 163.20 MiB (RSS), difference: 3.40 MiB | ||
| 1411 | 2025.02.23 14:13:28.976810 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1412 | 2025.02.23 14:13:28.977113 [ 274 ] {27855b3c-3032-474b-b9a4-74bd21e440be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1413 | 2025.02.23 14:13:28.977186 [ 274 ] {27855b3c-3032-474b-b9a4-74bd21e440be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1414 | 2025.02.23 14:13:28.978041 [ 274 ] {27855b3c-3032-474b-b9a4-74bd21e440be} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1415 | 2025.02.23 14:13:28.978089 [ 274 ] {27855b3c-3032-474b-b9a4-74bd21e440be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1416 | 2025.02.23 14:13:28.978645 [ 274 ] {27855b3c-3032-474b-b9a4-74bd21e440be} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1417 | 2025.02.23 14:13:28.979108 [ 274 ] {27855b3c-3032-474b-b9a4-74bd21e440be} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1418 | 2025.02.23 14:13:28.979305 [ 274 ] {27855b3c-3032-474b-b9a4-74bd21e440be} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002279 sec., 93023.25581395348 rows/sec., 5.92 MiB/sec. | ||
| 1419 | 2025.02.23 14:13:28.979359 [ 274 ] {27855b3c-3032-474b-b9a4-74bd21e440be} <Debug> TCPHandler: Processed in 0.002735266 sec. | ||
| 1420 | 2025.02.23 14:13:28.979680 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1421 | 2025.02.23 14:13:28.979970 [ 275 ] {b32f9a2e-0e01-40a3-bad1-8cb2addcb794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1422 | 2025.02.23 14:13:28.980080 [ 275 ] {b32f9a2e-0e01-40a3-bad1-8cb2addcb794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1423 | 2025.02.23 14:13:28.981208 [ 275 ] {b32f9a2e-0e01-40a3-bad1-8cb2addcb794} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1424 | 2025.02.23 14:13:28.981262 [ 275 ] {b32f9a2e-0e01-40a3-bad1-8cb2addcb794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1425 | 2025.02.23 14:13:28.981865 [ 275 ] {b32f9a2e-0e01-40a3-bad1-8cb2addcb794} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1426 | 2025.02.23 14:13:28.982336 [ 275 ] {b32f9a2e-0e01-40a3-bad1-8cb2addcb794} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1427 | 2025.02.23 14:13:28.982618 [ 275 ] {b32f9a2e-0e01-40a3-bad1-8cb2addcb794} <Debug> executeQuery: Read 687 rows, 56.04 KiB in 0.002729 sec., 251740.5643092708 rows/sec., 20.05 MiB/sec. | ||
| 1428 | 2025.02.23 14:13:28.982686 [ 275 ] {b32f9a2e-0e01-40a3-bad1-8cb2addcb794} <Debug> TCPHandler: Processed in 0.003183301 sec. | ||
| 1429 | 2025.02.23 14:13:28.982842 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1430 | 2025.02.23 14:13:28.982982 [ 274 ] {00420295-fe74-42a7-b8c6-8707febb17b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1431 | 2025.02.23 14:13:28.983039 [ 274 ] {00420295-fe74-42a7-b8c6-8707febb17b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1432 | 2025.02.23 14:13:28.983789 [ 274 ] {00420295-fe74-42a7-b8c6-8707febb17b2} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1433 | 2025.02.23 14:13:28.983835 [ 274 ] {00420295-fe74-42a7-b8c6-8707febb17b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1434 | 2025.02.23 14:13:28.984337 [ 274 ] {00420295-fe74-42a7-b8c6-8707febb17b2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1435 | 2025.02.23 14:13:28.984810 [ 274 ] {00420295-fe74-42a7-b8c6-8707febb17b2} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1436 | 2025.02.23 14:13:28.984989 [ 274 ] {00420295-fe74-42a7-b8c6-8707febb17b2} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.00204 sec., 69117.64705882352 rows/sec., 4.32 MiB/sec. | ||
| 1437 | 2025.02.23 14:13:28.985039 [ 274 ] {00420295-fe74-42a7-b8c6-8707febb17b2} <Debug> TCPHandler: Processed in 0.002262572 sec. | ||
| 1438 | 2025.02.23 14:13:28.985264 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1439 | 2025.02.23 14:13:28.985476 [ 275 ] {9ca0963f-b44e-4a0d-897d-3f202649de0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1440 | 2025.02.23 14:13:28.985562 [ 275 ] {9ca0963f-b44e-4a0d-897d-3f202649de0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1441 | 2025.02.23 14:13:28.986434 [ 275 ] {9ca0963f-b44e-4a0d-897d-3f202649de0e} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1442 | 2025.02.23 14:13:28.986474 [ 275 ] {9ca0963f-b44e-4a0d-897d-3f202649de0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1443 | 2025.02.23 14:13:28.986966 [ 275 ] {9ca0963f-b44e-4a0d-897d-3f202649de0e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1444 | 2025.02.23 14:13:28.987511 [ 275 ] {9ca0963f-b44e-4a0d-897d-3f202649de0e} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1445 | 2025.02.23 14:13:28.987805 [ 275 ] {9ca0963f-b44e-4a0d-897d-3f202649de0e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002372 sec., 47639.12310286678 rows/sec., 3.08 MiB/sec. | ||
| 1446 | 2025.02.23 14:13:28.987883 [ 275 ] {9ca0963f-b44e-4a0d-897d-3f202649de0e} <Debug> TCPHandler: Processed in 0.002721157 sec. | ||
| 1447 | 2025.02.23 14:13:28.988039 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1448 | 2025.02.23 14:13:28.988177 [ 274 ] {c1e71237-a7ea-4623-bf8e-d324b1b87caf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1449 | 2025.02.23 14:13:28.988233 [ 274 ] {c1e71237-a7ea-4623-bf8e-d324b1b87caf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1450 | 2025.02.23 14:13:28.988958 [ 274 ] {c1e71237-a7ea-4623-bf8e-d324b1b87caf} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1451 | 2025.02.23 14:13:28.989006 [ 274 ] {c1e71237-a7ea-4623-bf8e-d324b1b87caf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1452 | 2025.02.23 14:13:28.989484 [ 274 ] {c1e71237-a7ea-4623-bf8e-d324b1b87caf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1453 | 2025.02.23 14:13:28.989923 [ 274 ] {c1e71237-a7ea-4623-bf8e-d324b1b87caf} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1454 | 2025.02.23 14:13:28.990117 [ 274 ] {c1e71237-a7ea-4623-bf8e-d324b1b87caf} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001972 sec., 56795.13184584179 rows/sec., 3.24 MiB/sec. | ||
| 1455 | 2025.02.23 14:13:28.990281 [ 274 ] {c1e71237-a7ea-4623-bf8e-d324b1b87caf} <Debug> TCPHandler: Processed in 0.002304583 sec. | ||
| 1456 | 2025.02.23 14:13:28.990446 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1457 | 2025.02.23 14:13:28.990599 [ 275 ] {1683c0ef-aa42-4c9d-ab4c-290c459108d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1458 | 2025.02.23 14:13:28.990661 [ 275 ] {1683c0ef-aa42-4c9d-ab4c-290c459108d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1459 | 2025.02.23 14:13:28.991503 [ 275 ] {1683c0ef-aa42-4c9d-ab4c-290c459108d1} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1460 | 2025.02.23 14:13:28.991544 [ 275 ] {1683c0ef-aa42-4c9d-ab4c-290c459108d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1461 | 2025.02.23 14:13:28.992071 [ 275 ] {1683c0ef-aa42-4c9d-ab4c-290c459108d1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1462 | 2025.02.23 14:13:28.992602 [ 275 ] {1683c0ef-aa42-4c9d-ab4c-290c459108d1} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1463 | 2025.02.23 14:13:28.992931 [ 275 ] {1683c0ef-aa42-4c9d-ab4c-290c459108d1} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.002347 sec., 177673.62590541114 rows/sec., 12.64 MiB/sec. | ||
| 1464 | 2025.02.23 14:13:28.993013 [ 275 ] {1683c0ef-aa42-4c9d-ab4c-290c459108d1} <Debug> TCPHandler: Processed in 0.002636803 sec. | ||
| 1465 | 2025.02.23 14:13:28.993170 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1466 | 2025.02.23 14:13:28.993306 [ 274 ] {bd2b2ceb-c2cc-40e5-b189-8b0cd449c7ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1467 | 2025.02.23 14:13:28.993366 [ 274 ] {bd2b2ceb-c2cc-40e5-b189-8b0cd449c7ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1468 | 2025.02.23 14:13:28.993929 [ 274 ] {bd2b2ceb-c2cc-40e5-b189-8b0cd449c7ab} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1469 | 2025.02.23 14:13:28.993975 [ 274 ] {bd2b2ceb-c2cc-40e5-b189-8b0cd449c7ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1470 | 2025.02.23 14:13:28.994465 [ 274 ] {bd2b2ceb-c2cc-40e5-b189-8b0cd449c7ab} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1471 | 2025.02.23 14:13:28.994911 [ 274 ] {bd2b2ceb-c2cc-40e5-b189-8b0cd449c7ab} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1472 | 2025.02.23 14:13:28.995155 [ 274 ] {bd2b2ceb-c2cc-40e5-b189-8b0cd449c7ab} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001865 sec., 3217.1581769437 rows/sec., 168.08 KiB/sec. | ||
| 1473 | 2025.02.23 14:13:28.995222 [ 274 ] {bd2b2ceb-c2cc-40e5-b189-8b0cd449c7ab} <Debug> TCPHandler: Processed in 0.002119368 sec. | ||
| 1474 | 2025.02.23 14:13:28.995390 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1475 | 2025.02.23 14:13:28.995545 [ 275 ] {f1357c54-4720-48fc-8ae3-acb788f5ee5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1476 | 2025.02.23 14:13:28.995609 [ 275 ] {f1357c54-4720-48fc-8ae3-acb788f5ee5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1477 | 2025.02.23 14:13:28.996276 [ 275 ] {f1357c54-4720-48fc-8ae3-acb788f5ee5b} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1478 | 2025.02.23 14:13:28.996318 [ 275 ] {f1357c54-4720-48fc-8ae3-acb788f5ee5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1479 | 2025.02.23 14:13:28.996913 [ 275 ] {f1357c54-4720-48fc-8ae3-acb788f5ee5b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1480 | 2025.02.23 14:13:28.997487 [ 275 ] {f1357c54-4720-48fc-8ae3-acb788f5ee5b} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1481 | 2025.02.23 14:13:28.997810 [ 275 ] {f1357c54-4720-48fc-8ae3-acb788f5ee5b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002289 sec., 103538.6631716907 rows/sec., 6.94 MiB/sec. | ||
| 1482 | 2025.02.23 14:13:28.997877 [ 275 ] {f1357c54-4720-48fc-8ae3-acb788f5ee5b} <Debug> TCPHandler: Processed in 0.002556351 sec. | ||
| 1483 | 2025.02.23 14:13:28.998034 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1484 | 2025.02.23 14:13:28.998173 [ 274 ] {ddbaabe8-b633-467d-ac7b-ce98f6cd8599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1485 | 2025.02.23 14:13:28.998233 [ 274 ] {ddbaabe8-b633-467d-ac7b-ce98f6cd8599} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1486 | 2025.02.23 14:13:28.998783 [ 274 ] {ddbaabe8-b633-467d-ac7b-ce98f6cd8599} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1487 | 2025.02.23 14:13:28.998828 [ 274 ] {ddbaabe8-b633-467d-ac7b-ce98f6cd8599} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1488 | 2025.02.23 14:13:28.999323 [ 274 ] {ddbaabe8-b633-467d-ac7b-ce98f6cd8599} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1489 | 2025.02.23 14:13:28.999800 [ 274 ] {ddbaabe8-b633-467d-ac7b-ce98f6cd8599} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1490 | 2025.02.23 14:13:28.999984 [ 274 ] {ddbaabe8-b633-467d-ac7b-ce98f6cd8599} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001844 sec., 542.2993492407809 rows/sec., 36.54 KiB/sec. | ||
| 1491 | 2025.02.23 14:13:29.000034 [ 274 ] {ddbaabe8-b633-467d-ac7b-ce98f6cd8599} <Debug> TCPHandler: Processed in 0.002069566 sec. | ||
| 1492 | 2025.02.23 14:13:29.000200 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1493 | 2025.02.23 14:13:29.000344 [ 275 ] {c134f0e2-fa57-48a5-9aec-9d20f7e10724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1494 | 2025.02.23 14:13:29.000438 [ 275 ] {c134f0e2-fa57-48a5-9aec-9d20f7e10724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1495 | 2025.02.23 14:13:29.002006 [ 275 ] {c134f0e2-fa57-48a5-9aec-9d20f7e10724} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1496 | 2025.02.23 14:13:29.002048 [ 275 ] {c134f0e2-fa57-48a5-9aec-9d20f7e10724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1497 | 2025.02.23 14:13:29.002860 [ 275 ] {c134f0e2-fa57-48a5-9aec-9d20f7e10724} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1498 | 2025.02.23 14:13:29.003379 [ 275 ] {c134f0e2-fa57-48a5-9aec-9d20f7e10724} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1499 | 2025.02.23 14:13:29.003743 [ 275 ] {c134f0e2-fa57-48a5-9aec-9d20f7e10724} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.003424 sec., 10221.96261682243 rows/sec., 18.32 MiB/sec. | ||
| 1500 | 2025.02.23 14:13:29.003855 [ 275 ] {c134f0e2-fa57-48a5-9aec-9d20f7e10724} <Debug> TCPHandler: Processed in 0.003723528 sec. | ||
| 1501 | 2025.02.23 14:13:29.004013 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1502 | 2025.02.23 14:13:29.004152 [ 274 ] {d0bff197-bf24-4557-9f11-bf8adfd139b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1503 | 2025.02.23 14:13:29.004211 [ 274 ] {d0bff197-bf24-4557-9f11-bf8adfd139b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1504 | 2025.02.23 14:13:29.004802 [ 274 ] {d0bff197-bf24-4557-9f11-bf8adfd139b5} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1505 | 2025.02.23 14:13:29.004848 [ 274 ] {d0bff197-bf24-4557-9f11-bf8adfd139b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1506 | 2025.02.23 14:13:29.005377 [ 274 ] {d0bff197-bf24-4557-9f11-bf8adfd139b5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1507 | 2025.02.23 14:13:29.005829 [ 274 ] {d0bff197-bf24-4557-9f11-bf8adfd139b5} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1508 | 2025.02.23 14:13:29.006037 [ 274 ] {d0bff197-bf24-4557-9f11-bf8adfd139b5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001917 sec., 42775.169535732915 rows/sec., 2.72 MiB/sec. | ||
| 1509 | 2025.02.23 14:13:29.006088 [ 274 ] {d0bff197-bf24-4557-9f11-bf8adfd139b5} <Debug> TCPHandler: Processed in 0.002140828 sec. | ||
| 1510 | 2025.02.23 14:13:31.682078 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 232 | ||
| 1511 | 2025.02.23 14:13:31.684936 [ 242 ] {} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1512 | 2025.02.23 14:13:31.684977 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1513 | 2025.02.23 14:13:31.686461 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1514 | 2025.02.23 14:13:31.686768 [ 242 ] {} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1515 | 2025.02.23 14:13:31.687233 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 232 | ||
| 1516 | 2025.02.23 14:13:33.968775 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1517 | 2025.02.23 14:13:33.969017 [ 274 ] {21c2e745-466f-4a45-a687-a39f1b2b0c09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1518 | 2025.02.23 14:13:33.969114 [ 274 ] {21c2e745-466f-4a45-a687-a39f1b2b0c09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1519 | 2025.02.23 14:13:33.969943 [ 274 ] {21c2e745-466f-4a45-a687-a39f1b2b0c09} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1520 | 2025.02.23 14:13:33.969991 [ 274 ] {21c2e745-466f-4a45-a687-a39f1b2b0c09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1521 | 2025.02.23 14:13:33.970433 [ 274 ] {21c2e745-466f-4a45-a687-a39f1b2b0c09} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1522 | 2025.02.23 14:13:33.970685 [ 274 ] {21c2e745-466f-4a45-a687-a39f1b2b0c09} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1523 | 2025.02.23 14:13:33.970891 [ 80 ] {} <Debug> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1524 | 2025.02.23 14:13:33.970960 [ 274 ] {21c2e745-466f-4a45-a687-a39f1b2b0c09} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002004 sec., 27944.111776447106 rows/sec., 2.15 MiB/sec. | ||
| 1525 | 2025.02.23 14:13:33.970973 [ 80 ] {} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1526 | 2025.02.23 14:13:33.971047 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1527 | 2025.02.23 14:13:33.971103 [ 274 ] {21c2e745-466f-4a45-a687-a39f1b2b0c09} <Debug> TCPHandler: Processed in 0.002478629 sec. | ||
| 1528 | 2025.02.23 14:13:33.971219 [ 190 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::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 | ||
| 1529 | 2025.02.23 14:13:33.971343 [ 190 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1530 | 2025.02.23 14:13:33.971377 [ 190 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::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 | ||
| 1531 | 2025.02.23 14:13:33.971417 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1532 | 2025.02.23 14:13:33.971538 [ 190 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::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 | ||
| 1533 | 2025.02.23 14:13:33.971885 [ 190 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 688 rows starting from the beginning of the part | ||
| 1534 | 2025.02.23 14:13:33.971923 [ 275 ] {869be6bd-658e-432f-a853-08e522ea0bcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1535 | 2025.02.23 14:13:33.972165 [ 190 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::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 | ||
| 1536 | 2025.02.23 14:13:33.972185 [ 275 ] {869be6bd-658e-432f-a853-08e522ea0bcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1537 | 2025.02.23 14:13:33.972579 [ 190 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 687 rows starting from the beginning of the part | ||
| 1538 | 2025.02.23 14:13:33.972784 [ 190 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::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 | ||
| 1539 | 2025.02.23 14:13:33.974769 [ 275 ] {869be6bd-658e-432f-a853-08e522ea0bcd} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1540 | 2025.02.23 14:13:33.974860 [ 275 ] {869be6bd-658e-432f-a853-08e522ea0bcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1541 | 2025.02.23 14:13:33.975917 [ 275 ] {869be6bd-658e-432f-a853-08e522ea0bcd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1542 | 2025.02.23 14:13:33.975941 [ 187 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1599 rows, containing 5 columns (5 merged, 0 gathered) in 0.004776482 sec., 334765.21004370996 rows/sec., 27.81 MiB/sec. | ||
| 1543 | 2025.02.23 14:13:33.976306 [ 187 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1544 | 2025.02.23 14:13:33.976320 [ 275 ] {869be6bd-658e-432f-a853-08e522ea0bcd} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1545 | 2025.02.23 14:13:33.976619 [ 80 ] {} <Debug> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1546 | 2025.02.23 14:13:33.976719 [ 80 ] {} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1547 | 2025.02.23 14:13:33.976806 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1548 | 2025.02.23 14:13:33.976996 [ 275 ] {869be6bd-658e-432f-a853-08e522ea0bcd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005279 sec., 12123.508240197007 rows/sec., 968.98 KiB/sec. | ||
| 1549 | 2025.02.23 14:13:33.977225 [ 190 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_6_1} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1550 | 2025.02.23 14:13:33.977442 [ 187 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1551 | 2025.02.23 14:13:33.977580 [ 275 ] {869be6bd-658e-432f-a853-08e522ea0bcd} <Debug> TCPHandler: Processed in 0.00631517 sec. | ||
| 1552 | 2025.02.23 14:13:33.977715 [ 190 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_6_1} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1553 | 2025.02.23 14:13:33.977924 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1554 | 2025.02.23 14:13:33.978022 [ 187 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1555 | 2025.02.23 14:13:33.978023 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 1556 | 2025.02.23 14:13:33.978137 [ 187 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::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 | ||
| 1557 | 2025.02.23 14:13:33.978207 [ 274 ] {d3342477-b51e-4f14-8551-9295466aff56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1558 | 2025.02.23 14:13:33.978398 [ 187 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::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 | ||
| 1559 | 2025.02.23 14:13:33.978499 [ 274 ] {d3342477-b51e-4f14-8551-9295466aff56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1560 | 2025.02.23 14:13:33.978647 [ 187 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part | ||
| 1561 | 2025.02.23 14:13:33.978993 [ 187 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::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 | ||
| 1562 | 2025.02.23 14:13:33.979309 [ 187 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 417 rows starting from the beginning of the part | ||
| 1563 | 2025.02.23 14:13:33.979623 [ 187 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::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 | ||
| 1564 | 2025.02.23 14:13:33.981319 [ 274 ] {d3342477-b51e-4f14-8551-9295466aff56} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1565 | 2025.02.23 14:13:33.981386 [ 274 ] {d3342477-b51e-4f14-8551-9295466aff56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1566 | 2025.02.23 14:13:33.982368 [ 274 ] {d3342477-b51e-4f14-8551-9295466aff56} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1567 | 2025.02.23 14:13:33.982738 [ 190 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1100 rows, containing 5 columns (5 merged, 0 gathered) in 0.005774804 sec., 190482.65534206876 rows/sec., 14.60 MiB/sec. | ||
| 1568 | 2025.02.23 14:13:33.982839 [ 274 ] {d3342477-b51e-4f14-8551-9295466aff56} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1569 | 2025.02.23 14:13:33.983053 [ 196 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1570 | 2025.02.23 14:13:33.983078 [ 80 ] {} <Debug> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1571 | 2025.02.23 14:13:33.983189 [ 80 ] {} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1572 | 2025.02.23 14:13:33.983295 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1573 | 2025.02.23 14:13:33.983391 [ 274 ] {d3342477-b51e-4f14-8551-9295466aff56} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005231 sec., 30586.885872682084 rows/sec., 2.13 MiB/sec. | ||
| 1574 | 2025.02.23 14:13:33.983683 [ 187 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1575 | 2025.02.23 14:13:33.983779 [ 274 ] {d3342477-b51e-4f14-8551-9295466aff56} <Debug> TCPHandler: Processed in 0.006009751 sec. | ||
| 1576 | 2025.02.23 14:13:33.983996 [ 196 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_6_1} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1577 | 2025.02.23 14:13:33.984159 [ 187 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1578 | 2025.02.23 14:13:33.984184 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1579 | 2025.02.23 14:13:33.984255 [ 187 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::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 | ||
| 1580 | 2025.02.23 14:13:33.984276 [ 196 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_6_1} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1581 | 2025.02.23 14:13:33.984506 [ 187 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::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 | ||
| 1582 | 2025.02.23 14:13:33.984570 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 1583 | 2025.02.23 14:13:33.984847 [ 187 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 237 rows starting from the beginning of the part | ||
| 1584 | 2025.02.23 14:13:33.984901 [ 275 ] {25873faa-75be-4c6e-a4ea-c76b2e19e6a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1585 | 2025.02.23 14:13:33.985172 [ 275 ] {25873faa-75be-4c6e-a4ea-c76b2e19e6a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1586 | 2025.02.23 14:13:33.985239 [ 187 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::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 | ||
| 1587 | 2025.02.23 14:13:33.985710 [ 187 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part | ||
| 1588 | 2025.02.23 14:13:33.986139 [ 187 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::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 | ||
| 1589 | 2025.02.23 14:13:33.987497 [ 275 ] {25873faa-75be-4c6e-a4ea-c76b2e19e6a5} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1590 | 2025.02.23 14:13:33.987565 [ 275 ] {25873faa-75be-4c6e-a4ea-c76b2e19e6a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1591 | 2025.02.23 14:13:33.988655 [ 275 ] {25873faa-75be-4c6e-a4ea-c76b2e19e6a5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1592 | 2025.02.23 14:13:33.989129 [ 275 ] {25873faa-75be-4c6e-a4ea-c76b2e19e6a5} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1593 | 2025.02.23 14:13:33.989514 [ 187 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 5 columns (5 merged, 0 gathered) in 0.006112565 sec., 177012.43258762892 rows/sec., 12.13 MiB/sec. | ||
| 1594 | 2025.02.23 14:13:33.989527 [ 80 ] {} <Debug> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1595 | 2025.02.23 14:13:33.989635 [ 80 ] {} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1596 | 2025.02.23 14:13:33.989682 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1597 | 2025.02.23 14:13:33.989753 [ 275 ] {25873faa-75be-4c6e-a4ea-c76b2e19e6a5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005065 sec., 11846.001974333662 rows/sec., 817.50 KiB/sec. | ||
| 1598 | 2025.02.23 14:13:33.989886 [ 187 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1599 | 2025.02.23 14:13:33.990082 [ 196 ] {a5f2add4-adf4-4098-b209-033c824af48d::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 | ||
| 1600 | 2025.02.23 14:13:33.990325 [ 275 ] {25873faa-75be-4c6e-a4ea-c76b2e19e6a5} <Debug> TCPHandler: Processed in 0.006391303 sec. | ||
| 1601 | 2025.02.23 14:13:33.990665 [ 196 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1602 | 2025.02.23 14:13:33.990788 [ 196 ] {a5f2add4-adf4-4098-b209-033c824af48d::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 | ||
| 1603 | 2025.02.23 14:13:33.990962 [ 187 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1604 | 2025.02.23 14:13:33.991118 [ 196 ] {a5f2add4-adf4-4098-b209-033c824af48d::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 | ||
| 1605 | 2025.02.23 14:13:33.991270 [ 187 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1606 | 2025.02.23 14:13:33.991373 [ 196 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 82 rows starting from the beginning of the part | ||
| 1607 | 2025.02.23 14:13:33.991542 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 1608 | 2025.02.23 14:13:33.991682 [ 196 ] {a5f2add4-adf4-4098-b209-033c824af48d::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 | ||
| 1609 | 2025.02.23 14:13:33.991897 [ 196 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part | ||
| 1610 | 2025.02.23 14:13:33.991985 [ 196 ] {a5f2add4-adf4-4098-b209-033c824af48d::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 | ||
| 1611 | 2025.02.23 14:13:33.993172 [ 193 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 392 rows, containing 4 columns (4 merged, 0 gathered) in 0.003369697 sec., 116330.93420565706 rows/sec., 7.65 MiB/sec. | ||
| 1612 | 2025.02.23 14:13:33.993417 [ 187 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1613 | 2025.02.23 14:13:33.993937 [ 187 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_6_1} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1614 | 2025.02.23 14:13:33.994076 [ 187 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_6_1} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1615 | 2025.02.23 14:13:33.994212 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 1616 | 2025.02.23 14:13:34.188072 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
| 1617 | 2025.02.23 14:13:34.188938 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1618 | 2025.02.23 14:13:34.188978 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1619 | 2025.02.23 14:13:34.189475 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1620 | 2025.02.23 14:13:34.189725 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1621 | 2025.02.23 14:13:34.189951 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
| 1622 | 2025.02.23 14:13:34.377749 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1623 | 2025.02.23 14:13:34.397117 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1624 | 2025.02.23 14:13:34.397181 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1625 | 2025.02.23 14:13:34.404171 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1626 | 2025.02.23 14:13:34.404935 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1627 | 2025.02.23 14:13:34.408223 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1628 | 2025.02.23 14:13:38.977011 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1629 | 2025.02.23 14:13:38.977241 [ 274 ] {0d871f95-0b93-4160-9816-7609151c73e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1630 | 2025.02.23 14:13:38.977321 [ 274 ] {0d871f95-0b93-4160-9816-7609151c73e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1631 | 2025.02.23 14:13:38.978201 [ 274 ] {0d871f95-0b93-4160-9816-7609151c73e7} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1632 | 2025.02.23 14:13:38.978251 [ 274 ] {0d871f95-0b93-4160-9816-7609151c73e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1633 | 2025.02.23 14:13:38.978720 [ 274 ] {0d871f95-0b93-4160-9816-7609151c73e7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1634 | 2025.02.23 14:13:38.978985 [ 274 ] {0d871f95-0b93-4160-9816-7609151c73e7} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1635 | 2025.02.23 14:13:38.979213 [ 274 ] {0d871f95-0b93-4160-9816-7609151c73e7} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002032 sec., 104330.70866141733 rows/sec., 6.64 MiB/sec. | ||
| 1636 | 2025.02.23 14:13:38.979269 [ 274 ] {0d871f95-0b93-4160-9816-7609151c73e7} <Debug> TCPHandler: Processed in 0.002392386 sec. | ||
| 1637 | 2025.02.23 14:13:38.979560 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1638 | 2025.02.23 14:13:38.979771 [ 275 ] {c25edfee-fcb4-43af-80c1-7a3009d704f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1639 | 2025.02.23 14:13:38.979864 [ 275 ] {c25edfee-fcb4-43af-80c1-7a3009d704f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1640 | 2025.02.23 14:13:38.981066 [ 275 ] {c25edfee-fcb4-43af-80c1-7a3009d704f9} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1641 | 2025.02.23 14:13:38.981120 [ 275 ] {c25edfee-fcb4-43af-80c1-7a3009d704f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1642 | 2025.02.23 14:13:38.981625 [ 275 ] {c25edfee-fcb4-43af-80c1-7a3009d704f9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1643 | 2025.02.23 14:13:38.981893 [ 275 ] {c25edfee-fcb4-43af-80c1-7a3009d704f9} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1644 | 2025.02.23 14:13:38.982122 [ 275 ] {c25edfee-fcb4-43af-80c1-7a3009d704f9} <Debug> executeQuery: Read 687 rows, 56.04 KiB in 0.002408 sec., 285299.0033222591 rows/sec., 22.73 MiB/sec. | ||
| 1645 | 2025.02.23 14:13:38.982185 [ 275 ] {c25edfee-fcb4-43af-80c1-7a3009d704f9} <Debug> TCPHandler: Processed in 0.002780648 sec. | ||
| 1646 | 2025.02.23 14:13:38.982332 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1647 | 2025.02.23 14:13:38.982464 [ 274 ] {e2304158-843a-40e9-80f1-52470282541b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1648 | 2025.02.23 14:13:38.982520 [ 274 ] {e2304158-843a-40e9-80f1-52470282541b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1649 | 2025.02.23 14:13:38.983269 [ 274 ] {e2304158-843a-40e9-80f1-52470282541b} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1650 | 2025.02.23 14:13:38.983319 [ 274 ] {e2304158-843a-40e9-80f1-52470282541b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1651 | 2025.02.23 14:13:38.983700 [ 274 ] {e2304158-843a-40e9-80f1-52470282541b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1652 | 2025.02.23 14:13:38.983947 [ 274 ] {e2304158-843a-40e9-80f1-52470282541b} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1653 | 2025.02.23 14:13:38.984169 [ 274 ] {e2304158-843a-40e9-80f1-52470282541b} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.001735 sec., 81268.01152737752 rows/sec., 5.08 MiB/sec. | ||
| 1654 | 2025.02.23 14:13:38.984220 [ 274 ] {e2304158-843a-40e9-80f1-52470282541b} <Debug> TCPHandler: Processed in 0.001947202 sec. | ||
| 1655 | 2025.02.23 14:13:38.984390 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1656 | 2025.02.23 14:13:38.984536 [ 275 ] {cb089559-fb9b-47db-adbc-6ffc51f7204c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1657 | 2025.02.23 14:13:38.984594 [ 275 ] {cb089559-fb9b-47db-adbc-6ffc51f7204c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1658 | 2025.02.23 14:13:38.985347 [ 275 ] {cb089559-fb9b-47db-adbc-6ffc51f7204c} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1659 | 2025.02.23 14:13:38.985396 [ 275 ] {cb089559-fb9b-47db-adbc-6ffc51f7204c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1660 | 2025.02.23 14:13:38.985763 [ 275 ] {cb089559-fb9b-47db-adbc-6ffc51f7204c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1661 | 2025.02.23 14:13:38.986121 [ 275 ] {cb089559-fb9b-47db-adbc-6ffc51f7204c} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1662 | 2025.02.23 14:13:38.986344 [ 275 ] {cb089559-fb9b-47db-adbc-6ffc51f7204c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001841 sec., 61379.68495382944 rows/sec., 3.97 MiB/sec. | ||
| 1663 | 2025.02.23 14:13:38.986398 [ 275 ] {cb089559-fb9b-47db-adbc-6ffc51f7204c} <Debug> TCPHandler: Processed in 0.002067666 sec. | ||
| 1664 | 2025.02.23 14:13:38.986567 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1665 | 2025.02.23 14:13:38.986703 [ 274 ] {2e09f63f-a0bd-498f-9202-647ebeaedf97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1666 | 2025.02.23 14:13:38.986760 [ 274 ] {2e09f63f-a0bd-498f-9202-647ebeaedf97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1667 | 2025.02.23 14:13:38.987470 [ 274 ] {2e09f63f-a0bd-498f-9202-647ebeaedf97} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1668 | 2025.02.23 14:13:38.987512 [ 274 ] {2e09f63f-a0bd-498f-9202-647ebeaedf97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1669 | 2025.02.23 14:13:38.987878 [ 274 ] {2e09f63f-a0bd-498f-9202-647ebeaedf97} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1670 | 2025.02.23 14:13:38.988124 [ 274 ] {2e09f63f-a0bd-498f-9202-647ebeaedf97} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1671 | 2025.02.23 14:13:38.988329 [ 274 ] {2e09f63f-a0bd-498f-9202-647ebeaedf97} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001657 sec., 67592.0337960169 rows/sec., 3.85 MiB/sec. | ||
| 1672 | 2025.02.23 14:13:38.988382 [ 274 ] {2e09f63f-a0bd-498f-9202-647ebeaedf97} <Debug> TCPHandler: Processed in 0.0018854 sec. | ||
| 1673 | 2025.02.23 14:13:38.988532 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1674 | 2025.02.23 14:13:38.988669 [ 275 ] {f0803ca7-82d6-4e14-ab94-5857306902b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1675 | 2025.02.23 14:13:38.988728 [ 275 ] {f0803ca7-82d6-4e14-ab94-5857306902b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1676 | 2025.02.23 14:13:38.989564 [ 275 ] {f0803ca7-82d6-4e14-ab94-5857306902b8} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1677 | 2025.02.23 14:13:38.989605 [ 275 ] {f0803ca7-82d6-4e14-ab94-5857306902b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1678 | 2025.02.23 14:13:38.989983 [ 275 ] {f0803ca7-82d6-4e14-ab94-5857306902b8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1679 | 2025.02.23 14:13:38.990218 [ 275 ] {f0803ca7-82d6-4e14-ab94-5857306902b8} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1680 | 2025.02.23 14:13:38.990486 [ 275 ] {f0803ca7-82d6-4e14-ab94-5857306902b8} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.00184 sec., 226630.4347826087 rows/sec., 16.13 MiB/sec. | ||
| 1681 | 2025.02.23 14:13:38.990624 [ 275 ] {f0803ca7-82d6-4e14-ab94-5857306902b8} <Debug> TCPHandler: Processed in 0.002159298 sec. | ||
| 1682 | 2025.02.23 14:13:38.990785 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1683 | 2025.02.23 14:13:38.990922 [ 274 ] {35ae82ab-9207-4f8a-bf9d-4ca5aead6de7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1684 | 2025.02.23 14:13:38.990981 [ 274 ] {35ae82ab-9207-4f8a-bf9d-4ca5aead6de7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1685 | 2025.02.23 14:13:38.991523 [ 274 ] {35ae82ab-9207-4f8a-bf9d-4ca5aead6de7} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1686 | 2025.02.23 14:13:38.991560 [ 274 ] {35ae82ab-9207-4f8a-bf9d-4ca5aead6de7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1687 | 2025.02.23 14:13:38.991937 [ 274 ] {35ae82ab-9207-4f8a-bf9d-4ca5aead6de7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1688 | 2025.02.23 14:13:38.992173 [ 274 ] {35ae82ab-9207-4f8a-bf9d-4ca5aead6de7} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1689 | 2025.02.23 14:13:38.992379 [ 274 ] {35ae82ab-9207-4f8a-bf9d-4ca5aead6de7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001487 sec., 4034.9697377269667 rows/sec., 210.81 KiB/sec. | ||
| 1690 | 2025.02.23 14:13:38.992429 [ 274 ] {35ae82ab-9207-4f8a-bf9d-4ca5aead6de7} <Debug> TCPHandler: Processed in 0.001710585 sec. | ||
| 1691 | 2025.02.23 14:13:38.992577 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1692 | 2025.02.23 14:13:38.992716 [ 275 ] {eae1b533-c0cf-4595-a8cd-d0e7a7b998e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1693 | 2025.02.23 14:13:38.992778 [ 275 ] {eae1b533-c0cf-4595-a8cd-d0e7a7b998e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1694 | 2025.02.23 14:13:38.993454 [ 275 ] {eae1b533-c0cf-4595-a8cd-d0e7a7b998e3} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1695 | 2025.02.23 14:13:38.993495 [ 275 ] {eae1b533-c0cf-4595-a8cd-d0e7a7b998e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1696 | 2025.02.23 14:13:38.993889 [ 275 ] {eae1b533-c0cf-4595-a8cd-d0e7a7b998e3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1697 | 2025.02.23 14:13:38.994124 [ 275 ] {eae1b533-c0cf-4595-a8cd-d0e7a7b998e3} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1698 | 2025.02.23 14:13:38.994393 [ 275 ] {eae1b533-c0cf-4595-a8cd-d0e7a7b998e3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001688 sec., 140402.84360189573 rows/sec., 9.41 MiB/sec. | ||
| 1699 | 2025.02.23 14:13:38.994521 [ 275 ] {eae1b533-c0cf-4595-a8cd-d0e7a7b998e3} <Debug> TCPHandler: Processed in 0.002010434 sec. | ||
| 1700 | 2025.02.23 14:13:38.994669 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1701 | 2025.02.23 14:13:38.994806 [ 274 ] {6abcd408-1080-44d4-a2c3-17a292c97b9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1702 | 2025.02.23 14:13:38.994867 [ 274 ] {6abcd408-1080-44d4-a2c3-17a292c97b9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1703 | 2025.02.23 14:13:38.995411 [ 274 ] {6abcd408-1080-44d4-a2c3-17a292c97b9e} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1704 | 2025.02.23 14:13:38.995451 [ 274 ] {6abcd408-1080-44d4-a2c3-17a292c97b9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1705 | 2025.02.23 14:13:38.995806 [ 274 ] {6abcd408-1080-44d4-a2c3-17a292c97b9e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1706 | 2025.02.23 14:13:38.996042 [ 274 ] {6abcd408-1080-44d4-a2c3-17a292c97b9e} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1707 | 2025.02.23 14:13:38.996268 [ 274 ] {6abcd408-1080-44d4-a2c3-17a292c97b9e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001492 sec., 670.2412868632707 rows/sec., 45.16 KiB/sec. | ||
| 1708 | 2025.02.23 14:13:38.996319 [ 274 ] {6abcd408-1080-44d4-a2c3-17a292c97b9e} <Debug> TCPHandler: Processed in 0.001719794 sec. | ||
| 1709 | 2025.02.23 14:13:38.996480 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1710 | 2025.02.23 14:13:38.996621 [ 275 ] {c8a96938-b041-4952-b9cd-851ba7722938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1711 | 2025.02.23 14:13:38.996715 [ 275 ] {c8a96938-b041-4952-b9cd-851ba7722938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1712 | 2025.02.23 14:13:38.998009 [ 275 ] {c8a96938-b041-4952-b9cd-851ba7722938} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1713 | 2025.02.23 14:13:38.998051 [ 275 ] {c8a96938-b041-4952-b9cd-851ba7722938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1714 | 2025.02.23 14:13:38.998718 [ 275 ] {c8a96938-b041-4952-b9cd-851ba7722938} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1715 | 2025.02.23 14:13:38.998979 [ 275 ] {c8a96938-b041-4952-b9cd-851ba7722938} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1716 | 2025.02.23 14:13:38.999218 [ 275 ] {c8a96938-b041-4952-b9cd-851ba7722938} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002628 sec., 13318.112633181127 rows/sec., 23.87 MiB/sec. | ||
| 1717 | 2025.02.23 14:13:38.999311 [ 275 ] {c8a96938-b041-4952-b9cd-851ba7722938} <Debug> TCPHandler: Processed in 0.002901222 sec. | ||
| 1718 | 2025.02.23 14:13:38.999458 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1719 | 2025.02.23 14:13:38.999594 [ 274 ] {8b2333a5-0e78-4de7-828a-a18b812831c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1720 | 2025.02.23 14:13:38.999654 [ 274 ] {8b2333a5-0e78-4de7-828a-a18b812831c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1721 | 2025.02.23 14:13:39.000341 [ 274 ] {8b2333a5-0e78-4de7-828a-a18b812831c0} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1722 | 2025.02.23 14:13:39.000420 [ 274 ] {8b2333a5-0e78-4de7-828a-a18b812831c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1723 | 2025.02.23 14:13:39.000935 [ 274 ] {8b2333a5-0e78-4de7-828a-a18b812831c0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1724 | 2025.02.23 14:13:39.001172 [ 274 ] {8b2333a5-0e78-4de7-828a-a18b812831c0} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1725 | 2025.02.23 14:13:39.001379 [ 274 ] {8b2333a5-0e78-4de7-828a-a18b812831c0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001816 sec., 45154.18502202643 rows/sec., 2.87 MiB/sec. | ||
| 1726 | 2025.02.23 14:13:39.001432 [ 274 ] {8b2333a5-0e78-4de7-828a-a18b812831c0} <Debug> TCPHandler: Processed in 0.002038995 sec. | ||
| 1727 | 2025.02.23 14:13:41.609753 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1728 | 2025.02.23 14:13:41.609828 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1729 | 2025.02.23 14:13:41.688333 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 262 | ||
| 1730 | 2025.02.23 14:13:41.691109 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
| 1731 | 2025.02.23 14:13:41.694202 [ 242 ] {} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1732 | 2025.02.23 14:13:41.694247 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1733 | 2025.02.23 14:13:41.694287 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1734 | 2025.02.23 14:13:41.694336 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1735 | 2025.02.23 14:13:41.695813 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1736 | 2025.02.23 14:13:41.696407 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1737 | 2025.02.23 14:13:41.697112 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1738 | 2025.02.23 14:13:41.698079 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1739 | 2025.02.23 14:13:41.698427 [ 242 ] {} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1740 | 2025.02.23 14:13:41.699105 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 262 | ||
| 1741 | 2025.02.23 14:13:41.909233 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1742 | 2025.02.23 14:13:41.928956 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1743 | 2025.02.23 14:13:41.929011 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1744 | 2025.02.23 14:13:41.936326 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1745 | 2025.02.23 14:13:41.937070 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1746 | 2025.02.23 14:13:41.940070 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1747 | 2025.02.23 14:13:43.969465 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1748 | 2025.02.23 14:13:43.969663 [ 274 ] {8df5e300-6608-4e16-ac7f-3fe6f37da84c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1749 | 2025.02.23 14:13:43.969742 [ 274 ] {8df5e300-6608-4e16-ac7f-3fe6f37da84c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1750 | 2025.02.23 14:13:43.970528 [ 274 ] {8df5e300-6608-4e16-ac7f-3fe6f37da84c} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1751 | 2025.02.23 14:13:43.970588 [ 274 ] {8df5e300-6608-4e16-ac7f-3fe6f37da84c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1752 | 2025.02.23 14:13:43.971060 [ 274 ] {8df5e300-6608-4e16-ac7f-3fe6f37da84c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1753 | 2025.02.23 14:13:43.971331 [ 274 ] {8df5e300-6608-4e16-ac7f-3fe6f37da84c} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1754 | 2025.02.23 14:13:43.971568 [ 274 ] {8df5e300-6608-4e16-ac7f-3fe6f37da84c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00195 sec., 28717.94871794872 rows/sec., 2.21 MiB/sec. | ||
| 1755 | 2025.02.23 14:13:43.971711 [ 274 ] {8df5e300-6608-4e16-ac7f-3fe6f37da84c} <Debug> TCPHandler: Processed in 0.002386506 sec. | ||
| 1756 | 2025.02.23 14:13:43.972063 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1757 | 2025.02.23 14:13:43.972324 [ 275 ] {33ae92ec-43c7-4907-8fde-6d9538fa0567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1758 | 2025.02.23 14:13:43.972431 [ 275 ] {33ae92ec-43c7-4907-8fde-6d9538fa0567} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1759 | 2025.02.23 14:13:43.973504 [ 275 ] {33ae92ec-43c7-4907-8fde-6d9538fa0567} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1760 | 2025.02.23 14:13:43.973577 [ 275 ] {33ae92ec-43c7-4907-8fde-6d9538fa0567} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1761 | 2025.02.23 14:13:43.974256 [ 275 ] {33ae92ec-43c7-4907-8fde-6d9538fa0567} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1762 | 2025.02.23 14:13:43.974642 [ 275 ] {33ae92ec-43c7-4907-8fde-6d9538fa0567} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1763 | 2025.02.23 14:13:43.975068 [ 275 ] {33ae92ec-43c7-4907-8fde-6d9538fa0567} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00279 sec., 22939.068100358425 rows/sec., 1.79 MiB/sec. | ||
| 1764 | 2025.02.23 14:13:43.975191 [ 275 ] {33ae92ec-43c7-4907-8fde-6d9538fa0567} <Debug> TCPHandler: Processed in 0.003337316 sec. | ||
| 1765 | 2025.02.23 14:13:43.975393 [ 274 ] {} <Trace> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1766 | 2025.02.23 14:13:43.975535 [ 274 ] {8b03f66a-9a45-409d-b547-f79e5228ec84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55772) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1767 | 2025.02.23 14:13:43.975600 [ 274 ] {8b03f66a-9a45-409d-b547-f79e5228ec84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1768 | 2025.02.23 14:13:43.976243 [ 274 ] {8b03f66a-9a45-409d-b547-f79e5228ec84} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1769 | 2025.02.23 14:13:43.976287 [ 274 ] {8b03f66a-9a45-409d-b547-f79e5228ec84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1770 | 2025.02.23 14:13:43.976720 [ 274 ] {8b03f66a-9a45-409d-b547-f79e5228ec84} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1771 | 2025.02.23 14:13:43.976987 [ 274 ] {8b03f66a-9a45-409d-b547-f79e5228ec84} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1772 | 2025.02.23 14:13:43.977248 [ 274 ] {8b03f66a-9a45-409d-b547-f79e5228ec84} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001746 sec., 91638.02978235968 rows/sec., 6.38 MiB/sec. | ||
| 1773 | 2025.02.23 14:13:43.977317 [ 274 ] {8b03f66a-9a45-409d-b547-f79e5228ec84} <Debug> TCPHandler: Processed in 0.001988313 sec. | ||
| 1774 | 2025.02.23 14:13:43.977579 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1775 | 2025.02.23 14:13:43.977766 [ 275 ] {22ac9dcc-b0a8-46cf-b4da-b7e4e75f8866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1776 | 2025.02.23 14:13:43.977855 [ 275 ] {22ac9dcc-b0a8-46cf-b4da-b7e4e75f8866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1777 | 2025.02.23 14:13:43.978670 [ 275 ] {22ac9dcc-b0a8-46cf-b4da-b7e4e75f8866} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1778 | 2025.02.23 14:13:43.978731 [ 275 ] {22ac9dcc-b0a8-46cf-b4da-b7e4e75f8866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1779 | 2025.02.23 14:13:43.979405 [ 275 ] {22ac9dcc-b0a8-46cf-b4da-b7e4e75f8866} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1780 | 2025.02.23 14:13:43.979786 [ 275 ] {22ac9dcc-b0a8-46cf-b4da-b7e4e75f8866} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1781 | 2025.02.23 14:13:43.980220 [ 275 ] {22ac9dcc-b0a8-46cf-b4da-b7e4e75f8866} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002479 sec., 24203.307785397337 rows/sec., 1.63 MiB/sec. | ||
| 1782 | 2025.02.23 14:13:43.980339 [ 275 ] {22ac9dcc-b0a8-46cf-b4da-b7e4e75f8866} <Debug> TCPHandler: Processed in 0.002870712 sec. | ||
| 1783 | 2025.02.23 14:13:48.636990 [ 274 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1784 | 2025.02.23 14:13:48.637082 [ 274 ] {} <Debug> TCP-Session: 107bb557-3d5f-4023-a68d-7fcd69a26001 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1785 | 2025.02.23 14:13:48.976391 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1786 | 2025.02.23 14:13:48.976601 [ 275 ] {4f701ca7-5c7c-497b-9d35-56812a37fef6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1787 | 2025.02.23 14:13:48.976681 [ 275 ] {4f701ca7-5c7c-497b-9d35-56812a37fef6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1788 | 2025.02.23 14:13:48.977515 [ 275 ] {4f701ca7-5c7c-497b-9d35-56812a37fef6} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1789 | 2025.02.23 14:13:48.977558 [ 275 ] {4f701ca7-5c7c-497b-9d35-56812a37fef6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1790 | 2025.02.23 14:13:48.978000 [ 275 ] {4f701ca7-5c7c-497b-9d35-56812a37fef6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1791 | 2025.02.23 14:13:48.978248 [ 275 ] {4f701ca7-5c7c-497b-9d35-56812a37fef6} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1792 | 2025.02.23 14:13:48.978492 [ 275 ] {4f701ca7-5c7c-497b-9d35-56812a37fef6} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001932 sec., 109730.84886128365 rows/sec., 6.98 MiB/sec. | ||
| 1793 | 2025.02.23 14:13:48.978776 [ 275 ] {4f701ca7-5c7c-497b-9d35-56812a37fef6} <Debug> TCPHandler: Processed in 0.002523191 sec. | ||
| 1794 | 2025.02.23 14:13:48.979084 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1795 | 2025.02.23 14:13:48.979304 [ 277 ] {a60b2dd9-27fc-4594-9235-fdcfefe2e776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1796 | 2025.02.23 14:13:48.979414 [ 277 ] {a60b2dd9-27fc-4594-9235-fdcfefe2e776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1797 | 2025.02.23 14:13:48.980543 [ 277 ] {a60b2dd9-27fc-4594-9235-fdcfefe2e776} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1798 | 2025.02.23 14:13:48.980592 [ 277 ] {a60b2dd9-27fc-4594-9235-fdcfefe2e776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1799 | 2025.02.23 14:13:48.981076 [ 277 ] {a60b2dd9-27fc-4594-9235-fdcfefe2e776} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1800 | 2025.02.23 14:13:48.981336 [ 277 ] {a60b2dd9-27fc-4594-9235-fdcfefe2e776} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1801 | 2025.02.23 14:13:48.981665 [ 277 ] {a60b2dd9-27fc-4594-9235-fdcfefe2e776} <Debug> executeQuery: Read 687 rows, 56.04 KiB in 0.002399 sec., 286369.3205502292 rows/sec., 22.81 MiB/sec. | ||
| 1802 | 2025.02.23 14:13:48.981797 [ 277 ] {a60b2dd9-27fc-4594-9235-fdcfefe2e776} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 1803 | 2025.02.23 14:13:48.981814 [ 277 ] {a60b2dd9-27fc-4594-9235-fdcfefe2e776} <Debug> TCPHandler: Processed in 0.002903112 sec. | ||
| 1804 | 2025.02.23 14:13:48.981975 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1805 | 2025.02.23 14:13:48.982115 [ 275 ] {b1873af1-4cdb-45fb-9f1b-09d83da4ce7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1806 | 2025.02.23 14:13:48.982174 [ 275 ] {b1873af1-4cdb-45fb-9f1b-09d83da4ce7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1807 | 2025.02.23 14:13:48.983100 [ 275 ] {b1873af1-4cdb-45fb-9f1b-09d83da4ce7a} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1808 | 2025.02.23 14:13:48.983139 [ 275 ] {b1873af1-4cdb-45fb-9f1b-09d83da4ce7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1809 | 2025.02.23 14:13:48.983501 [ 275 ] {b1873af1-4cdb-45fb-9f1b-09d83da4ce7a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1810 | 2025.02.23 14:13:48.983733 [ 275 ] {b1873af1-4cdb-45fb-9f1b-09d83da4ce7a} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1811 | 2025.02.23 14:13:48.983981 [ 275 ] {b1873af1-4cdb-45fb-9f1b-09d83da4ce7a} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.001877 sec., 75119.87213638786 rows/sec., 4.69 MiB/sec. | ||
| 1812 | 2025.02.23 14:13:48.984043 [ 275 ] {b1873af1-4cdb-45fb-9f1b-09d83da4ce7a} <Debug> TCPHandler: Processed in 0.002133518 sec. | ||
| 1813 | 2025.02.23 14:13:48.984200 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1814 | 2025.02.23 14:13:48.984349 [ 277 ] {c5bb6bc2-fc71-4c4c-a010-0caf99d0585c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1815 | 2025.02.23 14:13:48.984410 [ 277 ] {c5bb6bc2-fc71-4c4c-a010-0caf99d0585c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1816 | 2025.02.23 14:13:48.985092 [ 277 ] {c5bb6bc2-fc71-4c4c-a010-0caf99d0585c} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1817 | 2025.02.23 14:13:48.985133 [ 277 ] {c5bb6bc2-fc71-4c4c-a010-0caf99d0585c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1818 | 2025.02.23 14:13:48.985492 [ 277 ] {c5bb6bc2-fc71-4c4c-a010-0caf99d0585c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1819 | 2025.02.23 14:13:48.985730 [ 277 ] {c5bb6bc2-fc71-4c4c-a010-0caf99d0585c} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1820 | 2025.02.23 14:13:48.986070 [ 277 ] {c5bb6bc2-fc71-4c4c-a010-0caf99d0585c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001713 sec., 65966.14127262114 rows/sec., 4.27 MiB/sec. | ||
| 1821 | 2025.02.23 14:13:48.986256 [ 277 ] {c5bb6bc2-fc71-4c4c-a010-0caf99d0585c} <Debug> TCPHandler: Processed in 0.002123807 sec. | ||
| 1822 | 2025.02.23 14:13:48.986409 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1823 | 2025.02.23 14:13:48.986547 [ 275 ] {f86b162e-2ef3-4322-a8fb-138fa8bfbd48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1824 | 2025.02.23 14:13:48.986603 [ 275 ] {f86b162e-2ef3-4322-a8fb-138fa8bfbd48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1825 | 2025.02.23 14:13:48.987244 [ 275 ] {f86b162e-2ef3-4322-a8fb-138fa8bfbd48} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1826 | 2025.02.23 14:13:48.987284 [ 275 ] {f86b162e-2ef3-4322-a8fb-138fa8bfbd48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1827 | 2025.02.23 14:13:48.987629 [ 275 ] {f86b162e-2ef3-4322-a8fb-138fa8bfbd48} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1828 | 2025.02.23 14:13:48.987859 [ 275 ] {f86b162e-2ef3-4322-a8fb-138fa8bfbd48} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1829 | 2025.02.23 14:13:48.988260 [ 275 ] {f86b162e-2ef3-4322-a8fb-138fa8bfbd48} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001704 sec., 65727.69953051643 rows/sec., 3.74 MiB/sec. | ||
| 1830 | 2025.02.23 14:13:48.988339 [ 275 ] {f86b162e-2ef3-4322-a8fb-138fa8bfbd48} <Debug> TCPHandler: Processed in 0.001997004 sec. | ||
| 1831 | 2025.02.23 14:13:48.988508 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1832 | 2025.02.23 14:13:48.988647 [ 277 ] {eee1064c-7a3b-492c-884a-c27724a6cd26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1833 | 2025.02.23 14:13:48.988707 [ 277 ] {eee1064c-7a3b-492c-884a-c27724a6cd26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1834 | 2025.02.23 14:13:48.989552 [ 277 ] {eee1064c-7a3b-492c-884a-c27724a6cd26} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1835 | 2025.02.23 14:13:48.989598 [ 277 ] {eee1064c-7a3b-492c-884a-c27724a6cd26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1836 | 2025.02.23 14:13:48.989990 [ 277 ] {eee1064c-7a3b-492c-884a-c27724a6cd26} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1837 | 2025.02.23 14:13:48.990224 [ 277 ] {eee1064c-7a3b-492c-884a-c27724a6cd26} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1838 | 2025.02.23 14:13:48.990475 [ 277 ] {eee1064c-7a3b-492c-884a-c27724a6cd26} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.001839 sec., 226753.6704730832 rows/sec., 16.14 MiB/sec. | ||
| 1839 | 2025.02.23 14:13:48.990617 [ 277 ] {eee1064c-7a3b-492c-884a-c27724a6cd26} <Debug> TCPHandler: Processed in 0.002178229 sec. | ||
| 1840 | 2025.02.23 14:13:48.990760 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1841 | 2025.02.23 14:13:48.990900 [ 275 ] {b760dd44-bbf4-4f73-8995-177799c4ca72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1842 | 2025.02.23 14:13:48.990959 [ 275 ] {b760dd44-bbf4-4f73-8995-177799c4ca72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1843 | 2025.02.23 14:13:48.991509 [ 275 ] {b760dd44-bbf4-4f73-8995-177799c4ca72} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1844 | 2025.02.23 14:13:48.991553 [ 275 ] {b760dd44-bbf4-4f73-8995-177799c4ca72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1845 | 2025.02.23 14:13:48.991942 [ 275 ] {b760dd44-bbf4-4f73-8995-177799c4ca72} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1846 | 2025.02.23 14:13:48.992173 [ 275 ] {b760dd44-bbf4-4f73-8995-177799c4ca72} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1847 | 2025.02.23 14:13:48.992430 [ 275 ] {b760dd44-bbf4-4f73-8995-177799c4ca72} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00156 sec., 3846.153846153846 rows/sec., 200.95 KiB/sec. | ||
| 1848 | 2025.02.23 14:13:48.992477 [ 275 ] {b760dd44-bbf4-4f73-8995-177799c4ca72} <Debug> TCPHandler: Processed in 0.001779227 sec. | ||
| 1849 | 2025.02.23 14:13:48.992615 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1850 | 2025.02.23 14:13:48.992738 [ 277 ] {66493a34-dd27-4576-af53-375e20b8b837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1851 | 2025.02.23 14:13:48.992807 [ 277 ] {66493a34-dd27-4576-af53-375e20b8b837} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1852 | 2025.02.23 14:13:48.993493 [ 277 ] {66493a34-dd27-4576-af53-375e20b8b837} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1853 | 2025.02.23 14:13:48.993539 [ 277 ] {66493a34-dd27-4576-af53-375e20b8b837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1854 | 2025.02.23 14:13:48.993986 [ 277 ] {66493a34-dd27-4576-af53-375e20b8b837} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1855 | 2025.02.23 14:13:48.994220 [ 277 ] {66493a34-dd27-4576-af53-375e20b8b837} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1856 | 2025.02.23 14:13:48.994473 [ 277 ] {66493a34-dd27-4576-af53-375e20b8b837} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00176 sec., 134659.0909090909 rows/sec., 9.03 MiB/sec. | ||
| 1857 | 2025.02.23 14:13:48.994536 [ 277 ] {66493a34-dd27-4576-af53-375e20b8b837} <Debug> TCPHandler: Processed in 0.001978062 sec. | ||
| 1858 | 2025.02.23 14:13:48.994677 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1859 | 2025.02.23 14:13:48.994810 [ 275 ] {d7431a9b-4ef9-4a80-8b2c-5f131bee1ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1860 | 2025.02.23 14:13:48.994871 [ 275 ] {d7431a9b-4ef9-4a80-8b2c-5f131bee1ff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1861 | 2025.02.23 14:13:48.995403 [ 275 ] {d7431a9b-4ef9-4a80-8b2c-5f131bee1ff5} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1862 | 2025.02.23 14:13:48.995447 [ 275 ] {d7431a9b-4ef9-4a80-8b2c-5f131bee1ff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1863 | 2025.02.23 14:13:48.995838 [ 275 ] {d7431a9b-4ef9-4a80-8b2c-5f131bee1ff5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1864 | 2025.02.23 14:13:48.996068 [ 275 ] {d7431a9b-4ef9-4a80-8b2c-5f131bee1ff5} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1865 | 2025.02.23 14:13:48.996307 [ 275 ] {d7431a9b-4ef9-4a80-8b2c-5f131bee1ff5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001514 sec., 660.5019815059445 rows/sec., 44.51 KiB/sec. | ||
| 1866 | 2025.02.23 14:13:48.996367 [ 275 ] {d7431a9b-4ef9-4a80-8b2c-5f131bee1ff5} <Debug> TCPHandler: Processed in 0.001747676 sec. | ||
| 1867 | 2025.02.23 14:13:48.996507 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1868 | 2025.02.23 14:13:48.996626 [ 277 ] {277110f3-e8e0-4b8c-a42e-5160d55fc57f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1869 | 2025.02.23 14:13:48.996706 [ 277 ] {277110f3-e8e0-4b8c-a42e-5160d55fc57f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1870 | 2025.02.23 14:13:48.998033 [ 277 ] {277110f3-e8e0-4b8c-a42e-5160d55fc57f} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1871 | 2025.02.23 14:13:48.998074 [ 277 ] {277110f3-e8e0-4b8c-a42e-5160d55fc57f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1872 | 2025.02.23 14:13:48.998731 [ 277 ] {277110f3-e8e0-4b8c-a42e-5160d55fc57f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1873 | 2025.02.23 14:13:48.998992 [ 277 ] {277110f3-e8e0-4b8c-a42e-5160d55fc57f} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1874 | 2025.02.23 14:13:48.999446 [ 277 ] {277110f3-e8e0-4b8c-a42e-5160d55fc57f} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002817 sec., 12424.565140220093 rows/sec., 22.26 MiB/sec. | ||
| 1875 | 2025.02.23 14:13:48.999587 [ 277 ] {277110f3-e8e0-4b8c-a42e-5160d55fc57f} <Debug> TCPHandler: Processed in 0.00313653 sec. | ||
| 1876 | 2025.02.23 14:13:48.999735 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1877 | 2025.02.23 14:13:48.999872 [ 275 ] {e815b168-a8f9-4cfe-b6a9-5fc34ad89c2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1878 | 2025.02.23 14:13:48.999931 [ 275 ] {e815b168-a8f9-4cfe-b6a9-5fc34ad89c2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1879 | 2025.02.23 14:13:49.000483 [ 275 ] {e815b168-a8f9-4cfe-b6a9-5fc34ad89c2f} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1880 | 2025.02.23 14:13:49.000528 [ 275 ] {e815b168-a8f9-4cfe-b6a9-5fc34ad89c2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1881 | 2025.02.23 14:13:49.000934 [ 275 ] {e815b168-a8f9-4cfe-b6a9-5fc34ad89c2f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1882 | 2025.02.23 14:13:49.001415 [ 275 ] {e815b168-a8f9-4cfe-b6a9-5fc34ad89c2f} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1883 | 2025.02.23 14:13:49.001766 [ 275 ] {e815b168-a8f9-4cfe-b6a9-5fc34ad89c2f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001907 sec., 42999.47561615102 rows/sec., 2.73 MiB/sec. | ||
| 1884 | 2025.02.23 14:13:49.001822 [ 275 ] {e815b168-a8f9-4cfe-b6a9-5fc34ad89c2f} <Debug> TCPHandler: Processed in 0.002154808 sec. | ||
| 1885 | 2025.02.23 14:13:49.198174 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
| 1886 | 2025.02.23 14:13:49.198778 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1887 | 2025.02.23 14:13:49.198821 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1888 | 2025.02.23 14:13:49.199322 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1889 | 2025.02.23 14:13:49.199601 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1890 | 2025.02.23 14:13:49.199856 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
| 1891 | 2025.02.23 14:13:49.334643 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1892 | 2025.02.23 14:13:49.334917 [ 275 ] {eaa90e38-2c7c-4d19-bb19-dd2343d701e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1893 | 2025.02.23 14:13:49.335370 [ 275 ] {eaa90e38-2c7c-4d19-bb19-dd2343d701e9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1894 | 2025.02.23 14:13:49.335432 [ 275 ] {eaa90e38-2c7c-4d19-bb19-dd2343d701e9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1895 | 2025.02.23 14:13:49.335830 [ 275 ] {eaa90e38-2c7c-4d19-bb19-dd2343d701e9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1896 | 2025.02.23 14:13:49.335906 [ 275 ] {eaa90e38-2c7c-4d19-bb19-dd2343d701e9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1897 | 2025.02.23 14:13:49.336074 [ 275 ] {eaa90e38-2c7c-4d19-bb19-dd2343d701e9} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1898 | 2025.02.23 14:13:49.336338 [ 287 ] {eaa90e38-2c7c-4d19-bb19-dd2343d701e9} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1899 | 2025.02.23 14:13:49.336362 [ 288 ] {eaa90e38-2c7c-4d19-bb19-dd2343d701e9} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1900 | 2025.02.23 14:13:49.336515 [ 275 ] {eaa90e38-2c7c-4d19-bb19-dd2343d701e9} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1901 | 2025.02.23 14:13:49.336547 [ 275 ] {eaa90e38-2c7c-4d19-bb19-dd2343d701e9} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1902 | 2025.02.23 14:13:49.338749 [ 275 ] {eaa90e38-2c7c-4d19-bb19-dd2343d701e9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1903 | 2025.02.23 14:13:49.338784 [ 275 ] {eaa90e38-2c7c-4d19-bb19-dd2343d701e9} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Reading approx. 35 rows with 2 streams | ||
| 1904 | 2025.02.23 14:13:49.338857 [ 275 ] {eaa90e38-2c7c-4d19-bb19-dd2343d701e9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1905 | 2025.02.23 14:13:49.338913 [ 275 ] {eaa90e38-2c7c-4d19-bb19-dd2343d701e9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1906 | 2025.02.23 14:13:49.340343 [ 275 ] {eaa90e38-2c7c-4d19-bb19-dd2343d701e9} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.005557 sec., 6298.3624257693 rows/sec., 242.52 KiB/sec. | ||
| 1907 | 2025.02.23 14:13:49.340507 [ 275 ] {eaa90e38-2c7c-4d19-bb19-dd2343d701e9} <Debug> TCPHandler: Processed in 0.00598697 sec. | ||
| 1908 | 2025.02.23 14:13:49.340988 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1909 | 2025.02.23 14:13:49.341246 [ 277 ] {904c77bc-905a-443a-898c-94116b7fb7d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1910 | 2025.02.23 14:13:49.341670 [ 277 ] {904c77bc-905a-443a-898c-94116b7fb7d2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1911 | 2025.02.23 14:13:49.341724 [ 277 ] {904c77bc-905a-443a-898c-94116b7fb7d2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1912 | 2025.02.23 14:13:49.342096 [ 277 ] {904c77bc-905a-443a-898c-94116b7fb7d2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1913 | 2025.02.23 14:13:49.342179 [ 277 ] {904c77bc-905a-443a-898c-94116b7fb7d2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1914 | 2025.02.23 14:13:49.342360 [ 277 ] {904c77bc-905a-443a-898c-94116b7fb7d2} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1915 | 2025.02.23 14:13:49.342457 [ 289 ] {904c77bc-905a-443a-898c-94116b7fb7d2} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1916 | 2025.02.23 14:13:49.342471 [ 287 ] {904c77bc-905a-443a-898c-94116b7fb7d2} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1917 | 2025.02.23 14:13:49.342586 [ 277 ] {904c77bc-905a-443a-898c-94116b7fb7d2} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1918 | 2025.02.23 14:13:49.342617 [ 277 ] {904c77bc-905a-443a-898c-94116b7fb7d2} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1919 | 2025.02.23 14:13:49.342706 [ 277 ] {904c77bc-905a-443a-898c-94116b7fb7d2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1920 | 2025.02.23 14:13:49.342728 [ 277 ] {904c77bc-905a-443a-898c-94116b7fb7d2} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Reading approx. 35 rows with 2 streams | ||
| 1921 | 2025.02.23 14:13:49.342773 [ 277 ] {904c77bc-905a-443a-898c-94116b7fb7d2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1922 | 2025.02.23 14:13:49.342821 [ 277 ] {904c77bc-905a-443a-898c-94116b7fb7d2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1923 | 2025.02.23 14:13:49.343938 [ 277 ] {904c77bc-905a-443a-898c-94116b7fb7d2} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.002813 sec., 12442.232492001422 rows/sec., 479.08 KiB/sec. | ||
| 1924 | 2025.02.23 14:13:49.344088 [ 277 ] {904c77bc-905a-443a-898c-94116b7fb7d2} <Debug> TCPHandler: Processed in 0.003231243 sec. | ||
| 1925 | 2025.02.23 14:13:49.344370 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1926 | 2025.02.23 14:13:49.344596 [ 275 ] {9d862019-a1a5-4ec6-9698-75913996f60b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1927 | 2025.02.23 14:13:49.344960 [ 275 ] {9d862019-a1a5-4ec6-9698-75913996f60b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1928 | 2025.02.23 14:13:49.345007 [ 275 ] {9d862019-a1a5-4ec6-9698-75913996f60b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1929 | 2025.02.23 14:13:49.345331 [ 275 ] {9d862019-a1a5-4ec6-9698-75913996f60b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1930 | 2025.02.23 14:13:49.345395 [ 275 ] {9d862019-a1a5-4ec6-9698-75913996f60b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1931 | 2025.02.23 14:13:49.345540 [ 275 ] {9d862019-a1a5-4ec6-9698-75913996f60b} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1932 | 2025.02.23 14:13:49.345645 [ 288 ] {9d862019-a1a5-4ec6-9698-75913996f60b} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1933 | 2025.02.23 14:13:49.345655 [ 289 ] {9d862019-a1a5-4ec6-9698-75913996f60b} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1934 | 2025.02.23 14:13:49.345762 [ 275 ] {9d862019-a1a5-4ec6-9698-75913996f60b} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1935 | 2025.02.23 14:13:49.345790 [ 275 ] {9d862019-a1a5-4ec6-9698-75913996f60b} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1936 | 2025.02.23 14:13:49.345870 [ 275 ] {9d862019-a1a5-4ec6-9698-75913996f60b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1937 | 2025.02.23 14:13:49.345891 [ 275 ] {9d862019-a1a5-4ec6-9698-75913996f60b} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Reading approx. 35 rows with 2 streams | ||
| 1938 | 2025.02.23 14:13:49.345932 [ 275 ] {9d862019-a1a5-4ec6-9698-75913996f60b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1939 | 2025.02.23 14:13:49.345978 [ 275 ] {9d862019-a1a5-4ec6-9698-75913996f60b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1940 | 2025.02.23 14:13:49.347033 [ 275 ] {9d862019-a1a5-4ec6-9698-75913996f60b} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.002551 sec., 13720.109760878087 rows/sec., 528.29 KiB/sec. | ||
| 1941 | 2025.02.23 14:13:49.347186 [ 275 ] {9d862019-a1a5-4ec6-9698-75913996f60b} <Debug> TCPHandler: Processed in 0.002885001 sec. | ||
| 1942 | 2025.02.23 14:13:49.347479 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1943 | 2025.02.23 14:13:49.347711 [ 277 ] {d4591eb5-5c46-400b-bde9-cfb7daf7cdd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1944 | 2025.02.23 14:13:49.348073 [ 277 ] {d4591eb5-5c46-400b-bde9-cfb7daf7cdd4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1945 | 2025.02.23 14:13:49.348124 [ 277 ] {d4591eb5-5c46-400b-bde9-cfb7daf7cdd4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1946 | 2025.02.23 14:13:49.348460 [ 277 ] {d4591eb5-5c46-400b-bde9-cfb7daf7cdd4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1947 | 2025.02.23 14:13:49.348528 [ 277 ] {d4591eb5-5c46-400b-bde9-cfb7daf7cdd4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1948 | 2025.02.23 14:13:49.348682 [ 277 ] {d4591eb5-5c46-400b-bde9-cfb7daf7cdd4} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1949 | 2025.02.23 14:13:49.348781 [ 289 ] {d4591eb5-5c46-400b-bde9-cfb7daf7cdd4} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1950 | 2025.02.23 14:13:49.348787 [ 287 ] {d4591eb5-5c46-400b-bde9-cfb7daf7cdd4} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1951 | 2025.02.23 14:13:49.348894 [ 277 ] {d4591eb5-5c46-400b-bde9-cfb7daf7cdd4} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1952 | 2025.02.23 14:13:49.348923 [ 277 ] {d4591eb5-5c46-400b-bde9-cfb7daf7cdd4} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1953 | 2025.02.23 14:13:49.349005 [ 277 ] {d4591eb5-5c46-400b-bde9-cfb7daf7cdd4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1954 | 2025.02.23 14:13:49.349026 [ 277 ] {d4591eb5-5c46-400b-bde9-cfb7daf7cdd4} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Reading approx. 35 rows with 2 streams | ||
| 1955 | 2025.02.23 14:13:49.349066 [ 277 ] {d4591eb5-5c46-400b-bde9-cfb7daf7cdd4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1956 | 2025.02.23 14:13:49.349113 [ 277 ] {d4591eb5-5c46-400b-bde9-cfb7daf7cdd4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1957 | 2025.02.23 14:13:49.350142 [ 277 ] {d4591eb5-5c46-400b-bde9-cfb7daf7cdd4} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.00255 sec., 13725.49019607843 rows/sec., 528.49 KiB/sec. | ||
| 1958 | 2025.02.23 14:13:49.350301 [ 277 ] {d4591eb5-5c46-400b-bde9-cfb7daf7cdd4} <Debug> TCPHandler: Processed in 0.002896521 sec. | ||
| 1959 | 2025.02.23 14:13:49.350649 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1960 | 2025.02.23 14:13:49.350842 [ 275 ] {a890566b-a513-4589-ba90-c3fe73b92675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1961 | 2025.02.23 14:13:49.351188 [ 275 ] {a890566b-a513-4589-ba90-c3fe73b92675} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1962 | 2025.02.23 14:13:49.351237 [ 275 ] {a890566b-a513-4589-ba90-c3fe73b92675} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1963 | 2025.02.23 14:13:49.351566 [ 275 ] {a890566b-a513-4589-ba90-c3fe73b92675} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1964 | 2025.02.23 14:13:49.351630 [ 275 ] {a890566b-a513-4589-ba90-c3fe73b92675} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1965 | 2025.02.23 14:13:49.351774 [ 275 ] {a890566b-a513-4589-ba90-c3fe73b92675} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1966 | 2025.02.23 14:13:49.351890 [ 288 ] {a890566b-a513-4589-ba90-c3fe73b92675} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1967 | 2025.02.23 14:13:49.351892 [ 287 ] {a890566b-a513-4589-ba90-c3fe73b92675} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1968 | 2025.02.23 14:13:49.352016 [ 275 ] {a890566b-a513-4589-ba90-c3fe73b92675} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1969 | 2025.02.23 14:13:49.352046 [ 275 ] {a890566b-a513-4589-ba90-c3fe73b92675} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1970 | 2025.02.23 14:13:49.352126 [ 275 ] {a890566b-a513-4589-ba90-c3fe73b92675} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1971 | 2025.02.23 14:13:49.352146 [ 275 ] {a890566b-a513-4589-ba90-c3fe73b92675} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Reading approx. 35 rows with 2 streams | ||
| 1972 | 2025.02.23 14:13:49.352186 [ 275 ] {a890566b-a513-4589-ba90-c3fe73b92675} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1973 | 2025.02.23 14:13:49.352233 [ 275 ] {a890566b-a513-4589-ba90-c3fe73b92675} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1974 | 2025.02.23 14:13:49.353250 [ 275 ] {a890566b-a513-4589-ba90-c3fe73b92675} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.002504 sec., 13977.635782747602 rows/sec., 538.20 KiB/sec. | ||
| 1975 | 2025.02.23 14:13:49.353401 [ 275 ] {a890566b-a513-4589-ba90-c3fe73b92675} <Debug> TCPHandler: Processed in 0.002809389 sec. | ||
| 1976 | 2025.02.23 14:13:49.353678 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1977 | 2025.02.23 14:13:49.353881 [ 277 ] {5efa7958-c231-4ac1-92f4-6f2f288666e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1978 | 2025.02.23 14:13:49.354239 [ 277 ] {5efa7958-c231-4ac1-92f4-6f2f288666e6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1979 | 2025.02.23 14:13:49.354292 [ 277 ] {5efa7958-c231-4ac1-92f4-6f2f288666e6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1980 | 2025.02.23 14:13:49.354635 [ 277 ] {5efa7958-c231-4ac1-92f4-6f2f288666e6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1981 | 2025.02.23 14:13:49.354704 [ 277 ] {5efa7958-c231-4ac1-92f4-6f2f288666e6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1982 | 2025.02.23 14:13:49.354861 [ 277 ] {5efa7958-c231-4ac1-92f4-6f2f288666e6} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 1983 | 2025.02.23 14:13:49.354938 [ 287 ] {5efa7958-c231-4ac1-92f4-6f2f288666e6} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1984 | 2025.02.23 14:13:49.354966 [ 289 ] {5efa7958-c231-4ac1-92f4-6f2f288666e6} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1985 | 2025.02.23 14:13:49.355062 [ 277 ] {5efa7958-c231-4ac1-92f4-6f2f288666e6} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1986 | 2025.02.23 14:13:49.355086 [ 277 ] {5efa7958-c231-4ac1-92f4-6f2f288666e6} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1987 | 2025.02.23 14:13:49.355165 [ 277 ] {5efa7958-c231-4ac1-92f4-6f2f288666e6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1988 | 2025.02.23 14:13:49.355187 [ 277 ] {5efa7958-c231-4ac1-92f4-6f2f288666e6} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Reading approx. 35 rows with 2 streams | ||
| 1989 | 2025.02.23 14:13:49.355227 [ 277 ] {5efa7958-c231-4ac1-92f4-6f2f288666e6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1990 | 2025.02.23 14:13:49.355274 [ 277 ] {5efa7958-c231-4ac1-92f4-6f2f288666e6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1991 | 2025.02.23 14:13:49.356378 [ 277 ] {5efa7958-c231-4ac1-92f4-6f2f288666e6} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.002598 sec., 13471.901462663587 rows/sec., 518.73 KiB/sec. | ||
| 1992 | 2025.02.23 14:13:49.356515 [ 277 ] {5efa7958-c231-4ac1-92f4-6f2f288666e6} <Debug> TCPHandler: Processed in 0.002901572 sec. | ||
| 1993 | 2025.02.23 14:13:49.441052 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 1994 | 2025.02.23 14:13:49.461560 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1995 | 2025.02.23 14:13:49.461612 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1996 | 2025.02.23 14:13:49.468853 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1997 | 2025.02.23 14:13:49.469653 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1998 | 2025.02.23 14:13:49.472957 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 1999 | 2025.02.23 14:13:49.484483 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2000 | 2025.02.23 14:13:49.484640 [ 275 ] {df4aaec8-b264-45dc-8f8b-a91126049741} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2001 | 2025.02.23 14:13:49.484705 [ 275 ] {df4aaec8-b264-45dc-8f8b-a91126049741} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2002 | 2025.02.23 14:13:49.485470 [ 275 ] {df4aaec8-b264-45dc-8f8b-a91126049741} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2003 | 2025.02.23 14:13:49.485514 [ 275 ] {df4aaec8-b264-45dc-8f8b-a91126049741} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2004 | 2025.02.23 14:13:49.486032 [ 275 ] {df4aaec8-b264-45dc-8f8b-a91126049741} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2005 | 2025.02.23 14:13:49.486282 [ 275 ] {df4aaec8-b264-45dc-8f8b-a91126049741} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2006 | 2025.02.23 14:13:49.486654 [ 275 ] {df4aaec8-b264-45dc-8f8b-a91126049741} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002038 sec., 2944.0628066732093 rows/sec., 655.51 KiB/sec. | ||
| 2007 | 2025.02.23 14:13:49.486791 [ 275 ] {df4aaec8-b264-45dc-8f8b-a91126049741} <Debug> TCPHandler: Processed in 0.002380356 sec. | ||
| 2008 | 2025.02.23 14:13:49.486962 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2009 | 2025.02.23 14:13:49.487100 [ 277 ] {c89eaf90-e9f6-4315-a4e2-b1e6639f260e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2010 | 2025.02.23 14:13:49.487153 [ 277 ] {c89eaf90-e9f6-4315-a4e2-b1e6639f260e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2011 | 2025.02.23 14:13:49.488313 [ 277 ] {c89eaf90-e9f6-4315-a4e2-b1e6639f260e} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2012 | 2025.02.23 14:13:49.488357 [ 277 ] {c89eaf90-e9f6-4315-a4e2-b1e6639f260e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2013 | 2025.02.23 14:13:49.488885 [ 277 ] {c89eaf90-e9f6-4315-a4e2-b1e6639f260e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2014 | 2025.02.23 14:13:49.489144 [ 277 ] {c89eaf90-e9f6-4315-a4e2-b1e6639f260e} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2015 | 2025.02.23 14:13:49.489412 [ 277 ] {c89eaf90-e9f6-4315-a4e2-b1e6639f260e} <Debug> executeQuery: Read 1196 rows, 100.97 KiB in 0.002342 sec., 510674.6370623399 rows/sec., 42.10 MiB/sec. | ||
| 2016 | 2025.02.23 14:13:49.489489 [ 277 ] {c89eaf90-e9f6-4315-a4e2-b1e6639f260e} <Debug> TCPHandler: Processed in 0.002589842 sec. | ||
| 2017 | 2025.02.23 14:13:49.489645 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2018 | 2025.02.23 14:13:49.489784 [ 275 ] {b710f5bd-7e3e-4855-9ccf-2a9ab0a96ffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2019 | 2025.02.23 14:13:49.489844 [ 275 ] {b710f5bd-7e3e-4855-9ccf-2a9ab0a96ffd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2020 | 2025.02.23 14:13:49.490679 [ 275 ] {b710f5bd-7e3e-4855-9ccf-2a9ab0a96ffd} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2021 | 2025.02.23 14:13:49.490727 [ 275 ] {b710f5bd-7e3e-4855-9ccf-2a9ab0a96ffd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2022 | 2025.02.23 14:13:49.491115 [ 275 ] {b710f5bd-7e3e-4855-9ccf-2a9ab0a96ffd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2023 | 2025.02.23 14:13:49.491358 [ 275 ] {b710f5bd-7e3e-4855-9ccf-2a9ab0a96ffd} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2024 | 2025.02.23 14:13:49.491577 [ 275 ] {b710f5bd-7e3e-4855-9ccf-2a9ab0a96ffd} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001825 sec., 124931.50684931506 rows/sec., 8.46 MiB/sec. | ||
| 2025 | 2025.02.23 14:13:49.491630 [ 275 ] {b710f5bd-7e3e-4855-9ccf-2a9ab0a96ffd} <Debug> TCPHandler: Processed in 0.002052665 sec. | ||
| 2026 | 2025.02.23 14:13:49.491791 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2027 | 2025.02.23 14:13:49.491939 [ 277 ] {8e407cc8-efc0-4c55-b2cb-e448d7875847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2028 | 2025.02.23 14:13:49.492000 [ 277 ] {8e407cc8-efc0-4c55-b2cb-e448d7875847} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2029 | 2025.02.23 14:13:49.492873 [ 277 ] {8e407cc8-efc0-4c55-b2cb-e448d7875847} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2030 | 2025.02.23 14:13:49.492916 [ 277 ] {8e407cc8-efc0-4c55-b2cb-e448d7875847} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2031 | 2025.02.23 14:13:49.493323 [ 277 ] {8e407cc8-efc0-4c55-b2cb-e448d7875847} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2032 | 2025.02.23 14:13:49.493593 [ 277 ] {8e407cc8-efc0-4c55-b2cb-e448d7875847} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2033 | 2025.02.23 14:13:49.493809 [ 277 ] {8e407cc8-efc0-4c55-b2cb-e448d7875847} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001905 sec., 272965.87926509185 rows/sec., 20.20 MiB/sec. | ||
| 2034 | 2025.02.23 14:13:49.493872 [ 277 ] {8e407cc8-efc0-4c55-b2cb-e448d7875847} <Debug> TCPHandler: Processed in 0.002148619 sec. | ||
| 2035 | 2025.02.23 14:13:49.494032 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2036 | 2025.02.23 14:13:49.494158 [ 275 ] {8cc12eda-e9eb-4439-b2cc-20aae68e3603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2037 | 2025.02.23 14:13:49.494212 [ 275 ] {8cc12eda-e9eb-4439-b2cc-20aae68e3603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2038 | 2025.02.23 14:13:49.495855 [ 275 ] {8cc12eda-e9eb-4439-b2cc-20aae68e3603} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2039 | 2025.02.23 14:13:49.495892 [ 275 ] {8cc12eda-e9eb-4439-b2cc-20aae68e3603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2040 | 2025.02.23 14:13:49.496535 [ 275 ] {8cc12eda-e9eb-4439-b2cc-20aae68e3603} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2041 | 2025.02.23 14:13:49.496782 [ 275 ] {8cc12eda-e9eb-4439-b2cc-20aae68e3603} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2042 | 2025.02.23 14:13:49.497004 [ 275 ] {8cc12eda-e9eb-4439-b2cc-20aae68e3603} <Debug> executeQuery: Read 3338 rows, 228.28 KiB in 0.002871 sec., 1162661.0936955765 rows/sec., 77.65 MiB/sec. | ||
| 2043 | 2025.02.23 14:13:49.497059 [ 275 ] {8cc12eda-e9eb-4439-b2cc-20aae68e3603} <Debug> TCPHandler: Processed in 0.003086588 sec. | ||
| 2044 | 2025.02.23 14:13:49.497243 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2045 | 2025.02.23 14:13:49.497387 [ 277 ] {143bc4dc-fa90-404c-aea8-dc42b9cf9fee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2046 | 2025.02.23 14:13:49.497449 [ 277 ] {143bc4dc-fa90-404c-aea8-dc42b9cf9fee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2047 | 2025.02.23 14:13:49.497979 [ 277 ] {143bc4dc-fa90-404c-aea8-dc42b9cf9fee} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2048 | 2025.02.23 14:13:49.498021 [ 277 ] {143bc4dc-fa90-404c-aea8-dc42b9cf9fee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2049 | 2025.02.23 14:13:49.498394 [ 277 ] {143bc4dc-fa90-404c-aea8-dc42b9cf9fee} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2050 | 2025.02.23 14:13:49.498629 [ 277 ] {143bc4dc-fa90-404c-aea8-dc42b9cf9fee} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2051 | 2025.02.23 14:13:49.498843 [ 277 ] {143bc4dc-fa90-404c-aea8-dc42b9cf9fee} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001489 sec., 8059.100067159166 rows/sec., 556.16 KiB/sec. | ||
| 2052 | 2025.02.23 14:13:49.498898 [ 277 ] {143bc4dc-fa90-404c-aea8-dc42b9cf9fee} <Debug> TCPHandler: Processed in 0.001726435 sec. | ||
| 2053 | 2025.02.23 14:13:51.699415 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 316 | ||
| 2054 | 2025.02.23 14:13:51.702928 [ 242 ] {} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2055 | 2025.02.23 14:13:51.702980 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2056 | 2025.02.23 14:13:51.704556 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2057 | 2025.02.23 14:13:51.704870 [ 242 ] {} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2058 | 2025.02.23 14:13:51.705076 [ 42 ] {} <Debug> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2059 | 2025.02.23 14:13:51.705198 [ 42 ] {} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2060 | 2025.02.23 14:13:51.705264 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2061 | 2025.02.23 14:13:51.705809 [ 196 ] {aa7b0546-a1c8-475b-908f-621dfd146e83::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 | ||
| 2062 | 2025.02.23 14:13:51.707156 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 316 | ||
| 2063 | 2025.02.23 14:13:51.707518 [ 196 ] {aa7b0546-a1c8-475b-908f-621dfd146e83::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2064 | 2025.02.23 14:13:51.707688 [ 196 ] {aa7b0546-a1c8-475b-908f-621dfd146e83::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 | ||
| 2065 | 2025.02.23 14:13:51.708314 [ 196 ] {aa7b0546-a1c8-475b-908f-621dfd146e83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part | ||
| 2066 | 2025.02.23 14:13:51.708937 [ 196 ] {aa7b0546-a1c8-475b-908f-621dfd146e83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 68 rows starting from the beginning of the part | ||
| 2067 | 2025.02.23 14:13:51.709556 [ 196 ] {aa7b0546-a1c8-475b-908f-621dfd146e83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
| 2068 | 2025.02.23 14:13:51.710180 [ 196 ] {aa7b0546-a1c8-475b-908f-621dfd146e83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
| 2069 | 2025.02.23 14:13:51.710783 [ 196 ] {aa7b0546-a1c8-475b-908f-621dfd146e83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 54 rows starting from the beginning of the part | ||
| 2070 | 2025.02.23 14:13:51.718708 [ 193 ] {aa7b0546-a1c8-475b-908f-621dfd146e83::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 72 columns (72 merged, 0 gathered) in 0.013271272 sec., 23810.82988880041 rows/sec., 24.51 MiB/sec. | ||
| 2071 | 2025.02.23 14:13:51.719508 [ 192 ] {aa7b0546-a1c8-475b-908f-621dfd146e83::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2072 | 2025.02.23 14:13:51.720207 [ 192 ] {aa7b0546-a1c8-475b-908f-621dfd146e83::all_1_6_1} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2073 | 2025.02.23 14:13:51.720287 [ 192 ] {aa7b0546-a1c8-475b-908f-621dfd146e83::all_1_6_1} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2074 | 2025.02.23 14:13:51.720482 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.72 MiB. | ||
| 2075 | 2025.02.23 14:13:53.966620 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2076 | 2025.02.23 14:13:53.966838 [ 275 ] {96c2ea5a-c3f5-4ea7-97b5-efe4dbf155cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2077 | 2025.02.23 14:13:53.966918 [ 275 ] {96c2ea5a-c3f5-4ea7-97b5-efe4dbf155cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2078 | 2025.02.23 14:13:53.967727 [ 275 ] {96c2ea5a-c3f5-4ea7-97b5-efe4dbf155cb} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2079 | 2025.02.23 14:13:53.967772 [ 275 ] {96c2ea5a-c3f5-4ea7-97b5-efe4dbf155cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2080 | 2025.02.23 14:13:53.968213 [ 275 ] {96c2ea5a-c3f5-4ea7-97b5-efe4dbf155cb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2081 | 2025.02.23 14:13:53.968466 [ 275 ] {96c2ea5a-c3f5-4ea7-97b5-efe4dbf155cb} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2082 | 2025.02.23 14:13:53.968663 [ 36 ] {} <Debug> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2083 | 2025.02.23 14:13:53.968741 [ 275 ] {96c2ea5a-c3f5-4ea7-97b5-efe4dbf155cb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001958 sec., 28600.61287027579 rows/sec., 2.20 MiB/sec. | ||
| 2084 | 2025.02.23 14:13:53.968750 [ 36 ] {} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2085 | 2025.02.23 14:13:53.968824 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2086 | 2025.02.23 14:13:53.968878 [ 275 ] {96c2ea5a-c3f5-4ea7-97b5-efe4dbf155cb} <Debug> TCPHandler: Processed in 0.002395306 sec. | ||
| 2087 | 2025.02.23 14:13:53.969180 [ 193 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::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 | ||
| 2088 | 2025.02.23 14:13:53.969256 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2089 | 2025.02.23 14:13:53.969399 [ 193 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2090 | 2025.02.23 14:13:53.969463 [ 193 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 688 rows starting from the beginning of the part | ||
| 2091 | 2025.02.23 14:13:53.969525 [ 277 ] {e134ff6a-817e-4893-9de6-a7315699a605} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2092 | 2025.02.23 14:13:53.969643 [ 193 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 687 rows starting from the beginning of the part | ||
| 2093 | 2025.02.23 14:13:53.969681 [ 277 ] {e134ff6a-817e-4893-9de6-a7315699a605} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2094 | 2025.02.23 14:13:53.970105 [ 193 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::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 | ||
| 2095 | 2025.02.23 14:13:53.970343 [ 193 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 687 rows starting from the beginning of the part | ||
| 2096 | 2025.02.23 14:13:53.970618 [ 193 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1196 rows starting from the beginning of the part | ||
| 2097 | 2025.02.23 14:13:53.970965 [ 193 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
| 2098 | 2025.02.23 14:13:53.972645 [ 277 ] {e134ff6a-817e-4893-9de6-a7315699a605} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2099 | 2025.02.23 14:13:53.972734 [ 277 ] {e134ff6a-817e-4893-9de6-a7315699a605} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2100 | 2025.02.23 14:13:53.973696 [ 277 ] {e134ff6a-817e-4893-9de6-a7315699a605} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2101 | 2025.02.23 14:13:53.974078 [ 277 ] {e134ff6a-817e-4893-9de6-a7315699a605} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2102 | 2025.02.23 14:13:53.974501 [ 36 ] {} <Debug> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2103 | 2025.02.23 14:13:53.974500 [ 192 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3370 rows, containing 5 columns (5 merged, 0 gathered) in 0.005570698 sec., 604951.1210264853 rows/sec., 51.04 MiB/sec. | ||
| 2104 | 2025.02.23 14:13:53.974602 [ 36 ] {} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2105 | 2025.02.23 14:13:53.974656 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2106 | 2025.02.23 14:13:53.974663 [ 277 ] {e134ff6a-817e-4893-9de6-a7315699a605} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005202 sec., 12302.960399846213 rows/sec., 983.32 KiB/sec. | ||
| 2107 | 2025.02.23 14:13:53.974958 [ 277 ] {e134ff6a-817e-4893-9de6-a7315699a605} <Debug> TCPHandler: Processed in 0.005927318 sec. | ||
| 2108 | 2025.02.23 14:13:53.975044 [ 192 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2109 | 2025.02.23 14:13:53.975042 [ 193 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::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 | ||
| 2110 | 2025.02.23 14:13:53.975227 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2111 | 2025.02.23 14:13:53.975354 [ 193 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2112 | 2025.02.23 14:13:53.975451 [ 193 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 427 rows starting from the beginning of the part | ||
| 2113 | 2025.02.23 14:13:53.975510 [ 275 ] {7efa8ba5-6855-4e19-82e7-77ac440df1df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2114 | 2025.02.23 14:13:53.975742 [ 193 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 417 rows starting from the beginning of the part | ||
| 2115 | 2025.02.23 14:13:53.975770 [ 275 ] {7efa8ba5-6855-4e19-82e7-77ac440df1df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2116 | 2025.02.23 14:13:53.976206 [ 193 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::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 | ||
| 2117 | 2025.02.23 14:13:53.976208 [ 192 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_11_2} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2118 | 2025.02.23 14:13:53.976870 [ 193 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 417 rows starting from the beginning of the part | ||
| 2119 | 2025.02.23 14:13:53.976866 [ 192 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_11_2} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2120 | 2025.02.23 14:13:53.977363 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. | ||
| 2121 | 2025.02.23 14:13:53.977395 [ 193 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 520 rows starting from the beginning of the part | ||
| 2122 | 2025.02.23 14:13:53.977658 [ 193 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
| 2123 | 2025.02.23 14:13:53.978439 [ 275 ] {7efa8ba5-6855-4e19-82e7-77ac440df1df} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2124 | 2025.02.23 14:13:53.978497 [ 275 ] {7efa8ba5-6855-4e19-82e7-77ac440df1df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2125 | 2025.02.23 14:13:53.979245 [ 275 ] {7efa8ba5-6855-4e19-82e7-77ac440df1df} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2126 | 2025.02.23 14:13:53.979638 [ 275 ] {7efa8ba5-6855-4e19-82e7-77ac440df1df} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2127 | 2025.02.23 14:13:53.979635 [ 194 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1909 rows, containing 5 columns (5 merged, 0 gathered) in 0.004853414 sec., 393331.3745746808 rows/sec., 29.99 MiB/sec. | ||
| 2128 | 2025.02.23 14:13:53.979855 [ 36 ] {} <Debug> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2129 | 2025.02.23 14:13:53.979950 [ 36 ] {} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2130 | 2025.02.23 14:13:53.980005 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2131 | 2025.02.23 14:13:53.980065 [ 275 ] {7efa8ba5-6855-4e19-82e7-77ac440df1df} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.00463 sec., 27645.78833693305 rows/sec., 1.93 MiB/sec. | ||
| 2132 | 2025.02.23 14:13:53.980140 [ 194 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2133 | 2025.02.23 14:13:53.980428 [ 275 ] {7efa8ba5-6855-4e19-82e7-77ac440df1df} <Debug> TCPHandler: Processed in 0.005328629 sec. | ||
| 2134 | 2025.02.23 14:13:53.980436 [ 193 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::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 | ||
| 2135 | 2025.02.23 14:13:53.980703 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2136 | 2025.02.23 14:13:53.980783 [ 193 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2137 | 2025.02.23 14:13:53.980869 [ 193 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1082 rows starting from the beginning of the part | ||
| 2138 | 2025.02.23 14:13:53.981059 [ 277 ] {4ba107fd-e40f-42a8-a458-2b6f1237579d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2139 | 2025.02.23 14:13:53.981192 [ 193 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 237 rows starting from the beginning of the part | ||
| 2140 | 2025.02.23 14:13:53.981306 [ 277 ] {4ba107fd-e40f-42a8-a458-2b6f1237579d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2141 | 2025.02.23 14:13:53.981568 [ 193 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::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 | ||
| 2142 | 2025.02.23 14:13:53.981980 [ 193 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 237 rows starting from the beginning of the part | ||
| 2143 | 2025.02.23 14:13:53.982008 [ 194 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_11_2} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2144 | 2025.02.23 14:13:53.982425 [ 193 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 3338 rows starting from the beginning of the part | ||
| 2145 | 2025.02.23 14:13:53.982769 [ 194 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_11_2} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2146 | 2025.02.23 14:13:53.982882 [ 193 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 128 rows starting from the beginning of the part | ||
| 2147 | 2025.02.23 14:13:53.983488 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 2148 | 2025.02.23 14:13:53.984265 [ 277 ] {4ba107fd-e40f-42a8-a458-2b6f1237579d} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2149 | 2025.02.23 14:13:53.984314 [ 277 ] {4ba107fd-e40f-42a8-a458-2b6f1237579d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2150 | 2025.02.23 14:13:53.985333 [ 277 ] {4ba107fd-e40f-42a8-a458-2b6f1237579d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2151 | 2025.02.23 14:13:53.985756 [ 277 ] {4ba107fd-e40f-42a8-a458-2b6f1237579d} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2152 | 2025.02.23 14:13:53.986093 [ 36 ] {} <Debug> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2153 | 2025.02.23 14:13:53.986213 [ 36 ] {} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2154 | 2025.02.23 14:13:53.986288 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2155 | 2025.02.23 14:13:53.986312 [ 277 ] {4ba107fd-e40f-42a8-a458-2b6f1237579d} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005394 sec., 8898.77641824249 rows/sec., 614.11 KiB/sec. | ||
| 2156 | 2025.02.23 14:13:53.986571 [ 277 ] {4ba107fd-e40f-42a8-a458-2b6f1237579d} <Debug> TCPHandler: Processed in 0.005998431 sec. | ||
| 2157 | 2025.02.23 14:13:53.986617 [ 192 ] {a5f2add4-adf4-4098-b209-033c824af48d::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 | ||
| 2158 | 2025.02.23 14:13:53.986774 [ 192 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2159 | 2025.02.23 14:13:53.986812 [ 192 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 392 rows starting from the beginning of the part | ||
| 2160 | 2025.02.23 14:13:53.986951 [ 192 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 82 rows starting from the beginning of the part | ||
| 2161 | 2025.02.23 14:13:53.987135 [ 192 ] {a5f2add4-adf4-4098-b209-033c824af48d::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 | ||
| 2162 | 2025.02.23 14:13:53.987395 [ 192 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 82 rows starting from the beginning of the part | ||
| 2163 | 2025.02.23 14:13:53.987875 [ 192 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part | ||
| 2164 | 2025.02.23 14:13:53.988004 [ 193 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5182 rows, containing 5 columns (5 merged, 0 gathered) in 0.007897301 sec., 656173.5458734572 rows/sec., 44.18 MiB/sec. | ||
| 2165 | 2025.02.23 14:13:53.988147 [ 192 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 48 rows starting from the beginning of the part | ||
| 2166 | 2025.02.23 14:13:53.988487 [ 193 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2167 | 2025.02.23 14:13:53.989058 [ 193 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2168 | 2025.02.23 14:13:53.989253 [ 193 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2169 | 2025.02.23 14:13:53.989432 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 2170 | 2025.02.23 14:13:53.989953 [ 197 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 676 rows, containing 4 columns (4 merged, 0 gathered) in 0.003544572 sec., 190714.13981716268 rows/sec., 12.49 MiB/sec. | ||
| 2171 | 2025.02.23 14:13:53.990151 [ 197 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2172 | 2025.02.23 14:13:53.990451 [ 197 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_11_2} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2173 | 2025.02.23 14:13:53.990535 [ 197 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_11_2} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2174 | 2025.02.23 14:13:53.990619 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2175 | 2025.02.23 14:13:56.609891 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2176 | 2025.02.23 14:13:56.609979 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2177 | 2025.02.23 14:13:56.700917 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
| 2178 | 2025.02.23 14:13:56.701577 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2179 | 2025.02.23 14:13:56.701628 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2180 | 2025.02.23 14:13:56.702179 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2181 | 2025.02.23 14:13:56.702444 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2182 | 2025.02.23 14:13:56.702646 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2183 | 2025.02.23 14:13:56.973948 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2184 | 2025.02.23 14:13:56.994496 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2185 | 2025.02.23 14:13:56.994564 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2186 | 2025.02.23 14:13:57.000252 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.30 MiB, peak 174.58 MiB, free memory in arenas 0.00 B, will set to 168.22 MiB (RSS), difference: -4.09 MiB | ||
| 2187 | 2025.02.23 14:13:57.002953 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2188 | 2025.02.23 14:13:57.003774 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2189 | 2025.02.23 14:13:57.008684 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2190 | 2025.02.23 14:13:58.000185 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.22 MiB, peak 174.58 MiB, free memory in arenas 0.00 B, will set to 168.65 MiB (RSS), difference: 4.43 MiB | ||
| 2191 | 2025.02.23 14:13:58.976644 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2192 | 2025.02.23 14:13:58.976882 [ 275 ] {84766711-a11a-4be4-ae7a-d9b31f9873d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2193 | 2025.02.23 14:13:58.976964 [ 275 ] {84766711-a11a-4be4-ae7a-d9b31f9873d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2194 | 2025.02.23 14:13:58.977842 [ 275 ] {84766711-a11a-4be4-ae7a-d9b31f9873d5} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2195 | 2025.02.23 14:13:58.977889 [ 275 ] {84766711-a11a-4be4-ae7a-d9b31f9873d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2196 | 2025.02.23 14:13:58.978344 [ 275 ] {84766711-a11a-4be4-ae7a-d9b31f9873d5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2197 | 2025.02.23 14:13:58.978598 [ 275 ] {84766711-a11a-4be4-ae7a-d9b31f9873d5} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2198 | 2025.02.23 14:13:58.978789 [ 31 ] {} <Debug> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2199 | 2025.02.23 14:13:58.978866 [ 275 ] {84766711-a11a-4be4-ae7a-d9b31f9873d5} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002063 sec., 102762.96655356276 rows/sec., 6.54 MiB/sec. | ||
| 2200 | 2025.02.23 14:13:58.978877 [ 31 ] {} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2201 | 2025.02.23 14:13:58.978948 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2202 | 2025.02.23 14:13:58.979007 [ 275 ] {84766711-a11a-4be4-ae7a-d9b31f9873d5} <Debug> TCPHandler: Processed in 0.00250171 sec. | ||
| 2203 | 2025.02.23 14:13:58.979225 [ 192 ] {0f07ee42-b820-47cf-915d-f5d516b4b013::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 | ||
| 2204 | 2025.02.23 14:13:58.979313 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2205 | 2025.02.23 14:13:58.979469 [ 192 ] {0f07ee42-b820-47cf-915d-f5d516b4b013::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2206 | 2025.02.23 14:13:58.979551 [ 192 ] {0f07ee42-b820-47cf-915d-f5d516b4b013::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 212 rows starting from the beginning of the part | ||
| 2207 | 2025.02.23 14:13:58.979570 [ 277 ] {20579ee5-b467-4a76-a8e2-9d63e9fdc0be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2208 | 2025.02.23 14:13:58.979715 [ 277 ] {20579ee5-b467-4a76-a8e2-9d63e9fdc0be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2209 | 2025.02.23 14:13:58.979797 [ 192 ] {0f07ee42-b820-47cf-915d-f5d516b4b013::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 212 rows starting from the beginning of the part | ||
| 2210 | 2025.02.23 14:13:58.980135 [ 192 ] {0f07ee42-b820-47cf-915d-f5d516b4b013::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 212 rows starting from the beginning of the part | ||
| 2211 | 2025.02.23 14:13:58.980420 [ 192 ] {0f07ee42-b820-47cf-915d-f5d516b4b013::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 212 rows starting from the beginning of the part | ||
| 2212 | 2025.02.23 14:13:58.980796 [ 192 ] {0f07ee42-b820-47cf-915d-f5d516b4b013::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 212 rows starting from the beginning of the part | ||
| 2213 | 2025.02.23 14:13:58.983239 [ 277 ] {20579ee5-b467-4a76-a8e2-9d63e9fdc0be} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2214 | 2025.02.23 14:13:58.983315 [ 277 ] {20579ee5-b467-4a76-a8e2-9d63e9fdc0be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2215 | 2025.02.23 14:13:58.983682 [ 197 ] {0f07ee42-b820-47cf-915d-f5d516b4b013::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004613276 sec., 229771.64167069126 rows/sec., 15.49 MiB/sec. | ||
| 2216 | 2025.02.23 14:13:58.983923 [ 197 ] {0f07ee42-b820-47cf-915d-f5d516b4b013::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2217 | 2025.02.23 14:13:58.984337 [ 277 ] {20579ee5-b467-4a76-a8e2-9d63e9fdc0be} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2218 | 2025.02.23 14:13:58.984465 [ 197 ] {0f07ee42-b820-47cf-915d-f5d516b4b013::all_1_5_1} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2219 | 2025.02.23 14:13:58.984610 [ 197 ] {0f07ee42-b820-47cf-915d-f5d516b4b013::all_1_5_1} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2220 | 2025.02.23 14:13:58.984771 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2221 | 2025.02.23 14:13:58.984845 [ 277 ] {20579ee5-b467-4a76-a8e2-9d63e9fdc0be} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2222 | 2025.02.23 14:13:58.985105 [ 277 ] {20579ee5-b467-4a76-a8e2-9d63e9fdc0be} <Debug> executeQuery: Read 687 rows, 56.04 KiB in 0.005615 sec., 122350.84594835262 rows/sec., 9.75 MiB/sec. | ||
| 2223 | 2025.02.23 14:13:58.985320 [ 277 ] {20579ee5-b467-4a76-a8e2-9d63e9fdc0be} <Debug> TCPHandler: Processed in 0.006150676 sec. | ||
| 2224 | 2025.02.23 14:13:58.985495 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2225 | 2025.02.23 14:13:58.985637 [ 275 ] {7e50672f-6c56-43ce-b75a-538e6e04d0cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2226 | 2025.02.23 14:13:58.985702 [ 275 ] {7e50672f-6c56-43ce-b75a-538e6e04d0cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2227 | 2025.02.23 14:13:58.986419 [ 275 ] {7e50672f-6c56-43ce-b75a-538e6e04d0cf} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2228 | 2025.02.23 14:13:58.986461 [ 275 ] {7e50672f-6c56-43ce-b75a-538e6e04d0cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2229 | 2025.02.23 14:13:58.986840 [ 275 ] {7e50672f-6c56-43ce-b75a-538e6e04d0cf} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2230 | 2025.02.23 14:13:58.987086 [ 275 ] {7e50672f-6c56-43ce-b75a-538e6e04d0cf} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2231 | 2025.02.23 14:13:58.987238 [ 31 ] {} <Debug> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2232 | 2025.02.23 14:13:58.987304 [ 31 ] {} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2233 | 2025.02.23 14:13:58.987334 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2234 | 2025.02.23 14:13:58.987357 [ 275 ] {7e50672f-6c56-43ce-b75a-538e6e04d0cf} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.001743 sec., 80895.00860585198 rows/sec., 5.05 MiB/sec. | ||
| 2235 | 2025.02.23 14:13:58.987723 [ 275 ] {7e50672f-6c56-43ce-b75a-538e6e04d0cf} <Debug> TCPHandler: Processed in 0.002286133 sec. | ||
| 2236 | 2025.02.23 14:13:58.987771 [ 197 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::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 | ||
| 2237 | 2025.02.23 14:13:58.987908 [ 197 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2238 | 2025.02.23 14:13:58.987944 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2239 | 2025.02.23 14:13:58.987961 [ 197 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 141 rows starting from the beginning of the part | ||
| 2240 | 2025.02.23 14:13:58.988266 [ 197 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 141 rows starting from the beginning of the part | ||
| 2241 | 2025.02.23 14:13:58.988288 [ 277 ] {c5273c17-7652-4ead-beb2-a05ab0f7d3a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2242 | 2025.02.23 14:13:58.988502 [ 277 ] {c5273c17-7652-4ead-beb2-a05ab0f7d3a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2243 | 2025.02.23 14:13:58.988581 [ 197 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 141 rows starting from the beginning of the part | ||
| 2244 | 2025.02.23 14:13:58.988912 [ 197 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 141 rows starting from the beginning of the part | ||
| 2245 | 2025.02.23 14:13:58.989296 [ 197 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 141 rows starting from the beginning of the part | ||
| 2246 | 2025.02.23 14:13:58.991228 [ 277 ] {c5273c17-7652-4ead-beb2-a05ab0f7d3a5} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2247 | 2025.02.23 14:13:58.991310 [ 277 ] {c5273c17-7652-4ead-beb2-a05ab0f7d3a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2248 | 2025.02.23 14:13:58.992092 [ 197 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 705 rows, containing 5 columns (5 merged, 0 gathered) in 0.004659279 sec., 151310.964636374 rows/sec., 10.03 MiB/sec. | ||
| 2249 | 2025.02.23 14:13:58.992321 [ 197 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2250 | 2025.02.23 14:13:58.992325 [ 277 ] {c5273c17-7652-4ead-beb2-a05ab0f7d3a5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2251 | 2025.02.23 14:13:58.992817 [ 277 ] {c5273c17-7652-4ead-beb2-a05ab0f7d3a5} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2252 | 2025.02.23 14:13:58.992850 [ 197 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_5_1} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2253 | 2025.02.23 14:13:58.993032 [ 197 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_5_1} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2254 | 2025.02.23 14:13:58.993088 [ 31 ] {} <Debug> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2255 | 2025.02.23 14:13:58.993205 [ 31 ] {} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2256 | 2025.02.23 14:13:58.993285 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2257 | 2025.02.23 14:13:58.993288 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2258 | 2025.02.23 14:13:58.993322 [ 277 ] {c5273c17-7652-4ead-beb2-a05ab0f7d3a5} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005186 sec., 21789.433089086004 rows/sec., 1.41 MiB/sec. | ||
| 2259 | 2025.02.23 14:13:58.993580 [ 277 ] {c5273c17-7652-4ead-beb2-a05ab0f7d3a5} <Debug> TCPHandler: Processed in 0.005726442 sec. | ||
| 2260 | 2025.02.23 14:13:58.993590 [ 197 ] {d12269c9-624d-48e4-a4d6-4093ebf5601b::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 | ||
| 2261 | 2025.02.23 14:13:58.993753 [ 197 ] {d12269c9-624d-48e4-a4d6-4093ebf5601b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2262 | 2025.02.23 14:13:58.993788 [ 197 ] {d12269c9-624d-48e4-a4d6-4093ebf5601b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 114 rows starting from the beginning of the part | ||
| 2263 | 2025.02.23 14:13:58.993795 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2264 | 2025.02.23 14:13:58.993918 [ 197 ] {d12269c9-624d-48e4-a4d6-4093ebf5601b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 113 rows starting from the beginning of the part | ||
| 2265 | 2025.02.23 14:13:58.994153 [ 275 ] {9f3607fd-2ee9-4dba-8b35-b705ad6dc760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2266 | 2025.02.23 14:13:58.994309 [ 197 ] {d12269c9-624d-48e4-a4d6-4093ebf5601b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 113 rows starting from the beginning of the part | ||
| 2267 | 2025.02.23 14:13:58.994349 [ 275 ] {9f3607fd-2ee9-4dba-8b35-b705ad6dc760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2268 | 2025.02.23 14:13:58.994657 [ 197 ] {d12269c9-624d-48e4-a4d6-4093ebf5601b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 113 rows starting from the beginning of the part | ||
| 2269 | 2025.02.23 14:13:58.995011 [ 197 ] {d12269c9-624d-48e4-a4d6-4093ebf5601b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 228 rows starting from the beginning of the part | ||
| 2270 | 2025.02.23 14:13:58.995368 [ 197 ] {d12269c9-624d-48e4-a4d6-4093ebf5601b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 113 rows starting from the beginning of the part | ||
| 2271 | 2025.02.23 14:13:58.996496 [ 275 ] {9f3607fd-2ee9-4dba-8b35-b705ad6dc760} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2272 | 2025.02.23 14:13:58.996544 [ 275 ] {9f3607fd-2ee9-4dba-8b35-b705ad6dc760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2273 | 2025.02.23 14:13:58.997059 [ 275 ] {9f3607fd-2ee9-4dba-8b35-b705ad6dc760} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2274 | 2025.02.23 14:13:58.997156 [ 192 ] {d12269c9-624d-48e4-a4d6-4093ebf5601b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 794 rows, containing 5 columns (5 merged, 0 gathered) in 0.00374701 sec., 211902.29009263386 rows/sec., 14.71 MiB/sec. | ||
| 2275 | 2025.02.23 14:13:58.997410 [ 192 ] {d12269c9-624d-48e4-a4d6-4093ebf5601b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2276 | 2025.02.23 14:13:58.997466 [ 275 ] {9f3607fd-2ee9-4dba-8b35-b705ad6dc760} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2277 | 2025.02.23 14:13:58.997749 [ 31 ] {} <Debug> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2278 | 2025.02.23 14:13:58.997862 [ 31 ] {} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2279 | 2025.02.23 14:13:58.997950 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2280 | 2025.02.23 14:13:58.998079 [ 275 ] {9f3607fd-2ee9-4dba-8b35-b705ad6dc760} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.004038 sec., 27736.503219415554 rows/sec., 1.58 MiB/sec. | ||
| 2281 | 2025.02.23 14:13:58.998177 [ 192 ] {d12269c9-624d-48e4-a4d6-4093ebf5601b::all_1_6_1} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2282 | 2025.02.23 14:13:58.998540 [ 200 ] {5296eda5-5caf-4bcd-8584-56b9a0375f9f::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 | ||
| 2283 | 2025.02.23 14:13:58.998591 [ 275 ] {9f3607fd-2ee9-4dba-8b35-b705ad6dc760} <Debug> TCPHandler: Processed in 0.004869845 sec. | ||
| 2284 | 2025.02.23 14:13:58.998651 [ 192 ] {d12269c9-624d-48e4-a4d6-4093ebf5601b::all_1_6_1} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2285 | 2025.02.23 14:13:58.999001 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2286 | 2025.02.23 14:13:58.999012 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2287 | 2025.02.23 14:13:58.999193 [ 200 ] {5296eda5-5caf-4bcd-8584-56b9a0375f9f::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2288 | 2025.02.23 14:13:58.999303 [ 200 ] {5296eda5-5caf-4bcd-8584-56b9a0375f9f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 112 rows starting from the beginning of the part | ||
| 2289 | 2025.02.23 14:13:58.999342 [ 277 ] {e7b51c42-c7bd-48d7-856d-1f60d954bd6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2290 | 2025.02.23 14:13:58.999502 [ 277 ] {e7b51c42-c7bd-48d7-856d-1f60d954bd6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2291 | 2025.02.23 14:13:58.999562 [ 200 ] {5296eda5-5caf-4bcd-8584-56b9a0375f9f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 112 rows starting from the beginning of the part | ||
| 2292 | 2025.02.23 14:13:58.999951 [ 200 ] {5296eda5-5caf-4bcd-8584-56b9a0375f9f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 112 rows starting from the beginning of the part | ||
| 2293 | 2025.02.23 14:13:59.000303 [ 200 ] {5296eda5-5caf-4bcd-8584-56b9a0375f9f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 112 rows starting from the beginning of the part | ||
| 2294 | 2025.02.23 14:13:59.000596 [ 200 ] {5296eda5-5caf-4bcd-8584-56b9a0375f9f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 112 rows starting from the beginning of the part | ||
| 2295 | 2025.02.23 14:13:59.002514 [ 277 ] {e7b51c42-c7bd-48d7-856d-1f60d954bd6b} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2296 | 2025.02.23 14:13:59.002585 [ 277 ] {e7b51c42-c7bd-48d7-856d-1f60d954bd6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2297 | 2025.02.23 14:13:59.003580 [ 200 ] {5296eda5-5caf-4bcd-8584-56b9a0375f9f::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.005509785 sec., 101637.359715488 rows/sec., 6.18 MiB/sec. | ||
| 2298 | 2025.02.23 14:13:59.003640 [ 277 ] {e7b51c42-c7bd-48d7-856d-1f60d954bd6b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2299 | 2025.02.23 14:13:59.003752 [ 200 ] {5296eda5-5caf-4bcd-8584-56b9a0375f9f::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2300 | 2025.02.23 14:13:59.004138 [ 277 ] {e7b51c42-c7bd-48d7-856d-1f60d954bd6b} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2301 | 2025.02.23 14:13:59.004254 [ 200 ] {5296eda5-5caf-4bcd-8584-56b9a0375f9f::all_1_5_1} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2302 | 2025.02.23 14:13:59.004494 [ 200 ] {5296eda5-5caf-4bcd-8584-56b9a0375f9f::all_1_5_1} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2303 | 2025.02.23 14:13:59.004611 [ 277 ] {e7b51c42-c7bd-48d7-856d-1f60d954bd6b} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.005332 sec., 78207.05176294074 rows/sec., 5.57 MiB/sec. | ||
| 2304 | 2025.02.23 14:13:59.004622 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2305 | 2025.02.23 14:13:59.004747 [ 277 ] {e7b51c42-c7bd-48d7-856d-1f60d954bd6b} <Debug> TCPHandler: Processed in 0.00597766 sec. | ||
| 2306 | 2025.02.23 14:13:59.004921 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2307 | 2025.02.23 14:13:59.005068 [ 275 ] {c16e12f3-9114-4066-b7e1-d4b5860e886f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2308 | 2025.02.23 14:13:59.005130 [ 275 ] {c16e12f3-9114-4066-b7e1-d4b5860e886f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2309 | 2025.02.23 14:13:59.005725 [ 275 ] {c16e12f3-9114-4066-b7e1-d4b5860e886f} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2310 | 2025.02.23 14:13:59.005774 [ 275 ] {c16e12f3-9114-4066-b7e1-d4b5860e886f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2311 | 2025.02.23 14:13:59.006202 [ 275 ] {c16e12f3-9114-4066-b7e1-d4b5860e886f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2312 | 2025.02.23 14:13:59.006450 [ 275 ] {c16e12f3-9114-4066-b7e1-d4b5860e886f} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2313 | 2025.02.23 14:13:59.006696 [ 275 ] {c16e12f3-9114-4066-b7e1-d4b5860e886f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001656 sec., 3623.1884057971015 rows/sec., 189.30 KiB/sec. | ||
| 2314 | 2025.02.23 14:13:59.006753 [ 275 ] {c16e12f3-9114-4066-b7e1-d4b5860e886f} <Debug> TCPHandler: Processed in 0.001900831 sec. | ||
| 2315 | 2025.02.23 14:13:59.006901 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2316 | 2025.02.23 14:13:59.007021 [ 277 ] {a812d858-426e-49e3-9319-95c470814dd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2317 | 2025.02.23 14:13:59.007074 [ 277 ] {a812d858-426e-49e3-9319-95c470814dd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2318 | 2025.02.23 14:13:59.007665 [ 277 ] {a812d858-426e-49e3-9319-95c470814dd9} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2319 | 2025.02.23 14:13:59.007704 [ 277 ] {a812d858-426e-49e3-9319-95c470814dd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2320 | 2025.02.23 14:13:59.008121 [ 277 ] {a812d858-426e-49e3-9319-95c470814dd9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2321 | 2025.02.23 14:13:59.008361 [ 277 ] {a812d858-426e-49e3-9319-95c470814dd9} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2322 | 2025.02.23 14:13:59.008546 [ 277 ] {a812d858-426e-49e3-9319-95c470814dd9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001551 sec., 152804.64216634427 rows/sec., 10.24 MiB/sec. | ||
| 2323 | 2025.02.23 14:13:59.008600 [ 277 ] {a812d858-426e-49e3-9319-95c470814dd9} <Debug> TCPHandler: Processed in 0.001756985 sec. | ||
| 2324 | 2025.02.23 14:13:59.008744 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2325 | 2025.02.23 14:13:59.008860 [ 275 ] {aa304b48-45b6-4fe4-82d2-e03546930a92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2326 | 2025.02.23 14:13:59.008913 [ 275 ] {aa304b48-45b6-4fe4-82d2-e03546930a92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2327 | 2025.02.23 14:13:59.009395 [ 275 ] {aa304b48-45b6-4fe4-82d2-e03546930a92} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2328 | 2025.02.23 14:13:59.009434 [ 275 ] {aa304b48-45b6-4fe4-82d2-e03546930a92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2329 | 2025.02.23 14:13:59.009795 [ 275 ] {aa304b48-45b6-4fe4-82d2-e03546930a92} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2330 | 2025.02.23 14:13:59.010036 [ 275 ] {aa304b48-45b6-4fe4-82d2-e03546930a92} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2331 | 2025.02.23 14:13:59.010265 [ 275 ] {aa304b48-45b6-4fe4-82d2-e03546930a92} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001429 sec., 699.7900629811057 rows/sec., 47.15 KiB/sec. | ||
| 2332 | 2025.02.23 14:13:59.010315 [ 275 ] {aa304b48-45b6-4fe4-82d2-e03546930a92} <Debug> TCPHandler: Processed in 0.001625412 sec. | ||
| 2333 | 2025.02.23 14:13:59.010461 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2334 | 2025.02.23 14:13:59.010600 [ 277 ] {40814fbe-1752-4826-9ade-5202b0418dce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2335 | 2025.02.23 14:13:59.010699 [ 277 ] {40814fbe-1752-4826-9ade-5202b0418dce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2336 | 2025.02.23 14:13:59.011976 [ 277 ] {40814fbe-1752-4826-9ade-5202b0418dce} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2337 | 2025.02.23 14:13:59.012013 [ 277 ] {40814fbe-1752-4826-9ade-5202b0418dce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2338 | 2025.02.23 14:13:59.012686 [ 277 ] {40814fbe-1752-4826-9ade-5202b0418dce} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2339 | 2025.02.23 14:13:59.012947 [ 277 ] {40814fbe-1752-4826-9ade-5202b0418dce} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2340 | 2025.02.23 14:13:59.013171 [ 277 ] {40814fbe-1752-4826-9ade-5202b0418dce} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002598 sec., 13471.901462663587 rows/sec., 24.14 MiB/sec. | ||
| 2341 | 2025.02.23 14:13:59.013279 [ 277 ] {40814fbe-1752-4826-9ade-5202b0418dce} <Debug> TCPHandler: Processed in 0.002886281 sec. | ||
| 2342 | 2025.02.23 14:13:59.013451 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2343 | 2025.02.23 14:13:59.013588 [ 275 ] {ec7b92b1-bae7-49f2-8fb1-573701a0776f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2344 | 2025.02.23 14:13:59.013649 [ 275 ] {ec7b92b1-bae7-49f2-8fb1-573701a0776f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2345 | 2025.02.23 14:13:59.014197 [ 275 ] {ec7b92b1-bae7-49f2-8fb1-573701a0776f} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2346 | 2025.02.23 14:13:59.014237 [ 275 ] {ec7b92b1-bae7-49f2-8fb1-573701a0776f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2347 | 2025.02.23 14:13:59.014612 [ 275 ] {ec7b92b1-bae7-49f2-8fb1-573701a0776f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2348 | 2025.02.23 14:13:59.014850 [ 275 ] {ec7b92b1-bae7-49f2-8fb1-573701a0776f} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2349 | 2025.02.23 14:13:59.015097 [ 275 ] {ec7b92b1-bae7-49f2-8fb1-573701a0776f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001534 sec., 53455.01955671447 rows/sec., 3.40 MiB/sec. | ||
| 2350 | 2025.02.23 14:13:59.015172 [ 275 ] {ec7b92b1-bae7-49f2-8fb1-573701a0776f} <Debug> TCPHandler: Processed in 0.001787856 sec. | ||
| 2351 | 2025.02.23 14:14:01.708351 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 346 | ||
| 2352 | 2025.02.23 14:14:01.711374 [ 242 ] {} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2353 | 2025.02.23 14:14:01.711437 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2354 | 2025.02.23 14:14:01.712940 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2355 | 2025.02.23 14:14:01.713268 [ 242 ] {} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2356 | 2025.02.23 14:14:01.714321 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 346 | ||
| 2357 | 2025.02.23 14:14:03.969181 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2358 | 2025.02.23 14:14:03.969373 [ 275 ] {4fd6cd1b-beb1-4102-b8b1-775387989d20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2359 | 2025.02.23 14:14:03.969447 [ 275 ] {4fd6cd1b-beb1-4102-b8b1-775387989d20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2360 | 2025.02.23 14:14:03.970231 [ 275 ] {4fd6cd1b-beb1-4102-b8b1-775387989d20} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2361 | 2025.02.23 14:14:03.970283 [ 275 ] {4fd6cd1b-beb1-4102-b8b1-775387989d20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2362 | 2025.02.23 14:14:03.970754 [ 275 ] {4fd6cd1b-beb1-4102-b8b1-775387989d20} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2363 | 2025.02.23 14:14:03.971040 [ 275 ] {4fd6cd1b-beb1-4102-b8b1-775387989d20} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2364 | 2025.02.23 14:14:03.971330 [ 275 ] {4fd6cd1b-beb1-4102-b8b1-775387989d20} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.002009 sec., 32852.165256346445 rows/sec., 2.62 MiB/sec. | ||
| 2365 | 2025.02.23 14:14:03.971484 [ 275 ] {4fd6cd1b-beb1-4102-b8b1-775387989d20} <Debug> TCPHandler: Processed in 0.002438628 sec. | ||
| 2366 | 2025.02.23 14:14:03.971748 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2367 | 2025.02.23 14:14:03.971944 [ 277 ] {94d2680f-70e1-4c3e-b969-3f38168bb6ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2368 | 2025.02.23 14:14:03.972018 [ 277 ] {94d2680f-70e1-4c3e-b969-3f38168bb6ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2369 | 2025.02.23 14:14:03.972755 [ 277 ] {94d2680f-70e1-4c3e-b969-3f38168bb6ce} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2370 | 2025.02.23 14:14:03.972802 [ 277 ] {94d2680f-70e1-4c3e-b969-3f38168bb6ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2371 | 2025.02.23 14:14:03.973240 [ 277 ] {94d2680f-70e1-4c3e-b969-3f38168bb6ce} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2372 | 2025.02.23 14:14:03.973512 [ 277 ] {94d2680f-70e1-4c3e-b969-3f38168bb6ce} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2373 | 2025.02.23 14:14:03.973730 [ 277 ] {94d2680f-70e1-4c3e-b969-3f38168bb6ce} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.00184 sec., 2717.391304347826 rows/sec., 204.34 KiB/sec. | ||
| 2374 | 2025.02.23 14:14:03.973789 [ 277 ] {94d2680f-70e1-4c3e-b969-3f38168bb6ce} <Debug> TCPHandler: Processed in 0.002174549 sec. | ||
| 2375 | 2025.02.23 14:14:03.973953 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2376 | 2025.02.23 14:14:03.974091 [ 275 ] {9a2d0f17-8a82-48e7-b48d-322546ee2b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2377 | 2025.02.23 14:14:03.974149 [ 275 ] {9a2d0f17-8a82-48e7-b48d-322546ee2b0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2378 | 2025.02.23 14:14:03.974802 [ 275 ] {9a2d0f17-8a82-48e7-b48d-322546ee2b0a} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2379 | 2025.02.23 14:14:03.974842 [ 275 ] {9a2d0f17-8a82-48e7-b48d-322546ee2b0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2380 | 2025.02.23 14:14:03.975220 [ 275 ] {9a2d0f17-8a82-48e7-b48d-322546ee2b0a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2381 | 2025.02.23 14:14:03.975460 [ 275 ] {9a2d0f17-8a82-48e7-b48d-322546ee2b0a} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2382 | 2025.02.23 14:14:03.975670 [ 275 ] {9a2d0f17-8a82-48e7-b48d-322546ee2b0a} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.00161 sec., 48447.2049689441 rows/sec., 3.78 MiB/sec. | ||
| 2383 | 2025.02.23 14:14:03.975722 [ 275 ] {9a2d0f17-8a82-48e7-b48d-322546ee2b0a} <Debug> TCPHandler: Processed in 0.001834679 sec. | ||
| 2384 | 2025.02.23 14:14:03.975886 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2385 | 2025.02.23 14:14:03.976030 [ 277 ] {361e1bb2-2b53-44b2-83f3-4de0d14a57a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2386 | 2025.02.23 14:14:03.976097 [ 277 ] {361e1bb2-2b53-44b2-83f3-4de0d14a57a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2387 | 2025.02.23 14:14:03.976690 [ 277 ] {361e1bb2-2b53-44b2-83f3-4de0d14a57a3} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2388 | 2025.02.23 14:14:03.976730 [ 277 ] {361e1bb2-2b53-44b2-83f3-4de0d14a57a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2389 | 2025.02.23 14:14:03.977142 [ 277 ] {361e1bb2-2b53-44b2-83f3-4de0d14a57a3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2390 | 2025.02.23 14:14:03.977385 [ 277 ] {361e1bb2-2b53-44b2-83f3-4de0d14a57a3} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2391 | 2025.02.23 14:14:03.977596 [ 277 ] {361e1bb2-2b53-44b2-83f3-4de0d14a57a3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0016 sec., 100000 rows/sec., 6.96 MiB/sec. | ||
| 2392 | 2025.02.23 14:14:03.977650 [ 277 ] {361e1bb2-2b53-44b2-83f3-4de0d14a57a3} <Debug> TCPHandler: Processed in 0.001832299 sec. | ||
| 2393 | 2025.02.23 14:14:03.977801 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2394 | 2025.02.23 14:14:03.977941 [ 275 ] {abea9e4b-24de-4245-b107-c0c5f5b0b52f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2395 | 2025.02.23 14:14:03.978038 [ 275 ] {abea9e4b-24de-4245-b107-c0c5f5b0b52f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2396 | 2025.02.23 14:14:03.979170 [ 275 ] {abea9e4b-24de-4245-b107-c0c5f5b0b52f} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2397 | 2025.02.23 14:14:03.979210 [ 275 ] {abea9e4b-24de-4245-b107-c0c5f5b0b52f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2398 | 2025.02.23 14:14:03.979832 [ 275 ] {abea9e4b-24de-4245-b107-c0c5f5b0b52f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2399 | 2025.02.23 14:14:03.980087 [ 275 ] {abea9e4b-24de-4245-b107-c0c5f5b0b52f} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2400 | 2025.02.23 14:14:03.980272 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2401 | 2025.02.23 14:14:03.980338 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2402 | 2025.02.23 14:14:03.980352 [ 275 ] {abea9e4b-24de-4245-b107-c0c5f5b0b52f} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002431 sec., 2056.7667626491157 rows/sec., 3.69 MiB/sec. | ||
| 2403 | 2025.02.23 14:14:03.980380 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2404 | 2025.02.23 14:14:03.980756 [ 275 ] {abea9e4b-24de-4245-b107-c0c5f5b0b52f} <Debug> TCPHandler: Processed in 0.003019556 sec. | ||
| 2405 | 2025.02.23 14:14:03.980777 [ 192 ] {04659e28-2e26-4897-889f-03fb9f86e938::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 | ||
| 2406 | 2025.02.23 14:14:03.980934 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2407 | 2025.02.23 14:14:03.981180 [ 277 ] {8ca9db20-3fab-4752-8948-a8d12d6086bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2408 | 2025.02.23 14:14:03.981305 [ 277 ] {8ca9db20-3fab-4752-8948-a8d12d6086bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2409 | 2025.02.23 14:14:03.981594 [ 192 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2410 | 2025.02.23 14:14:03.981872 [ 192 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 35 rows starting from the beginning of the part | ||
| 2411 | 2025.02.23 14:14:03.982578 [ 192 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 35 rows starting from the beginning of the part | ||
| 2412 | 2025.02.23 14:14:03.983321 [ 192 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 35 rows starting from the beginning of the part | ||
| 2413 | 2025.02.23 14:14:03.983397 [ 277 ] {8ca9db20-3fab-4752-8948-a8d12d6086bc} <Trace> oximeter.measurements_i64 (09d1f1fc-b782-4d45-af7f-1458c5925879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2414 | 2025.02.23 14:14:03.983475 [ 277 ] {8ca9db20-3fab-4752-8948-a8d12d6086bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2415 | 2025.02.23 14:14:03.983939 [ 192 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part | ||
| 2416 | 2025.02.23 14:14:03.984591 [ 192 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 35 rows starting from the beginning of the part | ||
| 2417 | 2025.02.23 14:14:03.985139 [ 277 ] {8ca9db20-3fab-4752-8948-a8d12d6086bc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2418 | 2025.02.23 14:14:03.985148 [ 192 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 5 rows starting from the beginning of the part | ||
| 2419 | 2025.02.23 14:14:03.985872 [ 277 ] {8ca9db20-3fab-4752-8948-a8d12d6086bc} <Trace> oximeter.measurements_i64 (09d1f1fc-b782-4d45-af7f-1458c5925879): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2420 | 2025.02.23 14:14:03.986749 [ 277 ] {8ca9db20-3fab-4752-8948-a8d12d6086bc} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.005631 sec., 1598.2951518380396 rows/sec., 112.90 KiB/sec. | ||
| 2421 | 2025.02.23 14:14:03.986893 [ 277 ] {8ca9db20-3fab-4752-8948-a8d12d6086bc} <Debug> TCPHandler: Processed in 0.006033602 sec. | ||
| 2422 | 2025.02.23 14:14:03.987113 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2423 | 2025.02.23 14:14:03.987350 [ 275 ] {2a71278a-240d-49b3-9e07-740f4c9ee20e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2424 | 2025.02.23 14:14:03.987458 [ 275 ] {2a71278a-240d-49b3-9e07-740f4c9ee20e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2425 | 2025.02.23 14:14:03.989209 [ 275 ] {2a71278a-240d-49b3-9e07-740f4c9ee20e} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2426 | 2025.02.23 14:14:03.989268 [ 275 ] {2a71278a-240d-49b3-9e07-740f4c9ee20e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2427 | 2025.02.23 14:14:03.990473 [ 275 ] {2a71278a-240d-49b3-9e07-740f4c9ee20e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2428 | 2025.02.23 14:14:03.991036 [ 275 ] {2a71278a-240d-49b3-9e07-740f4c9ee20e} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2429 | 2025.02.23 14:14:03.991572 [ 275 ] {2a71278a-240d-49b3-9e07-740f4c9ee20e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004276 sec., 14031.80542563143 rows/sec., 968.34 KiB/sec. | ||
| 2430 | 2025.02.23 14:14:03.991775 [ 275 ] {2a71278a-240d-49b3-9e07-740f4c9ee20e} <Debug> TCPHandler: Processed in 0.004771851 sec. | ||
| 2431 | 2025.02.23 14:14:03.992783 [ 188 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 19 columns (19 merged, 0 gathered) in 0.01224834 sec., 14695.868991226565 rows/sec., 26.33 MiB/sec. | ||
| 2432 | 2025.02.23 14:14:03.993149 [ 188 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2433 | 2025.02.23 14:14:03.993570 [ 188 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2434 | 2025.02.23 14:14:03.993653 [ 188 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2435 | 2025.02.23 14:14:03.993776 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 2436 | 2025.02.23 14:14:04.202905 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
| 2437 | 2025.02.23 14:14:04.203646 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2438 | 2025.02.23 14:14:04.203697 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2439 | 2025.02.23 14:14:04.204249 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2440 | 2025.02.23 14:14:04.204518 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2441 | 2025.02.23 14:14:04.204763 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
| 2442 | 2025.02.23 14:14:04.204776 [ 47 ] {} <Debug> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2443 | 2025.02.23 14:14:04.204876 [ 47 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2444 | 2025.02.23 14:14:04.204905 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2445 | 2025.02.23 14:14:04.205061 [ 192 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::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 | ||
| 2446 | 2025.02.23 14:14:04.205225 [ 192 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2447 | 2025.02.23 14:14:04.205272 [ 192 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::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 | ||
| 2448 | 2025.02.23 14:14:04.205355 [ 192 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::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 | ||
| 2449 | 2025.02.23 14:14:04.205550 [ 192 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::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 | ||
| 2450 | 2025.02.23 14:14:04.205748 [ 192 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::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 | ||
| 2451 | 2025.02.23 14:14:04.205995 [ 192 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::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 | ||
| 2452 | 2025.02.23 14:14:04.206133 [ 192 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::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 | ||
| 2453 | 2025.02.23 14:14:04.207872 [ 191 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.002880691 sec., 1778739.8926160426 rows/sec., 25.45 MiB/sec. | ||
| 2454 | 2025.02.23 14:14:04.208344 [ 201 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2455 | 2025.02.23 14:14:04.208720 [ 201 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::all_1_11_2} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2456 | 2025.02.23 14:14:04.208807 [ 201 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::all_1_11_2} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2457 | 2025.02.23 14:14:04.208914 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2458 | 2025.02.23 14:14:04.509691 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2459 | 2025.02.23 14:14:04.531979 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2460 | 2025.02.23 14:14:04.532042 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2461 | 2025.02.23 14:14:04.539507 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2462 | 2025.02.23 14:14:04.540282 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2463 | 2025.02.23 14:14:04.540693 [ 47 ] {} <Debug> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2464 | 2025.02.23 14:14:04.540824 [ 47 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2465 | 2025.02.23 14:14:04.540894 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2466 | 2025.02.23 14:14:04.541258 [ 200 ] {660646b6-c459-4923-b1ba-d9dde36ead98::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 | ||
| 2467 | 2025.02.23 14:14:04.550577 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2468 | 2025.02.23 14:14:04.551723 [ 200 ] {660646b6-c459-4923-b1ba-d9dde36ead98::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2469 | 2025.02.23 14:14:04.552620 [ 200 ] {660646b6-c459-4923-b1ba-d9dde36ead98::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 | ||
| 2470 | 2025.02.23 14:14:04.556958 [ 200 ] {660646b6-c459-4923-b1ba-d9dde36ead98::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 | ||
| 2471 | 2025.02.23 14:14:04.561477 [ 200 ] {660646b6-c459-4923-b1ba-d9dde36ead98::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 | ||
| 2472 | 2025.02.23 14:14:04.566306 [ 200 ] {660646b6-c459-4923-b1ba-d9dde36ead98::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 | ||
| 2473 | 2025.02.23 14:14:04.571458 [ 200 ] {660646b6-c459-4923-b1ba-d9dde36ead98::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 | ||
| 2474 | 2025.02.23 14:14:04.575774 [ 200 ] {660646b6-c459-4923-b1ba-d9dde36ead98::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 | ||
| 2475 | 2025.02.23 14:14:04.633440 [ 191 ] {660646b6-c459-4923-b1ba-d9dde36ead98::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.092418907 sec., 898.0846311025947 rows/sec., 4.64 MiB/sec. | ||
| 2476 | 2025.02.23 14:14:04.636027 [ 186 ] {660646b6-c459-4923-b1ba-d9dde36ead98::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2477 | 2025.02.23 14:14:04.639145 [ 186 ] {660646b6-c459-4923-b1ba-d9dde36ead98::all_1_11_2} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2478 | 2025.02.23 14:14:04.639292 [ 186 ] {660646b6-c459-4923-b1ba-d9dde36ead98::all_1_11_2} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2479 | 2025.02.23 14:14:04.641732 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2480 | 2025.02.23 14:14:05.000148 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.87 MiB, peak 179.75 MiB, free memory in arenas 0.00 B, will set to 171.36 MiB (RSS), difference: 1.49 MiB | ||
| 2481 | 2025.02.23 14:14:08.960253 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2482 | 2025.02.23 14:14:08.960578 [ 275 ] {6fe32c92-3671-428d-b691-922c19e02642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2483 | 2025.02.23 14:14:08.961102 [ 275 ] {6fe32c92-3671-428d-b691-922c19e02642} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2484 | 2025.02.23 14:14:08.961170 [ 275 ] {6fe32c92-3671-428d-b691-922c19e02642} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2485 | 2025.02.23 14:14:08.961597 [ 275 ] {6fe32c92-3671-428d-b691-922c19e02642} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2486 | 2025.02.23 14:14:08.961680 [ 275 ] {6fe32c92-3671-428d-b691-922c19e02642} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2487 | 2025.02.23 14:14:08.961862 [ 275 ] {6fe32c92-3671-428d-b691-922c19e02642} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2488 | 2025.02.23 14:14:08.962074 [ 289 ] {6fe32c92-3671-428d-b691-922c19e02642} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2489 | 2025.02.23 14:14:08.962106 [ 288 ] {6fe32c92-3671-428d-b691-922c19e02642} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2490 | 2025.02.23 14:14:08.962078 [ 287 ] {6fe32c92-3671-428d-b691-922c19e02642} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2491 | 2025.02.23 14:14:08.962304 [ 275 ] {6fe32c92-3671-428d-b691-922c19e02642} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2492 | 2025.02.23 14:14:08.962338 [ 275 ] {6fe32c92-3671-428d-b691-922c19e02642} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2493 | 2025.02.23 14:14:08.962465 [ 275 ] {6fe32c92-3671-428d-b691-922c19e02642} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2494 | 2025.02.23 14:14:08.962490 [ 275 ] {6fe32c92-3671-428d-b691-922c19e02642} <Debug> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3) (SelectExecutor): Reading approx. 41 rows with 3 streams | ||
| 2495 | 2025.02.23 14:14:08.962535 [ 275 ] {6fe32c92-3671-428d-b691-922c19e02642} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2496 | 2025.02.23 14:14:08.962586 [ 275 ] {6fe32c92-3671-428d-b691-922c19e02642} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2497 | 2025.02.23 14:14:08.962632 [ 275 ] {6fe32c92-3671-428d-b691-922c19e02642} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2498 | 2025.02.23 14:14:08.964407 [ 275 ] {6fe32c92-3671-428d-b691-922c19e02642} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.003977 sec., 10309.278350515466 rows/sec., 393.38 KiB/sec. | ||
| 2499 | 2025.02.23 14:14:08.964630 [ 275 ] {6fe32c92-3671-428d-b691-922c19e02642} <Debug> TCPHandler: Processed in 0.004522744 sec. | ||
| 2500 | 2025.02.23 14:14:08.981508 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2501 | 2025.02.23 14:14:08.981669 [ 275 ] {c13e24fb-0aed-44a3-b612-216cffcbf12e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2502 | 2025.02.23 14:14:08.981734 [ 275 ] {c13e24fb-0aed-44a3-b612-216cffcbf12e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2503 | 2025.02.23 14:14:08.982546 [ 275 ] {c13e24fb-0aed-44a3-b612-216cffcbf12e} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2504 | 2025.02.23 14:14:08.982597 [ 275 ] {c13e24fb-0aed-44a3-b612-216cffcbf12e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2505 | 2025.02.23 14:14:08.983101 [ 275 ] {c13e24fb-0aed-44a3-b612-216cffcbf12e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2506 | 2025.02.23 14:14:08.983332 [ 275 ] {c13e24fb-0aed-44a3-b612-216cffcbf12e} <Trace> oximeter.timeseries_schema (186c1bab-dc2f-466e-b6c6-378df06c05b3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2507 | 2025.02.23 14:14:08.983635 [ 275 ] {c13e24fb-0aed-44a3-b612-216cffcbf12e} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001988 sec., 503.0181086519114 rows/sec., 113.97 KiB/sec. | ||
| 2508 | 2025.02.23 14:14:08.983771 [ 275 ] {c13e24fb-0aed-44a3-b612-216cffcbf12e} <Debug> TCPHandler: Processed in 0.002334065 sec. | ||
| 2509 | 2025.02.23 14:14:08.984034 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2510 | 2025.02.23 14:14:08.984231 [ 277 ] {d2d00ff7-e05d-49c2-822e-483bb7d373f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2511 | 2025.02.23 14:14:08.984308 [ 277 ] {d2d00ff7-e05d-49c2-822e-483bb7d373f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2512 | 2025.02.23 14:14:08.985180 [ 277 ] {d2d00ff7-e05d-49c2-822e-483bb7d373f1} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2513 | 2025.02.23 14:14:08.985229 [ 277 ] {d2d00ff7-e05d-49c2-822e-483bb7d373f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2514 | 2025.02.23 14:14:08.985686 [ 277 ] {d2d00ff7-e05d-49c2-822e-483bb7d373f1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2515 | 2025.02.23 14:14:08.985945 [ 277 ] {d2d00ff7-e05d-49c2-822e-483bb7d373f1} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2516 | 2025.02.23 14:14:08.986266 [ 277 ] {d2d00ff7-e05d-49c2-822e-483bb7d373f1} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002069 sec., 102464.95891735137 rows/sec., 6.52 MiB/sec. | ||
| 2517 | 2025.02.23 14:14:08.986333 [ 277 ] {d2d00ff7-e05d-49c2-822e-483bb7d373f1} <Debug> TCPHandler: Processed in 0.002446008 sec. | ||
| 2518 | 2025.02.23 14:14:08.986503 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2519 | 2025.02.23 14:14:08.986642 [ 275 ] {084d30ab-e628-46fe-8130-4d31a3fc72ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2520 | 2025.02.23 14:14:08.986699 [ 275 ] {084d30ab-e628-46fe-8130-4d31a3fc72ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2521 | 2025.02.23 14:14:08.987410 [ 275 ] {084d30ab-e628-46fe-8130-4d31a3fc72ee} <Trace> oximeter.fields_ipaddr (1bc5a363-b591-4625-9dda-373173808f1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2522 | 2025.02.23 14:14:08.987451 [ 275 ] {084d30ab-e628-46fe-8130-4d31a3fc72ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2523 | 2025.02.23 14:14:08.987818 [ 275 ] {084d30ab-e628-46fe-8130-4d31a3fc72ee} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2524 | 2025.02.23 14:14:08.988059 [ 275 ] {084d30ab-e628-46fe-8130-4d31a3fc72ee} <Trace> oximeter.fields_ipaddr (1bc5a363-b591-4625-9dda-373173808f1f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2525 | 2025.02.23 14:14:08.988345 [ 275 ] {084d30ab-e628-46fe-8130-4d31a3fc72ee} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001716 sec., 6993.006993006993 rows/sec., 570.23 KiB/sec. | ||
| 2526 | 2025.02.23 14:14:08.988411 [ 275 ] {084d30ab-e628-46fe-8130-4d31a3fc72ee} <Debug> TCPHandler: Processed in 0.001974293 sec. | ||
| 2527 | 2025.02.23 14:14:08.988568 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2528 | 2025.02.23 14:14:08.988709 [ 277 ] {d9dab149-58e5-4e14-bbc1-b80b4e5a869c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2529 | 2025.02.23 14:14:08.988769 [ 277 ] {d9dab149-58e5-4e14-bbc1-b80b4e5a869c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2530 | 2025.02.23 14:14:08.989783 [ 277 ] {d9dab149-58e5-4e14-bbc1-b80b4e5a869c} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2531 | 2025.02.23 14:14:08.989823 [ 277 ] {d9dab149-58e5-4e14-bbc1-b80b4e5a869c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2532 | 2025.02.23 14:14:08.990251 [ 277 ] {d9dab149-58e5-4e14-bbc1-b80b4e5a869c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2533 | 2025.02.23 14:14:08.990497 [ 277 ] {d9dab149-58e5-4e14-bbc1-b80b4e5a869c} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2534 | 2025.02.23 14:14:08.990728 [ 277 ] {d9dab149-58e5-4e14-bbc1-b80b4e5a869c} <Debug> executeQuery: Read 693 rows, 56.48 KiB in 0.002051 sec., 337883.95904436865 rows/sec., 26.89 MiB/sec. | ||
| 2535 | 2025.02.23 14:14:08.990781 [ 277 ] {d9dab149-58e5-4e14-bbc1-b80b4e5a869c} <Debug> TCPHandler: Processed in 0.002283392 sec. | ||
| 2536 | 2025.02.23 14:14:08.990963 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2537 | 2025.02.23 14:14:08.991104 [ 275 ] {9c318c47-b9ea-42ea-8297-a9ab0d5bc94d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2538 | 2025.02.23 14:14:08.991162 [ 275 ] {9c318c47-b9ea-42ea-8297-a9ab0d5bc94d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2539 | 2025.02.23 14:14:08.991845 [ 275 ] {9c318c47-b9ea-42ea-8297-a9ab0d5bc94d} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2540 | 2025.02.23 14:14:08.991886 [ 275 ] {9c318c47-b9ea-42ea-8297-a9ab0d5bc94d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2541 | 2025.02.23 14:14:08.992254 [ 275 ] {9c318c47-b9ea-42ea-8297-a9ab0d5bc94d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2542 | 2025.02.23 14:14:08.992502 [ 275 ] {9c318c47-b9ea-42ea-8297-a9ab0d5bc94d} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2543 | 2025.02.23 14:14:08.992728 [ 275 ] {9c318c47-b9ea-42ea-8297-a9ab0d5bc94d} <Debug> executeQuery: Read 153 rows, 9.86 KiB in 0.001655 sec., 92447.12990936555 rows/sec., 5.82 MiB/sec. | ||
| 2544 | 2025.02.23 14:14:08.992780 [ 275 ] {9c318c47-b9ea-42ea-8297-a9ab0d5bc94d} <Debug> TCPHandler: Processed in 0.00188436 sec. | ||
| 2545 | 2025.02.23 14:14:08.992934 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2546 | 2025.02.23 14:14:08.993073 [ 277 ] {a97038ce-030e-473f-af1d-e808a9167d3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2547 | 2025.02.23 14:14:08.993132 [ 277 ] {a97038ce-030e-473f-af1d-e808a9167d3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2548 | 2025.02.23 14:14:08.993793 [ 277 ] {a97038ce-030e-473f-af1d-e808a9167d3d} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2549 | 2025.02.23 14:14:08.993833 [ 277 ] {a97038ce-030e-473f-af1d-e808a9167d3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2550 | 2025.02.23 14:14:08.994198 [ 277 ] {a97038ce-030e-473f-af1d-e808a9167d3d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2551 | 2025.02.23 14:14:08.994437 [ 277 ] {a97038ce-030e-473f-af1d-e808a9167d3d} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2552 | 2025.02.23 14:14:08.994760 [ 277 ] {a97038ce-030e-473f-af1d-e808a9167d3d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001676 sec., 67422.43436754176 rows/sec., 4.36 MiB/sec. | ||
| 2553 | 2025.02.23 14:14:08.994892 [ 277 ] {a97038ce-030e-473f-af1d-e808a9167d3d} <Debug> TCPHandler: Processed in 0.002023085 sec. | ||
| 2554 | 2025.02.23 14:14:08.995059 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2555 | 2025.02.23 14:14:08.995200 [ 275 ] {7919aa22-1950-45a2-9dfd-c7d13a09f7f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2556 | 2025.02.23 14:14:08.995256 [ 275 ] {7919aa22-1950-45a2-9dfd-c7d13a09f7f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2557 | 2025.02.23 14:14:08.995904 [ 275 ] {7919aa22-1950-45a2-9dfd-c7d13a09f7f2} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2558 | 2025.02.23 14:14:08.995944 [ 275 ] {7919aa22-1950-45a2-9dfd-c7d13a09f7f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2559 | 2025.02.23 14:14:08.996310 [ 275 ] {7919aa22-1950-45a2-9dfd-c7d13a09f7f2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2560 | 2025.02.23 14:14:08.996545 [ 275 ] {7919aa22-1950-45a2-9dfd-c7d13a09f7f2} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2561 | 2025.02.23 14:14:08.996750 [ 275 ] {7919aa22-1950-45a2-9dfd-c7d13a09f7f2} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001582 sec., 70796.46017699115 rows/sec., 4.03 MiB/sec. | ||
| 2562 | 2025.02.23 14:14:08.996801 [ 275 ] {7919aa22-1950-45a2-9dfd-c7d13a09f7f2} <Debug> TCPHandler: Processed in 0.001810847 sec. | ||
| 2563 | 2025.02.23 14:14:08.996956 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2564 | 2025.02.23 14:14:08.997095 [ 277 ] {6db7be9e-2724-4a54-88ca-350bc93b1b8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2565 | 2025.02.23 14:14:08.997154 [ 277 ] {6db7be9e-2724-4a54-88ca-350bc93b1b8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2566 | 2025.02.23 14:14:08.997953 [ 277 ] {6db7be9e-2724-4a54-88ca-350bc93b1b8b} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2567 | 2025.02.23 14:14:08.997993 [ 277 ] {6db7be9e-2724-4a54-88ca-350bc93b1b8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2568 | 2025.02.23 14:14:08.998378 [ 277 ] {6db7be9e-2724-4a54-88ca-350bc93b1b8b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2569 | 2025.02.23 14:14:08.998627 [ 277 ] {6db7be9e-2724-4a54-88ca-350bc93b1b8b} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2570 | 2025.02.23 14:14:08.998845 [ 277 ] {6db7be9e-2724-4a54-88ca-350bc93b1b8b} <Debug> executeQuery: Read 429 rows, 31.37 KiB in 0.001781 sec., 240875.91240875912 rows/sec., 17.20 MiB/sec. | ||
| 2571 | 2025.02.23 14:14:08.998898 [ 277 ] {6db7be9e-2724-4a54-88ca-350bc93b1b8b} <Debug> TCPHandler: Processed in 0.002008964 sec. | ||
| 2572 | 2025.02.23 14:14:08.999054 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2573 | 2025.02.23 14:14:08.999194 [ 275 ] {0626b8bc-7d88-4441-a879-d1c619d33fb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2574 | 2025.02.23 14:14:08.999253 [ 275 ] {0626b8bc-7d88-4441-a879-d1c619d33fb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2575 | 2025.02.23 14:14:08.999751 [ 275 ] {0626b8bc-7d88-4441-a879-d1c619d33fb7} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2576 | 2025.02.23 14:14:08.999790 [ 275 ] {0626b8bc-7d88-4441-a879-d1c619d33fb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2577 | 2025.02.23 14:14:09.000159 [ 275 ] {0626b8bc-7d88-4441-a879-d1c619d33fb7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2578 | 2025.02.23 14:14:09.000399 [ 275 ] {0626b8bc-7d88-4441-a879-d1c619d33fb7} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2579 | 2025.02.23 14:14:09.000558 [ 150 ] {} <Debug> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2580 | 2025.02.23 14:14:09.000644 [ 150 ] {} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2581 | 2025.02.23 14:14:09.000653 [ 275 ] {0626b8bc-7d88-4441-a879-d1c619d33fb7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00148 sec., 4054.054054054054 rows/sec., 211.81 KiB/sec. | ||
| 2582 | 2025.02.23 14:14:09.000683 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2583 | 2025.02.23 14:14:09.000758 [ 275 ] {0626b8bc-7d88-4441-a879-d1c619d33fb7} <Debug> TCPHandler: Processed in 0.001765186 sec. | ||
| 2584 | 2025.02.23 14:14:09.001027 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2585 | 2025.02.23 14:14:09.001111 [ 186 ] {6d3c7bd2-1fbd-466b-b926-d352918009e1::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 | ||
| 2586 | 2025.02.23 14:14:09.001412 [ 277 ] {0054e4a1-fbf1-47ab-90a1-b8d715267e0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2587 | 2025.02.23 14:14:09.001614 [ 277 ] {0054e4a1-fbf1-47ab-90a1-b8d715267e0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2588 | 2025.02.23 14:14:09.001741 [ 186 ] {6d3c7bd2-1fbd-466b-b926-d352918009e1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2589 | 2025.02.23 14:14:09.001882 [ 186 ] {6d3c7bd2-1fbd-466b-b926-d352918009e1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 2590 | 2025.02.23 14:14:09.002449 [ 186 ] {6d3c7bd2-1fbd-466b-b926-d352918009e1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 2591 | 2025.02.23 14:14:09.002809 [ 186 ] {6d3c7bd2-1fbd-466b-b926-d352918009e1::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 | ||
| 2592 | 2025.02.23 14:14:09.003200 [ 186 ] {6d3c7bd2-1fbd-466b-b926-d352918009e1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 2593 | 2025.02.23 14:14:09.003284 [ 186 ] {6d3c7bd2-1fbd-466b-b926-d352918009e1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 2594 | 2025.02.23 14:14:09.003624 [ 186 ] {6d3c7bd2-1fbd-466b-b926-d352918009e1::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 | ||
| 2595 | 2025.02.23 14:14:09.004576 [ 277 ] {0054e4a1-fbf1-47ab-90a1-b8d715267e0f} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2596 | 2025.02.23 14:14:09.004642 [ 277 ] {0054e4a1-fbf1-47ab-90a1-b8d715267e0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2597 | 2025.02.23 14:14:09.005822 [ 277 ] {0054e4a1-fbf1-47ab-90a1-b8d715267e0f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2598 | 2025.02.23 14:14:09.006419 [ 186 ] {6d3c7bd2-1fbd-466b-b926-d352918009e1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.005622729 sec., 6402.5849369585485 rows/sec., 334.51 KiB/sec. | ||
| 2599 | 2025.02.23 14:14:09.006437 [ 277 ] {0054e4a1-fbf1-47ab-90a1-b8d715267e0f} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2600 | 2025.02.23 14:14:09.006630 [ 186 ] {6d3c7bd2-1fbd-466b-b926-d352918009e1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2601 | 2025.02.23 14:14:09.007064 [ 277 ] {0054e4a1-fbf1-47ab-90a1-b8d715267e0f} <Debug> executeQuery: Read 243 rows, 16.69 KiB in 0.00577 sec., 42114.38474870018 rows/sec., 2.82 MiB/sec. | ||
| 2602 | 2025.02.23 14:14:09.007242 [ 277 ] {0054e4a1-fbf1-47ab-90a1-b8d715267e0f} <Debug> TCPHandler: Processed in 0.006383333 sec. | ||
| 2603 | 2025.02.23 14:14:09.007428 [ 186 ] {6d3c7bd2-1fbd-466b-b926-d352918009e1::all_1_6_1} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2604 | 2025.02.23 14:14:09.007442 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2605 | 2025.02.23 14:14:09.007550 [ 186 ] {6d3c7bd2-1fbd-466b-b926-d352918009e1::all_1_6_1} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2606 | 2025.02.23 14:14:09.007681 [ 275 ] {104fcba9-c127-48eb-b4a0-7ccbb8f7b84c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2607 | 2025.02.23 14:14:09.007703 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2608 | 2025.02.23 14:14:09.007770 [ 275 ] {104fcba9-c127-48eb-b4a0-7ccbb8f7b84c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2609 | 2025.02.23 14:14:09.008323 [ 275 ] {104fcba9-c127-48eb-b4a0-7ccbb8f7b84c} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2610 | 2025.02.23 14:14:09.008369 [ 275 ] {104fcba9-c127-48eb-b4a0-7ccbb8f7b84c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2611 | 2025.02.23 14:14:09.008736 [ 275 ] {104fcba9-c127-48eb-b4a0-7ccbb8f7b84c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2612 | 2025.02.23 14:14:09.008985 [ 275 ] {104fcba9-c127-48eb-b4a0-7ccbb8f7b84c} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2613 | 2025.02.23 14:14:09.009107 [ 149 ] {} <Debug> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2614 | 2025.02.23 14:14:09.009160 [ 149 ] {} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2615 | 2025.02.23 14:14:09.009174 [ 275 ] {104fcba9-c127-48eb-b4a0-7ccbb8f7b84c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001577 sec., 634.1154090044388 rows/sec., 42.73 KiB/sec. | ||
| 2616 | 2025.02.23 14:14:09.009192 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2617 | 2025.02.23 14:14:09.009241 [ 275 ] {104fcba9-c127-48eb-b4a0-7ccbb8f7b84c} <Debug> TCPHandler: Processed in 0.00188618 sec. | ||
| 2618 | 2025.02.23 14:14:09.009530 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2619 | 2025.02.23 14:14:09.009649 [ 191 ] {f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9::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 | ||
| 2620 | 2025.02.23 14:14:09.009788 [ 277 ] {84ae76bf-ee0a-4181-83e3-d31f90dfe48d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2621 | 2025.02.23 14:14:09.009828 [ 191 ] {f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2622 | 2025.02.23 14:14:09.009890 [ 191 ] {f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
| 2623 | 2025.02.23 14:14:09.009916 [ 277 ] {84ae76bf-ee0a-4181-83e3-d31f90dfe48d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2624 | 2025.02.23 14:14:09.010192 [ 191 ] {f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9::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 | ||
| 2625 | 2025.02.23 14:14:09.010595 [ 191 ] {f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 2626 | 2025.02.23 14:14:09.010986 [ 191 ] {f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 2627 | 2025.02.23 14:14:09.011399 [ 191 ] {f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9::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 | ||
| 2628 | 2025.02.23 14:14:09.011729 [ 191 ] {f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 2629 | 2025.02.23 14:14:09.013911 [ 190 ] {f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7 rows, containing 4 columns (4 merged, 0 gathered) in 0.004615227 sec., 1516.7184626021644 rows/sec., 101.35 KiB/sec. | ||
| 2630 | 2025.02.23 14:14:09.014160 [ 190 ] {f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2631 | 2025.02.23 14:14:09.014383 [ 277 ] {84ae76bf-ee0a-4181-83e3-d31f90dfe48d} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2632 | 2025.02.23 14:14:09.014444 [ 277 ] {84ae76bf-ee0a-4181-83e3-d31f90dfe48d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2633 | 2025.02.23 14:14:09.014871 [ 190 ] {f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9::all_1_6_1} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2634 | 2025.02.23 14:14:09.015072 [ 190 ] {f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9::all_1_6_1} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2635 | 2025.02.23 14:14:09.015230 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2636 | 2025.02.23 14:14:09.015612 [ 277 ] {84ae76bf-ee0a-4181-83e3-d31f90dfe48d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2637 | 2025.02.23 14:14:09.015877 [ 277 ] {84ae76bf-ee0a-4181-83e3-d31f90dfe48d} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2638 | 2025.02.23 14:14:09.016112 [ 277 ] {84ae76bf-ee0a-4181-83e3-d31f90dfe48d} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.006366 sec., 5497.9579013509265 rows/sec., 9.85 MiB/sec. | ||
| 2639 | 2025.02.23 14:14:09.016218 [ 277 ] {84ae76bf-ee0a-4181-83e3-d31f90dfe48d} <Debug> TCPHandler: Processed in 0.006870809 sec. | ||
| 2640 | 2025.02.23 14:14:09.016383 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2641 | 2025.02.23 14:14:09.016521 [ 275 ] {c7d7b7eb-527d-4967-ac74-dd3f95bfed23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2642 | 2025.02.23 14:14:09.016586 [ 275 ] {c7d7b7eb-527d-4967-ac74-dd3f95bfed23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2643 | 2025.02.23 14:14:09.017190 [ 275 ] {c7d7b7eb-527d-4967-ac74-dd3f95bfed23} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2644 | 2025.02.23 14:14:09.017234 [ 275 ] {c7d7b7eb-527d-4967-ac74-dd3f95bfed23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2645 | 2025.02.23 14:14:09.017636 [ 275 ] {c7d7b7eb-527d-4967-ac74-dd3f95bfed23} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2646 | 2025.02.23 14:14:09.017873 [ 275 ] {c7d7b7eb-527d-4967-ac74-dd3f95bfed23} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2647 | 2025.02.23 14:14:09.018049 [ 275 ] {c7d7b7eb-527d-4967-ac74-dd3f95bfed23} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001559 sec., 52597.81911481719 rows/sec., 3.34 MiB/sec. | ||
| 2648 | 2025.02.23 14:14:09.018098 [ 275 ] {c7d7b7eb-527d-4967-ac74-dd3f95bfed23} <Debug> TCPHandler: Processed in 0.001787456 sec. | ||
| 2649 | 2025.02.23 14:14:11.610030 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2650 | 2025.02.23 14:14:11.610133 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2651 | 2025.02.23 14:14:11.705832 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 | ||
| 2652 | 2025.02.23 14:14:11.706486 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2653 | 2025.02.23 14:14:11.706534 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2654 | 2025.02.23 14:14:11.707066 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2655 | 2025.02.23 14:14:11.707325 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2656 | 2025.02.23 14:14:11.707546 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2657 | 2025.02.23 14:14:11.715499 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 388 | ||
| 2658 | 2025.02.23 14:14:11.718742 [ 242 ] {} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2659 | 2025.02.23 14:14:11.718794 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2660 | 2025.02.23 14:14:11.720281 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2661 | 2025.02.23 14:14:11.720596 [ 242 ] {} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2662 | 2025.02.23 14:14:11.721113 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 388 | ||
| 2663 | 2025.02.23 14:14:12.051580 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2664 | 2025.02.23 14:14:12.070972 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2665 | 2025.02.23 14:14:12.071037 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2666 | 2025.02.23 14:14:12.078273 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2667 | 2025.02.23 14:14:12.079038 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2668 | 2025.02.23 14:14:12.081666 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2669 | 2025.02.23 14:14:13.968643 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2670 | 2025.02.23 14:14:13.968862 [ 275 ] {d3a28c80-95c4-4728-83f0-8e10717fc6db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2671 | 2025.02.23 14:14:13.968945 [ 275 ] {d3a28c80-95c4-4728-83f0-8e10717fc6db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2672 | 2025.02.23 14:14:13.969803 [ 275 ] {d3a28c80-95c4-4728-83f0-8e10717fc6db} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2673 | 2025.02.23 14:14:13.969856 [ 275 ] {d3a28c80-95c4-4728-83f0-8e10717fc6db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2674 | 2025.02.23 14:14:13.970343 [ 275 ] {d3a28c80-95c4-4728-83f0-8e10717fc6db} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2675 | 2025.02.23 14:14:13.970607 [ 275 ] {d3a28c80-95c4-4728-83f0-8e10717fc6db} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2676 | 2025.02.23 14:14:13.970823 [ 275 ] {d3a28c80-95c4-4728-83f0-8e10717fc6db} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.002018 sec., 32705.649157581767 rows/sec., 2.60 MiB/sec. | ||
| 2677 | 2025.02.23 14:14:13.970880 [ 275 ] {d3a28c80-95c4-4728-83f0-8e10717fc6db} <Debug> TCPHandler: Processed in 0.002384036 sec. | ||
| 2678 | 2025.02.23 14:14:13.971174 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2679 | 2025.02.23 14:14:13.971398 [ 277 ] {3ad17862-0b3b-45d9-8288-ed4be5a258f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2680 | 2025.02.23 14:14:13.971484 [ 277 ] {3ad17862-0b3b-45d9-8288-ed4be5a258f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2681 | 2025.02.23 14:14:13.972252 [ 277 ] {3ad17862-0b3b-45d9-8288-ed4be5a258f6} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2682 | 2025.02.23 14:14:13.972306 [ 277 ] {3ad17862-0b3b-45d9-8288-ed4be5a258f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2683 | 2025.02.23 14:14:13.972765 [ 277 ] {3ad17862-0b3b-45d9-8288-ed4be5a258f6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2684 | 2025.02.23 14:14:13.973018 [ 277 ] {3ad17862-0b3b-45d9-8288-ed4be5a258f6} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2685 | 2025.02.23 14:14:13.973261 [ 277 ] {3ad17862-0b3b-45d9-8288-ed4be5a258f6} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001926 sec., 2596.0539979231567 rows/sec., 195.21 KiB/sec. | ||
| 2686 | 2025.02.23 14:14:13.973319 [ 277 ] {3ad17862-0b3b-45d9-8288-ed4be5a258f6} <Debug> TCPHandler: Processed in 0.002300333 sec. | ||
| 2687 | 2025.02.23 14:14:13.973514 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2688 | 2025.02.23 14:14:13.973659 [ 275 ] {6a76dcb3-d296-4dbd-b1ba-9d789b57cb09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2689 | 2025.02.23 14:14:13.973718 [ 275 ] {6a76dcb3-d296-4dbd-b1ba-9d789b57cb09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2690 | 2025.02.23 14:14:13.974434 [ 275 ] {6a76dcb3-d296-4dbd-b1ba-9d789b57cb09} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2691 | 2025.02.23 14:14:13.974482 [ 275 ] {6a76dcb3-d296-4dbd-b1ba-9d789b57cb09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2692 | 2025.02.23 14:14:13.974867 [ 275 ] {6a76dcb3-d296-4dbd-b1ba-9d789b57cb09} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2693 | 2025.02.23 14:14:13.975111 [ 275 ] {6a76dcb3-d296-4dbd-b1ba-9d789b57cb09} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2694 | 2025.02.23 14:14:13.975344 [ 275 ] {6a76dcb3-d296-4dbd-b1ba-9d789b57cb09} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001716 sec., 40209.79020979021 rows/sec., 3.14 MiB/sec. | ||
| 2695 | 2025.02.23 14:14:13.975463 [ 275 ] {6a76dcb3-d296-4dbd-b1ba-9d789b57cb09} <Debug> TCPHandler: Processed in 0.002016074 sec. | ||
| 2696 | 2025.02.23 14:14:13.975636 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2697 | 2025.02.23 14:14:13.975779 [ 277 ] {c0d65a91-e1c4-44b5-9f00-3ea4782403e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2698 | 2025.02.23 14:14:13.975845 [ 277 ] {c0d65a91-e1c4-44b5-9f00-3ea4782403e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2699 | 2025.02.23 14:14:13.976538 [ 277 ] {c0d65a91-e1c4-44b5-9f00-3ea4782403e0} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2700 | 2025.02.23 14:14:13.976580 [ 277 ] {c0d65a91-e1c4-44b5-9f00-3ea4782403e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2701 | 2025.02.23 14:14:13.976982 [ 277 ] {c0d65a91-e1c4-44b5-9f00-3ea4782403e0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2702 | 2025.02.23 14:14:13.977231 [ 277 ] {c0d65a91-e1c4-44b5-9f00-3ea4782403e0} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2703 | 2025.02.23 14:14:13.977443 [ 277 ] {c0d65a91-e1c4-44b5-9f00-3ea4782403e0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001697 sec., 94284.03064230997 rows/sec., 6.57 MiB/sec. | ||
| 2704 | 2025.02.23 14:14:13.977495 [ 277 ] {c0d65a91-e1c4-44b5-9f00-3ea4782403e0} <Debug> TCPHandler: Processed in 0.001928811 sec. | ||
| 2705 | 2025.02.23 14:14:13.977665 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2706 | 2025.02.23 14:14:13.977805 [ 275 ] {87726881-810c-4e0b-8795-71f76481011d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2707 | 2025.02.23 14:14:13.977901 [ 275 ] {87726881-810c-4e0b-8795-71f76481011d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2708 | 2025.02.23 14:14:13.979090 [ 275 ] {87726881-810c-4e0b-8795-71f76481011d} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2709 | 2025.02.23 14:14:13.979131 [ 275 ] {87726881-810c-4e0b-8795-71f76481011d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2710 | 2025.02.23 14:14:13.979779 [ 275 ] {87726881-810c-4e0b-8795-71f76481011d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2711 | 2025.02.23 14:14:13.980041 [ 275 ] {87726881-810c-4e0b-8795-71f76481011d} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2712 | 2025.02.23 14:14:13.980278 [ 275 ] {87726881-810c-4e0b-8795-71f76481011d} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002504 sec., 1996.805111821086 rows/sec., 3.58 MiB/sec. | ||
| 2713 | 2025.02.23 14:14:13.980373 [ 275 ] {87726881-810c-4e0b-8795-71f76481011d} <Debug> TCPHandler: Processed in 0.002774968 sec. | ||
| 2714 | 2025.02.23 14:14:13.980546 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2715 | 2025.02.23 14:14:13.980679 [ 277 ] {b2db62b9-f4b0-4837-8cf6-006ee1f6ed7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2716 | 2025.02.23 14:14:13.980732 [ 277 ] {b2db62b9-f4b0-4837-8cf6-006ee1f6ed7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2717 | 2025.02.23 14:14:13.981236 [ 277 ] {b2db62b9-f4b0-4837-8cf6-006ee1f6ed7a} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2718 | 2025.02.23 14:14:13.981273 [ 277 ] {b2db62b9-f4b0-4837-8cf6-006ee1f6ed7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2719 | 2025.02.23 14:14:13.981651 [ 277 ] {b2db62b9-f4b0-4837-8cf6-006ee1f6ed7a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2720 | 2025.02.23 14:14:13.981890 [ 277 ] {b2db62b9-f4b0-4837-8cf6-006ee1f6ed7a} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2721 | 2025.02.23 14:14:13.982106 [ 277 ] {b2db62b9-f4b0-4837-8cf6-006ee1f6ed7a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001443 sec., 41580.04158004158 rows/sec., 2.80 MiB/sec. | ||
| 2722 | 2025.02.23 14:14:13.982276 [ 277 ] {b2db62b9-f4b0-4837-8cf6-006ee1f6ed7a} <Debug> TCPHandler: Processed in 0.001797617 sec. | ||
| 2723 | 2025.02.23 14:14:18.976262 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2724 | 2025.02.23 14:14:18.976589 [ 275 ] {a532f387-8f1a-4437-8b6a-7f65349c8662} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2725 | 2025.02.23 14:14:18.976708 [ 275 ] {a532f387-8f1a-4437-8b6a-7f65349c8662} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2726 | 2025.02.23 14:14:18.977573 [ 275 ] {a532f387-8f1a-4437-8b6a-7f65349c8662} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2727 | 2025.02.23 14:14:18.977625 [ 275 ] {a532f387-8f1a-4437-8b6a-7f65349c8662} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2728 | 2025.02.23 14:14:18.978109 [ 275 ] {a532f387-8f1a-4437-8b6a-7f65349c8662} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2729 | 2025.02.23 14:14:18.978358 [ 275 ] {a532f387-8f1a-4437-8b6a-7f65349c8662} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2730 | 2025.02.23 14:14:18.978576 [ 275 ] {a532f387-8f1a-4437-8b6a-7f65349c8662} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002066 sec., 102613.7463697967 rows/sec., 6.53 MiB/sec. | ||
| 2731 | 2025.02.23 14:14:18.978635 [ 275 ] {a532f387-8f1a-4437-8b6a-7f65349c8662} <Debug> TCPHandler: Processed in 0.002562912 sec. | ||
| 2732 | 2025.02.23 14:14:18.978970 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2733 | 2025.02.23 14:14:18.979271 [ 277 ] {d91170fe-1e4b-466e-8d0b-d3b886020b4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2734 | 2025.02.23 14:14:18.979390 [ 277 ] {d91170fe-1e4b-466e-8d0b-d3b886020b4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2735 | 2025.02.23 14:14:18.980631 [ 277 ] {d91170fe-1e4b-466e-8d0b-d3b886020b4f} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2736 | 2025.02.23 14:14:18.980670 [ 277 ] {d91170fe-1e4b-466e-8d0b-d3b886020b4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2737 | 2025.02.23 14:14:18.981157 [ 277 ] {d91170fe-1e4b-466e-8d0b-d3b886020b4f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2738 | 2025.02.23 14:14:18.981410 [ 277 ] {d91170fe-1e4b-466e-8d0b-d3b886020b4f} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2739 | 2025.02.23 14:14:18.981559 [ 139 ] {} <Debug> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2740 | 2025.02.23 14:14:18.981611 [ 139 ] {} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2741 | 2025.02.23 14:14:18.981616 [ 277 ] {d91170fe-1e4b-466e-8d0b-d3b886020b4f} <Debug> executeQuery: Read 687 rows, 56.04 KiB in 0.002428 sec., 282948.9291598023 rows/sec., 22.54 MiB/sec. | ||
| 2742 | 2025.02.23 14:14:18.981638 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2743 | 2025.02.23 14:14:18.981705 [ 277 ] {d91170fe-1e4b-466e-8d0b-d3b886020b4f} <Debug> TCPHandler: Processed in 0.002925303 sec. | ||
| 2744 | 2025.02.23 14:14:18.981797 [ 187 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::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 | ||
| 2745 | 2025.02.23 14:14:18.981906 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2746 | 2025.02.23 14:14:18.981953 [ 187 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2747 | 2025.02.23 14:14:18.982005 [ 187 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1828 rows starting from the beginning of the part | ||
| 2748 | 2025.02.23 14:14:18.982126 [ 275 ] {daf48de2-ae5f-4ce0-abb3-d5640eea67c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2749 | 2025.02.23 14:14:18.982296 [ 275 ] {daf48de2-ae5f-4ce0-abb3-d5640eea67c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2750 | 2025.02.23 14:14:18.982302 [ 187 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 687 rows starting from the beginning of the part | ||
| 2751 | 2025.02.23 14:14:18.982710 [ 187 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 66 rows starting from the beginning of the part | ||
| 2752 | 2025.02.23 14:14:18.982932 [ 187 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 693 rows starting from the beginning of the part | ||
| 2753 | 2025.02.23 14:14:18.983248 [ 187 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 66 rows starting from the beginning of the part | ||
| 2754 | 2025.02.23 14:14:18.983667 [ 187 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 687 rows starting from the beginning of the part | ||
| 2755 | 2025.02.23 14:14:18.985256 [ 275 ] {daf48de2-ae5f-4ce0-abb3-d5640eea67c8} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2756 | 2025.02.23 14:14:18.985327 [ 275 ] {daf48de2-ae5f-4ce0-abb3-d5640eea67c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2757 | 2025.02.23 14:14:18.986410 [ 275 ] {daf48de2-ae5f-4ce0-abb3-d5640eea67c8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2758 | 2025.02.23 14:14:18.986762 [ 275 ] {daf48de2-ae5f-4ce0-abb3-d5640eea67c8} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2759 | 2025.02.23 14:14:18.987003 [ 275 ] {daf48de2-ae5f-4ce0-abb3-d5640eea67c8} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.004947 sec., 28502.12249848393 rows/sec., 1.78 MiB/sec. | ||
| 2760 | 2025.02.23 14:14:18.987183 [ 275 ] {daf48de2-ae5f-4ce0-abb3-d5640eea67c8} <Debug> TCPHandler: Processed in 0.00535899 sec. | ||
| 2761 | 2025.02.23 14:14:18.987483 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2762 | 2025.02.23 14:14:18.987703 [ 277 ] {4fd18ba9-3be3-4c2b-b386-e5c195126faa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2763 | 2025.02.23 14:14:18.987709 [ 191 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4027 rows, containing 5 columns (5 merged, 0 gathered) in 0.00598858 sec., 672446.556612753 rows/sec., 56.70 MiB/sec. | ||
| 2764 | 2025.02.23 14:14:18.987771 [ 277 ] {4fd18ba9-3be3-4c2b-b386-e5c195126faa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2765 | 2025.02.23 14:14:18.987993 [ 191 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2766 | 2025.02.23 14:14:18.988374 [ 191 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_16_3} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2767 | 2025.02.23 14:14:18.988499 [ 191 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_16_3} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2768 | 2025.02.23 14:14:18.988567 [ 277 ] {4fd18ba9-3be3-4c2b-b386-e5c195126faa} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2769 | 2025.02.23 14:14:18.988588 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. | ||
| 2770 | 2025.02.23 14:14:18.988615 [ 277 ] {4fd18ba9-3be3-4c2b-b386-e5c195126faa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2771 | 2025.02.23 14:14:18.988979 [ 277 ] {4fd18ba9-3be3-4c2b-b386-e5c195126faa} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2772 | 2025.02.23 14:14:18.989215 [ 277 ] {4fd18ba9-3be3-4c2b-b386-e5c195126faa} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2773 | 2025.02.23 14:14:18.989432 [ 277 ] {4fd18ba9-3be3-4c2b-b386-e5c195126faa} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001764 sec., 64058.95691609978 rows/sec., 4.15 MiB/sec. | ||
| 2774 | 2025.02.23 14:14:18.989487 [ 277 ] {4fd18ba9-3be3-4c2b-b386-e5c195126faa} <Debug> TCPHandler: Processed in 0.002169148 sec. | ||
| 2775 | 2025.02.23 14:14:18.989631 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2776 | 2025.02.23 14:14:18.989761 [ 275 ] {e1b5782b-b331-4d18-93fb-18e4ab2d5bdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2777 | 2025.02.23 14:14:18.989853 [ 275 ] {e1b5782b-b331-4d18-93fb-18e4ab2d5bdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2778 | 2025.02.23 14:14:18.990890 [ 275 ] {e1b5782b-b331-4d18-93fb-18e4ab2d5bdd} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2779 | 2025.02.23 14:14:18.990931 [ 275 ] {e1b5782b-b331-4d18-93fb-18e4ab2d5bdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2780 | 2025.02.23 14:14:18.991299 [ 275 ] {e1b5782b-b331-4d18-93fb-18e4ab2d5bdd} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2781 | 2025.02.23 14:14:18.991548 [ 275 ] {e1b5782b-b331-4d18-93fb-18e4ab2d5bdd} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2782 | 2025.02.23 14:14:18.991758 [ 275 ] {e1b5782b-b331-4d18-93fb-18e4ab2d5bdd} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002033 sec., 55090.99852434825 rows/sec., 3.14 MiB/sec. | ||
| 2783 | 2025.02.23 14:14:18.991813 [ 275 ] {e1b5782b-b331-4d18-93fb-18e4ab2d5bdd} <Debug> TCPHandler: Processed in 0.002239042 sec. | ||
| 2784 | 2025.02.23 14:14:18.991957 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2785 | 2025.02.23 14:14:18.992092 [ 277 ] {aca1193d-711f-41ee-b716-73cb5b98cbea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2786 | 2025.02.23 14:14:18.992149 [ 277 ] {aca1193d-711f-41ee-b716-73cb5b98cbea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2787 | 2025.02.23 14:14:18.992946 [ 277 ] {aca1193d-711f-41ee-b716-73cb5b98cbea} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2788 | 2025.02.23 14:14:18.992986 [ 277 ] {aca1193d-711f-41ee-b716-73cb5b98cbea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2789 | 2025.02.23 14:14:18.993386 [ 277 ] {aca1193d-711f-41ee-b716-73cb5b98cbea} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2790 | 2025.02.23 14:14:18.993628 [ 277 ] {aca1193d-711f-41ee-b716-73cb5b98cbea} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2791 | 2025.02.23 14:14:18.993791 [ 138 ] {} <Debug> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2792 | 2025.02.23 14:14:18.993853 [ 277 ] {aca1193d-711f-41ee-b716-73cb5b98cbea} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.001787 sec., 233351.98656966985 rows/sec., 16.61 MiB/sec. | ||
| 2793 | 2025.02.23 14:14:18.993869 [ 138 ] {} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2794 | 2025.02.23 14:14:18.993935 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2795 | 2025.02.23 14:14:18.993989 [ 277 ] {aca1193d-711f-41ee-b716-73cb5b98cbea} <Debug> TCPHandler: Processed in 0.002096657 sec. | ||
| 2796 | 2025.02.23 14:14:18.994444 [ 196 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::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 | ||
| 2797 | 2025.02.23 14:14:18.994476 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2798 | 2025.02.23 14:14:18.994737 [ 196 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2799 | 2025.02.23 14:14:18.994819 [ 196 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 883 rows starting from the beginning of the part | ||
| 2800 | 2025.02.23 14:14:18.994833 [ 275 ] {528d7655-e40c-4d63-9e74-99b589254c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2801 | 2025.02.23 14:14:18.995023 [ 275 ] {528d7655-e40c-4d63-9e74-99b589254c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2802 | 2025.02.23 14:14:18.995056 [ 196 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 417 rows starting from the beginning of the part | ||
| 2803 | 2025.02.23 14:14:18.995482 [ 196 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 78 rows starting from the beginning of the part | ||
| 2804 | 2025.02.23 14:14:18.995794 [ 196 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 429 rows starting from the beginning of the part | ||
| 2805 | 2025.02.23 14:14:18.996211 [ 196 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 69 rows starting from the beginning of the part | ||
| 2806 | 2025.02.23 14:14:18.996495 [ 196 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 417 rows starting from the beginning of the part | ||
| 2807 | 2025.02.23 14:14:18.997531 [ 275 ] {528d7655-e40c-4d63-9e74-99b589254c8f} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2808 | 2025.02.23 14:14:18.997594 [ 275 ] {528d7655-e40c-4d63-9e74-99b589254c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2809 | 2025.02.23 14:14:18.998465 [ 275 ] {528d7655-e40c-4d63-9e74-99b589254c8f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2810 | 2025.02.23 14:14:18.998908 [ 275 ] {528d7655-e40c-4d63-9e74-99b589254c8f} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2811 | 2025.02.23 14:14:18.999388 [ 275 ] {528d7655-e40c-4d63-9e74-99b589254c8f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004613 sec., 1300.6720138738349 rows/sec., 67.96 KiB/sec. | ||
| 2812 | 2025.02.23 14:14:18.999844 [ 275 ] {528d7655-e40c-4d63-9e74-99b589254c8f} <Debug> TCPHandler: Processed in 0.005693531 sec. | ||
| 2813 | 2025.02.23 14:14:19.000125 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2814 | 2025.02.23 14:14:19.000157 [ 196 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2293 rows, containing 5 columns (5 merged, 0 gathered) in 0.006085983 sec., 376767.4014206086 rows/sec., 28.62 MiB/sec. | ||
| 2815 | 2025.02.23 14:14:19.000177 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.47 MiB, peak 179.75 MiB, free memory in arenas 0.00 B, will set to 172.75 MiB (RSS), difference: -3.72 MiB | ||
| 2816 | 2025.02.23 14:14:19.000322 [ 277 ] {ba84260f-a8af-46ec-a0a2-50cab26f2cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2817 | 2025.02.23 14:14:19.000402 [ 191 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2818 | 2025.02.23 14:14:19.000409 [ 277 ] {ba84260f-a8af-46ec-a0a2-50cab26f2cef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2819 | 2025.02.23 14:14:19.001003 [ 191 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_16_3} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2820 | 2025.02.23 14:14:19.001099 [ 191 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_16_3} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2821 | 2025.02.23 14:14:19.001187 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 2822 | 2025.02.23 14:14:19.001428 [ 277 ] {ba84260f-a8af-46ec-a0a2-50cab26f2cef} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2823 | 2025.02.23 14:14:19.001465 [ 277 ] {ba84260f-a8af-46ec-a0a2-50cab26f2cef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2824 | 2025.02.23 14:14:19.001857 [ 277 ] {ba84260f-a8af-46ec-a0a2-50cab26f2cef} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2825 | 2025.02.23 14:14:19.002096 [ 277 ] {ba84260f-a8af-46ec-a0a2-50cab26f2cef} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2826 | 2025.02.23 14:14:19.002262 [ 138 ] {} <Debug> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2827 | 2025.02.23 14:14:19.002322 [ 138 ] {} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2828 | 2025.02.23 14:14:19.002347 [ 277 ] {ba84260f-a8af-46ec-a0a2-50cab26f2cef} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002079 sec., 113997.113997114 rows/sec., 7.64 MiB/sec. | ||
| 2829 | 2025.02.23 14:14:19.002360 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2830 | 2025.02.23 14:14:19.002530 [ 277 ] {ba84260f-a8af-46ec-a0a2-50cab26f2cef} <Debug> TCPHandler: Processed in 0.002540901 sec. | ||
| 2831 | 2025.02.23 14:14:19.002690 [ 191 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::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 | ||
| 2832 | 2025.02.23 14:14:19.002834 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2833 | 2025.02.23 14:14:19.003079 [ 191 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2834 | 2025.02.23 14:14:19.003135 [ 275 ] {22487f0c-0646-48bd-8ca1-94f39a517848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2835 | 2025.02.23 14:14:19.003157 [ 191 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5182 rows starting from the beginning of the part | ||
| 2836 | 2025.02.23 14:14:19.003254 [ 275 ] {22487f0c-0646-48bd-8ca1-94f39a517848} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2837 | 2025.02.23 14:14:19.003459 [ 191 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part | ||
| 2838 | 2025.02.23 14:14:19.003810 [ 191 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part | ||
| 2839 | 2025.02.23 14:14:19.004152 [ 191 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 243 rows starting from the beginning of the part | ||
| 2840 | 2025.02.23 14:14:19.004471 [ 191 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::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 | ||
| 2841 | 2025.02.23 14:14:19.004760 [ 191 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 237 rows starting from the beginning of the part | ||
| 2842 | 2025.02.23 14:14:19.005782 [ 275 ] {22487f0c-0646-48bd-8ca1-94f39a517848} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2843 | 2025.02.23 14:14:19.005847 [ 275 ] {22487f0c-0646-48bd-8ca1-94f39a517848} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2844 | 2025.02.23 14:14:19.006520 [ 275 ] {22487f0c-0646-48bd-8ca1-94f39a517848} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2845 | 2025.02.23 14:14:19.007083 [ 275 ] {22487f0c-0646-48bd-8ca1-94f39a517848} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2846 | 2025.02.23 14:14:19.007570 [ 275 ] {22487f0c-0646-48bd-8ca1-94f39a517848} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004488 sec., 222.81639928698752 rows/sec., 15.01 KiB/sec. | ||
| 2847 | 2025.02.23 14:14:19.007883 [ 275 ] {22487f0c-0646-48bd-8ca1-94f39a517848} <Debug> TCPHandler: Processed in 0.005240786 sec. | ||
| 2848 | 2025.02.23 14:14:19.008058 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2849 | 2025.02.23 14:14:19.008194 [ 277 ] {90fa9eb3-d602-45df-93b5-716684cfd7c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2850 | 2025.02.23 14:14:19.008290 [ 277 ] {90fa9eb3-d602-45df-93b5-716684cfd7c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2851 | 2025.02.23 14:14:19.008614 [ 191 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6219 rows, containing 5 columns (5 merged, 0 gathered) in 0.006109834 sec., 1017867.26120546 rows/sec., 68.62 MiB/sec. | ||
| 2852 | 2025.02.23 14:14:19.009050 [ 191 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2853 | 2025.02.23 14:14:19.009358 [ 191 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2854 | 2025.02.23 14:14:19.009475 [ 191 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2855 | 2025.02.23 14:14:19.009582 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.30 MiB. | ||
| 2856 | 2025.02.23 14:14:19.009923 [ 277 ] {90fa9eb3-d602-45df-93b5-716684cfd7c3} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2857 | 2025.02.23 14:14:19.009962 [ 277 ] {90fa9eb3-d602-45df-93b5-716684cfd7c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2858 | 2025.02.23 14:14:19.010655 [ 277 ] {90fa9eb3-d602-45df-93b5-716684cfd7c3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2859 | 2025.02.23 14:14:19.010963 [ 277 ] {90fa9eb3-d602-45df-93b5-716684cfd7c3} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2860 | 2025.02.23 14:14:19.011207 [ 277 ] {90fa9eb3-d602-45df-93b5-716684cfd7c3} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.003042 sec., 11505.58842866535 rows/sec., 20.62 MiB/sec. | ||
| 2861 | 2025.02.23 14:14:19.011306 [ 277 ] {90fa9eb3-d602-45df-93b5-716684cfd7c3} <Debug> TCPHandler: Processed in 0.003323546 sec. | ||
| 2862 | 2025.02.23 14:14:19.011465 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2863 | 2025.02.23 14:14:19.011587 [ 275 ] {02122d0b-9fb7-47c6-9f05-3da10a4bf389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2864 | 2025.02.23 14:14:19.011640 [ 275 ] {02122d0b-9fb7-47c6-9f05-3da10a4bf389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2865 | 2025.02.23 14:14:19.012133 [ 275 ] {02122d0b-9fb7-47c6-9f05-3da10a4bf389} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2866 | 2025.02.23 14:14:19.012173 [ 275 ] {02122d0b-9fb7-47c6-9f05-3da10a4bf389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2867 | 2025.02.23 14:14:19.012559 [ 275 ] {02122d0b-9fb7-47c6-9f05-3da10a4bf389} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2868 | 2025.02.23 14:14:19.012804 [ 275 ] {02122d0b-9fb7-47c6-9f05-3da10a4bf389} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2869 | 2025.02.23 14:14:19.012958 [ 138 ] {} <Debug> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2870 | 2025.02.23 14:14:19.013017 [ 138 ] {} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2871 | 2025.02.23 14:14:19.013051 [ 275 ] {02122d0b-9fb7-47c6-9f05-3da10a4bf389} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001476 sec., 55555.555555555555 rows/sec., 3.53 MiB/sec. | ||
| 2872 | 2025.02.23 14:14:19.013059 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2873 | 2025.02.23 14:14:19.013189 [ 275 ] {02122d0b-9fb7-47c6-9f05-3da10a4bf389} <Debug> TCPHandler: Processed in 0.001781867 sec. | ||
| 2874 | 2025.02.23 14:14:19.013330 [ 195 ] {a5f2add4-adf4-4098-b209-033c824af48d::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 | ||
| 2875 | 2025.02.23 14:14:19.013464 [ 195 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2876 | 2025.02.23 14:14:19.013509 [ 195 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 676 rows starting from the beginning of the part | ||
| 2877 | 2025.02.23 14:14:19.013646 [ 195 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part | ||
| 2878 | 2025.02.23 14:14:19.013845 [ 195 ] {a5f2add4-adf4-4098-b209-033c824af48d::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 | ||
| 2879 | 2025.02.23 14:14:19.014056 [ 195 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 82 rows starting from the beginning of the part | ||
| 2880 | 2025.02.23 14:14:19.014242 [ 195 ] {a5f2add4-adf4-4098-b209-033c824af48d::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 | ||
| 2881 | 2025.02.23 14:14:19.014406 [ 195 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 82 rows starting from the beginning of the part | ||
| 2882 | 2025.02.23 14:14:19.015616 [ 194 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1042 rows, containing 4 columns (4 merged, 0 gathered) in 0.002412787 sec., 431865.72208819096 rows/sec., 28.18 MiB/sec. | ||
| 2883 | 2025.02.23 14:14:19.015775 [ 195 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2884 | 2025.02.23 14:14:19.016055 [ 195 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_16_3} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2885 | 2025.02.23 14:14:19.016129 [ 195 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_16_3} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2886 | 2025.02.23 14:14:19.016201 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 2887 | 2025.02.23 14:14:19.208600 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 | ||
| 2888 | 2025.02.23 14:14:19.209176 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2889 | 2025.02.23 14:14:19.209216 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2890 | 2025.02.23 14:14:19.209702 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2891 | 2025.02.23 14:14:19.209961 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2892 | 2025.02.23 14:14:19.210177 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 | ||
| 2893 | 2025.02.23 14:14:19.582684 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2894 | 2025.02.23 14:14:19.603101 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2895 | 2025.02.23 14:14:19.603162 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2896 | 2025.02.23 14:14:19.610911 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2897 | 2025.02.23 14:14:19.611708 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2898 | 2025.02.23 14:14:19.614408 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2899 | 2025.02.23 14:14:20.000228 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.42 MiB, peak 179.75 MiB, free memory in arenas 0.00 B, will set to 174.46 MiB (RSS), difference: 4.04 MiB | ||
| 2900 | 2025.02.23 14:14:21.722261 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 422 | ||
| 2901 | 2025.02.23 14:14:21.725349 [ 242 ] {} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2902 | 2025.02.23 14:14:21.725399 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2903 | 2025.02.23 14:14:21.726920 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2904 | 2025.02.23 14:14:21.727343 [ 242 ] {} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2905 | 2025.02.23 14:14:21.728015 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 422 | ||
| 2906 | 2025.02.23 14:14:22.192111 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2907 | 2025.02.23 14:14:22.192329 [ 275 ] {69b69c81-5a3c-418a-8f36-0f288d51b718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2908 | 2025.02.23 14:14:22.192412 [ 275 ] {69b69c81-5a3c-418a-8f36-0f288d51b718} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2909 | 2025.02.23 14:14:22.193225 [ 275 ] {69b69c81-5a3c-418a-8f36-0f288d51b718} <Trace> oximeter.fields_ipaddr (1bc5a363-b591-4625-9dda-373173808f1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2910 | 2025.02.23 14:14:22.193279 [ 275 ] {69b69c81-5a3c-418a-8f36-0f288d51b718} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2911 | 2025.02.23 14:14:22.193707 [ 275 ] {69b69c81-5a3c-418a-8f36-0f288d51b718} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2912 | 2025.02.23 14:14:22.193980 [ 275 ] {69b69c81-5a3c-418a-8f36-0f288d51b718} <Trace> oximeter.fields_ipaddr (1bc5a363-b591-4625-9dda-373173808f1f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2913 | 2025.02.23 14:14:22.194226 [ 275 ] {69b69c81-5a3c-418a-8f36-0f288d51b718} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001958 sec., 1021.4504596527067 rows/sec., 83.29 KiB/sec. | ||
| 2914 | 2025.02.23 14:14:22.194284 [ 275 ] {69b69c81-5a3c-418a-8f36-0f288d51b718} <Debug> TCPHandler: Processed in 0.002317304 sec. | ||
| 2915 | 2025.02.23 14:14:22.194564 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2916 | 2025.02.23 14:14:22.194774 [ 277 ] {128e0ddf-eda4-437a-b37b-6795cafa95fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2917 | 2025.02.23 14:14:22.194853 [ 277 ] {128e0ddf-eda4-437a-b37b-6795cafa95fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2918 | 2025.02.23 14:14:22.196059 [ 277 ] {128e0ddf-eda4-437a-b37b-6795cafa95fb} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2919 | 2025.02.23 14:14:22.196106 [ 277 ] {128e0ddf-eda4-437a-b37b-6795cafa95fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2920 | 2025.02.23 14:14:22.196647 [ 277 ] {128e0ddf-eda4-437a-b37b-6795cafa95fb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2921 | 2025.02.23 14:14:22.196933 [ 277 ] {128e0ddf-eda4-437a-b37b-6795cafa95fb} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2922 | 2025.02.23 14:14:22.197155 [ 277 ] {128e0ddf-eda4-437a-b37b-6795cafa95fb} <Debug> executeQuery: Read 1207 rows, 102.02 KiB in 0.002439 sec., 494874.94874948746 rows/sec., 40.85 MiB/sec. | ||
| 2923 | 2025.02.23 14:14:22.197213 [ 277 ] {128e0ddf-eda4-437a-b37b-6795cafa95fb} <Debug> TCPHandler: Processed in 0.002794089 sec. | ||
| 2924 | 2025.02.23 14:14:22.197371 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2925 | 2025.02.23 14:14:22.197512 [ 275 ] {4213dc71-78f2-4b69-9ba0-39752f8e3d3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2926 | 2025.02.23 14:14:22.197570 [ 275 ] {4213dc71-78f2-4b69-9ba0-39752f8e3d3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2927 | 2025.02.23 14:14:22.198199 [ 275 ] {4213dc71-78f2-4b69-9ba0-39752f8e3d3d} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2928 | 2025.02.23 14:14:22.198240 [ 275 ] {4213dc71-78f2-4b69-9ba0-39752f8e3d3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2929 | 2025.02.23 14:14:22.198608 [ 275 ] {4213dc71-78f2-4b69-9ba0-39752f8e3d3d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2930 | 2025.02.23 14:14:22.198849 [ 275 ] {4213dc71-78f2-4b69-9ba0-39752f8e3d3d} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2931 | 2025.02.23 14:14:22.199013 [ 134 ] {} <Debug> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 2932 | 2025.02.23 14:14:22.199079 [ 275 ] {4213dc71-78f2-4b69-9ba0-39752f8e3d3d} <Debug> executeQuery: Read 7 rows, 528.00 B in 0.001595 sec., 4388.71473354232 rows/sec., 323.28 KiB/sec. | ||
| 2933 | 2025.02.23 14:14:22.199094 [ 134 ] {} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2934 | 2025.02.23 14:14:22.199161 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2935 | 2025.02.23 14:14:22.199209 [ 275 ] {4213dc71-78f2-4b69-9ba0-39752f8e3d3d} <Debug> TCPHandler: Processed in 0.00190496 sec. | ||
| 2936 | 2025.02.23 14:14:22.199469 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2937 | 2025.02.23 14:14:22.199610 [ 196 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
| 2938 | 2025.02.23 14:14:22.199830 [ 277 ] {b0919027-1f4c-488a-bd51-b508671d9d01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2939 | 2025.02.23 14:14:22.199969 [ 277 ] {b0919027-1f4c-488a-bd51-b508671d9d01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2940 | 2025.02.23 14:14:22.200042 [ 196 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2941 | 2025.02.23 14:14:22.200137 [ 196 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 141 rows starting from the beginning of the part | ||
| 2942 | 2025.02.23 14:14:22.200400 [ 196 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 5 rows starting from the beginning of the part | ||
| 2943 | 2025.02.23 14:14:22.200887 [ 196 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 153 rows starting from the beginning of the part | ||
| 2944 | 2025.02.23 14:14:22.201233 [ 196 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 5 rows starting from the beginning of the part | ||
| 2945 | 2025.02.23 14:14:22.201690 [ 196 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 141 rows starting from the beginning of the part | ||
| 2946 | 2025.02.23 14:14:22.202003 [ 196 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 7 rows starting from the beginning of the part | ||
| 2947 | 2025.02.23 14:14:22.203138 [ 277 ] {b0919027-1f4c-488a-bd51-b508671d9d01} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2948 | 2025.02.23 14:14:22.203204 [ 277 ] {b0919027-1f4c-488a-bd51-b508671d9d01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2949 | 2025.02.23 14:14:22.204267 [ 277 ] {b0919027-1f4c-488a-bd51-b508671d9d01} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2950 | 2025.02.23 14:14:22.204971 [ 277 ] {b0919027-1f4c-488a-bd51-b508671d9d01} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2951 | 2025.02.23 14:14:22.205069 [ 196 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 452 rows, containing 5 columns (5 merged, 0 gathered) in 0.005759833 sec., 78474.49743768614 rows/sec., 5.24 MiB/sec. | ||
| 2952 | 2025.02.23 14:14:22.205383 [ 196 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 2953 | 2025.02.23 14:14:22.205498 [ 277 ] {b0919027-1f4c-488a-bd51-b508671d9d01} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005761 sec., 39576.4624197188 rows/sec., 2.68 MiB/sec. | ||
| 2954 | 2025.02.23 14:14:22.205752 [ 277 ] {b0919027-1f4c-488a-bd51-b508671d9d01} <Debug> TCPHandler: Processed in 0.006426964 sec. | ||
| 2955 | 2025.02.23 14:14:22.205963 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2956 | 2025.02.23 14:14:22.206048 [ 196 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_10_2} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2957 | 2025.02.23 14:14:22.206182 [ 275 ] {64877728-c61f-4c47-811c-9dafef6068f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2958 | 2025.02.23 14:14:22.206230 [ 196 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_10_2} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 2959 | 2025.02.23 14:14:22.206268 [ 275 ] {64877728-c61f-4c47-811c-9dafef6068f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2960 | 2025.02.23 14:14:22.206420 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 2961 | 2025.02.23 14:14:22.207216 [ 275 ] {64877728-c61f-4c47-811c-9dafef6068f2} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2962 | 2025.02.23 14:14:22.207261 [ 275 ] {64877728-c61f-4c47-811c-9dafef6068f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2963 | 2025.02.23 14:14:22.207706 [ 275 ] {64877728-c61f-4c47-811c-9dafef6068f2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2964 | 2025.02.23 14:14:22.207964 [ 275 ] {64877728-c61f-4c47-811c-9dafef6068f2} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2965 | 2025.02.23 14:14:22.208184 [ 275 ] {64877728-c61f-4c47-811c-9dafef6068f2} <Debug> executeQuery: Read 527 rows, 39.97 KiB in 0.002085 sec., 252757.793764988 rows/sec., 18.72 MiB/sec. | ||
| 2966 | 2025.02.23 14:14:22.208240 [ 275 ] {64877728-c61f-4c47-811c-9dafef6068f2} <Debug> TCPHandler: Processed in 0.002368305 sec. | ||
| 2967 | 2025.02.23 14:14:22.208404 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2968 | 2025.02.23 14:14:22.208544 [ 277 ] {cc4e8cde-6722-4c7f-96c1-d64725a77569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2969 | 2025.02.23 14:14:22.208608 [ 277 ] {cc4e8cde-6722-4c7f-96c1-d64725a77569} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2970 | 2025.02.23 14:14:22.209400 [ 277 ] {cc4e8cde-6722-4c7f-96c1-d64725a77569} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2971 | 2025.02.23 14:14:22.209441 [ 277 ] {cc4e8cde-6722-4c7f-96c1-d64725a77569} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2972 | 2025.02.23 14:14:22.209918 [ 277 ] {cc4e8cde-6722-4c7f-96c1-d64725a77569} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2973 | 2025.02.23 14:14:22.210166 [ 277 ] {cc4e8cde-6722-4c7f-96c1-d64725a77569} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2974 | 2025.02.23 14:14:22.210436 [ 277 ] {cc4e8cde-6722-4c7f-96c1-d64725a77569} <Debug> executeQuery: Read 963 rows, 66.17 KiB in 0.001913 sec., 503397.80449555675 rows/sec., 33.78 MiB/sec. | ||
| 2975 | 2025.02.23 14:14:22.210671 [ 277 ] {cc4e8cde-6722-4c7f-96c1-d64725a77569} <Debug> TCPHandler: Processed in 0.002333275 sec. | ||
| 2976 | 2025.02.23 14:14:22.210817 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2977 | 2025.02.23 14:14:22.210937 [ 275 ] {131f44ae-07df-4f4d-99a0-a6a031a2f46e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2978 | 2025.02.23 14:14:22.211023 [ 275 ] {131f44ae-07df-4f4d-99a0-a6a031a2f46e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2979 | 2025.02.23 14:14:22.212190 [ 275 ] {131f44ae-07df-4f4d-99a0-a6a031a2f46e} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2980 | 2025.02.23 14:14:22.212233 [ 275 ] {131f44ae-07df-4f4d-99a0-a6a031a2f46e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2981 | 2025.02.23 14:14:22.212895 [ 275 ] {131f44ae-07df-4f4d-99a0-a6a031a2f46e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2982 | 2025.02.23 14:14:22.213192 [ 275 ] {131f44ae-07df-4f4d-99a0-a6a031a2f46e} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2983 | 2025.02.23 14:14:22.213445 [ 275 ] {131f44ae-07df-4f4d-99a0-a6a031a2f46e} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002533 sec., 1973.943939992104 rows/sec., 3.54 MiB/sec. | ||
| 2984 | 2025.02.23 14:14:22.213558 [ 275 ] {131f44ae-07df-4f4d-99a0-a6a031a2f46e} <Debug> TCPHandler: Processed in 0.002799719 sec. | ||
| 2985 | 2025.02.23 14:14:22.213737 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2986 | 2025.02.23 14:14:22.213878 [ 277 ] {99675adf-c5c8-4e02-b3d8-074981c7c4c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2987 | 2025.02.23 14:14:22.213940 [ 277 ] {99675adf-c5c8-4e02-b3d8-074981c7c4c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2988 | 2025.02.23 14:14:22.214511 [ 277 ] {99675adf-c5c8-4e02-b3d8-074981c7c4c4} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2989 | 2025.02.23 14:14:22.214559 [ 277 ] {99675adf-c5c8-4e02-b3d8-074981c7c4c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2990 | 2025.02.23 14:14:22.214984 [ 277 ] {99675adf-c5c8-4e02-b3d8-074981c7c4c4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2991 | 2025.02.23 14:14:22.215247 [ 277 ] {99675adf-c5c8-4e02-b3d8-074981c7c4c4} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2992 | 2025.02.23 14:14:22.215454 [ 277 ] {99675adf-c5c8-4e02-b3d8-074981c7c4c4} <Debug> executeQuery: Read 42 rows, 2.91 KiB in 0.001608 sec., 26119.402985074626 rows/sec., 1.76 MiB/sec. | ||
| 2993 | 2025.02.23 14:14:22.215507 [ 277 ] {99675adf-c5c8-4e02-b3d8-074981c7c4c4} <Debug> TCPHandler: Processed in 0.001836018 sec. | ||
| 2994 | 2025.02.23 14:14:23.963031 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2995 | 2025.02.23 14:14:23.963217 [ 275 ] {590f42f6-20a3-4274-a0dc-9552e040660e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2996 | 2025.02.23 14:14:23.963288 [ 275 ] {590f42f6-20a3-4274-a0dc-9552e040660e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2997 | 2025.02.23 14:14:23.964042 [ 275 ] {590f42f6-20a3-4274-a0dc-9552e040660e} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2998 | 2025.02.23 14:14:23.964139 [ 275 ] {590f42f6-20a3-4274-a0dc-9552e040660e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2999 | 2025.02.23 14:14:23.964560 [ 275 ] {590f42f6-20a3-4274-a0dc-9552e040660e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3000 | 2025.02.23 14:14:23.964811 [ 275 ] {590f42f6-20a3-4274-a0dc-9552e040660e} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3001 | 2025.02.23 14:14:23.965023 [ 275 ] {590f42f6-20a3-4274-a0dc-9552e040660e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001858 sec., 30139.93541442411 rows/sec., 2.32 MiB/sec. | ||
| 3002 | 2025.02.23 14:14:23.965078 [ 275 ] {590f42f6-20a3-4274-a0dc-9552e040660e} <Debug> TCPHandler: Processed in 0.002176159 sec. | ||
| 3003 | 2025.02.23 14:14:23.965329 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3004 | 2025.02.23 14:14:23.965540 [ 277 ] {30668eca-5cc1-4316-abe3-e9ecfcc5dcff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3005 | 2025.02.23 14:14:23.965625 [ 277 ] {30668eca-5cc1-4316-abe3-e9ecfcc5dcff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3006 | 2025.02.23 14:14:23.966498 [ 277 ] {30668eca-5cc1-4316-abe3-e9ecfcc5dcff} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3007 | 2025.02.23 14:14:23.966551 [ 277 ] {30668eca-5cc1-4316-abe3-e9ecfcc5dcff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3008 | 2025.02.23 14:14:23.966991 [ 277 ] {30668eca-5cc1-4316-abe3-e9ecfcc5dcff} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3009 | 2025.02.23 14:14:23.967234 [ 277 ] {30668eca-5cc1-4316-abe3-e9ecfcc5dcff} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3010 | 2025.02.23 14:14:23.967468 [ 277 ] {30668eca-5cc1-4316-abe3-e9ecfcc5dcff} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001987 sec., 32209.36084549572 rows/sec., 2.51 MiB/sec. | ||
| 3011 | 2025.02.23 14:14:23.967526 [ 277 ] {30668eca-5cc1-4316-abe3-e9ecfcc5dcff} <Debug> TCPHandler: Processed in 0.002341595 sec. | ||
| 3012 | 2025.02.23 14:14:23.967679 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3013 | 2025.02.23 14:14:23.967820 [ 275 ] {535e6276-7c16-47c0-9711-4e3fd976bc64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3014 | 2025.02.23 14:14:23.967884 [ 275 ] {535e6276-7c16-47c0-9711-4e3fd976bc64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3015 | 2025.02.23 14:14:23.968514 [ 275 ] {535e6276-7c16-47c0-9711-4e3fd976bc64} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3016 | 2025.02.23 14:14:23.968560 [ 275 ] {535e6276-7c16-47c0-9711-4e3fd976bc64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3017 | 2025.02.23 14:14:23.969098 [ 275 ] {535e6276-7c16-47c0-9711-4e3fd976bc64} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3018 | 2025.02.23 14:14:23.969335 [ 275 ] {535e6276-7c16-47c0-9711-4e3fd976bc64} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3019 | 2025.02.23 14:14:23.969522 [ 275 ] {535e6276-7c16-47c0-9711-4e3fd976bc64} <Debug> executeQuery: Read 44 rows, 3.14 KiB in 0.001734 sec., 25374.855824682814 rows/sec., 1.77 MiB/sec. | ||
| 3020 | 2025.02.23 14:14:23.969573 [ 275 ] {535e6276-7c16-47c0-9711-4e3fd976bc64} <Debug> TCPHandler: Processed in 0.001960672 sec. | ||
| 3021 | 2025.02.23 14:14:23.969705 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3022 | 2025.02.23 14:14:23.969822 [ 277 ] {4a696e55-3553-43d1-a08e-cefbcba6e68e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3023 | 2025.02.23 14:14:23.969876 [ 277 ] {4a696e55-3553-43d1-a08e-cefbcba6e68e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3024 | 2025.02.23 14:14:23.970423 [ 277 ] {4a696e55-3553-43d1-a08e-cefbcba6e68e} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3025 | 2025.02.23 14:14:23.970471 [ 277 ] {4a696e55-3553-43d1-a08e-cefbcba6e68e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3026 | 2025.02.23 14:14:23.970926 [ 277 ] {4a696e55-3553-43d1-a08e-cefbcba6e68e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3027 | 2025.02.23 14:14:23.971170 [ 277 ] {4a696e55-3553-43d1-a08e-cefbcba6e68e} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3028 | 2025.02.23 14:14:23.971387 [ 277 ] {4a696e55-3553-43d1-a08e-cefbcba6e68e} <Debug> executeQuery: Read 18 rows, 1.24 KiB in 0.001589 sec., 11327.87916928886 rows/sec., 777.44 KiB/sec. | ||
| 3029 | 2025.02.23 14:14:23.971438 [ 277 ] {4a696e55-3553-43d1-a08e-cefbcba6e68e} <Debug> TCPHandler: Processed in 0.001787307 sec. | ||
| 3030 | 2025.02.23 14:14:26.610188 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3031 | 2025.02.23 14:14:26.610289 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3032 | 2025.02.23 14:14:26.711274 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 | ||
| 3033 | 2025.02.23 14:14:26.711901 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3034 | 2025.02.23 14:14:26.711939 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3035 | 2025.02.23 14:14:26.712470 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3036 | 2025.02.23 14:14:26.712721 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3037 | 2025.02.23 14:14:26.712927 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3038 | 2025.02.23 14:14:27.115452 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3039 | 2025.02.23 14:14:27.136656 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3040 | 2025.02.23 14:14:27.136719 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3041 | 2025.02.23 14:14:27.144643 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3042 | 2025.02.23 14:14:27.145482 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3043 | 2025.02.23 14:14:27.148128 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3044 | 2025.02.23 14:14:28.975010 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3045 | 2025.02.23 14:14:28.975205 [ 275 ] {dd56b022-021e-40ef-b375-f4091a60aed0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3046 | 2025.02.23 14:14:28.975278 [ 275 ] {dd56b022-021e-40ef-b375-f4091a60aed0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3047 | 2025.02.23 14:14:28.976078 [ 275 ] {dd56b022-021e-40ef-b375-f4091a60aed0} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3048 | 2025.02.23 14:14:28.976126 [ 275 ] {dd56b022-021e-40ef-b375-f4091a60aed0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3049 | 2025.02.23 14:14:28.976566 [ 275 ] {dd56b022-021e-40ef-b375-f4091a60aed0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3050 | 2025.02.23 14:14:28.976818 [ 275 ] {dd56b022-021e-40ef-b375-f4091a60aed0} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3051 | 2025.02.23 14:14:28.977078 [ 275 ] {dd56b022-021e-40ef-b375-f4091a60aed0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001924 sec., 110187.11018711019 rows/sec., 7.01 MiB/sec. | ||
| 3052 | 2025.02.23 14:14:28.977171 [ 275 ] {dd56b022-021e-40ef-b375-f4091a60aed0} <Debug> TCPHandler: Processed in 0.002286762 sec. | ||
| 3053 | 2025.02.23 14:14:28.977425 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3054 | 2025.02.23 14:14:28.977621 [ 277 ] {c34930d5-17ac-495a-8a45-4da5433d14c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3055 | 2025.02.23 14:14:28.977697 [ 277 ] {c34930d5-17ac-495a-8a45-4da5433d14c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3056 | 2025.02.23 14:14:28.978713 [ 277 ] {c34930d5-17ac-495a-8a45-4da5433d14c1} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3057 | 2025.02.23 14:14:28.978767 [ 277 ] {c34930d5-17ac-495a-8a45-4da5433d14c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3058 | 2025.02.23 14:14:28.979270 [ 277 ] {c34930d5-17ac-495a-8a45-4da5433d14c1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3059 | 2025.02.23 14:14:28.979555 [ 277 ] {c34930d5-17ac-495a-8a45-4da5433d14c1} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3060 | 2025.02.23 14:14:28.979804 [ 277 ] {c34930d5-17ac-495a-8a45-4da5433d14c1} <Debug> executeQuery: Read 687 rows, 56.04 KiB in 0.002237 sec., 307107.7335717479 rows/sec., 24.46 MiB/sec. | ||
| 3061 | 2025.02.23 14:14:28.979877 [ 277 ] {c34930d5-17ac-495a-8a45-4da5433d14c1} <Debug> TCPHandler: Processed in 0.002593642 sec. | ||
| 3062 | 2025.02.23 14:14:28.980034 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3063 | 2025.02.23 14:14:28.980173 [ 275 ] {9c9e4fdd-6eb9-4cfb-bb60-7af807aa067a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3064 | 2025.02.23 14:14:28.980223 [ 275 ] {9c9e4fdd-6eb9-4cfb-bb60-7af807aa067a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3065 | 2025.02.23 14:14:28.980859 [ 275 ] {9c9e4fdd-6eb9-4cfb-bb60-7af807aa067a} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3066 | 2025.02.23 14:14:28.980900 [ 275 ] {9c9e4fdd-6eb9-4cfb-bb60-7af807aa067a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3067 | 2025.02.23 14:14:28.981285 [ 275 ] {9c9e4fdd-6eb9-4cfb-bb60-7af807aa067a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3068 | 2025.02.23 14:14:28.981526 [ 275 ] {9c9e4fdd-6eb9-4cfb-bb60-7af807aa067a} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3069 | 2025.02.23 14:14:28.981794 [ 275 ] {9c9e4fdd-6eb9-4cfb-bb60-7af807aa067a} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.001644 sec., 85766.42335766423 rows/sec., 5.36 MiB/sec. | ||
| 3070 | 2025.02.23 14:14:28.981993 [ 275 ] {9c9e4fdd-6eb9-4cfb-bb60-7af807aa067a} <Debug> TCPHandler: Processed in 0.002023384 sec. | ||
| 3071 | 2025.02.23 14:14:28.982152 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3072 | 2025.02.23 14:14:28.982278 [ 277 ] {a4264afd-7f34-4930-a220-7e002a4c304a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3073 | 2025.02.23 14:14:28.982331 [ 277 ] {a4264afd-7f34-4930-a220-7e002a4c304a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3074 | 2025.02.23 14:14:28.982971 [ 277 ] {a4264afd-7f34-4930-a220-7e002a4c304a} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3075 | 2025.02.23 14:14:28.983013 [ 277 ] {a4264afd-7f34-4930-a220-7e002a4c304a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3076 | 2025.02.23 14:14:28.983396 [ 277 ] {a4264afd-7f34-4930-a220-7e002a4c304a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3077 | 2025.02.23 14:14:28.983635 [ 277 ] {a4264afd-7f34-4930-a220-7e002a4c304a} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3078 | 2025.02.23 14:14:28.983867 [ 277 ] {a4264afd-7f34-4930-a220-7e002a4c304a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001613 sec., 70055.79665220086 rows/sec., 4.53 MiB/sec. | ||
| 3079 | 2025.02.23 14:14:28.984061 [ 277 ] {a4264afd-7f34-4930-a220-7e002a4c304a} <Debug> TCPHandler: Processed in 0.001962702 sec. | ||
| 3080 | 2025.02.23 14:14:28.984220 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3081 | 2025.02.23 14:14:28.984346 [ 275 ] {2a425aad-9a44-4c29-948a-3f1ca690335e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3082 | 2025.02.23 14:14:28.984397 [ 275 ] {2a425aad-9a44-4c29-948a-3f1ca690335e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3083 | 2025.02.23 14:14:28.985037 [ 275 ] {2a425aad-9a44-4c29-948a-3f1ca690335e} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3084 | 2025.02.23 14:14:28.985077 [ 275 ] {2a425aad-9a44-4c29-948a-3f1ca690335e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3085 | 2025.02.23 14:14:28.985463 [ 275 ] {2a425aad-9a44-4c29-948a-3f1ca690335e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3086 | 2025.02.23 14:14:28.985709 [ 275 ] {2a425aad-9a44-4c29-948a-3f1ca690335e} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3087 | 2025.02.23 14:14:28.985887 [ 275 ] {2a425aad-9a44-4c29-948a-3f1ca690335e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001567 sec., 71474.15443522655 rows/sec., 4.07 MiB/sec. | ||
| 3088 | 2025.02.23 14:14:28.985940 [ 275 ] {2a425aad-9a44-4c29-948a-3f1ca690335e} <Debug> TCPHandler: Processed in 0.001779246 sec. | ||
| 3089 | 2025.02.23 14:14:28.986076 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3090 | 2025.02.23 14:14:28.986206 [ 277 ] {41284df1-3044-4ea0-84f8-e44b8bf2562a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3091 | 2025.02.23 14:14:28.986265 [ 277 ] {41284df1-3044-4ea0-84f8-e44b8bf2562a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3092 | 2025.02.23 14:14:28.987118 [ 277 ] {41284df1-3044-4ea0-84f8-e44b8bf2562a} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3093 | 2025.02.23 14:14:28.987164 [ 277 ] {41284df1-3044-4ea0-84f8-e44b8bf2562a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3094 | 2025.02.23 14:14:28.987555 [ 277 ] {41284df1-3044-4ea0-84f8-e44b8bf2562a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3095 | 2025.02.23 14:14:28.987796 [ 277 ] {41284df1-3044-4ea0-84f8-e44b8bf2562a} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3096 | 2025.02.23 14:14:28.988015 [ 277 ] {41284df1-3044-4ea0-84f8-e44b8bf2562a} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.001841 sec., 226507.3329712113 rows/sec., 16.12 MiB/sec. | ||
| 3097 | 2025.02.23 14:14:28.988073 [ 277 ] {41284df1-3044-4ea0-84f8-e44b8bf2562a} <Debug> TCPHandler: Processed in 0.002052335 sec. | ||
| 3098 | 2025.02.23 14:14:28.988222 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3099 | 2025.02.23 14:14:28.988371 [ 275 ] {45853d54-88a9-4ef1-ae61-0e31c62e2dbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3100 | 2025.02.23 14:14:28.988432 [ 275 ] {45853d54-88a9-4ef1-ae61-0e31c62e2dbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3101 | 2025.02.23 14:14:28.989024 [ 275 ] {45853d54-88a9-4ef1-ae61-0e31c62e2dbf} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3102 | 2025.02.23 14:14:28.989072 [ 275 ] {45853d54-88a9-4ef1-ae61-0e31c62e2dbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3103 | 2025.02.23 14:14:28.989473 [ 275 ] {45853d54-88a9-4ef1-ae61-0e31c62e2dbf} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3104 | 2025.02.23 14:14:28.989719 [ 275 ] {45853d54-88a9-4ef1-ae61-0e31c62e2dbf} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3105 | 2025.02.23 14:14:28.989900 [ 275 ] {45853d54-88a9-4ef1-ae61-0e31c62e2dbf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001561 sec., 3843.6899423446507 rows/sec., 200.82 KiB/sec. | ||
| 3106 | 2025.02.23 14:14:28.989952 [ 275 ] {45853d54-88a9-4ef1-ae61-0e31c62e2dbf} <Debug> TCPHandler: Processed in 0.001799048 sec. | ||
| 3107 | 2025.02.23 14:14:28.990103 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3108 | 2025.02.23 14:14:28.990253 [ 277 ] {38b674de-fc64-4c57-874f-8b0ea5db8853} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3109 | 2025.02.23 14:14:28.990318 [ 277 ] {38b674de-fc64-4c57-874f-8b0ea5db8853} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3110 | 2025.02.23 14:14:28.991007 [ 277 ] {38b674de-fc64-4c57-874f-8b0ea5db8853} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3111 | 2025.02.23 14:14:28.991055 [ 277 ] {38b674de-fc64-4c57-874f-8b0ea5db8853} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3112 | 2025.02.23 14:14:28.991485 [ 277 ] {38b674de-fc64-4c57-874f-8b0ea5db8853} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3113 | 2025.02.23 14:14:28.991734 [ 277 ] {38b674de-fc64-4c57-874f-8b0ea5db8853} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3114 | 2025.02.23 14:14:28.991983 [ 277 ] {38b674de-fc64-4c57-874f-8b0ea5db8853} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001757 sec., 134889.015367103 rows/sec., 9.04 MiB/sec. | ||
| 3115 | 2025.02.23 14:14:28.992189 [ 277 ] {38b674de-fc64-4c57-874f-8b0ea5db8853} <Debug> TCPHandler: Processed in 0.002152369 sec. | ||
| 3116 | 2025.02.23 14:14:28.992359 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3117 | 2025.02.23 14:14:28.992484 [ 275 ] {d034ace4-f1b4-41e9-b38a-a2bdb6a22cb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3118 | 2025.02.23 14:14:28.992539 [ 275 ] {d034ace4-f1b4-41e9-b38a-a2bdb6a22cb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3119 | 2025.02.23 14:14:28.993024 [ 275 ] {d034ace4-f1b4-41e9-b38a-a2bdb6a22cb2} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3120 | 2025.02.23 14:14:28.993063 [ 275 ] {d034ace4-f1b4-41e9-b38a-a2bdb6a22cb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3121 | 2025.02.23 14:14:28.993434 [ 275 ] {d034ace4-f1b4-41e9-b38a-a2bdb6a22cb2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3122 | 2025.02.23 14:14:28.993680 [ 275 ] {d034ace4-f1b4-41e9-b38a-a2bdb6a22cb2} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3123 | 2025.02.23 14:14:28.993856 [ 275 ] {d034ace4-f1b4-41e9-b38a-a2bdb6a22cb2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001398 sec., 715.307582260372 rows/sec., 48.20 KiB/sec. | ||
| 3124 | 2025.02.23 14:14:28.993910 [ 275 ] {d034ace4-f1b4-41e9-b38a-a2bdb6a22cb2} <Debug> TCPHandler: Processed in 0.001608011 sec. | ||
| 3125 | 2025.02.23 14:14:28.994048 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3126 | 2025.02.23 14:14:28.994173 [ 277 ] {5cc8f83b-a84b-4be6-b148-47658a6a3010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3127 | 2025.02.23 14:14:28.994269 [ 277 ] {5cc8f83b-a84b-4be6-b148-47658a6a3010} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3128 | 2025.02.23 14:14:28.995533 [ 277 ] {5cc8f83b-a84b-4be6-b148-47658a6a3010} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3129 | 2025.02.23 14:14:28.995574 [ 277 ] {5cc8f83b-a84b-4be6-b148-47658a6a3010} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3130 | 2025.02.23 14:14:28.996230 [ 277 ] {5cc8f83b-a84b-4be6-b148-47658a6a3010} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3131 | 2025.02.23 14:14:28.996490 [ 277 ] {5cc8f83b-a84b-4be6-b148-47658a6a3010} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3132 | 2025.02.23 14:14:28.996659 [ 93 ] {} <Debug> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3133 | 2025.02.23 14:14:28.996730 [ 93 ] {} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3134 | 2025.02.23 14:14:28.996759 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3135 | 2025.02.23 14:14:28.996791 [ 277 ] {5cc8f83b-a84b-4be6-b148-47658a6a3010} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002637 sec., 13272.658323852864 rows/sec., 23.78 MiB/sec. | ||
| 3136 | 2025.02.23 14:14:28.997404 [ 194 ] {04659e28-2e26-4897-889f-03fb9f86e938::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 | ||
| 3137 | 2025.02.23 14:14:28.997437 [ 277 ] {5cc8f83b-a84b-4be6-b148-47658a6a3010} <Debug> TCPHandler: Processed in 0.00344312 sec. | ||
| 3138 | 2025.02.23 14:14:28.997701 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3139 | 2025.02.23 14:14:28.998000 [ 275 ] {1bd588bc-1a40-4b61-8c1c-973cf98fc610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3140 | 2025.02.23 14:14:28.998070 [ 194 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3141 | 2025.02.23 14:14:28.998107 [ 275 ] {1bd588bc-1a40-4b61-8c1c-973cf98fc610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3142 | 2025.02.23 14:14:28.998262 [ 194 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 180 rows starting from the beginning of the part | ||
| 3143 | 2025.02.23 14:14:28.999166 [ 194 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 35 rows starting from the beginning of the part | ||
| 3144 | 2025.02.23 14:14:28.999980 [ 194 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 5 rows starting from the beginning of the part | ||
| 3145 | 2025.02.23 14:14:29.000360 [ 275 ] {1bd588bc-1a40-4b61-8c1c-973cf98fc610} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3146 | 2025.02.23 14:14:29.000465 [ 275 ] {1bd588bc-1a40-4b61-8c1c-973cf98fc610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3147 | 2025.02.23 14:14:29.001250 [ 194 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 35 rows starting from the beginning of the part | ||
| 3148 | 2025.02.23 14:14:29.001834 [ 194 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 5 rows starting from the beginning of the part | ||
| 3149 | 2025.02.23 14:14:29.002508 [ 194 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 35 rows starting from the beginning of the part | ||
| 3150 | 2025.02.23 14:14:29.002587 [ 275 ] {1bd588bc-1a40-4b61-8c1c-973cf98fc610} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3151 | 2025.02.23 14:14:29.003401 [ 275 ] {1bd588bc-1a40-4b61-8c1c-973cf98fc610} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3152 | 2025.02.23 14:14:29.003829 [ 275 ] {1bd588bc-1a40-4b61-8c1c-973cf98fc610} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005932 sec., 13823.331085637223 rows/sec., 899.02 KiB/sec. | ||
| 3153 | 2025.02.23 14:14:29.003934 [ 275 ] {1bd588bc-1a40-4b61-8c1c-973cf98fc610} <Debug> TCPHandler: Processed in 0.006367902 sec. | ||
| 3154 | 2025.02.23 14:14:29.006479 [ 196 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 295 rows, containing 19 columns (19 merged, 0 gathered) in 0.009593404 sec., 30750.294681637508 rows/sec., 55.10 MiB/sec. | ||
| 3155 | 2025.02.23 14:14:29.007036 [ 194 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3156 | 2025.02.23 14:14:29.007428 [ 194 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3157 | 2025.02.23 14:14:29.007524 [ 194 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3158 | 2025.02.23 14:14:29.007636 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB. | ||
| 3159 | 2025.02.23 14:14:31.728201 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 468 | ||
| 3160 | 2025.02.23 14:14:31.731908 [ 242 ] {} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3161 | 2025.02.23 14:14:31.731970 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3162 | 2025.02.23 14:14:31.733558 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3163 | 2025.02.23 14:14:31.733896 [ 242 ] {} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3164 | 2025.02.23 14:14:31.734556 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 468 | ||
| 3165 | 2025.02.23 14:14:33.968775 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3166 | 2025.02.23 14:14:33.969073 [ 275 ] {66feb0d7-1c17-4e6a-beab-f16bf992a2bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3167 | 2025.02.23 14:14:33.969188 [ 275 ] {66feb0d7-1c17-4e6a-beab-f16bf992a2bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3168 | 2025.02.23 14:14:33.970047 [ 275 ] {66feb0d7-1c17-4e6a-beab-f16bf992a2bf} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3169 | 2025.02.23 14:14:33.970097 [ 275 ] {66feb0d7-1c17-4e6a-beab-f16bf992a2bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3170 | 2025.02.23 14:14:33.970534 [ 275 ] {66feb0d7-1c17-4e6a-beab-f16bf992a2bf} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3171 | 2025.02.23 14:14:33.970788 [ 275 ] {66feb0d7-1c17-4e6a-beab-f16bf992a2bf} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3172 | 2025.02.23 14:14:33.971042 [ 275 ] {66feb0d7-1c17-4e6a-beab-f16bf992a2bf} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.002057 sec., 32085.561497326205 rows/sec., 2.55 MiB/sec. | ||
| 3173 | 2025.02.23 14:14:33.971099 [ 275 ] {66feb0d7-1c17-4e6a-beab-f16bf992a2bf} <Debug> TCPHandler: Processed in 0.00251968 sec. | ||
| 3174 | 2025.02.23 14:14:33.971351 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3175 | 2025.02.23 14:14:33.971566 [ 277 ] {98ca12ad-2c4e-4f6c-ab98-32f3b20d0480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3176 | 2025.02.23 14:14:33.971648 [ 277 ] {98ca12ad-2c4e-4f6c-ab98-32f3b20d0480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3177 | 2025.02.23 14:14:33.972465 [ 277 ] {98ca12ad-2c4e-4f6c-ab98-32f3b20d0480} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3178 | 2025.02.23 14:14:33.972517 [ 277 ] {98ca12ad-2c4e-4f6c-ab98-32f3b20d0480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3179 | 2025.02.23 14:14:33.972939 [ 277 ] {98ca12ad-2c4e-4f6c-ab98-32f3b20d0480} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3180 | 2025.02.23 14:14:33.973188 [ 277 ] {98ca12ad-2c4e-4f6c-ab98-32f3b20d0480} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3181 | 2025.02.23 14:14:33.973421 [ 277 ] {98ca12ad-2c4e-4f6c-ab98-32f3b20d0480} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001913 sec., 2613.6957658128595 rows/sec., 196.54 KiB/sec. | ||
| 3182 | 2025.02.23 14:14:33.973490 [ 277 ] {98ca12ad-2c4e-4f6c-ab98-32f3b20d0480} <Debug> TCPHandler: Processed in 0.002282273 sec. | ||
| 3183 | 2025.02.23 14:14:33.973696 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3184 | 2025.02.23 14:14:33.973918 [ 275 ] {f4e02190-2d44-4de5-b459-f1ae8b1d2068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3185 | 2025.02.23 14:14:33.974008 [ 275 ] {f4e02190-2d44-4de5-b459-f1ae8b1d2068} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3186 | 2025.02.23 14:14:33.974809 [ 275 ] {f4e02190-2d44-4de5-b459-f1ae8b1d2068} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3187 | 2025.02.23 14:14:33.974849 [ 275 ] {f4e02190-2d44-4de5-b459-f1ae8b1d2068} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3188 | 2025.02.23 14:14:33.975210 [ 275 ] {f4e02190-2d44-4de5-b459-f1ae8b1d2068} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3189 | 2025.02.23 14:14:33.975450 [ 275 ] {f4e02190-2d44-4de5-b459-f1ae8b1d2068} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3190 | 2025.02.23 14:14:33.975709 [ 275 ] {f4e02190-2d44-4de5-b459-f1ae8b1d2068} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001839 sec., 37520.391517128875 rows/sec., 2.93 MiB/sec. | ||
| 3191 | 2025.02.23 14:14:33.975906 [ 275 ] {f4e02190-2d44-4de5-b459-f1ae8b1d2068} <Debug> TCPHandler: Processed in 0.002315804 sec. | ||
| 3192 | 2025.02.23 14:14:33.976078 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3193 | 2025.02.23 14:14:33.976222 [ 277 ] {7e279c35-8608-43e3-bb2b-d1942ab085df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3194 | 2025.02.23 14:14:33.976288 [ 277 ] {7e279c35-8608-43e3-bb2b-d1942ab085df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3195 | 2025.02.23 14:14:33.976850 [ 277 ] {7e279c35-8608-43e3-bb2b-d1942ab085df} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3196 | 2025.02.23 14:14:33.976888 [ 277 ] {7e279c35-8608-43e3-bb2b-d1942ab085df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3197 | 2025.02.23 14:14:33.977317 [ 277 ] {7e279c35-8608-43e3-bb2b-d1942ab085df} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3198 | 2025.02.23 14:14:33.977557 [ 277 ] {7e279c35-8608-43e3-bb2b-d1942ab085df} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3199 | 2025.02.23 14:14:33.977830 [ 277 ] {7e279c35-8608-43e3-bb2b-d1942ab085df} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001641 sec., 97501.52346130408 rows/sec., 6.79 MiB/sec. | ||
| 3200 | 2025.02.23 14:14:33.978067 [ 277 ] {7e279c35-8608-43e3-bb2b-d1942ab085df} <Debug> TCPHandler: Processed in 0.002053375 sec. | ||
| 3201 | 2025.02.23 14:14:33.978216 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3202 | 2025.02.23 14:14:33.978332 [ 275 ] {729f54a6-7e7f-472f-b8ca-e342a3e3891c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3203 | 2025.02.23 14:14:33.978445 [ 275 ] {729f54a6-7e7f-472f-b8ca-e342a3e3891c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3204 | 2025.02.23 14:14:33.979978 [ 275 ] {729f54a6-7e7f-472f-b8ca-e342a3e3891c} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3205 | 2025.02.23 14:14:33.980018 [ 275 ] {729f54a6-7e7f-472f-b8ca-e342a3e3891c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3206 | 2025.02.23 14:14:33.980644 [ 275 ] {729f54a6-7e7f-472f-b8ca-e342a3e3891c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3207 | 2025.02.23 14:14:33.980902 [ 275 ] {729f54a6-7e7f-472f-b8ca-e342a3e3891c} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3208 | 2025.02.23 14:14:33.981141 [ 275 ] {729f54a6-7e7f-472f-b8ca-e342a3e3891c} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002833 sec., 1764.9135192375572 rows/sec., 3.16 MiB/sec. | ||
| 3209 | 2025.02.23 14:14:33.981233 [ 275 ] {729f54a6-7e7f-472f-b8ca-e342a3e3891c} <Debug> TCPHandler: Processed in 0.003082808 sec. | ||
| 3210 | 2025.02.23 14:14:33.981383 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3211 | 2025.02.23 14:14:33.981527 [ 277 ] {7c5992f5-08b0-41f6-992e-0ba7e2a97688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3212 | 2025.02.23 14:14:33.981590 [ 277 ] {7c5992f5-08b0-41f6-992e-0ba7e2a97688} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3213 | 2025.02.23 14:14:33.982207 [ 277 ] {7c5992f5-08b0-41f6-992e-0ba7e2a97688} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3214 | 2025.02.23 14:14:33.982255 [ 277 ] {7c5992f5-08b0-41f6-992e-0ba7e2a97688} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3215 | 2025.02.23 14:14:33.982659 [ 277 ] {7c5992f5-08b0-41f6-992e-0ba7e2a97688} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3216 | 2025.02.23 14:14:33.982896 [ 277 ] {7c5992f5-08b0-41f6-992e-0ba7e2a97688} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3217 | 2025.02.23 14:14:33.983117 [ 277 ] {7c5992f5-08b0-41f6-992e-0ba7e2a97688} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001627 sec., 36877.68899815612 rows/sec., 2.49 MiB/sec. | ||
| 3218 | 2025.02.23 14:14:33.983175 [ 277 ] {7c5992f5-08b0-41f6-992e-0ba7e2a97688} <Debug> TCPHandler: Processed in 0.00185965 sec. | ||
| 3219 | 2025.02.23 14:14:34.213086 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 | ||
| 3220 | 2025.02.23 14:14:34.213865 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3221 | 2025.02.23 14:14:34.213911 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3222 | 2025.02.23 14:14:34.214421 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3223 | 2025.02.23 14:14:34.214672 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3224 | 2025.02.23 14:14:34.214899 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 | ||
| 3225 | 2025.02.23 14:14:34.648213 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3226 | 2025.02.23 14:14:34.670007 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3227 | 2025.02.23 14:14:34.670078 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3228 | 2025.02.23 14:14:34.677969 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3229 | 2025.02.23 14:14:34.678806 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3230 | 2025.02.23 14:14:34.681819 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3231 | 2025.02.23 14:14:38.975430 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3232 | 2025.02.23 14:14:38.975654 [ 275 ] {8c817f69-134c-46b8-8985-55a526cc41e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3233 | 2025.02.23 14:14:38.975724 [ 275 ] {8c817f69-134c-46b8-8985-55a526cc41e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3234 | 2025.02.23 14:14:38.976566 [ 275 ] {8c817f69-134c-46b8-8985-55a526cc41e7} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3235 | 2025.02.23 14:14:38.976612 [ 275 ] {8c817f69-134c-46b8-8985-55a526cc41e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3236 | 2025.02.23 14:14:38.977051 [ 275 ] {8c817f69-134c-46b8-8985-55a526cc41e7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3237 | 2025.02.23 14:14:38.977306 [ 275 ] {8c817f69-134c-46b8-8985-55a526cc41e7} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3238 | 2025.02.23 14:14:38.977502 [ 122 ] {} <Debug> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3239 | 2025.02.23 14:14:38.977573 [ 275 ] {8c817f69-134c-46b8-8985-55a526cc41e7} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001971 sec., 107559.61440892947 rows/sec., 6.84 MiB/sec. | ||
| 3240 | 2025.02.23 14:14:38.977590 [ 122 ] {} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3241 | 2025.02.23 14:14:38.977661 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3242 | 2025.02.23 14:14:38.977715 [ 275 ] {8c817f69-134c-46b8-8985-55a526cc41e7} <Debug> TCPHandler: Processed in 0.002421097 sec. | ||
| 3243 | 2025.02.23 14:14:38.977925 [ 199 ] {0f07ee42-b820-47cf-915d-f5d516b4b013::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 | ||
| 3244 | 2025.02.23 14:14:38.978060 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3245 | 2025.02.23 14:14:38.978192 [ 199 ] {0f07ee42-b820-47cf-915d-f5d516b4b013::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3246 | 2025.02.23 14:14:38.978288 [ 199 ] {0f07ee42-b820-47cf-915d-f5d516b4b013::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 212 rows starting from the beginning of the part | ||
| 3247 | 2025.02.23 14:14:38.978363 [ 277 ] {1bf79a9e-116e-4900-adc1-0cf4406e49f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3248 | 2025.02.23 14:14:38.978569 [ 277 ] {1bf79a9e-116e-4900-adc1-0cf4406e49f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3249 | 2025.02.23 14:14:38.978606 [ 199 ] {0f07ee42-b820-47cf-915d-f5d516b4b013::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 212 rows starting from the beginning of the part | ||
| 3250 | 2025.02.23 14:14:38.978985 [ 199 ] {0f07ee42-b820-47cf-915d-f5d516b4b013::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 212 rows starting from the beginning of the part | ||
| 3251 | 2025.02.23 14:14:38.979392 [ 199 ] {0f07ee42-b820-47cf-915d-f5d516b4b013::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 212 rows starting from the beginning of the part | ||
| 3252 | 2025.02.23 14:14:38.979754 [ 199 ] {0f07ee42-b820-47cf-915d-f5d516b4b013::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 212 rows starting from the beginning of the part | ||
| 3253 | 2025.02.23 14:14:38.981343 [ 277 ] {1bf79a9e-116e-4900-adc1-0cf4406e49f4} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3254 | 2025.02.23 14:14:38.981394 [ 277 ] {1bf79a9e-116e-4900-adc1-0cf4406e49f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3255 | 2025.02.23 14:14:38.981663 [ 194 ] {0f07ee42-b820-47cf-915d-f5d516b4b013::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003840952 sec., 275973.2482988592 rows/sec., 18.60 MiB/sec. | ||
| 3256 | 2025.02.23 14:14:38.981978 [ 194 ] {0f07ee42-b820-47cf-915d-f5d516b4b013::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3257 | 2025.02.23 14:14:38.982193 [ 277 ] {1bf79a9e-116e-4900-adc1-0cf4406e49f4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3258 | 2025.02.23 14:14:38.982490 [ 194 ] {0f07ee42-b820-47cf-915d-f5d516b4b013::all_1_9_2} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3259 | 2025.02.23 14:14:38.982659 [ 194 ] {0f07ee42-b820-47cf-915d-f5d516b4b013::all_1_9_2} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3260 | 2025.02.23 14:14:38.982710 [ 277 ] {1bf79a9e-116e-4900-adc1-0cf4406e49f4} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3261 | 2025.02.23 14:14:38.982843 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 3262 | 2025.02.23 14:14:38.983006 [ 122 ] {} <Debug> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3263 | 2025.02.23 14:14:38.983067 [ 122 ] {} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3264 | 2025.02.23 14:14:38.983096 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3265 | 2025.02.23 14:14:38.983149 [ 277 ] {1bf79a9e-116e-4900-adc1-0cf4406e49f4} <Debug> executeQuery: Read 687 rows, 56.04 KiB in 0.004866 sec., 141183.72379778052 rows/sec., 11.25 MiB/sec. | ||
| 3266 | 2025.02.23 14:14:38.983394 [ 194 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::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 | ||
| 3267 | 2025.02.23 14:14:38.983501 [ 277 ] {1bf79a9e-116e-4900-adc1-0cf4406e49f4} <Debug> TCPHandler: Processed in 0.005628429 sec. | ||
| 3268 | 2025.02.23 14:14:38.983820 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3269 | 2025.02.23 14:14:38.983962 [ 194 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3270 | 2025.02.23 14:14:38.984140 [ 194 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1844 rows starting from the beginning of the part | ||
| 3271 | 2025.02.23 14:14:38.984217 [ 275 ] {26671d74-a834-4e09-8149-b1899e3c891f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3272 | 2025.02.23 14:14:38.984409 [ 275 ] {26671d74-a834-4e09-8149-b1899e3c891f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3273 | 2025.02.23 14:14:38.984425 [ 194 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1207 rows starting from the beginning of the part | ||
| 3274 | 2025.02.23 14:14:38.984796 [ 194 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part | ||
| 3275 | 2025.02.23 14:14:38.985088 [ 194 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 687 rows starting from the beginning of the part | ||
| 3276 | 2025.02.23 14:14:38.985491 [ 194 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 66 rows starting from the beginning of the part | ||
| 3277 | 2025.02.23 14:14:38.985917 [ 194 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 687 rows starting from the beginning of the part | ||
| 3278 | 2025.02.23 14:14:38.987297 [ 275 ] {26671d74-a834-4e09-8149-b1899e3c891f} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3279 | 2025.02.23 14:14:38.987377 [ 275 ] {26671d74-a834-4e09-8149-b1899e3c891f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3280 | 2025.02.23 14:14:38.988244 [ 275 ] {26671d74-a834-4e09-8149-b1899e3c891f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3281 | 2025.02.23 14:14:38.988582 [ 275 ] {26671d74-a834-4e09-8149-b1899e3c891f} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3282 | 2025.02.23 14:14:38.988854 [ 275 ] {26671d74-a834-4e09-8149-b1899e3c891f} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.004753 sec., 29665.474437197558 rows/sec., 1.85 MiB/sec. | ||
| 3283 | 2025.02.23 14:14:38.988939 [ 275 ] {26671d74-a834-4e09-8149-b1899e3c891f} <Debug> TCPHandler: Processed in 0.005281418 sec. | ||
| 3284 | 2025.02.23 14:14:38.989129 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3285 | 2025.02.23 14:14:38.989408 [ 194 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4547 rows, containing 5 columns (5 merged, 0 gathered) in 0.006225118 sec., 730427.9212056703 rows/sec., 62.08 MiB/sec. | ||
| 3286 | 2025.02.23 14:14:38.989447 [ 277 ] {f3945d8a-312e-4f1d-a113-5ace1794f350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3287 | 2025.02.23 14:14:38.989519 [ 277 ] {f3945d8a-312e-4f1d-a113-5ace1794f350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3288 | 2025.02.23 14:14:38.989693 [ 194 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3289 | 2025.02.23 14:14:38.990271 [ 194 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_21_4} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3290 | 2025.02.23 14:14:38.990367 [ 194 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_21_4} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3291 | 2025.02.23 14:14:38.990514 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. | ||
| 3292 | 2025.02.23 14:14:38.990724 [ 277 ] {f3945d8a-312e-4f1d-a113-5ace1794f350} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3293 | 2025.02.23 14:14:38.990770 [ 277 ] {f3945d8a-312e-4f1d-a113-5ace1794f350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3294 | 2025.02.23 14:14:38.991175 [ 277 ] {f3945d8a-312e-4f1d-a113-5ace1794f350} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3295 | 2025.02.23 14:14:38.991424 [ 277 ] {f3945d8a-312e-4f1d-a113-5ace1794f350} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3296 | 2025.02.23 14:14:38.991585 [ 122 ] {} <Debug> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3297 | 2025.02.23 14:14:38.991650 [ 122 ] {} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3298 | 2025.02.23 14:14:38.991683 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3299 | 2025.02.23 14:14:38.991698 [ 277 ] {f3945d8a-312e-4f1d-a113-5ace1794f350} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002311 sec., 48896.58156642146 rows/sec., 3.17 MiB/sec. | ||
| 3300 | 2025.02.23 14:14:38.991938 [ 277 ] {f3945d8a-312e-4f1d-a113-5ace1794f350} <Debug> TCPHandler: Processed in 0.002894852 sec. | ||
| 3301 | 2025.02.23 14:14:38.991965 [ 197 ] {d12269c9-624d-48e4-a4d6-4093ebf5601b::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 | ||
| 3302 | 2025.02.23 14:14:38.992117 [ 197 ] {d12269c9-624d-48e4-a4d6-4093ebf5601b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3303 | 2025.02.23 14:14:38.992131 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3304 | 2025.02.23 14:14:38.992153 [ 197 ] {d12269c9-624d-48e4-a4d6-4093ebf5601b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 342 rows starting from the beginning of the part | ||
| 3305 | 2025.02.23 14:14:38.992294 [ 197 ] {d12269c9-624d-48e4-a4d6-4093ebf5601b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 113 rows starting from the beginning of the part | ||
| 3306 | 2025.02.23 14:14:38.992376 [ 275 ] {4b8f70c5-e94a-49a7-9a0c-3835419b7b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3307 | 2025.02.23 14:14:38.992534 [ 197 ] {d12269c9-624d-48e4-a4d6-4093ebf5601b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 113 rows starting from the beginning of the part | ||
| 3308 | 2025.02.23 14:14:38.992551 [ 275 ] {4b8f70c5-e94a-49a7-9a0c-3835419b7b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3309 | 2025.02.23 14:14:38.992880 [ 197 ] {d12269c9-624d-48e4-a4d6-4093ebf5601b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 228 rows starting from the beginning of the part | ||
| 3310 | 2025.02.23 14:14:38.993046 [ 197 ] {d12269c9-624d-48e4-a4d6-4093ebf5601b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 113 rows starting from the beginning of the part | ||
| 3311 | 2025.02.23 14:14:38.993249 [ 197 ] {d12269c9-624d-48e4-a4d6-4093ebf5601b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 113 rows starting from the beginning of the part | ||
| 3312 | 2025.02.23 14:14:38.994170 [ 275 ] {4b8f70c5-e94a-49a7-9a0c-3835419b7b2c} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3313 | 2025.02.23 14:14:38.994217 [ 275 ] {4b8f70c5-e94a-49a7-9a0c-3835419b7b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3314 | 2025.02.23 14:14:38.994726 [ 275 ] {4b8f70c5-e94a-49a7-9a0c-3835419b7b2c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3315 | 2025.02.23 14:14:38.994964 [ 199 ] {d12269c9-624d-48e4-a4d6-4093ebf5601b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 5 columns (5 merged, 0 gathered) in 0.003184981 sec., 320881.0350830978 rows/sec., 22.42 MiB/sec. | ||
| 3316 | 2025.02.23 14:14:38.995110 [ 275 ] {4b8f70c5-e94a-49a7-9a0c-3835419b7b2c} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3317 | 2025.02.23 14:14:38.995305 [ 188 ] {d12269c9-624d-48e4-a4d6-4093ebf5601b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3318 | 2025.02.23 14:14:38.995349 [ 122 ] {} <Debug> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3319 | 2025.02.23 14:14:38.995496 [ 122 ] {} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3320 | 2025.02.23 14:14:38.995599 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3321 | 2025.02.23 14:14:38.995604 [ 275 ] {4b8f70c5-e94a-49a7-9a0c-3835419b7b2c} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.003263 sec., 34324.24149555624 rows/sec., 1.96 MiB/sec. | ||
| 3322 | 2025.02.23 14:14:38.996086 [ 199 ] {5296eda5-5caf-4bcd-8584-56b9a0375f9f::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 | ||
| 3323 | 2025.02.23 14:14:38.996174 [ 275 ] {4b8f70c5-e94a-49a7-9a0c-3835419b7b2c} <Debug> TCPHandler: Processed in 0.004109111 sec. | ||
| 3324 | 2025.02.23 14:14:38.996567 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3325 | 2025.02.23 14:14:38.996732 [ 197 ] {d12269c9-624d-48e4-a4d6-4093ebf5601b::all_1_11_2} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3326 | 2025.02.23 14:14:38.996829 [ 199 ] {5296eda5-5caf-4bcd-8584-56b9a0375f9f::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3327 | 2025.02.23 14:14:38.996964 [ 199 ] {5296eda5-5caf-4bcd-8584-56b9a0375f9f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 112 rows starting from the beginning of the part | ||
| 3328 | 2025.02.23 14:14:38.996975 [ 277 ] {671ffa8a-9f80-42b2-82fe-b105e063b2c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3329 | 2025.02.23 14:14:38.997133 [ 197 ] {d12269c9-624d-48e4-a4d6-4093ebf5601b::all_1_11_2} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3330 | 2025.02.23 14:14:38.997190 [ 277 ] {671ffa8a-9f80-42b2-82fe-b105e063b2c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3331 | 2025.02.23 14:14:38.997409 [ 199 ] {5296eda5-5caf-4bcd-8584-56b9a0375f9f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 112 rows starting from the beginning of the part | ||
| 3332 | 2025.02.23 14:14:38.997528 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 3333 | 2025.02.23 14:14:38.997923 [ 199 ] {5296eda5-5caf-4bcd-8584-56b9a0375f9f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 112 rows starting from the beginning of the part | ||
| 3334 | 2025.02.23 14:14:38.998171 [ 199 ] {5296eda5-5caf-4bcd-8584-56b9a0375f9f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 112 rows starting from the beginning of the part | ||
| 3335 | 2025.02.23 14:14:38.998553 [ 199 ] {5296eda5-5caf-4bcd-8584-56b9a0375f9f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 112 rows starting from the beginning of the part | ||
| 3336 | 2025.02.23 14:14:39.000234 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.94 MiB, peak 180.44 MiB, free memory in arenas 0.00 B, will set to 176.26 MiB (RSS), difference: -3.68 MiB | ||
| 3337 | 2025.02.23 14:14:39.000581 [ 277 ] {671ffa8a-9f80-42b2-82fe-b105e063b2c1} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3338 | 2025.02.23 14:14:39.000632 [ 277 ] {671ffa8a-9f80-42b2-82fe-b105e063b2c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3339 | 2025.02.23 14:14:39.001296 [ 199 ] {5296eda5-5caf-4bcd-8584-56b9a0375f9f::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.005615549 sec., 99723.10810572573 rows/sec., 6.06 MiB/sec. | ||
| 3340 | 2025.02.23 14:14:39.001399 [ 277 ] {671ffa8a-9f80-42b2-82fe-b105e063b2c1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3341 | 2025.02.23 14:14:39.001494 [ 188 ] {5296eda5-5caf-4bcd-8584-56b9a0375f9f::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3342 | 2025.02.23 14:14:39.001813 [ 277 ] {671ffa8a-9f80-42b2-82fe-b105e063b2c1} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3343 | 2025.02.23 14:14:39.002067 [ 122 ] {} <Debug> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3344 | 2025.02.23 14:14:39.002172 [ 122 ] {} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3345 | 2025.02.23 14:14:39.002196 [ 188 ] {5296eda5-5caf-4bcd-8584-56b9a0375f9f::all_1_9_2} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3346 | 2025.02.23 14:14:39.002246 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3347 | 2025.02.23 14:14:39.002291 [ 277 ] {671ffa8a-9f80-42b2-82fe-b105e063b2c1} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.005413 sec., 77036.76334749676 rows/sec., 5.48 MiB/sec. | ||
| 3348 | 2025.02.23 14:14:39.002635 [ 188 ] {5296eda5-5caf-4bcd-8584-56b9a0375f9f::all_1_9_2} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3349 | 2025.02.23 14:14:39.002657 [ 277 ] {671ffa8a-9f80-42b2-82fe-b105e063b2c1} <Debug> TCPHandler: Processed in 0.00630117 sec. | ||
| 3350 | 2025.02.23 14:14:39.002762 [ 199 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::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 | ||
| 3351 | 2025.02.23 14:14:39.002967 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3352 | 2025.02.23 14:14:39.003039 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3353 | 2025.02.23 14:14:39.003087 [ 199 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3354 | 2025.02.23 14:14:39.003128 [ 199 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 908 rows starting from the beginning of the part | ||
| 3355 | 2025.02.23 14:14:39.003380 [ 199 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 527 rows starting from the beginning of the part | ||
| 3356 | 2025.02.23 14:14:39.003455 [ 275 ] {9d02e5a8-d664-4678-80d8-a1e5c8c57a11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3357 | 2025.02.23 14:14:39.003619 [ 199 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part | ||
| 3358 | 2025.02.23 14:14:39.003674 [ 275 ] {9d02e5a8-d664-4678-80d8-a1e5c8c57a11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3359 | 2025.02.23 14:14:39.003927 [ 199 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 417 rows starting from the beginning of the part | ||
| 3360 | 2025.02.23 14:14:39.004361 [ 199 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 69 rows starting from the beginning of the part | ||
| 3361 | 2025.02.23 14:14:39.004663 [ 199 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 417 rows starting from the beginning of the part | ||
| 3362 | 2025.02.23 14:14:39.006021 [ 275 ] {9d02e5a8-d664-4678-80d8-a1e5c8c57a11} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3363 | 2025.02.23 14:14:39.006091 [ 275 ] {9d02e5a8-d664-4678-80d8-a1e5c8c57a11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3364 | 2025.02.23 14:14:39.007080 [ 275 ] {9d02e5a8-d664-4678-80d8-a1e5c8c57a11} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3365 | 2025.02.23 14:14:39.007411 [ 275 ] {9d02e5a8-d664-4678-80d8-a1e5c8c57a11} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3366 | 2025.02.23 14:14:39.007846 [ 275 ] {9d02e5a8-d664-4678-80d8-a1e5c8c57a11} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004596 sec., 1305.4830287206266 rows/sec., 68.21 KiB/sec. | ||
| 3367 | 2025.02.23 14:14:39.008160 [ 275 ] {9d02e5a8-d664-4678-80d8-a1e5c8c57a11} <Debug> TCPHandler: Processed in 0.005363501 sec. | ||
| 3368 | 2025.02.23 14:14:39.008200 [ 201 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2402 rows, containing 5 columns (5 merged, 0 gathered) in 0.005768903 sec., 416370.32205256354 rows/sec., 31.87 MiB/sec. | ||
| 3369 | 2025.02.23 14:14:39.008351 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3370 | 2025.02.23 14:14:39.008495 [ 188 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3371 | 2025.02.23 14:14:39.008531 [ 277 ] {de53ac0d-c781-42f4-a0ca-1e3450517373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3372 | 2025.02.23 14:14:39.008654 [ 277 ] {de53ac0d-c781-42f4-a0ca-1e3450517373} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3373 | 2025.02.23 14:14:39.009119 [ 188 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_21_4} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3374 | 2025.02.23 14:14:39.009232 [ 188 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_21_4} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3375 | 2025.02.23 14:14:39.009405 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 3376 | 2025.02.23 14:14:39.009645 [ 277 ] {de53ac0d-c781-42f4-a0ca-1e3450517373} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3377 | 2025.02.23 14:14:39.009689 [ 277 ] {de53ac0d-c781-42f4-a0ca-1e3450517373} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3378 | 2025.02.23 14:14:39.010098 [ 277 ] {de53ac0d-c781-42f4-a0ca-1e3450517373} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3379 | 2025.02.23 14:14:39.010339 [ 277 ] {de53ac0d-c781-42f4-a0ca-1e3450517373} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3380 | 2025.02.23 14:14:39.010503 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3381 | 2025.02.23 14:14:39.010560 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3382 | 2025.02.23 14:14:39.010595 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3383 | 2025.02.23 14:14:39.010602 [ 277 ] {de53ac0d-c781-42f4-a0ca-1e3450517373} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002109 sec., 112375.533428165 rows/sec., 7.53 MiB/sec. | ||
| 3384 | 2025.02.23 14:14:39.010955 [ 277 ] {de53ac0d-c781-42f4-a0ca-1e3450517373} <Debug> TCPHandler: Processed in 0.002686256 sec. | ||
| 3385 | 2025.02.23 14:14:39.011032 [ 199 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::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 | ||
| 3386 | 2025.02.23 14:14:39.011357 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3387 | 2025.02.23 14:14:39.011575 [ 199 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3388 | 2025.02.23 14:14:39.011711 [ 199 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6219 rows starting from the beginning of the part | ||
| 3389 | 2025.02.23 14:14:39.011832 [ 275 ] {9df8a11a-5df6-4183-a049-fd6d76e573c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3390 | 2025.02.23 14:14:39.012045 [ 199 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 963 rows starting from the beginning of the part | ||
| 3391 | 2025.02.23 14:14:39.012066 [ 275 ] {9df8a11a-5df6-4183-a049-fd6d76e573c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3392 | 2025.02.23 14:14:39.012378 [ 199 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 44 rows starting from the beginning of the part | ||
| 3393 | 2025.02.23 14:14:39.012726 [ 199 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part | ||
| 3394 | 2025.02.23 14:14:39.013179 [ 199 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
| 3395 | 2025.02.23 14:14:39.013448 [ 199 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 237 rows starting from the beginning of the part | ||
| 3396 | 2025.02.23 14:14:39.014508 [ 275 ] {9df8a11a-5df6-4183-a049-fd6d76e573c4} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3397 | 2025.02.23 14:14:39.014585 [ 275 ] {9df8a11a-5df6-4183-a049-fd6d76e573c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3398 | 2025.02.23 14:14:39.015231 [ 275 ] {9df8a11a-5df6-4183-a049-fd6d76e573c4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3399 | 2025.02.23 14:14:39.015777 [ 275 ] {9df8a11a-5df6-4183-a049-fd6d76e573c4} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3400 | 2025.02.23 14:14:39.016331 [ 275 ] {9df8a11a-5df6-4183-a049-fd6d76e573c4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004622 sec., 216.35655560363477 rows/sec., 14.58 KiB/sec. | ||
| 3401 | 2025.02.23 14:14:39.016399 [ 275 ] {9df8a11a-5df6-4183-a049-fd6d76e573c4} <Debug> TCPHandler: Processed in 0.005316439 sec. | ||
| 3402 | 2025.02.23 14:14:39.016580 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3403 | 2025.02.23 14:14:39.016762 [ 277 ] {82b9edfe-d7a9-41bb-abc0-fbef24a1ee98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3404 | 2025.02.23 14:14:39.016846 [ 277 ] {82b9edfe-d7a9-41bb-abc0-fbef24a1ee98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3405 | 2025.02.23 14:14:39.017609 [ 199 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7860 rows, containing 5 columns (5 merged, 0 gathered) in 0.00691142 sec., 1137248.2065914096 rows/sec., 76.66 MiB/sec. | ||
| 3406 | 2025.02.23 14:14:39.018115 [ 201 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3407 | 2025.02.23 14:14:39.018608 [ 277 ] {82b9edfe-d7a9-41bb-abc0-fbef24a1ee98} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3408 | 2025.02.23 14:14:39.018682 [ 277 ] {82b9edfe-d7a9-41bb-abc0-fbef24a1ee98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3409 | 2025.02.23 14:14:39.018836 [ 201 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3410 | 2025.02.23 14:14:39.019061 [ 201 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3411 | 2025.02.23 14:14:39.019203 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB. | ||
| 3412 | 2025.02.23 14:14:39.019718 [ 277 ] {82b9edfe-d7a9-41bb-abc0-fbef24a1ee98} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3413 | 2025.02.23 14:14:39.020005 [ 277 ] {82b9edfe-d7a9-41bb-abc0-fbef24a1ee98} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3414 | 2025.02.23 14:14:39.020355 [ 277 ] {82b9edfe-d7a9-41bb-abc0-fbef24a1ee98} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.003613 sec., 9687.240520343204 rows/sec., 17.36 MiB/sec. | ||
| 3415 | 2025.02.23 14:14:39.020608 [ 277 ] {82b9edfe-d7a9-41bb-abc0-fbef24a1ee98} <Debug> TCPHandler: Processed in 0.00409814 sec. | ||
| 3416 | 2025.02.23 14:14:39.020777 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3417 | 2025.02.23 14:14:39.020922 [ 275 ] {4614dab1-8337-4aa5-9049-8dd1f14fc211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3418 | 2025.02.23 14:14:39.020985 [ 275 ] {4614dab1-8337-4aa5-9049-8dd1f14fc211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3419 | 2025.02.23 14:14:39.021592 [ 275 ] {4614dab1-8337-4aa5-9049-8dd1f14fc211} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3420 | 2025.02.23 14:14:39.021635 [ 275 ] {4614dab1-8337-4aa5-9049-8dd1f14fc211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3421 | 2025.02.23 14:14:39.022025 [ 275 ] {4614dab1-8337-4aa5-9049-8dd1f14fc211} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3422 | 2025.02.23 14:14:39.022267 [ 275 ] {4614dab1-8337-4aa5-9049-8dd1f14fc211} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3423 | 2025.02.23 14:14:39.022433 [ 122 ] {} <Debug> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3424 | 2025.02.23 14:14:39.022493 [ 122 ] {} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3425 | 2025.02.23 14:14:39.022525 [ 275 ] {4614dab1-8337-4aa5-9049-8dd1f14fc211} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001622 sec., 50554.87053020962 rows/sec., 3.21 MiB/sec. | ||
| 3426 | 2025.02.23 14:14:39.022531 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3427 | 2025.02.23 14:14:39.022670 [ 275 ] {4614dab1-8337-4aa5-9049-8dd1f14fc211} <Debug> TCPHandler: Processed in 0.001957642 sec. | ||
| 3428 | 2025.02.23 14:14:39.022755 [ 189 ] {a5f2add4-adf4-4098-b209-033c824af48d::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 | ||
| 3429 | 2025.02.23 14:14:39.022863 [ 189 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3430 | 2025.02.23 14:14:39.022910 [ 189 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1042 rows starting from the beginning of the part | ||
| 3431 | 2025.02.23 14:14:39.023040 [ 189 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 42 rows starting from the beginning of the part | ||
| 3432 | 2025.02.23 14:14:39.023149 [ 189 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 18 rows starting from the beginning of the part | ||
| 3433 | 2025.02.23 14:14:39.023329 [ 189 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part | ||
| 3434 | 2025.02.23 14:14:39.023427 [ 189 ] {a5f2add4-adf4-4098-b209-033c824af48d::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 | ||
| 3435 | 2025.02.23 14:14:39.023589 [ 189 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part | ||
| 3436 | 2025.02.23 14:14:39.024803 [ 199 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1326 rows, containing 4 columns (4 merged, 0 gathered) in 0.002126938 sec., 623431.4305353517 rows/sec., 40.67 MiB/sec. | ||
| 3437 | 2025.02.23 14:14:39.025134 [ 199 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3438 | 2025.02.23 14:14:39.025646 [ 199 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_21_4} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3439 | 2025.02.23 14:14:39.025729 [ 199 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_21_4} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3440 | 2025.02.23 14:14:39.025814 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 3441 | 2025.02.23 14:14:40.000243 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 173.62 MiB, peak 180.44 MiB, free memory in arenas 0.00 B, will set to 176.30 MiB (RSS), difference: 2.69 MiB | ||
| 3442 | 2025.02.23 14:14:41.610340 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3443 | 2025.02.23 14:14:41.610413 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3444 | 2025.02.23 14:14:41.715107 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 | ||
| 3445 | 2025.02.23 14:14:41.716019 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3446 | 2025.02.23 14:14:41.716067 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3447 | 2025.02.23 14:14:41.716619 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3448 | 2025.02.23 14:14:41.716878 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3449 | 2025.02.23 14:14:41.717139 [ 119 ] {} <Debug> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3450 | 2025.02.23 14:14:41.717154 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3451 | 2025.02.23 14:14:41.717254 [ 119 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3452 | 2025.02.23 14:14:41.717302 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3453 | 2025.02.23 14:14:41.717463 [ 200 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 3454 | 2025.02.23 14:14:41.717628 [ 200 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3455 | 2025.02.23 14:14:41.717673 [ 200 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::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 | ||
| 3456 | 2025.02.23 14:14:41.717751 [ 200 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::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 | ||
| 3457 | 2025.02.23 14:14:41.717956 [ 200 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::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 | ||
| 3458 | 2025.02.23 14:14:41.718320 [ 200 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::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 | ||
| 3459 | 2025.02.23 14:14:41.718589 [ 200 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::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 | ||
| 3460 | 2025.02.23 14:14:41.718718 [ 200 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::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 | ||
| 3461 | 2025.02.23 14:14:41.720461 [ 189 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003066388 sec., 2407066.555178275 rows/sec., 34.43 MiB/sec. | ||
| 3462 | 2025.02.23 14:14:41.721579 [ 189 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3463 | 2025.02.23 14:14:41.721969 [ 189 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::all_1_16_3} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3464 | 2025.02.23 14:14:41.722048 [ 189 ] {b6cdd33c-f914-44f9-82ae-d74b569bbb91::all_1_16_3} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3465 | 2025.02.23 14:14:41.722152 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3466 | 2025.02.23 14:14:41.734807 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 502 | ||
| 3467 | 2025.02.23 14:14:41.737996 [ 242 ] {} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3468 | 2025.02.23 14:14:41.738037 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3469 | 2025.02.23 14:14:41.739559 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3470 | 2025.02.23 14:14:41.739901 [ 242 ] {} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3471 | 2025.02.23 14:14:41.740061 [ 119 ] {} <Debug> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3472 | 2025.02.23 14:14:41.740119 [ 119 ] {} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3473 | 2025.02.23 14:14:41.740154 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3474 | 2025.02.23 14:14:41.740583 [ 200 ] {aa7b0546-a1c8-475b-908f-621dfd146e83::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 | ||
| 3475 | 2025.02.23 14:14:41.742055 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 502 | ||
| 3476 | 2025.02.23 14:14:41.742367 [ 200 ] {aa7b0546-a1c8-475b-908f-621dfd146e83::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3477 | 2025.02.23 14:14:41.742531 [ 200 ] {aa7b0546-a1c8-475b-908f-621dfd146e83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 316 rows starting from the beginning of the part | ||
| 3478 | 2025.02.23 14:14:41.743149 [ 200 ] {aa7b0546-a1c8-475b-908f-621dfd146e83::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 | ||
| 3479 | 2025.02.23 14:14:41.743723 [ 200 ] {aa7b0546-a1c8-475b-908f-621dfd146e83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 42 rows starting from the beginning of the part | ||
| 3480 | 2025.02.23 14:14:41.744368 [ 200 ] {aa7b0546-a1c8-475b-908f-621dfd146e83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 34 rows starting from the beginning of the part | ||
| 3481 | 2025.02.23 14:14:41.744994 [ 200 ] {aa7b0546-a1c8-475b-908f-621dfd146e83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 46 rows starting from the beginning of the part | ||
| 3482 | 2025.02.23 14:14:41.745595 [ 200 ] {aa7b0546-a1c8-475b-908f-621dfd146e83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 34 rows starting from the beginning of the part | ||
| 3483 | 2025.02.23 14:14:41.753659 [ 186 ] {aa7b0546-a1c8-475b-908f-621dfd146e83::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 502 rows, containing 72 columns (72 merged, 0 gathered) in 0.013400566 sec., 37461.104254850135 rows/sec., 34.31 MiB/sec. | ||
| 3484 | 2025.02.23 14:14:41.754888 [ 186 ] {aa7b0546-a1c8-475b-908f-621dfd146e83::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3485 | 2025.02.23 14:14:41.755725 [ 186 ] {aa7b0546-a1c8-475b-908f-621dfd146e83::all_1_11_2} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3486 | 2025.02.23 14:14:41.755827 [ 186 ] {aa7b0546-a1c8-475b-908f-621dfd146e83::all_1_11_2} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3487 | 2025.02.23 14:14:41.756160 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB. | ||
| 3488 | 2025.02.23 14:14:42.001361 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000984121 sec. | ||
| 3489 | 2025.02.23 14:14:42.181926 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3490 | 2025.02.23 14:14:42.204379 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3491 | 2025.02.23 14:14:42.204444 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3492 | 2025.02.23 14:14:42.212627 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3493 | 2025.02.23 14:14:42.213437 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3494 | 2025.02.23 14:14:42.213812 [ 117 ] {} <Debug> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3495 | 2025.02.23 14:14:42.213971 [ 117 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3496 | 2025.02.23 14:14:42.214055 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3497 | 2025.02.23 14:14:42.214502 [ 190 ] {660646b6-c459-4923-b1ba-d9dde36ead98::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 | ||
| 3498 | 2025.02.23 14:14:42.229790 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3499 | 2025.02.23 14:14:42.231251 [ 190 ] {660646b6-c459-4923-b1ba-d9dde36ead98::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3500 | 2025.02.23 14:14:42.232457 [ 190 ] {660646b6-c459-4923-b1ba-d9dde36ead98::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 | ||
| 3501 | 2025.02.23 14:14:42.237811 [ 190 ] {660646b6-c459-4923-b1ba-d9dde36ead98::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 | ||
| 3502 | 2025.02.23 14:14:42.243153 [ 190 ] {660646b6-c459-4923-b1ba-d9dde36ead98::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 | ||
| 3503 | 2025.02.23 14:14:42.248518 [ 190 ] {660646b6-c459-4923-b1ba-d9dde36ead98::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 | ||
| 3504 | 2025.02.23 14:14:42.254123 [ 190 ] {660646b6-c459-4923-b1ba-d9dde36ead98::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 | ||
| 3505 | 2025.02.23 14:14:42.258567 [ 190 ] {660646b6-c459-4923-b1ba-d9dde36ead98::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 | ||
| 3506 | 2025.02.23 14:14:42.316336 [ 192 ] {660646b6-c459-4923-b1ba-d9dde36ead98::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.102110005 sec., 1184.9965142984763 rows/sec., 6.13 MiB/sec. | ||
| 3507 | 2025.02.23 14:14:42.318962 [ 187 ] {660646b6-c459-4923-b1ba-d9dde36ead98::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3508 | 2025.02.23 14:14:42.321962 [ 187 ] {660646b6-c459-4923-b1ba-d9dde36ead98::all_1_16_3} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3509 | 2025.02.23 14:14:42.322088 [ 187 ] {660646b6-c459-4923-b1ba-d9dde36ead98::all_1_16_3} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3510 | 2025.02.23 14:14:42.324569 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB. | ||
| 3511 | 2025.02.23 14:14:43.000258 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.84 MiB, peak 187.80 MiB, free memory in arenas 0.00 B, will set to 179.11 MiB (RSS), difference: 1.26 MiB | ||
| 3512 | 2025.02.23 14:14:43.968720 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3513 | 2025.02.23 14:14:43.968927 [ 275 ] {9c43150d-bdd4-4add-bff9-31295f3dab50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3514 | 2025.02.23 14:14:43.969028 [ 275 ] {9c43150d-bdd4-4add-bff9-31295f3dab50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3515 | 2025.02.23 14:14:43.969935 [ 275 ] {9c43150d-bdd4-4add-bff9-31295f3dab50} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3516 | 2025.02.23 14:14:43.969994 [ 275 ] {9c43150d-bdd4-4add-bff9-31295f3dab50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3517 | 2025.02.23 14:14:43.970510 [ 275 ] {9c43150d-bdd4-4add-bff9-31295f3dab50} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3518 | 2025.02.23 14:14:43.970824 [ 275 ] {9c43150d-bdd4-4add-bff9-31295f3dab50} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3519 | 2025.02.23 14:14:43.971135 [ 275 ] {9c43150d-bdd4-4add-bff9-31295f3dab50} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.002265 sec., 29139.072847682117 rows/sec., 2.32 MiB/sec. | ||
| 3520 | 2025.02.23 14:14:43.971220 [ 275 ] {9c43150d-bdd4-4add-bff9-31295f3dab50} <Debug> TCPHandler: Processed in 0.002696696 sec. | ||
| 3521 | 2025.02.23 14:14:43.971562 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3522 | 2025.02.23 14:14:43.971765 [ 277 ] {1563cd3d-757c-4495-8815-74eab62fdee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3523 | 2025.02.23 14:14:43.971846 [ 277 ] {1563cd3d-757c-4495-8815-74eab62fdee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3524 | 2025.02.23 14:14:43.972675 [ 277 ] {1563cd3d-757c-4495-8815-74eab62fdee3} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3525 | 2025.02.23 14:14:43.972732 [ 277 ] {1563cd3d-757c-4495-8815-74eab62fdee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3526 | 2025.02.23 14:14:43.973200 [ 277 ] {1563cd3d-757c-4495-8815-74eab62fdee3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3527 | 2025.02.23 14:14:43.973484 [ 277 ] {1563cd3d-757c-4495-8815-74eab62fdee3} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3528 | 2025.02.23 14:14:43.973752 [ 277 ] {1563cd3d-757c-4495-8815-74eab62fdee3} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.002043 sec., 2447.3813020068524 rows/sec., 184.03 KiB/sec. | ||
| 3529 | 2025.02.23 14:14:43.973823 [ 277 ] {1563cd3d-757c-4495-8815-74eab62fdee3} <Debug> TCPHandler: Processed in 0.002438568 sec. | ||
| 3530 | 2025.02.23 14:14:43.974018 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3531 | 2025.02.23 14:14:43.974161 [ 275 ] {c1e691c4-77ff-427e-92ed-b430b4a21d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3532 | 2025.02.23 14:14:43.974224 [ 275 ] {c1e691c4-77ff-427e-92ed-b430b4a21d26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3533 | 2025.02.23 14:14:43.974903 [ 275 ] {c1e691c4-77ff-427e-92ed-b430b4a21d26} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3534 | 2025.02.23 14:14:43.974948 [ 275 ] {c1e691c4-77ff-427e-92ed-b430b4a21d26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3535 | 2025.02.23 14:14:43.975380 [ 275 ] {c1e691c4-77ff-427e-92ed-b430b4a21d26} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3536 | 2025.02.23 14:14:43.975740 [ 275 ] {c1e691c4-77ff-427e-92ed-b430b4a21d26} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3537 | 2025.02.23 14:14:43.975981 [ 275 ] {c1e691c4-77ff-427e-92ed-b430b4a21d26} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.00186 sec., 37096.77419354839 rows/sec., 2.90 MiB/sec. | ||
| 3538 | 2025.02.23 14:14:43.976046 [ 275 ] {c1e691c4-77ff-427e-92ed-b430b4a21d26} <Debug> TCPHandler: Processed in 0.002100357 sec. | ||
| 3539 | 2025.02.23 14:14:43.976215 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3540 | 2025.02.23 14:14:43.976375 [ 277 ] {bd61a2cf-061f-45c5-b155-54bc64617426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3541 | 2025.02.23 14:14:43.976441 [ 277 ] {bd61a2cf-061f-45c5-b155-54bc64617426} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3542 | 2025.02.23 14:14:43.977079 [ 277 ] {bd61a2cf-061f-45c5-b155-54bc64617426} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3543 | 2025.02.23 14:14:43.977123 [ 277 ] {bd61a2cf-061f-45c5-b155-54bc64617426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3544 | 2025.02.23 14:14:43.977581 [ 277 ] {bd61a2cf-061f-45c5-b155-54bc64617426} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3545 | 2025.02.23 14:14:43.977855 [ 277 ] {bd61a2cf-061f-45c5-b155-54bc64617426} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3546 | 2025.02.23 14:14:43.978086 [ 277 ] {bd61a2cf-061f-45c5-b155-54bc64617426} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001769 sec., 90446.57998869418 rows/sec., 6.30 MiB/sec. | ||
| 3547 | 2025.02.23 14:14:43.978158 [ 277 ] {bd61a2cf-061f-45c5-b155-54bc64617426} <Debug> TCPHandler: Processed in 0.002007053 sec. | ||
| 3548 | 2025.02.23 14:14:43.978343 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3549 | 2025.02.23 14:14:43.978475 [ 275 ] {3203310c-3913-4479-a788-4ec353bad9c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3550 | 2025.02.23 14:14:43.978567 [ 275 ] {3203310c-3913-4479-a788-4ec353bad9c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3551 | 2025.02.23 14:14:43.979778 [ 275 ] {3203310c-3913-4479-a788-4ec353bad9c5} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3552 | 2025.02.23 14:14:43.979824 [ 275 ] {3203310c-3913-4479-a788-4ec353bad9c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3553 | 2025.02.23 14:14:43.980504 [ 275 ] {3203310c-3913-4479-a788-4ec353bad9c5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3554 | 2025.02.23 14:14:43.980791 [ 275 ] {3203310c-3913-4479-a788-4ec353bad9c5} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3555 | 2025.02.23 14:14:43.981064 [ 275 ] {3203310c-3913-4479-a788-4ec353bad9c5} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002621 sec., 1907.668828691339 rows/sec., 3.42 MiB/sec. | ||
| 3556 | 2025.02.23 14:14:43.981198 [ 275 ] {3203310c-3913-4479-a788-4ec353bad9c5} <Debug> TCPHandler: Processed in 0.002917443 sec. | ||
| 3557 | 2025.02.23 14:14:43.981364 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3558 | 2025.02.23 14:14:43.981503 [ 277 ] {fda8f991-642e-4ffc-86da-d4ce1945cbae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3559 | 2025.02.23 14:14:43.981584 [ 277 ] {fda8f991-642e-4ffc-86da-d4ce1945cbae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3560 | 2025.02.23 14:14:43.982287 [ 277 ] {fda8f991-642e-4ffc-86da-d4ce1945cbae} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3561 | 2025.02.23 14:14:43.982333 [ 277 ] {fda8f991-642e-4ffc-86da-d4ce1945cbae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3562 | 2025.02.23 14:14:43.982850 [ 277 ] {fda8f991-642e-4ffc-86da-d4ce1945cbae} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3563 | 2025.02.23 14:14:43.983119 [ 277 ] {fda8f991-642e-4ffc-86da-d4ce1945cbae} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3564 | 2025.02.23 14:14:43.983349 [ 277 ] {fda8f991-642e-4ffc-86da-d4ce1945cbae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001877 sec., 31965.90303676079 rows/sec., 2.15 MiB/sec. | ||
| 3565 | 2025.02.23 14:14:43.983416 [ 277 ] {fda8f991-642e-4ffc-86da-d4ce1945cbae} <Debug> TCPHandler: Processed in 0.002114517 sec. | ||
| 3566 | 2025.02.23 14:14:48.975994 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3567 | 2025.02.23 14:14:48.976202 [ 275 ] {c90c6054-11b7-40f1-a05a-ff00efd4d208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3568 | 2025.02.23 14:14:48.976280 [ 275 ] {c90c6054-11b7-40f1-a05a-ff00efd4d208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3569 | 2025.02.23 14:14:48.977174 [ 275 ] {c90c6054-11b7-40f1-a05a-ff00efd4d208} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3570 | 2025.02.23 14:14:48.977231 [ 275 ] {c90c6054-11b7-40f1-a05a-ff00efd4d208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3571 | 2025.02.23 14:14:48.977687 [ 275 ] {c90c6054-11b7-40f1-a05a-ff00efd4d208} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3572 | 2025.02.23 14:14:48.977960 [ 275 ] {c90c6054-11b7-40f1-a05a-ff00efd4d208} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3573 | 2025.02.23 14:14:48.978197 [ 275 ] {c90c6054-11b7-40f1-a05a-ff00efd4d208} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002048 sec., 103515.625 rows/sec., 6.58 MiB/sec. | ||
| 3574 | 2025.02.23 14:14:48.978265 [ 275 ] {c90c6054-11b7-40f1-a05a-ff00efd4d208} <Debug> TCPHandler: Processed in 0.002403986 sec. | ||
| 3575 | 2025.02.23 14:14:48.978540 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3576 | 2025.02.23 14:14:48.978760 [ 277 ] {1d901a29-3adc-48df-b02b-d96f9239c847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3577 | 2025.02.23 14:14:48.978847 [ 277 ] {1d901a29-3adc-48df-b02b-d96f9239c847} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3578 | 2025.02.23 14:14:48.979942 [ 277 ] {1d901a29-3adc-48df-b02b-d96f9239c847} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3579 | 2025.02.23 14:14:48.979993 [ 277 ] {1d901a29-3adc-48df-b02b-d96f9239c847} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3580 | 2025.02.23 14:14:48.980495 [ 277 ] {1d901a29-3adc-48df-b02b-d96f9239c847} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3581 | 2025.02.23 14:14:48.980751 [ 277 ] {1d901a29-3adc-48df-b02b-d96f9239c847} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3582 | 2025.02.23 14:14:48.980980 [ 277 ] {1d901a29-3adc-48df-b02b-d96f9239c847} <Debug> executeQuery: Read 687 rows, 56.04 KiB in 0.002281 sec., 301183.6913634371 rows/sec., 23.99 MiB/sec. | ||
| 3583 | 2025.02.23 14:14:48.981036 [ 277 ] {1d901a29-3adc-48df-b02b-d96f9239c847} <Debug> TCPHandler: Processed in 0.002647994 sec. | ||
| 3584 | 2025.02.23 14:14:48.981208 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3585 | 2025.02.23 14:14:48.981355 [ 275 ] {5d6ed84f-6b08-4ccc-be96-98b18c19c6ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3586 | 2025.02.23 14:14:48.981418 [ 275 ] {5d6ed84f-6b08-4ccc-be96-98b18c19c6ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3587 | 2025.02.23 14:14:48.982159 [ 275 ] {5d6ed84f-6b08-4ccc-be96-98b18c19c6ba} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3588 | 2025.02.23 14:14:48.982202 [ 275 ] {5d6ed84f-6b08-4ccc-be96-98b18c19c6ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3589 | 2025.02.23 14:14:48.982590 [ 275 ] {5d6ed84f-6b08-4ccc-be96-98b18c19c6ba} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3590 | 2025.02.23 14:14:48.982835 [ 275 ] {5d6ed84f-6b08-4ccc-be96-98b18c19c6ba} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3591 | 2025.02.23 14:14:48.983003 [ 108 ] {} <Debug> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 3592 | 2025.02.23 14:14:48.983078 [ 275 ] {5d6ed84f-6b08-4ccc-be96-98b18c19c6ba} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.001754 sec., 80387.68529076397 rows/sec., 5.02 MiB/sec. | ||
| 3593 | 2025.02.23 14:14:48.983089 [ 108 ] {} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3594 | 2025.02.23 14:14:48.983174 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3595 | 2025.02.23 14:14:48.983209 [ 275 ] {5d6ed84f-6b08-4ccc-be96-98b18c19c6ba} <Debug> TCPHandler: Processed in 0.002068706 sec. | ||
| 3596 | 2025.02.23 14:14:48.983393 [ 191 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
| 3597 | 2025.02.23 14:14:48.983408 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3598 | 2025.02.23 14:14:48.983546 [ 191 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3599 | 2025.02.23 14:14:48.983584 [ 277 ] {95cb69e1-5b60-403b-a917-c2f417152111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3600 | 2025.02.23 14:14:48.983588 [ 191 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 160 rows starting from the beginning of the part | ||
| 3601 | 2025.02.23 14:14:48.983659 [ 277 ] {95cb69e1-5b60-403b-a917-c2f417152111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3602 | 2025.02.23 14:14:48.983738 [ 191 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 141 rows starting from the beginning of the part | ||
| 3603 | 2025.02.23 14:14:48.984155 [ 191 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 5 rows starting from the beginning of the part | ||
| 3604 | 2025.02.23 14:14:48.984535 [ 191 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 141 rows starting from the beginning of the part | ||
| 3605 | 2025.02.23 14:14:48.984925 [ 191 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 5 rows starting from the beginning of the part | ||
| 3606 | 2025.02.23 14:14:48.985380 [ 191 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 141 rows starting from the beginning of the part | ||
| 3607 | 2025.02.23 14:14:48.986415 [ 277 ] {95cb69e1-5b60-403b-a917-c2f417152111} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3608 | 2025.02.23 14:14:48.986458 [ 277 ] {95cb69e1-5b60-403b-a917-c2f417152111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3609 | 2025.02.23 14:14:48.987106 [ 277 ] {95cb69e1-5b60-403b-a917-c2f417152111} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3610 | 2025.02.23 14:14:48.987344 [ 192 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 593 rows, containing 5 columns (5 merged, 0 gathered) in 0.004053389 sec., 146297.3329231416 rows/sec., 9.76 MiB/sec. | ||
| 3611 | 2025.02.23 14:14:48.987503 [ 277 ] {95cb69e1-5b60-403b-a917-c2f417152111} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3612 | 2025.02.23 14:14:48.987608 [ 192 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 3613 | 2025.02.23 14:14:48.988069 [ 277 ] {95cb69e1-5b60-403b-a917-c2f417152111} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.004483 sec., 25206.335043497656 rows/sec., 1.63 MiB/sec. | ||
| 3614 | 2025.02.23 14:14:48.988291 [ 277 ] {95cb69e1-5b60-403b-a917-c2f417152111} <Debug> TCPHandler: Processed in 0.004957238 sec. | ||
| 3615 | 2025.02.23 14:14:48.988425 [ 192 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_15_3} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3616 | 2025.02.23 14:14:48.988507 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3617 | 2025.02.23 14:14:48.988564 [ 192 ] {5ed776ae-d655-4c34-b50b-25aa88549ac2::all_1_15_3} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 3618 | 2025.02.23 14:14:48.988735 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 3619 | 2025.02.23 14:14:48.988768 [ 275 ] {a21a5ac3-01be-4036-9d98-e14dea78bd70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3620 | 2025.02.23 14:14:48.988838 [ 275 ] {a21a5ac3-01be-4036-9d98-e14dea78bd70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3621 | 2025.02.23 14:14:48.989499 [ 275 ] {a21a5ac3-01be-4036-9d98-e14dea78bd70} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3622 | 2025.02.23 14:14:48.989540 [ 275 ] {a21a5ac3-01be-4036-9d98-e14dea78bd70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3623 | 2025.02.23 14:14:48.989913 [ 275 ] {a21a5ac3-01be-4036-9d98-e14dea78bd70} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3624 | 2025.02.23 14:14:48.990157 [ 275 ] {a21a5ac3-01be-4036-9d98-e14dea78bd70} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3625 | 2025.02.23 14:14:48.990563 [ 275 ] {a21a5ac3-01be-4036-9d98-e14dea78bd70} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001833 sec., 61102.01854882706 rows/sec., 3.48 MiB/sec. | ||
| 3626 | 2025.02.23 14:14:48.990841 [ 275 ] {a21a5ac3-01be-4036-9d98-e14dea78bd70} <Debug> TCPHandler: Processed in 0.002449348 sec. | ||
| 3627 | 2025.02.23 14:14:48.990995 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3628 | 2025.02.23 14:14:48.991141 [ 277 ] {cbe0b50c-1b2a-4cb0-b9f7-c91f9a7745a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3629 | 2025.02.23 14:14:48.991200 [ 277 ] {cbe0b50c-1b2a-4cb0-b9f7-c91f9a7745a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3630 | 2025.02.23 14:14:48.992066 [ 277 ] {cbe0b50c-1b2a-4cb0-b9f7-c91f9a7745a0} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3631 | 2025.02.23 14:14:48.992107 [ 277 ] {cbe0b50c-1b2a-4cb0-b9f7-c91f9a7745a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3632 | 2025.02.23 14:14:48.992504 [ 277 ] {cbe0b50c-1b2a-4cb0-b9f7-c91f9a7745a0} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3633 | 2025.02.23 14:14:48.992750 [ 277 ] {cbe0b50c-1b2a-4cb0-b9f7-c91f9a7745a0} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3634 | 2025.02.23 14:14:48.992978 [ 277 ] {cbe0b50c-1b2a-4cb0-b9f7-c91f9a7745a0} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.001863 sec., 223832.52818035425 rows/sec., 15.93 MiB/sec. | ||
| 3635 | 2025.02.23 14:14:48.993087 [ 277 ] {cbe0b50c-1b2a-4cb0-b9f7-c91f9a7745a0} <Debug> TCPHandler: Processed in 0.002159328 sec. | ||
| 3636 | 2025.02.23 14:14:48.993239 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3637 | 2025.02.23 14:14:48.993381 [ 275 ] {36b38060-6135-45ee-8f45-b53777388152} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3638 | 2025.02.23 14:14:48.993443 [ 275 ] {36b38060-6135-45ee-8f45-b53777388152} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3639 | 2025.02.23 14:14:48.994027 [ 275 ] {36b38060-6135-45ee-8f45-b53777388152} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3640 | 2025.02.23 14:14:48.994071 [ 275 ] {36b38060-6135-45ee-8f45-b53777388152} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3641 | 2025.02.23 14:14:48.994443 [ 275 ] {36b38060-6135-45ee-8f45-b53777388152} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3642 | 2025.02.23 14:14:48.994687 [ 275 ] {36b38060-6135-45ee-8f45-b53777388152} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3643 | 2025.02.23 14:14:48.994981 [ 275 ] {36b38060-6135-45ee-8f45-b53777388152} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001609 sec., 3729.0242386575515 rows/sec., 194.83 KiB/sec. | ||
| 3644 | 2025.02.23 14:14:48.995052 [ 275 ] {36b38060-6135-45ee-8f45-b53777388152} <Debug> TCPHandler: Processed in 0.00188062 sec. | ||
| 3645 | 2025.02.23 14:14:48.995195 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3646 | 2025.02.23 14:14:48.995334 [ 277 ] {c5b14a46-53a3-44b5-8e39-df5b4e5b0c5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3647 | 2025.02.23 14:14:48.995396 [ 277 ] {c5b14a46-53a3-44b5-8e39-df5b4e5b0c5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3648 | 2025.02.23 14:14:48.996077 [ 277 ] {c5b14a46-53a3-44b5-8e39-df5b4e5b0c5a} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3649 | 2025.02.23 14:14:48.996116 [ 277 ] {c5b14a46-53a3-44b5-8e39-df5b4e5b0c5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3650 | 2025.02.23 14:14:48.996515 [ 277 ] {c5b14a46-53a3-44b5-8e39-df5b4e5b0c5a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3651 | 2025.02.23 14:14:48.996754 [ 277 ] {c5b14a46-53a3-44b5-8e39-df5b4e5b0c5a} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3652 | 2025.02.23 14:14:48.997085 [ 277 ] {c5b14a46-53a3-44b5-8e39-df5b4e5b0c5a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001763 sec., 134429.9489506523 rows/sec., 9.01 MiB/sec. | ||
| 3653 | 2025.02.23 14:14:48.997569 [ 277 ] {c5b14a46-53a3-44b5-8e39-df5b4e5b0c5a} <Debug> TCPHandler: Processed in 0.002434767 sec. | ||
| 3654 | 2025.02.23 14:14:48.997806 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3655 | 2025.02.23 14:14:48.997927 [ 275 ] {1f9b69d7-aa05-4971-874c-402de85ea55b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3656 | 2025.02.23 14:14:48.997980 [ 275 ] {1f9b69d7-aa05-4971-874c-402de85ea55b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3657 | 2025.02.23 14:14:48.998478 [ 275 ] {1f9b69d7-aa05-4971-874c-402de85ea55b} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3658 | 2025.02.23 14:14:48.998519 [ 275 ] {1f9b69d7-aa05-4971-874c-402de85ea55b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3659 | 2025.02.23 14:14:48.998899 [ 275 ] {1f9b69d7-aa05-4971-874c-402de85ea55b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3660 | 2025.02.23 14:14:48.999144 [ 275 ] {1f9b69d7-aa05-4971-874c-402de85ea55b} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3661 | 2025.02.23 14:14:48.999474 [ 275 ] {1f9b69d7-aa05-4971-874c-402de85ea55b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001551 sec., 644.7453255963894 rows/sec., 43.44 KiB/sec. | ||
| 3662 | 2025.02.23 14:14:48.999712 [ 275 ] {1f9b69d7-aa05-4971-874c-402de85ea55b} <Debug> TCPHandler: Processed in 0.002016314 sec. | ||
| 3663 | 2025.02.23 14:14:48.999885 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3664 | 2025.02.23 14:14:49.000001 [ 277 ] {342ea5ca-b489-44e4-be5b-462606ffd887} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3665 | 2025.02.23 14:14:49.000089 [ 277 ] {342ea5ca-b489-44e4-be5b-462606ffd887} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3666 | 2025.02.23 14:14:49.001559 [ 277 ] {342ea5ca-b489-44e4-be5b-462606ffd887} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3667 | 2025.02.23 14:14:49.001598 [ 277 ] {342ea5ca-b489-44e4-be5b-462606ffd887} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3668 | 2025.02.23 14:14:49.002257 [ 277 ] {342ea5ca-b489-44e4-be5b-462606ffd887} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3669 | 2025.02.23 14:14:49.002508 [ 277 ] {342ea5ca-b489-44e4-be5b-462606ffd887} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3670 | 2025.02.23 14:14:49.002785 [ 277 ] {342ea5ca-b489-44e4-be5b-462606ffd887} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002806 sec., 12473.271560940842 rows/sec., 22.35 MiB/sec. | ||
| 3671 | 2025.02.23 14:14:49.003147 [ 277 ] {342ea5ca-b489-44e4-be5b-462606ffd887} <Debug> TCPHandler: Processed in 0.003320845 sec. | ||
| 3672 | 2025.02.23 14:14:49.003316 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3673 | 2025.02.23 14:14:49.003437 [ 275 ] {c8956496-93a2-4507-8610-20831645cf78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3674 | 2025.02.23 14:14:49.003490 [ 275 ] {c8956496-93a2-4507-8610-20831645cf78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3675 | 2025.02.23 14:14:49.004003 [ 275 ] {c8956496-93a2-4507-8610-20831645cf78} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3676 | 2025.02.23 14:14:49.004072 [ 275 ] {c8956496-93a2-4507-8610-20831645cf78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3677 | 2025.02.23 14:14:49.004456 [ 275 ] {c8956496-93a2-4507-8610-20831645cf78} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3678 | 2025.02.23 14:14:49.004704 [ 275 ] {c8956496-93a2-4507-8610-20831645cf78} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3679 | 2025.02.23 14:14:49.004996 [ 275 ] {c8956496-93a2-4507-8610-20831645cf78} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001565 sec., 52396.1661341853 rows/sec., 3.33 MiB/sec. | ||
| 3680 | 2025.02.23 14:14:49.005195 [ 275 ] {c8956496-93a2-4507-8610-20831645cf78} <Debug> TCPHandler: Processed in 0.001936641 sec. | ||
| 3681 | 2025.02.23 14:14:49.217313 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 | ||
| 3682 | 2025.02.23 14:14:49.217945 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3683 | 2025.02.23 14:14:49.217989 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3684 | 2025.02.23 14:14:49.218483 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3685 | 2025.02.23 14:14:49.218725 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3686 | 2025.02.23 14:14:49.218990 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 | ||
| 3687 | 2025.02.23 14:14:49.729866 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3688 | 2025.02.23 14:14:49.749364 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3689 | 2025.02.23 14:14:49.749423 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3690 | 2025.02.23 14:14:49.756805 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3691 | 2025.02.23 14:14:49.757541 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3692 | 2025.02.23 14:14:49.760668 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3693 | 2025.02.23 14:14:51.742443 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 536 | ||
| 3694 | 2025.02.23 14:14:51.745501 [ 242 ] {} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3695 | 2025.02.23 14:14:51.745546 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3696 | 2025.02.23 14:14:51.746998 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3697 | 2025.02.23 14:14:51.747316 [ 242 ] {} <Trace> system.query_log (aa7b0546-a1c8-475b-908f-621dfd146e83): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3698 | 2025.02.23 14:14:51.748206 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 536 | ||
| 3699 | 2025.02.23 14:14:52.192235 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3700 | 2025.02.23 14:14:52.192558 [ 275 ] {1cc8f6dd-38e2-487e-ab45-3b990a5f970d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3701 | 2025.02.23 14:14:52.192678 [ 275 ] {1cc8f6dd-38e2-487e-ab45-3b990a5f970d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3702 | 2025.02.23 14:14:52.193706 [ 275 ] {1cc8f6dd-38e2-487e-ab45-3b990a5f970d} <Trace> oximeter.fields_ipaddr (1bc5a363-b591-4625-9dda-373173808f1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3703 | 2025.02.23 14:14:52.193760 [ 275 ] {1cc8f6dd-38e2-487e-ab45-3b990a5f970d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3704 | 2025.02.23 14:14:52.194196 [ 275 ] {1cc8f6dd-38e2-487e-ab45-3b990a5f970d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3705 | 2025.02.23 14:14:52.194459 [ 275 ] {1cc8f6dd-38e2-487e-ab45-3b990a5f970d} <Trace> oximeter.fields_ipaddr (1bc5a363-b591-4625-9dda-373173808f1f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3706 | 2025.02.23 14:14:52.194725 [ 275 ] {1cc8f6dd-38e2-487e-ab45-3b990a5f970d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002246 sec., 1780.9439002671415 rows/sec., 145.22 KiB/sec. | ||
| 3707 | 2025.02.23 14:14:52.194898 [ 275 ] {1cc8f6dd-38e2-487e-ab45-3b990a5f970d} <Debug> TCPHandler: Processed in 0.002868831 sec. | ||
| 3708 | 2025.02.23 14:14:52.195224 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3709 | 2025.02.23 14:14:52.195434 [ 277 ] {c5e11ce1-aede-4bc6-999b-7e03766c4873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3710 | 2025.02.23 14:14:52.195515 [ 277 ] {c5e11ce1-aede-4bc6-999b-7e03766c4873} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3711 | 2025.02.23 14:14:52.196980 [ 277 ] {c5e11ce1-aede-4bc6-999b-7e03766c4873} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3712 | 2025.02.23 14:14:52.197027 [ 277 ] {c5e11ce1-aede-4bc6-999b-7e03766c4873} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3713 | 2025.02.23 14:14:52.197595 [ 277 ] {c5e11ce1-aede-4bc6-999b-7e03766c4873} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3714 | 2025.02.23 14:14:52.197846 [ 277 ] {c5e11ce1-aede-4bc6-999b-7e03766c4873} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3715 | 2025.02.23 14:14:52.198077 [ 277 ] {c5e11ce1-aede-4bc6-999b-7e03766c4873} <Debug> executeQuery: Read 1208 rows, 102.09 KiB in 0.0027 sec., 447407.40740740736 rows/sec., 36.92 MiB/sec. | ||
| 3716 | 2025.02.23 14:14:52.198136 [ 277 ] {c5e11ce1-aede-4bc6-999b-7e03766c4873} <Debug> TCPHandler: Processed in 0.003083818 sec. | ||
| 3717 | 2025.02.23 14:14:52.198308 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3718 | 2025.02.23 14:14:52.198446 [ 275 ] {6a200fb9-a7f1-475d-b84c-441b1d4589e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3719 | 2025.02.23 14:14:52.198504 [ 275 ] {6a200fb9-a7f1-475d-b84c-441b1d4589e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3720 | 2025.02.23 14:14:52.199211 [ 275 ] {6a200fb9-a7f1-475d-b84c-441b1d4589e0} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3721 | 2025.02.23 14:14:52.199252 [ 275 ] {6a200fb9-a7f1-475d-b84c-441b1d4589e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3722 | 2025.02.23 14:14:52.199621 [ 275 ] {6a200fb9-a7f1-475d-b84c-441b1d4589e0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3723 | 2025.02.23 14:14:52.199866 [ 275 ] {6a200fb9-a7f1-475d-b84c-441b1d4589e0} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3724 | 2025.02.23 14:14:52.200078 [ 275 ] {6a200fb9-a7f1-475d-b84c-441b1d4589e0} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.001663 sec., 5411.906193625977 rows/sec., 394.03 KiB/sec. | ||
| 3725 | 2025.02.23 14:14:52.200131 [ 275 ] {6a200fb9-a7f1-475d-b84c-441b1d4589e0} <Debug> TCPHandler: Processed in 0.001894871 sec. | ||
| 3726 | 2025.02.23 14:14:52.200292 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3727 | 2025.02.23 14:14:52.200434 [ 277 ] {dfe50c09-8862-4217-9c07-44d6f2950f34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3728 | 2025.02.23 14:14:52.200493 [ 277 ] {dfe50c09-8862-4217-9c07-44d6f2950f34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3729 | 2025.02.23 14:14:52.201260 [ 277 ] {dfe50c09-8862-4217-9c07-44d6f2950f34} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3730 | 2025.02.23 14:14:52.201301 [ 277 ] {dfe50c09-8862-4217-9c07-44d6f2950f34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3731 | 2025.02.23 14:14:52.201673 [ 277 ] {dfe50c09-8862-4217-9c07-44d6f2950f34} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3732 | 2025.02.23 14:14:52.201916 [ 277 ] {dfe50c09-8862-4217-9c07-44d6f2950f34} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3733 | 2025.02.23 14:14:52.202120 [ 277 ] {dfe50c09-8862-4217-9c07-44d6f2950f34} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001716 sec., 132867.13286713287 rows/sec., 9.00 MiB/sec. | ||
| 3734 | 2025.02.23 14:14:52.202174 [ 277 ] {dfe50c09-8862-4217-9c07-44d6f2950f34} <Debug> TCPHandler: Processed in 0.001950071 sec. | ||
| 3735 | 2025.02.23 14:14:52.202371 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3736 | 2025.02.23 14:14:52.202590 [ 275 ] {ee16bce8-fefa-447d-942f-2dc6ca3f676a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3737 | 2025.02.23 14:14:52.202677 [ 275 ] {ee16bce8-fefa-447d-942f-2dc6ca3f676a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3738 | 2025.02.23 14:14:52.203792 [ 275 ] {ee16bce8-fefa-447d-942f-2dc6ca3f676a} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3739 | 2025.02.23 14:14:52.203832 [ 275 ] {ee16bce8-fefa-447d-942f-2dc6ca3f676a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3740 | 2025.02.23 14:14:52.204218 [ 275 ] {ee16bce8-fefa-447d-942f-2dc6ca3f676a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3741 | 2025.02.23 14:14:52.204466 [ 275 ] {ee16bce8-fefa-447d-942f-2dc6ca3f676a} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3742 | 2025.02.23 14:14:52.204703 [ 275 ] {ee16bce8-fefa-447d-942f-2dc6ca3f676a} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.002155 sec., 245475.6380510441 rows/sec., 18.19 MiB/sec. | ||
| 3743 | 2025.02.23 14:14:52.204777 [ 275 ] {ee16bce8-fefa-447d-942f-2dc6ca3f676a} <Debug> TCPHandler: Processed in 0.00251447 sec. | ||
| 3744 | 2025.02.23 14:14:52.205078 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3745 | 2025.02.23 14:14:52.205270 [ 277 ] {c1c9d0bc-196c-47b9-99ee-8a3ad172c05b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3746 | 2025.02.23 14:14:52.205333 [ 277 ] {c1c9d0bc-196c-47b9-99ee-8a3ad172c05b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3747 | 2025.02.23 14:14:52.206304 [ 277 ] {c1c9d0bc-196c-47b9-99ee-8a3ad172c05b} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3748 | 2025.02.23 14:14:52.206343 [ 277 ] {c1c9d0bc-196c-47b9-99ee-8a3ad172c05b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3749 | 2025.02.23 14:14:52.206804 [ 277 ] {c1c9d0bc-196c-47b9-99ee-8a3ad172c05b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3750 | 2025.02.23 14:14:52.207057 [ 277 ] {c1c9d0bc-196c-47b9-99ee-8a3ad172c05b} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3751 | 2025.02.23 14:14:52.207241 [ 277 ] {c1c9d0bc-196c-47b9-99ee-8a3ad172c05b} <Debug> executeQuery: Read 964 rows, 66.24 KiB in 0.002002 sec., 481518.48151848157 rows/sec., 32.31 MiB/sec. | ||
| 3752 | 2025.02.23 14:14:52.207292 [ 277 ] {c1c9d0bc-196c-47b9-99ee-8a3ad172c05b} <Debug> TCPHandler: Processed in 0.002391386 sec. | ||
| 3753 | 2025.02.23 14:14:52.207459 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3754 | 2025.02.23 14:14:52.207602 [ 275 ] {761cde4b-4ac2-4f2a-b58d-913e929c375e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3755 | 2025.02.23 14:14:52.207702 [ 275 ] {761cde4b-4ac2-4f2a-b58d-913e929c375e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3756 | 2025.02.23 14:14:52.208901 [ 275 ] {761cde4b-4ac2-4f2a-b58d-913e929c375e} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3757 | 2025.02.23 14:14:52.208941 [ 275 ] {761cde4b-4ac2-4f2a-b58d-913e929c375e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3758 | 2025.02.23 14:14:52.209565 [ 275 ] {761cde4b-4ac2-4f2a-b58d-913e929c375e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3759 | 2025.02.23 14:14:52.209806 [ 275 ] {761cde4b-4ac2-4f2a-b58d-913e929c375e} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3760 | 2025.02.23 14:14:52.209975 [ 103 ] {} <Debug> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3761 | 2025.02.23 14:14:52.210044 [ 103 ] {} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3762 | 2025.02.23 14:14:52.210079 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3763 | 2025.02.23 14:14:52.210085 [ 275 ] {761cde4b-4ac2-4f2a-b58d-913e929c375e} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002544 sec., 1965.4088050314467 rows/sec., 3.52 MiB/sec. | ||
| 3764 | 2025.02.23 14:14:52.210590 [ 275 ] {761cde4b-4ac2-4f2a-b58d-913e929c375e} <Debug> TCPHandler: Processed in 0.003194462 sec. | ||
| 3765 | 2025.02.23 14:14:52.210584 [ 195 ] {04659e28-2e26-4897-889f-03fb9f86e938::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 | ||
| 3766 | 2025.02.23 14:14:52.210827 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3767 | 2025.02.23 14:14:52.211112 [ 277 ] {04a3c371-00c7-4364-a764-80c10754bb96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3768 | 2025.02.23 14:14:52.211225 [ 195 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3769 | 2025.02.23 14:14:52.211233 [ 277 ] {04a3c371-00c7-4364-a764-80c10754bb96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3770 | 2025.02.23 14:14:52.211352 [ 195 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 295 rows starting from the beginning of the part | ||
| 3771 | 2025.02.23 14:14:52.212059 [ 195 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 5 rows starting from the beginning of the part | ||
| 3772 | 2025.02.23 14:14:52.212621 [ 195 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 35 rows starting from the beginning of the part | ||
| 3773 | 2025.02.23 14:14:52.213071 [ 277 ] {04a3c371-00c7-4364-a764-80c10754bb96} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3774 | 2025.02.23 14:14:52.213170 [ 277 ] {04a3c371-00c7-4364-a764-80c10754bb96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3775 | 2025.02.23 14:14:52.213220 [ 195 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 5 rows starting from the beginning of the part | ||
| 3776 | 2025.02.23 14:14:52.213771 [ 195 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 35 rows starting from the beginning of the part | ||
| 3777 | 2025.02.23 14:14:52.214299 [ 195 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 5 rows starting from the beginning of the part | ||
| 3778 | 2025.02.23 14:14:52.214324 [ 277 ] {04a3c371-00c7-4364-a764-80c10754bb96} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3779 | 2025.02.23 14:14:52.214884 [ 277 ] {04a3c371-00c7-4364-a764-80c10754bb96} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3780 | 2025.02.23 14:14:52.215247 [ 277 ] {04a3c371-00c7-4364-a764-80c10754bb96} <Debug> executeQuery: Read 42 rows, 2.91 KiB in 0.004221 sec., 9950.248756218905 rows/sec., 688.29 KiB/sec. | ||
| 3781 | 2025.02.23 14:14:52.215665 [ 277 ] {04a3c371-00c7-4364-a764-80c10754bb96} <Debug> TCPHandler: Processed in 0.004963468 sec. | ||
| 3782 | 2025.02.23 14:14:52.218674 [ 192 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 380 rows, containing 19 columns (19 merged, 0 gathered) in 0.008453998 sec., 44949.14713724796 rows/sec., 80.55 MiB/sec. | ||
| 3783 | 2025.02.23 14:14:52.219459 [ 193 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3784 | 2025.02.23 14:14:52.219881 [ 193 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3785 | 2025.02.23 14:14:52.219956 [ 193 ] {04659e28-2e26-4897-889f-03fb9f86e938::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3786 | 2025.02.23 14:14:52.220099 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.00 MiB. | ||
| 3787 | 2025.02.23 14:14:53.963199 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3788 | 2025.02.23 14:14:53.963402 [ 275 ] {cd7e09bb-b2a7-42df-bad6-f3a5eba60073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3789 | 2025.02.23 14:14:53.963480 [ 275 ] {cd7e09bb-b2a7-42df-bad6-f3a5eba60073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3790 | 2025.02.23 14:14:53.964320 [ 275 ] {cd7e09bb-b2a7-42df-bad6-f3a5eba60073} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3791 | 2025.02.23 14:14:53.964365 [ 275 ] {cd7e09bb-b2a7-42df-bad6-f3a5eba60073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3792 | 2025.02.23 14:14:53.964783 [ 275 ] {cd7e09bb-b2a7-42df-bad6-f3a5eba60073} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3793 | 2025.02.23 14:14:53.965024 [ 275 ] {cd7e09bb-b2a7-42df-bad6-f3a5eba60073} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3794 | 2025.02.23 14:14:53.965285 [ 275 ] {cd7e09bb-b2a7-42df-bad6-f3a5eba60073} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001928 sec., 29045.64315352697 rows/sec., 2.23 MiB/sec. | ||
| 3795 | 2025.02.23 14:14:53.965342 [ 275 ] {cd7e09bb-b2a7-42df-bad6-f3a5eba60073} <Debug> TCPHandler: Processed in 0.002281282 sec. | ||
| 3796 | 2025.02.23 14:14:53.965617 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3797 | 2025.02.23 14:14:53.965823 [ 277 ] {82a3b8b2-0b60-40c3-a730-faacd8b6b93e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3798 | 2025.02.23 14:14:53.965907 [ 277 ] {82a3b8b2-0b60-40c3-a730-faacd8b6b93e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3799 | 2025.02.23 14:14:53.966669 [ 277 ] {82a3b8b2-0b60-40c3-a730-faacd8b6b93e} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3800 | 2025.02.23 14:14:53.966719 [ 277 ] {82a3b8b2-0b60-40c3-a730-faacd8b6b93e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3801 | 2025.02.23 14:14:53.967128 [ 277 ] {82a3b8b2-0b60-40c3-a730-faacd8b6b93e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3802 | 2025.02.23 14:14:53.967451 [ 277 ] {82a3b8b2-0b60-40c3-a730-faacd8b6b93e} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3803 | 2025.02.23 14:14:53.967695 [ 277 ] {82a3b8b2-0b60-40c3-a730-faacd8b6b93e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001928 sec., 33195.02074688797 rows/sec., 2.59 MiB/sec. | ||
| 3804 | 2025.02.23 14:14:53.967754 [ 277 ] {82a3b8b2-0b60-40c3-a730-faacd8b6b93e} <Debug> TCPHandler: Processed in 0.002283103 sec. | ||
| 3805 | 2025.02.23 14:14:53.967921 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3806 | 2025.02.23 14:14:53.968060 [ 275 ] {1d4d2fc6-6ad5-4d53-be18-9c343e6df902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3807 | 2025.02.23 14:14:53.968125 [ 275 ] {1d4d2fc6-6ad5-4d53-be18-9c343e6df902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3808 | 2025.02.23 14:14:53.968737 [ 275 ] {1d4d2fc6-6ad5-4d53-be18-9c343e6df902} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3809 | 2025.02.23 14:14:53.968780 [ 275 ] {1d4d2fc6-6ad5-4d53-be18-9c343e6df902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3810 | 2025.02.23 14:14:53.969235 [ 275 ] {1d4d2fc6-6ad5-4d53-be18-9c343e6df902} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3811 | 2025.02.23 14:14:53.969481 [ 275 ] {1d4d2fc6-6ad5-4d53-be18-9c343e6df902} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3812 | 2025.02.23 14:14:53.969668 [ 275 ] {1d4d2fc6-6ad5-4d53-be18-9c343e6df902} <Debug> executeQuery: Read 44 rows, 3.14 KiB in 0.001639 sec., 26845.637583892618 rows/sec., 1.87 MiB/sec. | ||
| 3813 | 2025.02.23 14:14:53.969720 [ 275 ] {1d4d2fc6-6ad5-4d53-be18-9c343e6df902} <Debug> TCPHandler: Processed in 0.001865 sec. | ||
| 3814 | 2025.02.23 14:14:53.969873 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3815 | 2025.02.23 14:14:53.970008 [ 277 ] {ae53beda-e035-4cac-b316-c0c63f54817d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3816 | 2025.02.23 14:14:53.970071 [ 277 ] {ae53beda-e035-4cac-b316-c0c63f54817d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3817 | 2025.02.23 14:14:53.970648 [ 277 ] {ae53beda-e035-4cac-b316-c0c63f54817d} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3818 | 2025.02.23 14:14:53.970692 [ 277 ] {ae53beda-e035-4cac-b316-c0c63f54817d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3819 | 2025.02.23 14:14:53.971075 [ 277 ] {ae53beda-e035-4cac-b316-c0c63f54817d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3820 | 2025.02.23 14:14:53.971372 [ 277 ] {ae53beda-e035-4cac-b316-c0c63f54817d} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3821 | 2025.02.23 14:14:53.971591 [ 277 ] {ae53beda-e035-4cac-b316-c0c63f54817d} <Debug> executeQuery: Read 18 rows, 1.24 KiB in 0.001614 sec., 11152.416356877324 rows/sec., 765.40 KiB/sec. | ||
| 3822 | 2025.02.23 14:14:53.971641 [ 277 ] {ae53beda-e035-4cac-b316-c0c63f54817d} <Debug> TCPHandler: Processed in 0.001822578 sec. | ||
| 3823 | 2025.02.23 14:14:56.611454 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3824 | 2025.02.23 14:14:56.611520 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3825 | 2025.02.23 14:14:56.720604 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 | ||
| 3826 | 2025.02.23 14:14:56.721339 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3827 | 2025.02.23 14:14:56.721386 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3828 | 2025.02.23 14:14:56.722079 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3829 | 2025.02.23 14:14:56.722348 [ 244 ] {} <Trace> system.asynchronous_metric_log (b6cdd33c-f914-44f9-82ae-d74b569bbb91): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3830 | 2025.02.23 14:14:56.722613 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3831 | 2025.02.23 14:14:57.262284 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3832 | 2025.02.23 14:14:57.282834 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3833 | 2025.02.23 14:14:57.282903 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3834 | 2025.02.23 14:14:57.290828 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3835 | 2025.02.23 14:14:57.291671 [ 243 ] {} <Trace> system.metric_log (660646b6-c459-4923-b1ba-d9dde36ead98): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3836 | 2025.02.23 14:14:57.294862 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3837 | 2025.02.23 14:14:58.977906 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3838 | 2025.02.23 14:14:58.978129 [ 275 ] {11bd1c56-fa3a-4620-af32-c84bc39b1cab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3839 | 2025.02.23 14:14:58.978214 [ 275 ] {11bd1c56-fa3a-4620-af32-c84bc39b1cab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3840 | 2025.02.23 14:14:58.979115 [ 275 ] {11bd1c56-fa3a-4620-af32-c84bc39b1cab} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3841 | 2025.02.23 14:14:58.979174 [ 275 ] {11bd1c56-fa3a-4620-af32-c84bc39b1cab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3842 | 2025.02.23 14:14:58.979628 [ 275 ] {11bd1c56-fa3a-4620-af32-c84bc39b1cab} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3843 | 2025.02.23 14:14:58.979893 [ 275 ] {11bd1c56-fa3a-4620-af32-c84bc39b1cab} <Trace> oximeter.fields_i16 (0f07ee42-b820-47cf-915d-f5d516b4b013): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3844 | 2025.02.23 14:14:58.980149 [ 275 ] {11bd1c56-fa3a-4620-af32-c84bc39b1cab} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002081 sec., 101874.09899086978 rows/sec., 6.48 MiB/sec. | ||
| 3845 | 2025.02.23 14:14:58.980217 [ 275 ] {11bd1c56-fa3a-4620-af32-c84bc39b1cab} <Debug> TCPHandler: Processed in 0.002460979 sec. | ||
| 3846 | 2025.02.23 14:14:58.980478 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3847 | 2025.02.23 14:14:58.980658 [ 277 ] {35f2e273-1419-4461-a01d-3d231ebdad55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3848 | 2025.02.23 14:14:58.980727 [ 277 ] {35f2e273-1419-4461-a01d-3d231ebdad55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3849 | 2025.02.23 14:14:58.981774 [ 277 ] {35f2e273-1419-4461-a01d-3d231ebdad55} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3850 | 2025.02.23 14:14:58.981824 [ 277 ] {35f2e273-1419-4461-a01d-3d231ebdad55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3851 | 2025.02.23 14:14:58.982299 [ 277 ] {35f2e273-1419-4461-a01d-3d231ebdad55} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3852 | 2025.02.23 14:14:58.982552 [ 277 ] {35f2e273-1419-4461-a01d-3d231ebdad55} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3853 | 2025.02.23 14:14:58.982721 [ 92 ] {} <Debug> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3854 | 2025.02.23 14:14:58.982797 [ 277 ] {35f2e273-1419-4461-a01d-3d231ebdad55} <Debug> executeQuery: Read 687 rows, 56.04 KiB in 0.002168 sec., 316881.9188191882 rows/sec., 25.24 MiB/sec. | ||
| 3855 | 2025.02.23 14:14:58.982809 [ 92 ] {} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3856 | 2025.02.23 14:14:58.982889 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3857 | 2025.02.23 14:14:58.982929 [ 277 ] {35f2e273-1419-4461-a01d-3d231ebdad55} <Debug> TCPHandler: Processed in 0.002569271 sec. | ||
| 3858 | 2025.02.23 14:14:58.983066 [ 195 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::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 | ||
| 3859 | 2025.02.23 14:14:58.983127 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3860 | 2025.02.23 14:14:58.983226 [ 195 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3861 | 2025.02.23 14:14:58.983307 [ 195 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1845 rows starting from the beginning of the part | ||
| 3862 | 2025.02.23 14:14:58.983370 [ 275 ] {94ae62c9-a0f8-4cd8-a0a7-907638572c17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3863 | 2025.02.23 14:14:58.983454 [ 195 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 66 rows starting from the beginning of the part | ||
| 3864 | 2025.02.23 14:14:58.983520 [ 275 ] {94ae62c9-a0f8-4cd8-a0a7-907638572c17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3865 | 2025.02.23 14:14:58.983862 [ 195 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 687 rows starting from the beginning of the part | ||
| 3866 | 2025.02.23 14:14:58.984264 [ 195 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1208 rows starting from the beginning of the part | ||
| 3867 | 2025.02.23 14:14:58.984558 [ 195 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part | ||
| 3868 | 2025.02.23 14:14:58.984907 [ 195 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 687 rows starting from the beginning of the part | ||
| 3869 | 2025.02.23 14:14:58.986638 [ 275 ] {94ae62c9-a0f8-4cd8-a0a7-907638572c17} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3870 | 2025.02.23 14:14:58.986703 [ 275 ] {94ae62c9-a0f8-4cd8-a0a7-907638572c17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3871 | 2025.02.23 14:14:58.987732 [ 275 ] {94ae62c9-a0f8-4cd8-a0a7-907638572c17} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3872 | 2025.02.23 14:14:58.988026 [ 275 ] {94ae62c9-a0f8-4cd8-a0a7-907638572c17} <Trace> oximeter.fields_u16 (5ed776ae-d655-4c34-b50b-25aa88549ac2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3873 | 2025.02.23 14:14:58.988455 [ 275 ] {94ae62c9-a0f8-4cd8-a0a7-907638572c17} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.005122 sec., 27528.30925419758 rows/sec., 1.72 MiB/sec. | ||
| 3874 | 2025.02.23 14:14:58.988876 [ 275 ] {94ae62c9-a0f8-4cd8-a0a7-907638572c17} <Debug> TCPHandler: Processed in 0.005861906 sec. | ||
| 3875 | 2025.02.23 14:14:58.989210 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3876 | 2025.02.23 14:14:58.989344 [ 193 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4549 rows, containing 5 columns (5 merged, 0 gathered) in 0.006350232 sec., 716351.7805333727 rows/sec., 60.88 MiB/sec. | ||
| 3877 | 2025.02.23 14:14:58.989449 [ 277 ] {e315b606-4688-4d66-bb27-dd659efd51ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3878 | 2025.02.23 14:14:58.989514 [ 277 ] {e315b606-4688-4d66-bb27-dd659efd51ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3879 | 2025.02.23 14:14:58.989664 [ 193 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3880 | 2025.02.23 14:14:58.990256 [ 193 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_26_5} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3881 | 2025.02.23 14:14:58.990378 [ 193 ] {1d31b615-7ab5-4c40-a6be-d00c572ddb9f::all_1_26_5} <Trace> oximeter.fields_string (1d31b615-7ab5-4c40-a6be-d00c572ddb9f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3882 | 2025.02.23 14:14:58.990550 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 3883 | 2025.02.23 14:14:58.990759 [ 277 ] {e315b606-4688-4d66-bb27-dd659efd51ad} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3884 | 2025.02.23 14:14:58.990804 [ 277 ] {e315b606-4688-4d66-bb27-dd659efd51ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3885 | 2025.02.23 14:14:58.991181 [ 277 ] {e315b606-4688-4d66-bb27-dd659efd51ad} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3886 | 2025.02.23 14:14:58.991432 [ 277 ] {e315b606-4688-4d66-bb27-dd659efd51ad} <Trace> oximeter.fields_u32 (d12269c9-624d-48e4-a4d6-4093ebf5601b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3887 | 2025.02.23 14:14:58.991697 [ 277 ] {e315b606-4688-4d66-bb27-dd659efd51ad} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002285 sec., 49452.95404814004 rows/sec., 3.20 MiB/sec. | ||
| 3888 | 2025.02.23 14:14:58.991891 [ 277 ] {e315b606-4688-4d66-bb27-dd659efd51ad} <Debug> TCPHandler: Processed in 0.00282976 sec. | ||
| 3889 | 2025.02.23 14:14:58.992052 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3890 | 2025.02.23 14:14:58.992195 [ 275 ] {9b452380-3362-40cb-bc2a-28c3fb9ae69d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3891 | 2025.02.23 14:14:58.992255 [ 275 ] {9b452380-3362-40cb-bc2a-28c3fb9ae69d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3892 | 2025.02.23 14:14:58.992980 [ 275 ] {9b452380-3362-40cb-bc2a-28c3fb9ae69d} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3893 | 2025.02.23 14:14:58.993027 [ 275 ] {9b452380-3362-40cb-bc2a-28c3fb9ae69d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3894 | 2025.02.23 14:14:58.993436 [ 275 ] {9b452380-3362-40cb-bc2a-28c3fb9ae69d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3895 | 2025.02.23 14:14:58.993682 [ 275 ] {9b452380-3362-40cb-bc2a-28c3fb9ae69d} <Trace> oximeter.fields_u8 (5296eda5-5caf-4bcd-8584-56b9a0375f9f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3896 | 2025.02.23 14:14:58.993898 [ 275 ] {9b452380-3362-40cb-bc2a-28c3fb9ae69d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001737 sec., 64478.9867587795 rows/sec., 3.67 MiB/sec. | ||
| 3897 | 2025.02.23 14:14:58.993953 [ 275 ] {9b452380-3362-40cb-bc2a-28c3fb9ae69d} <Debug> TCPHandler: Processed in 0.001966883 sec. | ||
| 3898 | 2025.02.23 14:14:58.994089 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3899 | 2025.02.23 14:14:58.994204 [ 277 ] {15df2791-6fd5-4706-8dad-c734b1b98771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3900 | 2025.02.23 14:14:58.994255 [ 277 ] {15df2791-6fd5-4706-8dad-c734b1b98771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3901 | 2025.02.23 14:14:58.995148 [ 277 ] {15df2791-6fd5-4706-8dad-c734b1b98771} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3902 | 2025.02.23 14:14:58.995195 [ 277 ] {15df2791-6fd5-4706-8dad-c734b1b98771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3903 | 2025.02.23 14:14:58.995587 [ 277 ] {15df2791-6fd5-4706-8dad-c734b1b98771} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3904 | 2025.02.23 14:14:58.995826 [ 277 ] {15df2791-6fd5-4706-8dad-c734b1b98771} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3905 | 2025.02.23 14:14:58.995985 [ 92 ] {} <Debug> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3906 | 2025.02.23 14:14:58.996040 [ 92 ] {} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3907 | 2025.02.23 14:14:58.996066 [ 277 ] {15df2791-6fd5-4706-8dad-c734b1b98771} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.001881 sec., 221690.59011164273 rows/sec., 15.78 MiB/sec. | ||
| 3908 | 2025.02.23 14:14:58.996079 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3909 | 2025.02.23 14:14:58.996216 [ 277 ] {15df2791-6fd5-4706-8dad-c734b1b98771} <Debug> TCPHandler: Processed in 0.002179029 sec. | ||
| 3910 | 2025.02.23 14:14:58.996319 [ 193 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::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 | ||
| 3911 | 2025.02.23 14:14:58.996407 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3912 | 2025.02.23 14:14:58.996446 [ 193 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3913 | 2025.02.23 14:14:58.996476 [ 193 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 910 rows starting from the beginning of the part | ||
| 3914 | 2025.02.23 14:14:58.996603 [ 275 ] {f97363b4-a07f-4a37-a0b5-663c863a1bbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3915 | 2025.02.23 14:14:58.996684 [ 193 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 69 rows starting from the beginning of the part | ||
| 3916 | 2025.02.23 14:14:58.996792 [ 275 ] {f97363b4-a07f-4a37-a0b5-663c863a1bbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3917 | 2025.02.23 14:14:58.997030 [ 193 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 417 rows starting from the beginning of the part | ||
| 3918 | 2025.02.23 14:14:58.997516 [ 193 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 529 rows starting from the beginning of the part | ||
| 3919 | 2025.02.23 14:14:58.997877 [ 193 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part | ||
| 3920 | 2025.02.23 14:14:58.998200 [ 193 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 417 rows starting from the beginning of the part | ||
| 3921 | 2025.02.23 14:14:58.998880 [ 275 ] {f97363b4-a07f-4a37-a0b5-663c863a1bbb} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3922 | 2025.02.23 14:14:58.998921 [ 275 ] {f97363b4-a07f-4a37-a0b5-663c863a1bbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3923 | 2025.02.23 14:14:58.999449 [ 275 ] {f97363b4-a07f-4a37-a0b5-663c863a1bbb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3924 | 2025.02.23 14:14:58.999725 [ 275 ] {f97363b4-a07f-4a37-a0b5-663c863a1bbb} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3925 | 2025.02.23 14:14:58.999925 [ 92 ] {} <Debug> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3926 | 2025.02.23 14:14:59.000033 [ 92 ] {} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3927 | 2025.02.23 14:14:59.000114 [ 275 ] {f97363b4-a07f-4a37-a0b5-663c863a1bbb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003559 sec., 1685.8668165214947 rows/sec., 88.08 KiB/sec. | ||
| 3928 | 2025.02.23 14:14:59.000122 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3929 | 2025.02.23 14:14:59.000419 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.79 MiB, peak 187.80 MiB, free memory in arenas 0.00 B, will set to 181.80 MiB (RSS), difference: -4.00 MiB | ||
| 3930 | 2025.02.23 14:14:59.000669 [ 275 ] {f97363b4-a07f-4a37-a0b5-663c863a1bbb} <Debug> TCPHandler: Processed in 0.004306277 sec. | ||
| 3931 | 2025.02.23 14:14:59.001208 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3932 | 2025.02.23 14:14:59.001249 [ 193 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2406 rows, containing 5 columns (5 merged, 0 gathered) in 0.005020749 sec., 479211.3686623251 rows/sec., 36.68 MiB/sec. | ||
| 3933 | 2025.02.23 14:14:59.001608 [ 195 ] {6d3c7bd2-1fbd-466b-b926-d352918009e1::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 | ||
| 3934 | 2025.02.23 14:14:59.001750 [ 277 ] {ec252301-34e2-4e29-96e5-1a3296303e36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3935 | 2025.02.23 14:14:59.001915 [ 277 ] {ec252301-34e2-4e29-96e5-1a3296303e36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3936 | 2025.02.23 14:14:59.001933 [ 198 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3937 | 2025.02.23 14:14:59.002498 [ 195 ] {6d3c7bd2-1fbd-466b-b926-d352918009e1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3938 | 2025.02.23 14:14:59.002696 [ 195 ] {6d3c7bd2-1fbd-466b-b926-d352918009e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part | ||
| 3939 | 2025.02.23 14:14:59.003173 [ 195 ] {6d3c7bd2-1fbd-466b-b926-d352918009e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 3940 | 2025.02.23 14:14:59.003600 [ 195 ] {6d3c7bd2-1fbd-466b-b926-d352918009e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 3941 | 2025.02.23 14:14:59.003990 [ 195 ] {6d3c7bd2-1fbd-466b-b926-d352918009e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 3942 | 2025.02.23 14:14:59.004088 [ 198 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_26_5} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3943 | 2025.02.23 14:14:59.004335 [ 195 ] {6d3c7bd2-1fbd-466b-b926-d352918009e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 3944 | 2025.02.23 14:14:59.004677 [ 195 ] {6d3c7bd2-1fbd-466b-b926-d352918009e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 3945 | 2025.02.23 14:14:59.005503 [ 198 ] {e50acbd1-15af-4c55-80e3-2ce00f4d6dbe::all_1_26_5} <Trace> oximeter.fields_uuid (e50acbd1-15af-4c55-80e3-2ce00f4d6dbe) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3946 | 2025.02.23 14:14:59.005715 [ 277 ] {ec252301-34e2-4e29-96e5-1a3296303e36} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3947 | 2025.02.23 14:14:59.005799 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 3948 | 2025.02.23 14:14:59.005800 [ 277 ] {ec252301-34e2-4e29-96e5-1a3296303e36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3949 | 2025.02.23 14:14:59.006470 [ 277 ] {ec252301-34e2-4e29-96e5-1a3296303e36} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3950 | 2025.02.23 14:14:59.006744 [ 194 ] {6d3c7bd2-1fbd-466b-b926-d352918009e1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.006358742 sec., 10379.411525109841 rows/sec., 542.28 KiB/sec. | ||
| 3951 | 2025.02.23 14:14:59.006838 [ 277 ] {ec252301-34e2-4e29-96e5-1a3296303e36} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3952 | 2025.02.23 14:14:59.006979 [ 194 ] {6d3c7bd2-1fbd-466b-b926-d352918009e1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3953 | 2025.02.23 14:14:59.007074 [ 92 ] {} <Debug> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3954 | 2025.02.23 14:14:59.007178 [ 92 ] {} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3955 | 2025.02.23 14:14:59.007267 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3956 | 2025.02.23 14:14:59.007431 [ 277 ] {ec252301-34e2-4e29-96e5-1a3296303e36} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005835 sec., 40616.96658097686 rows/sec., 2.72 MiB/sec. | ||
| 3957 | 2025.02.23 14:14:59.007794 [ 198 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::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 | ||
| 3958 | 2025.02.23 14:14:59.007896 [ 277 ] {ec252301-34e2-4e29-96e5-1a3296303e36} <Debug> TCPHandler: Processed in 0.007048734 sec. | ||
| 3959 | 2025.02.23 14:14:59.008269 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3960 | 2025.02.23 14:14:59.008407 [ 194 ] {6d3c7bd2-1fbd-466b-b926-d352918009e1::all_1_11_2} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3961 | 2025.02.23 14:14:59.008696 [ 198 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3962 | 2025.02.23 14:14:59.008896 [ 198 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7860 rows starting from the beginning of the part | ||
| 3963 | 2025.02.23 14:14:59.008924 [ 194 ] {6d3c7bd2-1fbd-466b-b926-d352918009e1::all_1_11_2} <Trace> oximeter.measurements_bool (6d3c7bd2-1fbd-466b-b926-d352918009e1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3964 | 2025.02.23 14:14:59.008929 [ 275 ] {c657872f-6af7-4555-a8ed-c1d2934b77fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3965 | 2025.02.23 14:14:59.009263 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3966 | 2025.02.23 14:14:59.009313 [ 275 ] {c657872f-6af7-4555-a8ed-c1d2934b77fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3967 | 2025.02.23 14:14:59.009440 [ 198 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::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 | ||
| 3968 | 2025.02.23 14:14:59.009880 [ 198 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 237 rows starting from the beginning of the part | ||
| 3969 | 2025.02.23 14:14:59.010296 [ 198 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 964 rows starting from the beginning of the part | ||
| 3970 | 2025.02.23 14:14:59.010599 [ 198 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 44 rows starting from the beginning of the part | ||
| 3971 | 2025.02.23 14:14:59.010855 [ 198 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part | ||
| 3972 | 2025.02.23 14:14:59.011583 [ 275 ] {c657872f-6af7-4555-a8ed-c1d2934b77fe} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3973 | 2025.02.23 14:14:59.011651 [ 275 ] {c657872f-6af7-4555-a8ed-c1d2934b77fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3974 | 2025.02.23 14:14:59.012297 [ 275 ] {c657872f-6af7-4555-a8ed-c1d2934b77fe} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3975 | 2025.02.23 14:14:59.012723 [ 275 ] {c657872f-6af7-4555-a8ed-c1d2934b77fe} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3976 | 2025.02.23 14:14:59.013010 [ 92 ] {} <Debug> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3977 | 2025.02.23 14:14:59.013095 [ 92 ] {} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3978 | 2025.02.23 14:14:59.013167 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3979 | 2025.02.23 14:14:59.013417 [ 275 ] {c657872f-6af7-4555-a8ed-c1d2934b77fe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004704 sec., 212.58503401360545 rows/sec., 14.32 KiB/sec. | ||
| 3980 | 2025.02.23 14:14:59.013815 [ 197 ] {f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9::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 | ||
| 3981 | 2025.02.23 14:14:59.013847 [ 275 ] {c657872f-6af7-4555-a8ed-c1d2934b77fe} <Debug> TCPHandler: Processed in 0.005807754 sec. | ||
| 3982 | 2025.02.23 14:14:59.014174 [ 277 ] {} <Trace> TCP-Session: 9a6b4a98-049e-438c-9fd4-66c4681c63e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3983 | 2025.02.23 14:14:59.014542 [ 197 ] {f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3984 | 2025.02.23 14:14:59.014575 [ 277 ] {d6528a7b-e46b-4068-98ff-948eea8ab639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53170) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3985 | 2025.02.23 14:14:59.014668 [ 197 ] {f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 7 rows starting from the beginning of the part | ||
| 3986 | 2025.02.23 14:14:59.014978 [ 277 ] {d6528a7b-e46b-4068-98ff-948eea8ab639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3987 | 2025.02.23 14:14:59.015192 [ 197 ] {f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 3988 | 2025.02.23 14:14:59.015708 [ 197 ] {f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3989 | 2025.02.23 14:14:59.016201 [ 197 ] {f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3990 | 2025.02.23 14:14:59.016621 [ 197 ] {f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 3991 | 2025.02.23 14:14:59.017057 [ 197 ] {f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 3992 | 2025.02.23 14:14:59.021065 [ 194 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9502 rows, containing 5 columns (5 merged, 0 gathered) in 0.013692406 sec., 693961.3096485746 rows/sec., 46.78 MiB/sec. | ||
| 3993 | 2025.02.23 14:14:59.021524 [ 194 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3994 | 2025.02.23 14:14:59.021976 [ 198 ] {f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.008594223 sec., 1396.2867847390044 rows/sec., 93.63 KiB/sec. | ||
| 3995 | 2025.02.23 14:14:59.022258 [ 198 ] {f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3996 | 2025.02.23 14:14:59.022635 [ 194 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3997 | 2025.02.23 14:14:59.022943 [ 194 ] {e98a0eca-98c0-44d8-98c7-02c7bdb339cd::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (e98a0eca-98c0-44d8-98c7-02c7bdb339cd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3998 | 2025.02.23 14:14:59.023246 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. | ||
| 3999 | 2025.02.23 14:14:59.023389 [ 277 ] {d6528a7b-e46b-4068-98ff-948eea8ab639} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4000 | 2025.02.23 14:14:59.023399 [ 188 ] {f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9::all_1_11_2} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4001 | 2025.02.23 14:14:59.023447 [ 277 ] {d6528a7b-e46b-4068-98ff-948eea8ab639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4002 | 2025.02.23 14:14:59.023645 [ 188 ] {f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9::all_1_11_2} <Trace> oximeter.measurements_f64 (f9cc91ee-ffa3-45e0-9de1-8ac3c2216fa9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4003 | 2025.02.23 14:14:59.023861 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 4004 | 2025.02.23 14:14:59.024455 [ 277 ] {d6528a7b-e46b-4068-98ff-948eea8ab639} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4005 | 2025.02.23 14:14:59.024727 [ 277 ] {d6528a7b-e46b-4068-98ff-948eea8ab639} <Trace> oximeter.measurements_histogramu64 (04659e28-2e26-4897-889f-03fb9f86e938): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4006 | 2025.02.23 14:14:59.024965 [ 277 ] {d6528a7b-e46b-4068-98ff-948eea8ab639} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.010534 sec., 3322.574520599962 rows/sec., 5.95 MiB/sec. | ||
| 4007 | 2025.02.23 14:14:59.025084 [ 277 ] {d6528a7b-e46b-4068-98ff-948eea8ab639} <Debug> TCPHandler: Processed in 0.011092852 sec. | ||
| 4008 | 2025.02.23 14:14:59.025268 [ 275 ] {} <Trace> TCP-Session: 12881338-6dab-4865-becc-6080ea1eb5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4009 | 2025.02.23 14:14:59.025389 [ 275 ] {aa4fad5a-74aa-4fd9-b2ae-c8a4c48ebdcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34063) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4010 | 2025.02.23 14:14:59.025443 [ 275 ] {aa4fad5a-74aa-4fd9-b2ae-c8a4c48ebdcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4011 | 2025.02.23 14:14:59.025957 [ 275 ] {aa4fad5a-74aa-4fd9-b2ae-c8a4c48ebdcc} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4012 | 2025.02.23 14:14:59.025997 [ 275 ] {aa4fad5a-74aa-4fd9-b2ae-c8a4c48ebdcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4013 | 2025.02.23 14:14:59.026384 [ 275 ] {aa4fad5a-74aa-4fd9-b2ae-c8a4c48ebdcc} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4014 | 2025.02.23 14:14:59.026629 [ 275 ] {aa4fad5a-74aa-4fd9-b2ae-c8a4c48ebdcc} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4015 | 2025.02.23 14:14:59.026804 [ 92 ] {} <Debug> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4016 | 2025.02.23 14:14:59.026856 [ 92 ] {} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4017 | 2025.02.23 14:14:59.026881 [ 275 ] {aa4fad5a-74aa-4fd9-b2ae-c8a4c48ebdcc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00151 sec., 54304.6357615894 rows/sec., 3.45 MiB/sec. | ||
| 4018 | 2025.02.23 14:14:59.026897 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4019 | 2025.02.23 14:14:59.027027 [ 275 ] {aa4fad5a-74aa-4fd9-b2ae-c8a4c48ebdcc} <Debug> TCPHandler: Processed in 0.001824198 sec. | ||
| 4020 | 2025.02.23 14:14:59.027156 [ 198 ] {a5f2add4-adf4-4098-b209-033c824af48d::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 | ||
| 4021 | 2025.02.23 14:14:59.027281 [ 198 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4022 | 2025.02.23 14:14:59.027315 [ 198 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1326 rows starting from the beginning of the part | ||
| 4023 | 2025.02.23 14:14:59.027433 [ 198 ] {a5f2add4-adf4-4098-b209-033c824af48d::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 | ||
| 4024 | 2025.02.23 14:14:59.027657 [ 198 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 82 rows starting from the beginning of the part | ||
| 4025 | 2025.02.23 14:14:59.027847 [ 198 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 42 rows starting from the beginning of the part | ||
| 4026 | 2025.02.23 14:14:59.027967 [ 198 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 18 rows starting from the beginning of the part | ||
| 4027 | 2025.02.23 14:14:59.028184 [ 198 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part | ||
| 4028 | 2025.02.23 14:14:59.029460 [ 188 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1610 rows, containing 4 columns (4 merged, 0 gathered) in 0.002423027 sec., 664458.1343914039 rows/sec., 43.34 MiB/sec. | ||
| 4029 | 2025.02.23 14:14:59.029639 [ 198 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4030 | 2025.02.23 14:14:59.029916 [ 198 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_26_5} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4031 | 2025.02.23 14:14:59.029990 [ 198 ] {a5f2add4-adf4-4098-b209-033c824af48d::all_1_26_5} <Trace> oximeter.measurements_u64 (a5f2add4-adf4-4098-b209-033c824af48d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4032 | 2025.02.23 14:14:59.030059 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 4033 | 2025.02.23 14:15:00.000285 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.71 MiB, peak 187.80 MiB, free memory in arenas 0.00 B, will set to 181.88 MiB (RSS), difference: 3.17 MiB | ||