| 1 | [ Feb 10 18:47:46 Enabled. ] | ||
| 2 | [ Feb 10 18:47:46 Rereading configuration. ] | ||
| 3 | [ Feb 10 18:47:49 Rereading configuration. ] | ||
| 4 | [ Feb 10 18:48:01 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 10 18:48:01 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.10 18:48:01.933942 [ 1 ] {} <Information> Application: Will watch for the process with pid 23037 | ||
| 29 | 2025.02.10 18:48:01.934579 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.02.10 18:48:02.449172 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23037 | ||
| 31 | 2025.02.10 18:48:02.449949 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.02.10 18:48:02.450656 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.02.10 18:48:02.541729 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.02.10 18:48:02.573147 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.02.10 18:48:02.573225 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.02.10 18:48:02.573237 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.02.10 18:48:02.573302 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.02.10 18:48:02.574064 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.02.10 18:48:02.575659 [ 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.10 18:48:02.576466 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.02.10 18:48:02.577420 [ 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.10 18:48:02.577475 [ 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.10 18:48:02.577523 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.02.10 18:48:02.577731 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.02.10 18:48:02.578581 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.02.10 18:48:02.584027 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.02.10 18:48:02.584785 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.02.10 18:48:02.586083 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.02.10 18:48:02.586169 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.02.10 18:48:02.587742 [ 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.10 18:48:02.588315 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.02.10 18:48:02.592769 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.02.10 18:48:02.593508 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.02.10 18:48:02.594940 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.02.10 18:48:02.595453 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.02.10 18:48:02.595875 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.02.10 18:48:02.596236 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.02.10 18:48:02.597690 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.02.10 18:48:02.597718 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.02.10 18:48:02.597804 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.02.10 18:48:02.597949 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.02.10 18:48:02.610953 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.02.10 18:48:02.610984 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000167584 sec | ||
| 68 | 2025.02.10 18:48:02.611066 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.02.10 18:48:02.611112 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.02.10 18:48:02.612293 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.02.10 18:48:02.613370 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.02.10 18:48:02.626750 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.02.10 18:48:02.626794 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.02.10 18:48:02.626863 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.02.10 18:48:02.626877 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.02.10 18:48:02.626908 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.02.10 18:48:02.626977 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.02.10 18:48:02.631542 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.02.10 18:48:02.631588 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.02.10 18:48:02.631636 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.02.10 18:48:02.631841 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.02.10 18:48:02.631862 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.02.10 18:48:02.631898 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.02.10 18:48:02.631967 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.02.10 18:48:02.631981 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.02.10 18:48:02.632010 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.02.10 18:48:02.632074 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.02.10 18:48:02.660760 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.02.10 18:48:02.662303 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.02.10 18:48:02.662378 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.4662e-05 sec | ||
| 91 | 2025.02.10 18:48:02.662393 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.02.10 18:48:02.662409 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.02.10 18:48:02.662434 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.02.10 18:48:02.662644 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.02.10 18:48:02.662737 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.02.10 18:48:02.662753 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.02.10 18:48:02.662764 [ 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.10 18:48:02.662776 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.02.10 18:48:02.678188 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.02.10 18:48:02.678404 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.35 MiB | ||
| 101 | 2025.02.10 18:48:02.679317 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.2931e-05 sec. | ||
| 102 | 2025.02.10 18:48:02.680331 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.02.10 18:48:02.680407 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.02.10 18:48:02.680424 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.02.10 18:48:02.920130 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48628 | ||
| 106 | 2025.02.10 18:48:02.920457 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.02.10 18:48:02.920516 [ 3 ] {} <Debug> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Authenticating user 'default' from [fd00:1122:3344:101::d]:48628 | ||
| 108 | 2025.02.10 18:48:02.920549 [ 3 ] {} <Debug> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.02.10 18:48:02.920653 [ 3 ] {} <Debug> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.02.10 18:48:02.920743 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.02.10 18:48:02.920770 [ 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.10 18:48:02.920855 [ 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.10 18:48:02.923058 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57922 | ||
| 114 | 2025.02.10 18:48:02.923187 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 115 | 2025.02.10 18:48:02.923217 [ 4 ] {} <Debug> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57922 | ||
| 116 | 2025.02.10 18:48:02.923242 [ 4 ] {} <Debug> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 117 | 2025.02.10 18:48:02.923337 [ 4 ] {} <Debug> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2025.02.10 18:48:02.924035 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56251 | ||
| 119 | 2025.02.10 18:48:02.924050 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56757 | ||
| 120 | 2025.02.10 18:48:02.924116 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 121 | 2025.02.10 18:48:02.924161 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33594 | ||
| 122 | 2025.02.10 18:48:02.924209 [ 253 ] {} <Debug> TCP-Session: ce00fb15-6a7c-4c8c-991a-e9f0eb5694c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56251 | ||
| 123 | 2025.02.10 18:48:02.924329 [ 253 ] {} <Debug> TCP-Session: ce00fb15-6a7c-4c8c-991a-e9f0eb5694c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 124 | 2025.02.10 18:48:02.924354 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 125 | 2025.02.10 18:48:02.924353 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56094 | ||
| 126 | 2025.02.10 18:48:02.924499 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40676 | ||
| 127 | 2025.02.10 18:48:02.924516 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 128 | 2025.02.10 18:48:02.924624 [ 253 ] {} <Debug> TCP-Session: ce00fb15-6a7c-4c8c-991a-e9f0eb5694c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 129 | 2025.02.10 18:48:02.924713 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53013 | ||
| 130 | 2025.02.10 18:48:02.924757 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 131 | 2025.02.10 18:48:02.924769 [ 254 ] {} <Debug> TCP-Session: da82dfce-d059-41e5-a7b8-655082714283 Authenticating user 'default' from [fd00:1122:3344:101::d]:33594 | ||
| 132 | 2025.02.10 18:48:02.924986 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48187 | ||
| 133 | 2025.02.10 18:48:02.925024 [ 254 ] {} <Debug> TCP-Session: da82dfce-d059-41e5-a7b8-655082714283 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 134 | 2025.02.10 18:48:02.925069 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 135 | 2025.02.10 18:48:02.925096 [ 254 ] {} <Debug> TCP-Session: da82dfce-d059-41e5-a7b8-655082714283 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2025.02.10 18:48:02.925058 [ 255 ] {} <Debug> TCP-Session: 0e50e4da-eb26-4f8f-9996-24fb6f0de1f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56094 | ||
| 137 | 2025.02.10 18:48:02.924547 [ 5 ] {} <Debug> TCP-Session: 439e0a6e-6963-4439-8a2e-6ef3216e19dd Authenticating user 'default' from [fd00:1122:3344:101::d]:56757 | ||
| 138 | 2025.02.10 18:48:02.925036 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 139 | 2025.02.10 18:48:02.925226 [ 255 ] {} <Debug> TCP-Session: 0e50e4da-eb26-4f8f-9996-24fb6f0de1f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2025.02.10 18:48:02.925275 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 141 | 2025.02.10 18:48:02.925303 [ 256 ] {} <Debug> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Authenticating user 'default' from [fd00:1122:3344:101::d]:40676 | ||
| 142 | 2025.02.10 18:48:02.925360 [ 257 ] {} <Debug> TCP-Session: e0029d08-bbd2-406e-9a56-135750c90215 Authenticating user 'default' from [fd00:1122:3344:101::d]:53013 | ||
| 143 | 2025.02.10 18:48:02.925385 [ 5 ] {} <Debug> TCP-Session: 439e0a6e-6963-4439-8a2e-6ef3216e19dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2025.02.10 18:48:02.925452 [ 255 ] {} <Debug> TCP-Session: 0e50e4da-eb26-4f8f-9996-24fb6f0de1f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2025.02.10 18:48:02.925443 [ 257 ] {} <Debug> TCP-Session: e0029d08-bbd2-406e-9a56-135750c90215 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2025.02.10 18:48:02.925428 [ 256 ] {} <Debug> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.02.10 18:48:02.925533 [ 257 ] {} <Debug> TCP-Session: e0029d08-bbd2-406e-9a56-135750c90215 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.02.10 18:48:02.925515 [ 5 ] {} <Debug> TCP-Session: 439e0a6e-6963-4439-8a2e-6ef3216e19dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2025.02.10 18:48:02.925402 [ 258 ] {} <Debug> TCP-Session: ca58e13b-b278-44fd-be12-ee5e28cb460b Authenticating user 'default' from [fd00:1122:3344:101::d]:48187 | ||
| 150 | 2025.02.10 18:48:02.925600 [ 256 ] {} <Debug> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 151 | 2025.02.10 18:48:02.926400 [ 258 ] {} <Debug> TCP-Session: ca58e13b-b278-44fd-be12-ee5e28cb460b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.02.10 18:48:02.926468 [ 258 ] {} <Debug> TCP-Session: ca58e13b-b278-44fd-be12-ee5e28cb460b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.02.10 18:48:02.927314 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 154 | 2025.02.10 18:48:02.930601 [ 3 ] {6ad66e49-ce68-4cec-99f3-408807b45e35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2025.02.10 18:48:02.986867 [ 3 ] {6ad66e49-ce68-4cec-99f3-408807b45e35} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:48628) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 156 | |||
| 157 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 165 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 166 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 167 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 168 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 174 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 175 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 176 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 177 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 178 | |||
| 179 | 2025.02.10 18:48:02.988332 [ 3 ] {6ad66e49-ce68-4cec-99f3-408807b45e35} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 180 | |||
| 181 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 182 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 183 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 184 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 185 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 186 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 187 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 188 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 189 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 190 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 191 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 192 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 193 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 194 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 195 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 196 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 197 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 198 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 202 | |||
| 203 | 2025.02.10 18:48:02.988570 [ 3 ] {6ad66e49-ce68-4cec-99f3-408807b45e35} <Debug> TCPHandler: Processed in 0.063000748 sec. | ||
| 204 | 2025.02.10 18:48:02.988865 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2025.02.10 18:48:02.989104 [ 4 ] {bacc1157-6e85-4f1f-accf-e496e127140b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2025.02.10 18:48:02.989463 [ 4 ] {bacc1157-6e85-4f1f-accf-e496e127140b} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:57922) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 207 | |||
| 208 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 222 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 223 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 229 | |||
| 230 | 2025.02.10 18:48:02.989729 [ 4 ] {bacc1157-6e85-4f1f-accf-e496e127140b} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 231 | |||
| 232 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 246 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 247 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 251 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 253 | |||
| 254 | 2025.02.10 18:48:02.989951 [ 4 ] {bacc1157-6e85-4f1f-accf-e496e127140b} <Debug> TCPHandler: Processed in 0.00122154 sec. | ||
| 255 | 2025.02.10 18:48:02.990260 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2025.02.10 18:48:02.991532 [ 3 ] {7f09acd7-6221-41d1-b82c-9061e9f65722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 257 | 2025.02.10 18:48:02.991634 [ 3 ] {7f09acd7-6221-41d1-b82c-9061e9f65722} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 258 | 2025.02.10 18:48:02.993288 [ 3 ] {7f09acd7-6221-41d1-b82c-9061e9f65722} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 259 | 2025.02.10 18:48:02.993311 [ 3 ] {7f09acd7-6221-41d1-b82c-9061e9f65722} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5242e-05 sec | ||
| 260 | 2025.02.10 18:48:02.993326 [ 3 ] {7f09acd7-6221-41d1-b82c-9061e9f65722} <Trace> ReferentialDeps: No tables | ||
| 261 | 2025.02.10 18:48:02.993369 [ 3 ] {7f09acd7-6221-41d1-b82c-9061e9f65722} <Trace> LoadingDeps: No tables | ||
| 262 | 2025.02.10 18:48:02.993418 [ 3 ] {7f09acd7-6221-41d1-b82c-9061e9f65722} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 263 | 2025.02.10 18:48:02.994017 [ 3 ] {7f09acd7-6221-41d1-b82c-9061e9f65722} <Debug> TCPHandler: Processed in 0.003879644 sec. | ||
| 264 | 2025.02.10 18:48:02.994275 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 265 | 2025.02.10 18:48:02.994498 [ 3 ] {94057223-39dc-46e0-845f-2587d8ffebfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) /* The version table contains metadata about the `oximeter` database */ | ||
| 266 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 267 | 2025.02.10 18:48:02.994543 [ 3 ] {94057223-39dc-46e0-845f-2587d8ffebfe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 268 | 2025.02.10 18:48:03.000352 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 121.29 MiB, peak 121.29 MiB, free memory in arenas 0.00 B, will set to 130.24 MiB (RSS), difference: 8.94 MiB | ||
| 269 | 2025.02.10 18:48:03.002838 [ 3 ] {94057223-39dc-46e0-845f-2587d8ffebfe} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 270 | 2025.02.10 18:48:03.012451 [ 3 ] {94057223-39dc-46e0-845f-2587d8ffebfe} <Debug> oximeter.version (bdde0822-896a-4165-8c21-15fc6441ea71): Loading data parts | ||
| 271 | 2025.02.10 18:48:03.013208 [ 3 ] {94057223-39dc-46e0-845f-2587d8ffebfe} <Debug> oximeter.version (bdde0822-896a-4165-8c21-15fc6441ea71): There are no data parts | ||
| 272 | 2025.02.10 18:48:03.018568 [ 3 ] {94057223-39dc-46e0-845f-2587d8ffebfe} <Debug> TCPHandler: Processed in 0.024342977 sec. | ||
| 273 | 2025.02.10 18:48:03.018790 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 274 | 2025.02.10 18:48:03.019105 [ 4 ] {a95dd31f-9b03-4556-ac27-9963b092069d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) /* The measurement tables contain all individual samples from each timeseries. | ||
| 275 | * | ||
| 276 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 277 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 278 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 279 | * by all samples from the same timeseries. | ||
| 280 | * | ||
| 281 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 282 | * and then uses that to index quickly into the measurements tables. | ||
| 283 | */ | ||
| 284 | 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) | ||
| 285 | 2025.02.10 18:48:03.019236 [ 4 ] {a95dd31f-9b03-4556-ac27-9963b092069d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 286 | 2025.02.10 18:48:03.028061 [ 4 ] {a95dd31f-9b03-4556-ac27-9963b092069d} <Debug> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Loading data parts | ||
| 287 | 2025.02.10 18:48:03.028317 [ 4 ] {a95dd31f-9b03-4556-ac27-9963b092069d} <Debug> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): There are no data parts | ||
| 288 | 2025.02.10 18:48:03.037325 [ 4 ] {a95dd31f-9b03-4556-ac27-9963b092069d} <Debug> TCPHandler: Processed in 0.018597608 sec. | ||
| 289 | 2025.02.10 18:48:03.037615 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 290 | 2025.02.10 18:48:03.037875 [ 3 ] {17293f66-81be-44ea-acfa-3a5de5ae68f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) 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) | ||
| 291 | 2025.02.10 18:48:03.038012 [ 3 ] {17293f66-81be-44ea-acfa-3a5de5ae68f6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 292 | 2025.02.10 18:48:03.040854 [ 3 ] {17293f66-81be-44ea-acfa-3a5de5ae68f6} <Debug> oximeter.measurements_i8 (fce6e4d2-13f0-4269-85c4-54a3ba280282): Loading data parts | ||
| 293 | 2025.02.10 18:48:03.041043 [ 3 ] {17293f66-81be-44ea-acfa-3a5de5ae68f6} <Debug> oximeter.measurements_i8 (fce6e4d2-13f0-4269-85c4-54a3ba280282): There are no data parts | ||
| 294 | 2025.02.10 18:48:03.044230 [ 3 ] {17293f66-81be-44ea-acfa-3a5de5ae68f6} <Debug> TCPHandler: Processed in 0.006688611 sec. | ||
| 295 | 2025.02.10 18:48:03.044443 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 296 | 2025.02.10 18:48:03.044781 [ 4 ] {c06bd8d7-b045-4e9e-a472-1f25a6e68b0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) 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) | ||
| 297 | 2025.02.10 18:48:03.044844 [ 4 ] {c06bd8d7-b045-4e9e-a472-1f25a6e68b0b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 298 | 2025.02.10 18:48:03.047211 [ 4 ] {c06bd8d7-b045-4e9e-a472-1f25a6e68b0b} <Debug> oximeter.measurements_u8 (a8bc4d46-3099-4c4b-b976-5b7e63c5e5f8): Loading data parts | ||
| 299 | 2025.02.10 18:48:03.047395 [ 4 ] {c06bd8d7-b045-4e9e-a472-1f25a6e68b0b} <Debug> oximeter.measurements_u8 (a8bc4d46-3099-4c4b-b976-5b7e63c5e5f8): There are no data parts | ||
| 300 | 2025.02.10 18:48:03.052996 [ 4 ] {c06bd8d7-b045-4e9e-a472-1f25a6e68b0b} <Debug> TCPHandler: Processed in 0.008620068 sec. | ||
| 301 | 2025.02.10 18:48:03.053265 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 302 | 2025.02.10 18:48:03.053478 [ 3 ] {c79b798e-df3e-4cf9-ba00-603bdfd4a72e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) 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) | ||
| 303 | 2025.02.10 18:48:03.053608 [ 3 ] {c79b798e-df3e-4cf9-ba00-603bdfd4a72e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 304 | 2025.02.10 18:48:03.057814 [ 3 ] {c79b798e-df3e-4cf9-ba00-603bdfd4a72e} <Debug> oximeter.measurements_i16 (cb2f4f50-508b-465d-8de6-b4d565a9096e): Loading data parts | ||
| 305 | 2025.02.10 18:48:03.058009 [ 3 ] {c79b798e-df3e-4cf9-ba00-603bdfd4a72e} <Debug> oximeter.measurements_i16 (cb2f4f50-508b-465d-8de6-b4d565a9096e): There are no data parts | ||
| 306 | 2025.02.10 18:48:03.059549 [ 3 ] {c79b798e-df3e-4cf9-ba00-603bdfd4a72e} <Debug> TCPHandler: Processed in 0.006344293 sec. | ||
| 307 | 2025.02.10 18:48:03.059747 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 308 | 2025.02.10 18:48:03.059965 [ 4 ] {5a4d5035-2407-4720-95fd-9b5d27ab43bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) 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) | ||
| 309 | 2025.02.10 18:48:03.060095 [ 4 ] {5a4d5035-2407-4720-95fd-9b5d27ab43bf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 310 | 2025.02.10 18:48:03.064014 [ 4 ] {5a4d5035-2407-4720-95fd-9b5d27ab43bf} <Debug> oximeter.measurements_u16 (1fc5a432-c1cd-4894-b1b0-49dc496a8b80): Loading data parts | ||
| 311 | 2025.02.10 18:48:03.064191 [ 4 ] {5a4d5035-2407-4720-95fd-9b5d27ab43bf} <Debug> oximeter.measurements_u16 (1fc5a432-c1cd-4894-b1b0-49dc496a8b80): There are no data parts | ||
| 312 | 2025.02.10 18:48:03.065691 [ 4 ] {5a4d5035-2407-4720-95fd-9b5d27ab43bf} <Debug> TCPHandler: Processed in 0.006002925 sec. | ||
| 313 | 2025.02.10 18:48:03.065904 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 314 | 2025.02.10 18:48:03.066192 [ 3 ] {f985239a-8005-4d23-9499-f648733fc28d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) 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) | ||
| 315 | 2025.02.10 18:48:03.066317 [ 3 ] {f985239a-8005-4d23-9499-f648733fc28d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 316 | 2025.02.10 18:48:03.070122 [ 3 ] {f985239a-8005-4d23-9499-f648733fc28d} <Debug> oximeter.measurements_i32 (088c4229-0d25-4559-921d-e1761f380d16): Loading data parts | ||
| 317 | 2025.02.10 18:48:03.070276 [ 3 ] {f985239a-8005-4d23-9499-f648733fc28d} <Debug> oximeter.measurements_i32 (088c4229-0d25-4559-921d-e1761f380d16): There are no data parts | ||
| 318 | 2025.02.10 18:48:03.071866 [ 3 ] {f985239a-8005-4d23-9499-f648733fc28d} <Debug> TCPHandler: Processed in 0.006027506 sec. | ||
| 319 | 2025.02.10 18:48:03.072053 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 320 | 2025.02.10 18:48:03.072305 [ 4 ] {098010a5-48b7-451f-85eb-7ac3acdb6003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) 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) | ||
| 321 | 2025.02.10 18:48:03.072442 [ 4 ] {098010a5-48b7-451f-85eb-7ac3acdb6003} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 322 | 2025.02.10 18:48:03.076447 [ 4 ] {098010a5-48b7-451f-85eb-7ac3acdb6003} <Debug> oximeter.measurements_u32 (3e006ac9-8631-4700-802f-fbeda92fe5a6): Loading data parts | ||
| 323 | 2025.02.10 18:48:03.076616 [ 4 ] {098010a5-48b7-451f-85eb-7ac3acdb6003} <Debug> oximeter.measurements_u32 (3e006ac9-8631-4700-802f-fbeda92fe5a6): There are no data parts | ||
| 324 | 2025.02.10 18:48:03.078197 [ 4 ] {098010a5-48b7-451f-85eb-7ac3acdb6003} <Debug> TCPHandler: Processed in 0.006210099 sec. | ||
| 325 | 2025.02.10 18:48:03.078362 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 326 | 2025.02.10 18:48:03.078634 [ 3 ] {b06905ed-a199-4e8b-8e07-7790f6e6edeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) 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) | ||
| 327 | 2025.02.10 18:48:03.078740 [ 3 ] {b06905ed-a199-4e8b-8e07-7790f6e6edeb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 328 | 2025.02.10 18:48:03.083126 [ 3 ] {b06905ed-a199-4e8b-8e07-7790f6e6edeb} <Debug> oximeter.measurements_i64 (903d7709-ff97-45bf-88fa-ba0a95eb9708): Loading data parts | ||
| 329 | 2025.02.10 18:48:03.083270 [ 3 ] {b06905ed-a199-4e8b-8e07-7790f6e6edeb} <Debug> oximeter.measurements_i64 (903d7709-ff97-45bf-88fa-ba0a95eb9708): There are no data parts | ||
| 330 | 2025.02.10 18:48:03.084846 [ 3 ] {b06905ed-a199-4e8b-8e07-7790f6e6edeb} <Debug> TCPHandler: Processed in 0.006540038 sec. | ||
| 331 | 2025.02.10 18:48:03.085023 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 332 | 2025.02.10 18:48:03.085233 [ 4 ] {4b2f1ff8-8122-4af9-97b0-dd5aaa58be3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) 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) | ||
| 333 | 2025.02.10 18:48:03.085355 [ 4 ] {4b2f1ff8-8122-4af9-97b0-dd5aaa58be3a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 334 | 2025.02.10 18:48:03.088565 [ 4 ] {4b2f1ff8-8122-4af9-97b0-dd5aaa58be3a} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Loading data parts | ||
| 335 | 2025.02.10 18:48:03.088813 [ 4 ] {4b2f1ff8-8122-4af9-97b0-dd5aaa58be3a} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): There are no data parts | ||
| 336 | 2025.02.10 18:48:03.092706 [ 4 ] {4b2f1ff8-8122-4af9-97b0-dd5aaa58be3a} <Debug> TCPHandler: Processed in 0.007736996 sec. | ||
| 337 | 2025.02.10 18:48:03.092895 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 338 | 2025.02.10 18:48:03.093226 [ 3 ] {83b3506b-bc52-4589-a259-2f556a9bd2d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) 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) | ||
| 339 | 2025.02.10 18:48:03.093349 [ 3 ] {83b3506b-bc52-4589-a259-2f556a9bd2d9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 340 | 2025.02.10 18:48:03.097901 [ 3 ] {83b3506b-bc52-4589-a259-2f556a9bd2d9} <Debug> oximeter.measurements_f32 (1bd0385a-7082-4d21-ae0d-2f225852163d): Loading data parts | ||
| 341 | 2025.02.10 18:48:03.098063 [ 3 ] {83b3506b-bc52-4589-a259-2f556a9bd2d9} <Debug> oximeter.measurements_f32 (1bd0385a-7082-4d21-ae0d-2f225852163d): There are no data parts | ||
| 342 | 2025.02.10 18:48:03.100550 [ 3 ] {83b3506b-bc52-4589-a259-2f556a9bd2d9} <Debug> TCPHandler: Processed in 0.007721236 sec. | ||
| 343 | 2025.02.10 18:48:03.100730 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 344 | 2025.02.10 18:48:03.100936 [ 4 ] {821808a8-1868-4134-9d70-ea0631e3976c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) 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) | ||
| 345 | 2025.02.10 18:48:03.101062 [ 4 ] {821808a8-1868-4134-9d70-ea0631e3976c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 346 | 2025.02.10 18:48:03.104254 [ 4 ] {821808a8-1868-4134-9d70-ea0631e3976c} <Debug> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Loading data parts | ||
| 347 | 2025.02.10 18:48:03.104487 [ 4 ] {821808a8-1868-4134-9d70-ea0631e3976c} <Debug> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): There are no data parts | ||
| 348 | 2025.02.10 18:48:03.106384 [ 4 ] {821808a8-1868-4134-9d70-ea0631e3976c} <Debug> TCPHandler: Processed in 0.005710088 sec. | ||
| 349 | 2025.02.10 18:48:03.106575 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 350 | 2025.02.10 18:48:03.106903 [ 3 ] {4eddd4cf-f217-405f-9a2d-d3d8162d82d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) 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) | ||
| 351 | 2025.02.10 18:48:03.107030 [ 3 ] {4eddd4cf-f217-405f-9a2d-d3d8162d82d8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 352 | 2025.02.10 18:48:03.111523 [ 3 ] {4eddd4cf-f217-405f-9a2d-d3d8162d82d8} <Debug> oximeter.measurements_string (efeeac6b-6601-4318-8a8d-9c72654ff200): Loading data parts | ||
| 353 | 2025.02.10 18:48:03.111656 [ 3 ] {4eddd4cf-f217-405f-9a2d-d3d8162d82d8} <Debug> oximeter.measurements_string (efeeac6b-6601-4318-8a8d-9c72654ff200): There are no data parts | ||
| 354 | 2025.02.10 18:48:03.113955 [ 3 ] {4eddd4cf-f217-405f-9a2d-d3d8162d82d8} <Debug> TCPHandler: Processed in 0.00744822 sec. | ||
| 355 | 2025.02.10 18:48:03.114137 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 356 | 2025.02.10 18:48:03.114347 [ 4 ] {093bcb2b-aab9-4aa5-8cea-3917a86e76f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 357 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 358 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 359 | * a string isn't palatable for a few reasons. | ||
| 360 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 361 | * details. | ||
| 362 | */ | ||
| 363 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 364 | 2025.02.10 18:48:03.114460 [ 4 ] {093bcb2b-aab9-4aa5-8cea-3917a86e76f3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 365 | 2025.02.10 18:48:03.118994 [ 4 ] {093bcb2b-aab9-4aa5-8cea-3917a86e76f3} <Debug> oximeter.measurements_bytes (9dda281d-4d4a-496c-bd7a-c406cd877344): Loading data parts | ||
| 366 | 2025.02.10 18:48:03.119171 [ 4 ] {093bcb2b-aab9-4aa5-8cea-3917a86e76f3} <Debug> oximeter.measurements_bytes (9dda281d-4d4a-496c-bd7a-c406cd877344): There are no data parts | ||
| 367 | 2025.02.10 18:48:03.120880 [ 4 ] {093bcb2b-aab9-4aa5-8cea-3917a86e76f3} <Debug> TCPHandler: Processed in 0.006799614 sec. | ||
| 368 | 2025.02.10 18:48:03.121057 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 369 | 2025.02.10 18:48:03.121280 [ 3 ] {9cdf5739-a263-4ab3-9a3d-44b7c94b4ea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) 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) | ||
| 370 | 2025.02.10 18:48:03.121413 [ 3 ] {9cdf5739-a263-4ab3-9a3d-44b7c94b4ea1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 371 | 2025.02.10 18:48:03.124230 [ 3 ] {9cdf5739-a263-4ab3-9a3d-44b7c94b4ea1} <Debug> oximeter.measurements_cumulativei64 (290d9fc7-97eb-4cb3-ba6a-8326b7c514ce): Loading data parts | ||
| 372 | 2025.02.10 18:48:03.124385 [ 3 ] {9cdf5739-a263-4ab3-9a3d-44b7c94b4ea1} <Debug> oximeter.measurements_cumulativei64 (290d9fc7-97eb-4cb3-ba6a-8326b7c514ce): There are no data parts | ||
| 373 | 2025.02.10 18:48:03.125839 [ 3 ] {9cdf5739-a263-4ab3-9a3d-44b7c94b4ea1} <Debug> TCPHandler: Processed in 0.004843527 sec. | ||
| 374 | 2025.02.10 18:48:03.126067 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 375 | 2025.02.10 18:48:03.126371 [ 4 ] {0dced9b1-9314-4d8a-82b9-6a481a2b0378} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) 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) | ||
| 376 | 2025.02.10 18:48:03.126506 [ 4 ] {0dced9b1-9314-4d8a-82b9-6a481a2b0378} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 377 | 2025.02.10 18:48:03.131136 [ 4 ] {0dced9b1-9314-4d8a-82b9-6a481a2b0378} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Loading data parts | ||
| 378 | 2025.02.10 18:48:03.131374 [ 4 ] {0dced9b1-9314-4d8a-82b9-6a481a2b0378} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): There are no data parts | ||
| 379 | 2025.02.10 18:48:03.132931 [ 4 ] {0dced9b1-9314-4d8a-82b9-6a481a2b0378} <Debug> TCPHandler: Processed in 0.006930697 sec. | ||
| 380 | 2025.02.10 18:48:03.133114 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 381 | 2025.02.10 18:48:03.133431 [ 3 ] {12121893-5924-48ea-9687-67594cc90545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) 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) | ||
| 382 | 2025.02.10 18:48:03.133518 [ 3 ] {12121893-5924-48ea-9687-67594cc90545} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 383 | 2025.02.10 18:48:03.136269 [ 3 ] {12121893-5924-48ea-9687-67594cc90545} <Debug> oximeter.measurements_cumulativef32 (9340803e-ed3a-4051-be1d-cbc29eeba92e): Loading data parts | ||
| 384 | 2025.02.10 18:48:03.136417 [ 3 ] {12121893-5924-48ea-9687-67594cc90545} <Debug> oximeter.measurements_cumulativef32 (9340803e-ed3a-4051-be1d-cbc29eeba92e): There are no data parts | ||
| 385 | 2025.02.10 18:48:03.140423 [ 3 ] {12121893-5924-48ea-9687-67594cc90545} <Debug> TCPHandler: Processed in 0.007376458 sec. | ||
| 386 | 2025.02.10 18:48:03.140641 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 387 | 2025.02.10 18:48:03.140904 [ 4 ] {3d70d94d-4450-4233-a400-9712bc701667} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) 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) | ||
| 388 | 2025.02.10 18:48:03.141052 [ 4 ] {3d70d94d-4450-4233-a400-9712bc701667} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 389 | 2025.02.10 18:48:03.143149 [ 4 ] {3d70d94d-4450-4233-a400-9712bc701667} <Debug> oximeter.measurements_cumulativef64 (fbb01af5-e55f-4692-94e3-9d1cbbc2c34d): Loading data parts | ||
| 390 | 2025.02.10 18:48:03.143408 [ 4 ] {3d70d94d-4450-4233-a400-9712bc701667} <Debug> oximeter.measurements_cumulativef64 (fbb01af5-e55f-4692-94e3-9d1cbbc2c34d): There are no data parts | ||
| 391 | 2025.02.10 18:48:03.146401 [ 4 ] {3d70d94d-4450-4233-a400-9712bc701667} <Debug> TCPHandler: Processed in 0.00582681 sec. | ||
| 392 | 2025.02.10 18:48:03.146600 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 393 | 2025.02.10 18:48:03.146979 [ 3 ] {8f483c1a-a276-4c12-9ce8-489832c0b32e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 394 | * NOTE: Array types cannot be Nullable, see | ||
| 395 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 396 | * for more details. | ||
| 397 | * | ||
| 398 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 399 | * is unfortunate, and at this point relies on the fact that an | ||
| 400 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 401 | * to figure out another way to represent missing samples here. | ||
| 402 | */ | ||
| 403 | 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) | ||
| 404 | 2025.02.10 18:48:03.147106 [ 3 ] {8f483c1a-a276-4c12-9ce8-489832c0b32e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 405 | 2025.02.10 18:48:03.149522 [ 3 ] {8f483c1a-a276-4c12-9ce8-489832c0b32e} <Debug> oximeter.measurements_histogrami8 (6942d344-04f9-456e-951d-121d3b2c0531): Loading data parts | ||
| 406 | 2025.02.10 18:48:03.149671 [ 3 ] {8f483c1a-a276-4c12-9ce8-489832c0b32e} <Debug> oximeter.measurements_histogrami8 (6942d344-04f9-456e-951d-121d3b2c0531): There are no data parts | ||
| 407 | 2025.02.10 18:48:03.152578 [ 3 ] {8f483c1a-a276-4c12-9ce8-489832c0b32e} <Debug> TCPHandler: Processed in 0.006038805 sec. | ||
| 408 | 2025.02.10 18:48:03.152779 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 409 | 2025.02.10 18:48:03.153132 [ 4 ] {012c495f-89e9-46b1-a9bc-04a2736c9baa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) 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) | ||
| 410 | 2025.02.10 18:48:03.153299 [ 4 ] {012c495f-89e9-46b1-a9bc-04a2736c9baa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 411 | 2025.02.10 18:48:03.154193 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42665 | ||
| 412 | 2025.02.10 18:48:03.154480 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 413 | 2025.02.10 18:48:03.154592 [ 261 ] {} <Debug> TCP-Session: e247e4ef-763c-4a71-add5-8f00251aa403 Authenticating user 'default' from [fd00:1122:3344:101::c]:42665 | ||
| 414 | 2025.02.10 18:48:03.154630 [ 261 ] {} <Debug> TCP-Session: e247e4ef-763c-4a71-add5-8f00251aa403 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 415 | 2025.02.10 18:48:03.154649 [ 261 ] {} <Debug> TCP-Session: e247e4ef-763c-4a71-add5-8f00251aa403 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 416 | 2025.02.10 18:48:03.154841 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 417 | 2025.02.10 18:48:03.154873 [ 261 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 418 | 2025.02.10 18:48:03.154962 [ 261 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 419 | 2025.02.10 18:48:03.155912 [ 4 ] {012c495f-89e9-46b1-a9bc-04a2736c9baa} <Debug> oximeter.measurements_histogramu8 (f56c142b-9717-44ac-8da9-8450a914bae2): Loading data parts | ||
| 420 | 2025.02.10 18:48:03.156093 [ 4 ] {012c495f-89e9-46b1-a9bc-04a2736c9baa} <Debug> oximeter.measurements_histogramu8 (f56c142b-9717-44ac-8da9-8450a914bae2): There are no data parts | ||
| 421 | 2025.02.10 18:48:03.157032 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53395 | ||
| 422 | 2025.02.10 18:48:03.157088 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58830 | ||
| 423 | 2025.02.10 18:48:03.157255 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63791 | ||
| 424 | 2025.02.10 18:48:03.157257 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36503 | ||
| 425 | 2025.02.10 18:48:03.157374 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 426 | 2025.02.10 18:48:03.157808 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 427 | 2025.02.10 18:48:03.157738 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 428 | 2025.02.10 18:48:03.157863 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35163 | ||
| 429 | 2025.02.10 18:48:03.157899 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34478 | ||
| 430 | 2025.02.10 18:48:03.157859 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 431 | 2025.02.10 18:48:03.157957 [ 264 ] {} <Debug> TCP-Session: 285296a8-e981-4c33-96ed-70f966d28418 Authenticating user 'default' from [fd00:1122:3344:101::c]:63791 | ||
| 432 | 2025.02.10 18:48:03.157942 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:65494 | ||
| 433 | 2025.02.10 18:48:03.157859 [ 262 ] {} <Debug> TCP-Session: 1b14611d-4551-491a-943f-f6e24f865c1a Authenticating user 'default' from [fd00:1122:3344:101::c]:53395 | ||
| 434 | 2025.02.10 18:48:03.158148 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 435 | 2025.02.10 18:48:03.158176 [ 264 ] {} <Debug> TCP-Session: 285296a8-e981-4c33-96ed-70f966d28418 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 436 | 2025.02.10 18:48:03.158284 [ 262 ] {} <Debug> TCP-Session: 1b14611d-4551-491a-943f-f6e24f865c1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 437 | 2025.02.10 18:48:03.158362 [ 266 ] {} <Debug> TCP-Session: 7b3af584-8c6a-4e6d-a791-a41335689cd1 Authenticating user 'default' from [fd00:1122:3344:101::c]:34478 | ||
| 438 | 2025.02.10 18:48:03.158328 [ 263 ] {} <Debug> TCP-Session: f69fdd88-a1c1-4ef0-805d-0d3131b89e0b Authenticating user 'default' from [fd00:1122:3344:101::c]:58830 | ||
| 439 | 2025.02.10 18:48:03.158401 [ 265 ] {} <Debug> TCP-Session: ca5e93ab-8a27-44f2-8e68-bdad3fb8da29 Authenticating user 'default' from [fd00:1122:3344:101::c]:36503 | ||
| 440 | 2025.02.10 18:48:03.158471 [ 262 ] {} <Debug> TCP-Session: 1b14611d-4551-491a-943f-f6e24f865c1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 441 | 2025.02.10 18:48:03.158479 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 442 | 2025.02.10 18:48:03.158411 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 443 | 2025.02.10 18:48:03.158434 [ 264 ] {} <Debug> TCP-Session: 285296a8-e981-4c33-96ed-70f966d28418 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 444 | 2025.02.10 18:48:03.158557 [ 263 ] {} <Debug> TCP-Session: f69fdd88-a1c1-4ef0-805d-0d3131b89e0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 445 | 2025.02.10 18:48:03.158531 [ 266 ] {} <Debug> TCP-Session: 7b3af584-8c6a-4e6d-a791-a41335689cd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 446 | 2025.02.10 18:48:03.158679 [ 268 ] {} <Debug> TCP-Session: bd3b945a-6a2b-45fe-a771-a95730b4bb18 Authenticating user 'default' from [fd00:1122:3344:101::c]:65494 | ||
| 447 | 2025.02.10 18:48:03.158784 [ 266 ] {} <Debug> TCP-Session: 7b3af584-8c6a-4e6d-a791-a41335689cd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 448 | 2025.02.10 18:48:03.158795 [ 267 ] {} <Debug> TCP-Session: 127c39cb-e5b4-4481-8fbb-ed10b2223109 Authenticating user 'default' from [fd00:1122:3344:101::c]:35163 | ||
| 449 | 2025.02.10 18:48:03.158627 [ 265 ] {} <Debug> TCP-Session: ca5e93ab-8a27-44f2-8e68-bdad3fb8da29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 450 | 2025.02.10 18:48:03.158817 [ 268 ] {} <Debug> TCP-Session: bd3b945a-6a2b-45fe-a771-a95730b4bb18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 451 | 2025.02.10 18:48:03.158927 [ 263 ] {} <Debug> TCP-Session: f69fdd88-a1c1-4ef0-805d-0d3131b89e0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 452 | 2025.02.10 18:48:03.158954 [ 267 ] {} <Debug> TCP-Session: 127c39cb-e5b4-4481-8fbb-ed10b2223109 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 453 | 2025.02.10 18:48:03.159015 [ 268 ] {} <Debug> TCP-Session: bd3b945a-6a2b-45fe-a771-a95730b4bb18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 454 | 2025.02.10 18:48:03.159089 [ 267 ] {} <Debug> TCP-Session: 127c39cb-e5b4-4481-8fbb-ed10b2223109 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 455 | 2025.02.10 18:48:03.159165 [ 265 ] {} <Debug> TCP-Session: ca5e93ab-8a27-44f2-8e68-bdad3fb8da29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 456 | 2025.02.10 18:48:03.159429 [ 4 ] {012c495f-89e9-46b1-a9bc-04a2736c9baa} <Debug> TCPHandler: Processed in 0.006718662 sec. | ||
| 457 | 2025.02.10 18:48:03.159630 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 458 | 2025.02.10 18:48:03.159933 [ 3 ] {0bcd58b2-e993-4279-bceb-ae49a25b1fdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) 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) | ||
| 459 | 2025.02.10 18:48:03.160078 [ 3 ] {0bcd58b2-e993-4279-bceb-ae49a25b1fdf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 460 | 2025.02.10 18:48:03.164873 [ 3 ] {0bcd58b2-e993-4279-bceb-ae49a25b1fdf} <Debug> oximeter.measurements_histogrami16 (e598e989-6de6-4fd4-b65f-3c87b76c2475): Loading data parts | ||
| 461 | 2025.02.10 18:48:03.165049 [ 3 ] {0bcd58b2-e993-4279-bceb-ae49a25b1fdf} <Debug> oximeter.measurements_histogrami16 (e598e989-6de6-4fd4-b65f-3c87b76c2475): There are no data parts | ||
| 462 | 2025.02.10 18:48:03.167448 [ 3 ] {0bcd58b2-e993-4279-bceb-ae49a25b1fdf} <Debug> TCPHandler: Processed in 0.00787811 sec. | ||
| 463 | 2025.02.10 18:48:03.167658 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 464 | 2025.02.10 18:48:03.168096 [ 4 ] {9b679d3c-3fb5-4096-92c6-edb30749afc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) 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) | ||
| 465 | 2025.02.10 18:48:03.168241 [ 4 ] {9b679d3c-3fb5-4096-92c6-edb30749afc3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 466 | 2025.02.10 18:48:03.170522 [ 4 ] {9b679d3c-3fb5-4096-92c6-edb30749afc3} <Debug> oximeter.measurements_histogramu16 (546ca853-6586-4a72-abfb-e46849423463): Loading data parts | ||
| 467 | 2025.02.10 18:48:03.170677 [ 4 ] {9b679d3c-3fb5-4096-92c6-edb30749afc3} <Debug> oximeter.measurements_histogramu16 (546ca853-6586-4a72-abfb-e46849423463): There are no data parts | ||
| 468 | 2025.02.10 18:48:03.174600 [ 4 ] {9b679d3c-3fb5-4096-92c6-edb30749afc3} <Debug> TCPHandler: Processed in 0.007009039 sec. | ||
| 469 | 2025.02.10 18:48:03.174806 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 470 | 2025.02.10 18:48:03.175165 [ 3 ] {40d2eb97-6ae9-475e-a19b-58b2cbc19a62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) 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) | ||
| 471 | 2025.02.10 18:48:03.175324 [ 3 ] {40d2eb97-6ae9-475e-a19b-58b2cbc19a62} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 472 | 2025.02.10 18:48:03.180235 [ 3 ] {40d2eb97-6ae9-475e-a19b-58b2cbc19a62} <Debug> oximeter.measurements_histogrami32 (7b619673-4716-4f40-b2cb-6563949beab7): Loading data parts | ||
| 473 | 2025.02.10 18:48:03.180444 [ 3 ] {40d2eb97-6ae9-475e-a19b-58b2cbc19a62} <Debug> oximeter.measurements_histogrami32 (7b619673-4716-4f40-b2cb-6563949beab7): There are no data parts | ||
| 474 | 2025.02.10 18:48:03.185127 [ 3 ] {40d2eb97-6ae9-475e-a19b-58b2cbc19a62} <Debug> TCPHandler: Processed in 0.010392911 sec. | ||
| 475 | 2025.02.10 18:48:03.185333 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 476 | 2025.02.10 18:48:03.185708 [ 4 ] {1bb84b7a-6bf3-46f9-9521-835d582e0668} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) 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) | ||
| 477 | 2025.02.10 18:48:03.185836 [ 4 ] {1bb84b7a-6bf3-46f9-9521-835d582e0668} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 478 | 2025.02.10 18:48:03.190870 [ 4 ] {1bb84b7a-6bf3-46f9-9521-835d582e0668} <Debug> oximeter.measurements_histogramu32 (d574ab38-ef35-4c61-bf89-c01b67ba0ff7): Loading data parts | ||
| 479 | 2025.02.10 18:48:03.191158 [ 4 ] {1bb84b7a-6bf3-46f9-9521-835d582e0668} <Debug> oximeter.measurements_histogramu32 (d574ab38-ef35-4c61-bf89-c01b67ba0ff7): There are no data parts | ||
| 480 | 2025.02.10 18:48:03.193618 [ 4 ] {1bb84b7a-6bf3-46f9-9521-835d582e0668} <Debug> TCPHandler: Processed in 0.008349202 sec. | ||
| 481 | 2025.02.10 18:48:03.193812 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 482 | 2025.02.10 18:48:03.194122 [ 3 ] {10a28941-645f-49c5-83f1-9c7edffce361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) 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) | ||
| 483 | 2025.02.10 18:48:03.194273 [ 3 ] {10a28941-645f-49c5-83f1-9c7edffce361} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 484 | 2025.02.10 18:48:03.196558 [ 3 ] {10a28941-645f-49c5-83f1-9c7edffce361} <Debug> oximeter.measurements_histogrami64 (b2003856-d3e1-4a84-a292-70e1cec25018): Loading data parts | ||
| 485 | 2025.02.10 18:48:03.196831 [ 3 ] {10a28941-645f-49c5-83f1-9c7edffce361} <Debug> oximeter.measurements_histogrami64 (b2003856-d3e1-4a84-a292-70e1cec25018): There are no data parts | ||
| 486 | 2025.02.10 18:48:03.200342 [ 3 ] {10a28941-645f-49c5-83f1-9c7edffce361} <Debug> TCPHandler: Processed in 0.0065955 sec. | ||
| 487 | 2025.02.10 18:48:03.200547 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 488 | 2025.02.10 18:48:03.200933 [ 4 ] {41d88298-ef2e-454c-93b2-0e6206edc25e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) 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) | ||
| 489 | 2025.02.10 18:48:03.201389 [ 4 ] {41d88298-ef2e-454c-93b2-0e6206edc25e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 490 | 2025.02.10 18:48:03.204609 [ 4 ] {41d88298-ef2e-454c-93b2-0e6206edc25e} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Loading data parts | ||
| 491 | 2025.02.10 18:48:03.204756 [ 4 ] {41d88298-ef2e-454c-93b2-0e6206edc25e} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): There are no data parts | ||
| 492 | 2025.02.10 18:48:03.209191 [ 4 ] {41d88298-ef2e-454c-93b2-0e6206edc25e} <Debug> TCPHandler: Processed in 0.00870438 sec. | ||
| 493 | 2025.02.10 18:48:03.209383 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 494 | 2025.02.10 18:48:03.209676 [ 3 ] {d6f3e56c-cbe1-41fc-89f8-c75e95b6cb5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) 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) | ||
| 495 | 2025.02.10 18:48:03.209823 [ 3 ] {d6f3e56c-cbe1-41fc-89f8-c75e95b6cb5e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 496 | 2025.02.10 18:48:03.212983 [ 3 ] {d6f3e56c-cbe1-41fc-89f8-c75e95b6cb5e} <Debug> oximeter.measurements_histogramf32 (16f2c708-8f30-4309-b1dd-f5a0cbc9c969): Loading data parts | ||
| 497 | 2025.02.10 18:48:03.213230 [ 3 ] {d6f3e56c-cbe1-41fc-89f8-c75e95b6cb5e} <Debug> oximeter.measurements_histogramf32 (16f2c708-8f30-4309-b1dd-f5a0cbc9c969): There are no data parts | ||
| 498 | 2025.02.10 18:48:03.214691 [ 3 ] {d6f3e56c-cbe1-41fc-89f8-c75e95b6cb5e} <Debug> TCPHandler: Processed in 0.00536813 sec. | ||
| 499 | 2025.02.10 18:48:03.214892 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 500 | 2025.02.10 18:48:03.215347 [ 4 ] {33ccd7d4-e2be-4ca6-afd6-9b2975bc3220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) 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) | ||
| 501 | 2025.02.10 18:48:03.215481 [ 4 ] {33ccd7d4-e2be-4ca6-afd6-9b2975bc3220} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 502 | 2025.02.10 18:48:03.220447 [ 4 ] {33ccd7d4-e2be-4ca6-afd6-9b2975bc3220} <Debug> oximeter.measurements_histogramf64 (93342b29-13af-4ad7-ba3f-e6e52b4f1e36): Loading data parts | ||
| 503 | 2025.02.10 18:48:03.220657 [ 4 ] {33ccd7d4-e2be-4ca6-afd6-9b2975bc3220} <Debug> oximeter.measurements_histogramf64 (93342b29-13af-4ad7-ba3f-e6e52b4f1e36): There are no data parts | ||
| 504 | 2025.02.10 18:48:03.223252 [ 4 ] {33ccd7d4-e2be-4ca6-afd6-9b2975bc3220} <Debug> TCPHandler: Processed in 0.008431263 sec. | ||
| 505 | 2025.02.10 18:48:03.223456 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 506 | 2025.02.10 18:48:03.223710 [ 3 ] {52a0709b-6eaa-4471-8c89-93a1f5bb1db2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) /* The field tables store named dimensions of each timeseries. | ||
| 507 | * | ||
| 508 | * As with the measurement tables, there is one field table for each field data | ||
| 509 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 510 | * this behavior **must not** be relied upon for query correctness. | ||
| 511 | * | ||
| 512 | * The index for the fields differs from the measurements, however. Rows are | ||
| 513 | * sorted by timeseries name, then field name, field value, and finally | ||
| 514 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 515 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 516 | * usually then used to look up measurements. | ||
| 517 | * | ||
| 518 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 519 | * timeseries name and then key, since it would improve lookups where one | ||
| 520 | * already has the key. Realistically though, these tables are quite small and | ||
| 521 | * so performance benefits will be low in absolute terms. | ||
| 522 | * | ||
| 523 | * TTL: We use a materialized column to expire old field table records. This | ||
| 524 | * column is generated automatically by the database whenever a new row is | ||
| 525 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 526 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 527 | * record will remain during a deduplication, which will have the last | ||
| 528 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 529 | * measurement tables. | ||
| 530 | */ | ||
| 531 | 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) | ||
| 532 | 2025.02.10 18:48:03.223869 [ 3 ] {52a0709b-6eaa-4471-8c89-93a1f5bb1db2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 533 | 2025.02.10 18:48:03.227614 [ 3 ] {52a0709b-6eaa-4471-8c89-93a1f5bb1db2} <Debug> oximeter.fields_bool (797ed529-39fa-4dcf-a4ee-084bca6d701c): Loading data parts | ||
| 534 | 2025.02.10 18:48:03.227778 [ 3 ] {52a0709b-6eaa-4471-8c89-93a1f5bb1db2} <Debug> oximeter.fields_bool (797ed529-39fa-4dcf-a4ee-084bca6d701c): There are no data parts | ||
| 535 | 2025.02.10 18:48:03.229704 [ 3 ] {52a0709b-6eaa-4471-8c89-93a1f5bb1db2} <Debug> TCPHandler: Processed in 0.006317423 sec. | ||
| 536 | 2025.02.10 18:48:03.229900 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 537 | 2025.02.10 18:48:03.230211 [ 4 ] {c789b662-767c-4297-a14f-1f9ae1caadd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) 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) | ||
| 538 | 2025.02.10 18:48:03.230316 [ 4 ] {c789b662-767c-4297-a14f-1f9ae1caadd4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 539 | 2025.02.10 18:48:03.235888 [ 4 ] {c789b662-767c-4297-a14f-1f9ae1caadd4} <Debug> oximeter.fields_i8 (65eeaed9-dae8-41bd-9949-959537da9ffc): Loading data parts | ||
| 540 | 2025.02.10 18:48:03.236072 [ 4 ] {c789b662-767c-4297-a14f-1f9ae1caadd4} <Debug> oximeter.fields_i8 (65eeaed9-dae8-41bd-9949-959537da9ffc): There are no data parts | ||
| 541 | 2025.02.10 18:48:03.240188 [ 4 ] {c789b662-767c-4297-a14f-1f9ae1caadd4} <Debug> TCPHandler: Processed in 0.010355 sec. | ||
| 542 | 2025.02.10 18:48:03.240469 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 543 | 2025.02.10 18:48:03.240698 [ 3 ] {904ea363-6947-460d-85c8-bae9bee6492f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) 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) | ||
| 544 | 2025.02.10 18:48:03.240839 [ 3 ] {904ea363-6947-460d-85c8-bae9bee6492f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 545 | 2025.02.10 18:48:03.243128 [ 3 ] {904ea363-6947-460d-85c8-bae9bee6492f} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Loading data parts | ||
| 546 | 2025.02.10 18:48:03.243355 [ 3 ] {904ea363-6947-460d-85c8-bae9bee6492f} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): There are no data parts | ||
| 547 | 2025.02.10 18:48:03.247318 [ 3 ] {904ea363-6947-460d-85c8-bae9bee6492f} <Debug> TCPHandler: Processed in 0.006905367 sec. | ||
| 548 | 2025.02.10 18:48:03.247527 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 549 | 2025.02.10 18:48:03.247837 [ 4 ] {f3b32ae2-4d63-4f6b-9eaf-be6b6ebbd9b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) 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) | ||
| 550 | 2025.02.10 18:48:03.247945 [ 4 ] {f3b32ae2-4d63-4f6b-9eaf-be6b6ebbd9b8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 551 | 2025.02.10 18:48:03.250285 [ 4 ] {f3b32ae2-4d63-4f6b-9eaf-be6b6ebbd9b8} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Loading data parts | ||
| 552 | 2025.02.10 18:48:03.250411 [ 4 ] {f3b32ae2-4d63-4f6b-9eaf-be6b6ebbd9b8} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): There are no data parts | ||
| 553 | 2025.02.10 18:48:03.253233 [ 4 ] {f3b32ae2-4d63-4f6b-9eaf-be6b6ebbd9b8} <Debug> TCPHandler: Processed in 0.00577217 sec. | ||
| 554 | 2025.02.10 18:48:03.253500 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 555 | 2025.02.10 18:48:03.253745 [ 3 ] {6e691904-6453-4ede-b8bc-4887990ca6c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) 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) | ||
| 556 | 2025.02.10 18:48:03.253895 [ 3 ] {6e691904-6453-4ede-b8bc-4887990ca6c6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 557 | 2025.02.10 18:48:03.256826 [ 3 ] {6e691904-6453-4ede-b8bc-4887990ca6c6} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Loading data parts | ||
| 558 | 2025.02.10 18:48:03.257022 [ 3 ] {6e691904-6453-4ede-b8bc-4887990ca6c6} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): There are no data parts | ||
| 559 | 2025.02.10 18:48:03.258414 [ 3 ] {6e691904-6453-4ede-b8bc-4887990ca6c6} <Debug> TCPHandler: Processed in 0.00498066 sec. | ||
| 560 | 2025.02.10 18:48:03.258603 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 561 | 2025.02.10 18:48:03.258901 [ 4 ] {caece93c-9808-482d-8db6-c6558fc5d890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) 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) | ||
| 562 | 2025.02.10 18:48:03.259004 [ 4 ] {caece93c-9808-482d-8db6-c6558fc5d890} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 563 | 2025.02.10 18:48:03.261878 [ 4 ] {caece93c-9808-482d-8db6-c6558fc5d890} <Debug> oximeter.fields_i32 (ba35073f-a181-406d-b204-80566cdbdbe5): Loading data parts | ||
| 564 | 2025.02.10 18:48:03.262059 [ 4 ] {caece93c-9808-482d-8db6-c6558fc5d890} <Debug> oximeter.fields_i32 (ba35073f-a181-406d-b204-80566cdbdbe5): There are no data parts | ||
| 565 | 2025.02.10 18:48:03.263918 [ 4 ] {caece93c-9808-482d-8db6-c6558fc5d890} <Debug> TCPHandler: Processed in 0.00538076 sec. | ||
| 566 | 2025.02.10 18:48:03.264167 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 567 | 2025.02.10 18:48:03.264413 [ 3 ] {1c8a5e1f-49c3-42d3-8e33-a19b0ed70afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) 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) | ||
| 568 | 2025.02.10 18:48:03.264592 [ 3 ] {1c8a5e1f-49c3-42d3-8e33-a19b0ed70afe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 569 | 2025.02.10 18:48:03.267287 [ 3 ] {1c8a5e1f-49c3-42d3-8e33-a19b0ed70afe} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Loading data parts | ||
| 570 | 2025.02.10 18:48:03.267511 [ 3 ] {1c8a5e1f-49c3-42d3-8e33-a19b0ed70afe} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): There are no data parts | ||
| 571 | 2025.02.10 18:48:03.269439 [ 3 ] {1c8a5e1f-49c3-42d3-8e33-a19b0ed70afe} <Debug> TCPHandler: Processed in 0.005338708 sec. | ||
| 572 | 2025.02.10 18:48:03.269641 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 573 | 2025.02.10 18:48:03.269945 [ 4 ] {6cdc1ce9-a959-4edd-8ada-e880ca81142b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) 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) | ||
| 574 | 2025.02.10 18:48:03.270053 [ 4 ] {6cdc1ce9-a959-4edd-8ada-e880ca81142b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 575 | 2025.02.10 18:48:03.274888 [ 4 ] {6cdc1ce9-a959-4edd-8ada-e880ca81142b} <Debug> oximeter.fields_i64 (37374a78-0138-45d8-8158-ff3f2f80410d): Loading data parts | ||
| 576 | 2025.02.10 18:48:03.275075 [ 4 ] {6cdc1ce9-a959-4edd-8ada-e880ca81142b} <Debug> oximeter.fields_i64 (37374a78-0138-45d8-8158-ff3f2f80410d): There are no data parts | ||
| 577 | 2025.02.10 18:48:03.276685 [ 4 ] {6cdc1ce9-a959-4edd-8ada-e880ca81142b} <Debug> TCPHandler: Processed in 0.007111611 sec. | ||
| 578 | 2025.02.10 18:48:03.276936 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 579 | 2025.02.10 18:48:03.277189 [ 3 ] {ebec16f6-0cf3-4dc1-8a4d-de66e96d2039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) 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) | ||
| 580 | 2025.02.10 18:48:03.277337 [ 3 ] {ebec16f6-0cf3-4dc1-8a4d-de66e96d2039} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 581 | 2025.02.10 18:48:03.279290 [ 3 ] {ebec16f6-0cf3-4dc1-8a4d-de66e96d2039} <Debug> oximeter.fields_u64 (612c7091-8375-4898-98aa-c2f79740a435): Loading data parts | ||
| 582 | 2025.02.10 18:48:03.279489 [ 3 ] {ebec16f6-0cf3-4dc1-8a4d-de66e96d2039} <Debug> oximeter.fields_u64 (612c7091-8375-4898-98aa-c2f79740a435): There are no data parts | ||
| 583 | 2025.02.10 18:48:03.282898 [ 3 ] {ebec16f6-0cf3-4dc1-8a4d-de66e96d2039} <Debug> TCPHandler: Processed in 0.006031596 sec. | ||
| 584 | 2025.02.10 18:48:03.283103 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 585 | 2025.02.10 18:48:03.283404 [ 4 ] {b4f334c5-6880-4e3b-9eb0-f4687bd46643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) 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) | ||
| 586 | 2025.02.10 18:48:03.283511 [ 4 ] {b4f334c5-6880-4e3b-9eb0-f4687bd46643} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 587 | 2025.02.10 18:48:03.285834 [ 4 ] {b4f334c5-6880-4e3b-9eb0-f4687bd46643} <Debug> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Loading data parts | ||
| 588 | 2025.02.10 18:48:03.285994 [ 4 ] {b4f334c5-6880-4e3b-9eb0-f4687bd46643} <Debug> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): There are no data parts | ||
| 589 | 2025.02.10 18:48:03.289714 [ 4 ] {b4f334c5-6880-4e3b-9eb0-f4687bd46643} <Debug> TCPHandler: Processed in 0.006676682 sec. | ||
| 590 | 2025.02.10 18:48:03.289953 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 591 | 2025.02.10 18:48:03.290165 [ 3 ] {52c6380f-06af-43b4-9072-57f13d0b937b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) 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) | ||
| 592 | 2025.02.10 18:48:03.290295 [ 3 ] {52c6380f-06af-43b4-9072-57f13d0b937b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 593 | 2025.02.10 18:48:03.295443 [ 3 ] {52c6380f-06af-43b4-9072-57f13d0b937b} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Loading data parts | ||
| 594 | 2025.02.10 18:48:03.295681 [ 3 ] {52c6380f-06af-43b4-9072-57f13d0b937b} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): There are no data parts | ||
| 595 | 2025.02.10 18:48:03.297390 [ 3 ] {52c6380f-06af-43b4-9072-57f13d0b937b} <Debug> TCPHandler: Processed in 0.007496311 sec. | ||
| 596 | 2025.02.10 18:48:03.297601 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 597 | 2025.02.10 18:48:03.297943 [ 4 ] {41740030-96b3-4658-8024-bb3d66575eab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) 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) | ||
| 598 | 2025.02.10 18:48:03.298041 [ 4 ] {41740030-96b3-4658-8024-bb3d66575eab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 599 | 2025.02.10 18:48:03.301021 [ 4 ] {41740030-96b3-4658-8024-bb3d66575eab} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Loading data parts | ||
| 600 | 2025.02.10 18:48:03.301189 [ 4 ] {41740030-96b3-4658-8024-bb3d66575eab} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): There are no data parts | ||
| 601 | 2025.02.10 18:48:03.303401 [ 4 ] {41740030-96b3-4658-8024-bb3d66575eab} <Debug> TCPHandler: Processed in 0.005867712 sec. | ||
| 602 | 2025.02.10 18:48:03.303675 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 603 | 2025.02.10 18:48:03.303974 [ 3 ] {a45d0c8a-8b5d-45d2-804f-573fb24a726f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) /* The timeseries schema table stores the extracted schema for the samples | ||
| 604 | * oximeter collects. | ||
| 605 | */ | ||
| 606 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
| 607 | 2025.02.10 18:48:03.304127 [ 3 ] {a45d0c8a-8b5d-45d2-804f-573fb24a726f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 608 | 2025.02.10 18:48:03.308080 [ 3 ] {a45d0c8a-8b5d-45d2-804f-573fb24a726f} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0): Loading data parts | ||
| 609 | 2025.02.10 18:48:03.308236 [ 3 ] {a45d0c8a-8b5d-45d2-804f-573fb24a726f} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0): There are no data parts | ||
| 610 | 2025.02.10 18:48:03.310242 [ 3 ] {a45d0c8a-8b5d-45d2-804f-573fb24a726f} <Debug> TCPHandler: Processed in 0.00662637 sec. | ||
| 611 | 2025.02.10 18:48:03.310479 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 612 | 2025.02.10 18:48:03.310803 [ 4 ] {424d0e32-f418-4041-961b-521c061cfdda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 613 | 2025.02.10 18:48:03.312091 [ 4 ] {424d0e32-f418-4041-961b-521c061cfdda} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 614 | 2025.02.10 18:48:03.320544 [ 259 ] {424d0e32-f418-4041-961b-521c061cfdda} <Trace> oximeter.version (bdde0822-896a-4165-8c21-15fc6441ea71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 615 | 2025.02.10 18:48:03.320589 [ 259 ] {424d0e32-f418-4041-961b-521c061cfdda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 616 | 2025.02.10 18:48:03.324020 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56315 | ||
| 617 | 2025.02.10 18:48:03.325572 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 618 | 2025.02.10 18:48:03.325612 [ 269 ] {} <Debug> TCP-Session: a862d52f-eed4-4160-8a02-1fed5b94cda3 Authenticating user 'default' from [fd00:1122:3344:101::b]:56315 | ||
| 619 | 2025.02.10 18:48:03.325636 [ 259 ] {424d0e32-f418-4041-961b-521c061cfdda} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 620 | 2025.02.10 18:48:03.325646 [ 269 ] {} <Debug> TCP-Session: a862d52f-eed4-4160-8a02-1fed5b94cda3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 621 | 2025.02.10 18:48:03.325766 [ 269 ] {} <Debug> TCP-Session: a862d52f-eed4-4160-8a02-1fed5b94cda3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 622 | 2025.02.10 18:48:03.325834 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 623 | 2025.02.10 18:48:03.325862 [ 269 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 624 | 2025.02.10 18:48:03.325970 [ 269 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 625 | 2025.02.10 18:48:03.326412 [ 259 ] {424d0e32-f418-4041-961b-521c061cfdda} <Trace> oximeter.version (bdde0822-896a-4165-8c21-15fc6441ea71): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 626 | 2025.02.10 18:48:03.326746 [ 4 ] {424d0e32-f418-4041-961b-521c061cfdda} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.016078 sec., 62.19679064560269 rows/sec., 995.15 B/sec. | ||
| 627 | 2025.02.10 18:48:03.327100 [ 4 ] {424d0e32-f418-4041-961b-521c061cfdda} <Debug> TCPHandler: Processed in 0.016686112 sec. | ||
| 628 | 2025.02.10 18:48:03.328149 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33870 | ||
| 629 | 2025.02.10 18:48:03.328256 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55249 | ||
| 630 | 2025.02.10 18:48:03.328266 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 631 | 2025.02.10 18:48:03.328335 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64126 | ||
| 632 | 2025.02.10 18:48:03.328482 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37602 | ||
| 633 | 2025.02.10 18:48:03.328468 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 634 | 2025.02.10 18:48:03.328499 [ 270 ] {} <Debug> TCP-Session: 1cc772ae-c659-4043-9373-adb9d410520a Authenticating user 'default' from [fd00:1122:3344:101::b]:33870 | ||
| 635 | 2025.02.10 18:48:03.328659 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 636 | 2025.02.10 18:48:03.328765 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38574 | ||
| 637 | 2025.02.10 18:48:03.328794 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 638 | 2025.02.10 18:48:03.328858 [ 271 ] {} <Debug> TCP-Session: 164f1507-a730-43c6-af4f-8dce89c0bf18 Authenticating user 'default' from [fd00:1122:3344:101::b]:55249 | ||
| 639 | 2025.02.10 18:48:03.328841 [ 272 ] {} <Debug> TCP-Session: 31ab670f-d759-446c-babe-ca86f4ec0658 Authenticating user 'default' from [fd00:1122:3344:101::b]:64126 | ||
| 640 | 2025.02.10 18:48:03.328808 [ 270 ] {} <Debug> TCP-Session: 1cc772ae-c659-4043-9373-adb9d410520a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 641 | 2025.02.10 18:48:03.329001 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49235 | ||
| 642 | 2025.02.10 18:48:03.329009 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 643 | 2025.02.10 18:48:03.328895 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34890 | ||
| 644 | 2025.02.10 18:48:03.329046 [ 272 ] {} <Debug> TCP-Session: 31ab670f-d759-446c-babe-ca86f4ec0658 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 645 | 2025.02.10 18:48:03.329071 [ 270 ] {} <Debug> TCP-Session: 1cc772ae-c659-4043-9373-adb9d410520a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 646 | 2025.02.10 18:48:03.329069 [ 274 ] {} <Debug> TCP-Session: bd9b273d-2f74-4a76-9743-55180a9e9e42 Authenticating user 'default' from [fd00:1122:3344:101::b]:38574 | ||
| 647 | 2025.02.10 18:48:03.329256 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 648 | 2025.02.10 18:48:03.329317 [ 272 ] {} <Debug> TCP-Session: 31ab670f-d759-446c-babe-ca86f4ec0658 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 649 | 2025.02.10 18:48:03.329283 [ 274 ] {} <Debug> TCP-Session: bd9b273d-2f74-4a76-9743-55180a9e9e42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 650 | 2025.02.10 18:48:03.329271 [ 273 ] {} <Debug> TCP-Session: e21165d3-f325-4c2d-9eed-c64e90a1b80f Authenticating user 'default' from [fd00:1122:3344:101::b]:37602 | ||
| 651 | 2025.02.10 18:48:03.329450 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 652 | 2025.02.10 18:48:03.329255 [ 271 ] {} <Debug> TCP-Session: 164f1507-a730-43c6-af4f-8dce89c0bf18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 653 | 2025.02.10 18:48:03.329510 [ 275 ] {} <Debug> TCP-Session: ad35d969-4369-4ea7-ae7b-20fb240a48c0 Authenticating user 'default' from [fd00:1122:3344:101::b]:49235 | ||
| 654 | 2025.02.10 18:48:03.329543 [ 273 ] {} <Debug> TCP-Session: e21165d3-f325-4c2d-9eed-c64e90a1b80f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 655 | 2025.02.10 18:48:03.329604 [ 275 ] {} <Debug> TCP-Session: ad35d969-4369-4ea7-ae7b-20fb240a48c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 656 | 2025.02.10 18:48:03.329569 [ 271 ] {} <Debug> TCP-Session: 164f1507-a730-43c6-af4f-8dce89c0bf18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 657 | 2025.02.10 18:48:03.329687 [ 273 ] {} <Debug> TCP-Session: e21165d3-f325-4c2d-9eed-c64e90a1b80f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 658 | 2025.02.10 18:48:03.329701 [ 275 ] {} <Debug> TCP-Session: ad35d969-4369-4ea7-ae7b-20fb240a48c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2025.02.10 18:48:03.329638 [ 274 ] {} <Debug> TCP-Session: bd9b273d-2f74-4a76-9743-55180a9e9e42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 660 | 2025.02.10 18:48:03.329543 [ 276 ] {} <Debug> TCP-Session: 2a18d91e-78c9-4540-80e1-a25c5e8db876 Authenticating user 'default' from [fd00:1122:3344:101::b]:34890 | ||
| 661 | 2025.02.10 18:48:03.329854 [ 276 ] {} <Debug> TCP-Session: 2a18d91e-78c9-4540-80e1-a25c5e8db876 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2025.02.10 18:48:03.329925 [ 276 ] {} <Debug> TCP-Session: 2a18d91e-78c9-4540-80e1-a25c5e8db876 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2025.02.10 18:48:04.000156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 133.53 MiB, peak 133.53 MiB, free memory in arenas 0.00 B, will set to 140.36 MiB (RSS), difference: 6.83 MiB | ||
| 664 | 2025.02.10 18:48:04.306203 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46365 | ||
| 665 | 2025.02.10 18:48:04.306384 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 666 | 2025.02.10 18:48:04.306416 [ 277 ] {} <Debug> TCP-Session: 126ca629-2466-4396-a672-2d406cac232a Authenticating user 'default' from [fd00:1122:3344:101::a]:46365 | ||
| 667 | 2025.02.10 18:48:04.306534 [ 277 ] {} <Debug> TCP-Session: 126ca629-2466-4396-a672-2d406cac232a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 668 | 2025.02.10 18:48:04.306550 [ 277 ] {} <Debug> TCP-Session: 126ca629-2466-4396-a672-2d406cac232a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 669 | 2025.02.10 18:48:04.306614 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 670 | 2025.02.10 18:48:04.306711 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 671 | 2025.02.10 18:48:04.306732 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 672 | 2025.02.10 18:48:04.308773 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39662 | ||
| 673 | 2025.02.10 18:48:04.309022 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 674 | 2025.02.10 18:48:04.309060 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44204 | ||
| 675 | 2025.02.10 18:48:04.309052 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37003 | ||
| 676 | 2025.02.10 18:48:04.309227 [ 278 ] {} <Debug> TCP-Session: a7dde6e1-d809-4b39-8f34-daf5eb2cdf8c Authenticating user 'default' from [fd00:1122:3344:101::a]:39662 | ||
| 677 | 2025.02.10 18:48:04.309358 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59820 | ||
| 678 | 2025.02.10 18:48:04.309507 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 679 | 2025.02.10 18:48:04.309276 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53720 | ||
| 680 | 2025.02.10 18:48:04.309574 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 681 | 2025.02.10 18:48:04.309583 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47170 | ||
| 682 | 2025.02.10 18:48:04.309758 [ 278 ] {} <Debug> TCP-Session: a7dde6e1-d809-4b39-8f34-daf5eb2cdf8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 683 | 2025.02.10 18:48:04.309776 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 684 | 2025.02.10 18:48:04.309789 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38275 | ||
| 685 | 2025.02.10 18:48:04.309648 [ 279 ] {} <Debug> TCP-Session: e37f0e25-9395-425c-a14b-15fe1c5a28a1 Authenticating user 'default' from [fd00:1122:3344:101::a]:44204 | ||
| 686 | 2025.02.10 18:48:04.310021 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 687 | 2025.02.10 18:48:04.310014 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 688 | 2025.02.10 18:48:04.310106 [ 280 ] {} <Debug> TCP-Session: 52455554-f779-49a2-94c8-fe0c92321d52 Authenticating user 'default' from [fd00:1122:3344:101::a]:37003 | ||
| 689 | 2025.02.10 18:48:04.310138 [ 281 ] {} <Debug> TCP-Session: 2a1875df-efd5-419d-a996-c43d0a127a3e Authenticating user 'default' from [fd00:1122:3344:101::a]:59820 | ||
| 690 | 2025.02.10 18:48:04.310139 [ 282 ] {} <Debug> TCP-Session: ab2d44e4-ac7e-4a41-9f84-5d44aca57d54 Authenticating user 'default' from [fd00:1122:3344:101::a]:53720 | ||
| 691 | 2025.02.10 18:48:04.310178 [ 279 ] {} <Debug> TCP-Session: e37f0e25-9395-425c-a14b-15fe1c5a28a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 692 | 2025.02.10 18:48:04.310222 [ 280 ] {} <Debug> TCP-Session: 52455554-f779-49a2-94c8-fe0c92321d52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2025.02.10 18:48:04.310205 [ 278 ] {} <Debug> TCP-Session: a7dde6e1-d809-4b39-8f34-daf5eb2cdf8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2025.02.10 18:48:04.310102 [ 283 ] {} <Debug> TCP-Session: 619b3eec-2a98-41db-b7c4-0540a5c2e936 Authenticating user 'default' from [fd00:1122:3344:101::a]:47170 | ||
| 695 | 2025.02.10 18:48:04.310396 [ 279 ] {} <Debug> TCP-Session: e37f0e25-9395-425c-a14b-15fe1c5a28a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2025.02.10 18:48:04.310414 [ 280 ] {} <Debug> TCP-Session: 52455554-f779-49a2-94c8-fe0c92321d52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2025.02.10 18:48:04.310417 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 698 | 2025.02.10 18:48:04.310500 [ 281 ] {} <Debug> TCP-Session: 2a1875df-efd5-419d-a996-c43d0a127a3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 699 | 2025.02.10 18:48:04.310523 [ 282 ] {} <Debug> TCP-Session: ab2d44e4-ac7e-4a41-9f84-5d44aca57d54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 700 | 2025.02.10 18:48:04.310595 [ 284 ] {} <Debug> TCP-Session: c3dec1ad-9b4b-4f74-9019-4b68f5a4720e Authenticating user 'default' from [fd00:1122:3344:101::a]:38275 | ||
| 701 | 2025.02.10 18:48:04.310623 [ 283 ] {} <Debug> TCP-Session: 619b3eec-2a98-41db-b7c4-0540a5c2e936 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2025.02.10 18:48:04.310632 [ 281 ] {} <Debug> TCP-Session: 2a1875df-efd5-419d-a996-c43d0a127a3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2025.02.10 18:48:04.310763 [ 282 ] {} <Debug> TCP-Session: ab2d44e4-ac7e-4a41-9f84-5d44aca57d54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 704 | 2025.02.10 18:48:04.310848 [ 284 ] {} <Debug> TCP-Session: c3dec1ad-9b4b-4f74-9019-4b68f5a4720e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2025.02.10 18:48:04.310859 [ 283 ] {} <Debug> TCP-Session: 619b3eec-2a98-41db-b7c4-0540a5c2e936 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.02.10 18:48:04.310964 [ 284 ] {} <Debug> TCP-Session: c3dec1ad-9b4b-4f74-9019-4b68f5a4720e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2025.02.10 18:48:10.132324 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 708 | 2025.02.10 18:48:10.132394 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
| 709 | 2025.02.10 18:48:10.132427 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 710 | 2025.02.10 18:48:10.132515 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 711 | 2025.02.10 18:48:10.138905 [ 244 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Loading data parts | ||
| 712 | 2025.02.10 18:48:10.139217 [ 244 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): There are no data parts | ||
| 713 | 2025.02.10 18:48:10.148697 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 714 | 2025.02.10 18:48:10.148915 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 715 | 2025.02.10 18:48:10.152460 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 716 | 2025.02.10 18:48:10.153377 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 717 | 2025.02.10 18:48:10.154279 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
| 718 | 2025.02.10 18:48:10.161525 [ 243 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Loading data parts | ||
| 719 | 2025.02.10 18:48:10.161745 [ 243 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): There are no data parts | ||
| 720 | 2025.02.10 18:48:10.188334 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 721 | 2025.02.10 18:48:10.188513 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 722 | 2025.02.10 18:48:10.195786 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 723 | 2025.02.10 18:48:10.196908 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): 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.10 18:48:10.199408 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 725 | 2025.02.10 18:48:11.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.95 MiB, peak 149.95 MiB, free memory in arenas 0.00 B, will set to 150.72 MiB (RSS), difference: 4.78 MiB | ||
| 726 | 2025.02.10 18:48:12.632300 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 727 | 2025.02.10 18:48:12.632405 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 728 | 2025.02.10 18:48:12.638222 [ 242 ] {} <Debug> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Loading data parts | ||
| 729 | 2025.02.10 18:48:12.638448 [ 242 ] {} <Debug> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): There are no data parts | ||
| 730 | 2025.02.10 18:48:12.644137 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 731 | 2025.02.10 18:48:12.644268 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 732 | 2025.02.10 18:48:12.645972 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 733 | 2025.02.10 18:48:12.646522 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): 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.10 18:48:12.647033 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 735 | 2025.02.10 18:48:13.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.90 MiB, peak 154.90 MiB, free memory in arenas 0.00 B, will set to 151.11 MiB (RSS), difference: -3.79 MiB | ||
| 736 | 2025.02.10 18:48:17.598188 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 737 | 2025.02.10 18:48:17.598256 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 738 | 2025.02.10 18:48:17.654399 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
| 739 | 2025.02.10 18:48:17.655336 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 740 | 2025.02.10 18:48:17.655375 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 741 | 2025.02.10 18:48:17.656051 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 742 | 2025.02.10 18:48:17.656615 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): 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.10 18:48:17.656917 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 744 | 2025.02.10 18:48:17.699503 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 745 | 2025.02.10 18:48:17.720494 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 746 | 2025.02.10 18:48:17.720651 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 747 | 2025.02.10 18:48:17.727183 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 748 | 2025.02.10 18:48:17.728312 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): 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.10 18:48:17.730896 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 750 | 2025.02.10 18:48:18.000153 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.78 MiB, peak 155.78 MiB, free memory in arenas 0.00 B, will set to 152.89 MiB (RSS), difference: 1.12 MiB | ||
| 751 | 2025.02.10 18:48:23.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.91 MiB, peak 155.78 MiB, free memory in arenas 0.00 B, will set to 152.93 MiB (RSS), difference: 4.02 MiB | ||
| 752 | 2025.02.10 18:48:23.332064 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 753 | 2025.02.10 18:48:23.332293 [ 3 ] {aa9bee6e-1299-4e0d-a3f6-c89e4faaf743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 754 | 2025.02.10 18:48:23.332755 [ 3 ] {aa9bee6e-1299-4e0d-a3f6-c89e4faaf743} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 755 | 2025.02.10 18:48:23.333094 [ 3 ] {aa9bee6e-1299-4e0d-a3f6-c89e4faaf743} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 756 | 2025.02.10 18:48:23.333860 [ 3 ] {aa9bee6e-1299-4e0d-a3f6-c89e4faaf743} <Debug> TCPHandler: Processed in 0.001940236 sec. | ||
| 757 | 2025.02.10 18:48:23.335433 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 758 | 2025.02.10 18:48:23.335760 [ 4 ] {4b7b43f5-9904-4523-9d57-e32d8fed8847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 759 | 2025.02.10 18:48:23.337595 [ 4 ] {4b7b43f5-9904-4523-9d57-e32d8fed8847} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 760 | 2025.02.10 18:48:23.337720 [ 4 ] {4b7b43f5-9904-4523-9d57-e32d8fed8847} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 761 | 2025.02.10 18:48:23.338487 [ 4 ] {4b7b43f5-9904-4523-9d57-e32d8fed8847} <Debug> TCPHandler: Processed in 0.003185907 sec. | ||
| 762 | 2025.02.10 18:48:23.338877 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 763 | 2025.02.10 18:48:23.339155 [ 3 ] {03894a8f-77d3-4d69-a776-af335c73922f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 764 | 2025.02.10 18:48:23.339670 [ 3 ] {03894a8f-77d3-4d69-a776-af335c73922f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 765 | 2025.02.10 18:48:23.339736 [ 3 ] {03894a8f-77d3-4d69-a776-af335c73922f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 766 | 2025.02.10 18:48:23.340267 [ 3 ] {03894a8f-77d3-4d69-a776-af335c73922f} <Debug> TCPHandler: Processed in 0.001496416 sec. | ||
| 767 | 2025.02.10 18:48:23.340516 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 768 | 2025.02.10 18:48:23.340679 [ 4 ] {2ea9be1e-de25-4e90-9168-2cf8ad625776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 769 | 2025.02.10 18:48:23.341064 [ 4 ] {2ea9be1e-de25-4e90-9168-2cf8ad625776} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 770 | 2025.02.10 18:48:23.341125 [ 4 ] {2ea9be1e-de25-4e90-9168-2cf8ad625776} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 771 | 2025.02.10 18:48:23.341613 [ 4 ] {2ea9be1e-de25-4e90-9168-2cf8ad625776} <Debug> TCPHandler: Processed in 0.001153687 sec. | ||
| 772 | 2025.02.10 18:48:23.341858 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 773 | 2025.02.10 18:48:23.342008 [ 3 ] {2d81286f-4845-4f35-b83e-6f6dca087ab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 774 | 2025.02.10 18:48:23.342431 [ 3 ] {2d81286f-4845-4f35-b83e-6f6dca087ab9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 775 | 2025.02.10 18:48:23.342497 [ 3 ] {2d81286f-4845-4f35-b83e-6f6dca087ab9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 776 | 2025.02.10 18:48:23.343079 [ 3 ] {2d81286f-4845-4f35-b83e-6f6dca087ab9} <Debug> TCPHandler: Processed in 0.001273861 sec. | ||
| 777 | 2025.02.10 18:48:23.343317 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 778 | 2025.02.10 18:48:23.343470 [ 4 ] {98f80564-574b-4151-aad9-eaadb746a18c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 779 | 2025.02.10 18:48:23.343839 [ 4 ] {98f80564-574b-4151-aad9-eaadb746a18c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 780 | 2025.02.10 18:48:23.343897 [ 4 ] {98f80564-574b-4151-aad9-eaadb746a18c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 781 | 2025.02.10 18:48:23.344366 [ 4 ] {98f80564-574b-4151-aad9-eaadb746a18c} <Debug> TCPHandler: Processed in 0.001101247 sec. | ||
| 782 | 2025.02.10 18:48:23.344599 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 783 | 2025.02.10 18:48:23.344750 [ 3 ] {c57d38e9-2422-4c03-bc65-31a7224bd735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 784 | 2025.02.10 18:48:23.345114 [ 3 ] {c57d38e9-2422-4c03-bc65-31a7224bd735} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 785 | 2025.02.10 18:48:23.345168 [ 3 ] {c57d38e9-2422-4c03-bc65-31a7224bd735} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 786 | 2025.02.10 18:48:23.345656 [ 3 ] {c57d38e9-2422-4c03-bc65-31a7224bd735} <Debug> TCPHandler: Processed in 0.001112357 sec. | ||
| 787 | 2025.02.10 18:48:23.345966 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 788 | 2025.02.10 18:48:23.346137 [ 4 ] {8bcc58c4-dbba-4373-9b03-46a3e865b413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 789 | 2025.02.10 18:48:23.346587 [ 4 ] {8bcc58c4-dbba-4373-9b03-46a3e865b413} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 790 | 2025.02.10 18:48:23.346655 [ 4 ] {8bcc58c4-dbba-4373-9b03-46a3e865b413} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 791 | 2025.02.10 18:48:23.347188 [ 4 ] {8bcc58c4-dbba-4373-9b03-46a3e865b413} <Debug> TCPHandler: Processed in 0.001280101 sec. | ||
| 792 | 2025.02.10 18:48:23.347437 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 793 | 2025.02.10 18:48:23.347587 [ 3 ] {a1383fc8-687f-43cc-8123-63a9257939e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 794 | 2025.02.10 18:48:23.347963 [ 3 ] {a1383fc8-687f-43cc-8123-63a9257939e5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 795 | 2025.02.10 18:48:23.348018 [ 3 ] {a1383fc8-687f-43cc-8123-63a9257939e5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 796 | 2025.02.10 18:48:23.348508 [ 3 ] {a1383fc8-687f-43cc-8123-63a9257939e5} <Debug> TCPHandler: Processed in 0.001127727 sec. | ||
| 797 | 2025.02.10 18:48:23.348757 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 798 | 2025.02.10 18:48:23.348916 [ 4 ] {2d8d44c7-aa2d-424c-a335-c7980861a721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 799 | 2025.02.10 18:48:23.349297 [ 4 ] {2d8d44c7-aa2d-424c-a335-c7980861a721} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 800 | 2025.02.10 18:48:23.349353 [ 4 ] {2d8d44c7-aa2d-424c-a335-c7980861a721} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 801 | 2025.02.10 18:48:23.349808 [ 4 ] {2d8d44c7-aa2d-424c-a335-c7980861a721} <Debug> TCPHandler: Processed in 0.001106417 sec. | ||
| 802 | 2025.02.10 18:48:23.350035 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 803 | 2025.02.10 18:48:23.350194 [ 3 ] {ff57b4ef-991f-4ad8-8ca7-373fec6ef83a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 804 | 2025.02.10 18:48:23.350578 [ 3 ] {ff57b4ef-991f-4ad8-8ca7-373fec6ef83a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 805 | 2025.02.10 18:48:23.350634 [ 3 ] {ff57b4ef-991f-4ad8-8ca7-373fec6ef83a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 806 | 2025.02.10 18:48:23.351120 [ 3 ] {ff57b4ef-991f-4ad8-8ca7-373fec6ef83a} <Debug> TCPHandler: Processed in 0.001139688 sec. | ||
| 807 | 2025.02.10 18:48:23.351362 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 808 | 2025.02.10 18:48:23.351523 [ 4 ] {833be9a4-78cf-4cb9-be58-42518369e4a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 809 | 2025.02.10 18:48:23.351909 [ 4 ] {833be9a4-78cf-4cb9-be58-42518369e4a4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 810 | 2025.02.10 18:48:23.351965 [ 4 ] {833be9a4-78cf-4cb9-be58-42518369e4a4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 811 | 2025.02.10 18:48:23.352435 [ 4 ] {833be9a4-78cf-4cb9-be58-42518369e4a4} <Debug> TCPHandler: Processed in 0.001130717 sec. | ||
| 812 | 2025.02.10 18:48:23.352676 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 813 | 2025.02.10 18:48:23.352834 [ 3 ] {afa08e3a-3d4a-489c-8883-6ee1567498a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 814 | 2025.02.10 18:48:23.353218 [ 3 ] {afa08e3a-3d4a-489c-8883-6ee1567498a8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 815 | 2025.02.10 18:48:23.353273 [ 3 ] {afa08e3a-3d4a-489c-8883-6ee1567498a8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 816 | 2025.02.10 18:48:23.353760 [ 3 ] {afa08e3a-3d4a-489c-8883-6ee1567498a8} <Debug> TCPHandler: Processed in 0.001139127 sec. | ||
| 817 | 2025.02.10 18:48:23.353992 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 818 | 2025.02.10 18:48:23.354172 [ 4 ] {6ce0f608-db56-4ca0-9d15-d1eac007ae7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 819 | 2025.02.10 18:48:23.354641 [ 4 ] {6ce0f608-db56-4ca0-9d15-d1eac007ae7c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 820 | 2025.02.10 18:48:23.354708 [ 4 ] {6ce0f608-db56-4ca0-9d15-d1eac007ae7c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 821 | 2025.02.10 18:48:23.355246 [ 4 ] {6ce0f608-db56-4ca0-9d15-d1eac007ae7c} <Debug> TCPHandler: Processed in 0.001311981 sec. | ||
| 822 | 2025.02.10 18:48:23.355516 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 823 | 2025.02.10 18:48:23.355674 [ 3 ] {618858a9-7aff-4179-9f02-e437dd3971ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 824 | 2025.02.10 18:48:23.356070 [ 3 ] {618858a9-7aff-4179-9f02-e437dd3971ea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 825 | 2025.02.10 18:48:23.356126 [ 3 ] {618858a9-7aff-4179-9f02-e437dd3971ea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 826 | 2025.02.10 18:48:23.356626 [ 3 ] {618858a9-7aff-4179-9f02-e437dd3971ea} <Debug> TCPHandler: Processed in 0.001162517 sec. | ||
| 827 | 2025.02.10 18:48:23.356868 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 828 | 2025.02.10 18:48:23.357030 [ 4 ] {137a2345-c84d-476e-8db4-a47b7ee2e471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 829 | 2025.02.10 18:48:23.357581 [ 4 ] {137a2345-c84d-476e-8db4-a47b7ee2e471} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 830 | 2025.02.10 18:48:23.357648 [ 4 ] {137a2345-c84d-476e-8db4-a47b7ee2e471} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 831 | 2025.02.10 18:48:23.358194 [ 4 ] {137a2345-c84d-476e-8db4-a47b7ee2e471} <Debug> TCPHandler: Processed in 0.001381543 sec. | ||
| 832 | 2025.02.10 18:48:23.358459 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 833 | 2025.02.10 18:48:23.358619 [ 3 ] {cbdb9479-c6b0-44e8-b3db-583311cfe779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 834 | 2025.02.10 18:48:23.359022 [ 3 ] {cbdb9479-c6b0-44e8-b3db-583311cfe779} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 835 | 2025.02.10 18:48:23.359078 [ 3 ] {cbdb9479-c6b0-44e8-b3db-583311cfe779} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 836 | 2025.02.10 18:48:23.359573 [ 3 ] {cbdb9479-c6b0-44e8-b3db-583311cfe779} <Debug> TCPHandler: Processed in 0.001169249 sec. | ||
| 837 | 2025.02.10 18:48:23.359820 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 838 | 2025.02.10 18:48:23.359986 [ 4 ] {780abef4-be29-4f69-adf2-c0232d1e746d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 839 | 2025.02.10 18:48:23.360463 [ 4 ] {780abef4-be29-4f69-adf2-c0232d1e746d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 840 | 2025.02.10 18:48:23.360531 [ 4 ] {780abef4-be29-4f69-adf2-c0232d1e746d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 841 | 2025.02.10 18:48:23.361084 [ 4 ] {780abef4-be29-4f69-adf2-c0232d1e746d} <Debug> TCPHandler: Processed in 0.001322592 sec. | ||
| 842 | 2025.02.10 18:48:23.367131 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 843 | 2025.02.10 18:48:23.367270 [ 3 ] {1210dc0a-3b6c-4891-97d2-a57166c1f3d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 844 | 2025.02.10 18:48:23.367323 [ 3 ] {1210dc0a-3b6c-4891-97d2-a57166c1f3d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 845 | 2025.02.10 18:48:23.368106 [ 3 ] {1210dc0a-3b6c-4891-97d2-a57166c1f3d1} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 846 | 2025.02.10 18:48:23.368153 [ 3 ] {1210dc0a-3b6c-4891-97d2-a57166c1f3d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 847 | 2025.02.10 18:48:23.368799 [ 3 ] {1210dc0a-3b6c-4891-97d2-a57166c1f3d1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 848 | 2025.02.10 18:48:23.369225 [ 3 ] {1210dc0a-3b6c-4891-97d2-a57166c1f3d1} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 849 | 2025.02.10 18:48:23.369454 [ 3 ] {1210dc0a-3b6c-4891-97d2-a57166c1f3d1} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002221 sec., 8104.4574515983795 rows/sec., 1.11 MiB/sec. | ||
| 850 | 2025.02.10 18:48:23.369508 [ 3 ] {1210dc0a-3b6c-4891-97d2-a57166c1f3d1} <Debug> TCPHandler: Processed in 0.00248328 sec. | ||
| 851 | 2025.02.10 18:48:23.369664 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 852 | 2025.02.10 18:48:23.369816 [ 4 ] {833b4b51-5d58-4168-8240-c59b7d34b66d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 853 | 2025.02.10 18:48:23.369874 [ 4 ] {833b4b51-5d58-4168-8240-c59b7d34b66d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 854 | 2025.02.10 18:48:23.371752 [ 4 ] {833b4b51-5d58-4168-8240-c59b7d34b66d} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 855 | 2025.02.10 18:48:23.371790 [ 4 ] {833b4b51-5d58-4168-8240-c59b7d34b66d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 856 | 2025.02.10 18:48:23.372375 [ 4 ] {833b4b51-5d58-4168-8240-c59b7d34b66d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 857 | 2025.02.10 18:48:23.372904 [ 4 ] {833b4b51-5d58-4168-8240-c59b7d34b66d} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 858 | 2025.02.10 18:48:23.373106 [ 4 ] {833b4b51-5d58-4168-8240-c59b7d34b66d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.003331 sec., 16811.768237766435 rows/sec., 1.29 MiB/sec. | ||
| 859 | 2025.02.10 18:48:23.373227 [ 4 ] {833b4b51-5d58-4168-8240-c59b7d34b66d} <Debug> TCPHandler: Processed in 0.003629708 sec. | ||
| 860 | 2025.02.10 18:48:23.373393 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 861 | 2025.02.10 18:48:23.373536 [ 3 ] {560fd953-e78e-45a7-a706-e87763eff90c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 862 | 2025.02.10 18:48:23.373593 [ 3 ] {560fd953-e78e-45a7-a706-e87763eff90c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 863 | 2025.02.10 18:48:23.374284 [ 3 ] {560fd953-e78e-45a7-a706-e87763eff90c} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 864 | 2025.02.10 18:48:23.374323 [ 3 ] {560fd953-e78e-45a7-a706-e87763eff90c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 865 | 2025.02.10 18:48:23.374865 [ 3 ] {560fd953-e78e-45a7-a706-e87763eff90c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 866 | 2025.02.10 18:48:23.375401 [ 3 ] {560fd953-e78e-45a7-a706-e87763eff90c} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 867 | 2025.02.10 18:48:23.375638 [ 3 ] {560fd953-e78e-45a7-a706-e87763eff90c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002124 sec., 30131.826741996232 rows/sec., 2.35 MiB/sec. | ||
| 868 | 2025.02.10 18:48:23.375763 [ 3 ] {560fd953-e78e-45a7-a706-e87763eff90c} <Debug> TCPHandler: Processed in 0.002438169 sec. | ||
| 869 | 2025.02.10 18:48:23.375916 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 870 | 2025.02.10 18:48:23.376060 [ 4 ] {7c7c218d-48b0-442e-99bd-ea90019105d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 871 | 2025.02.10 18:48:23.376115 [ 4 ] {7c7c218d-48b0-442e-99bd-ea90019105d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 872 | 2025.02.10 18:48:23.376723 [ 4 ] {7c7c218d-48b0-442e-99bd-ea90019105d9} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 873 | 2025.02.10 18:48:23.376758 [ 4 ] {7c7c218d-48b0-442e-99bd-ea90019105d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 874 | 2025.02.10 18:48:23.377323 [ 4 ] {7c7c218d-48b0-442e-99bd-ea90019105d9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 875 | 2025.02.10 18:48:23.377810 [ 4 ] {7c7c218d-48b0-442e-99bd-ea90019105d9} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 876 | 2025.02.10 18:48:23.378015 [ 4 ] {7c7c218d-48b0-442e-99bd-ea90019105d9} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.00199 sec., 64321.608040201005 rows/sec., 4.48 MiB/sec. | ||
| 877 | 2025.02.10 18:48:23.378070 [ 4 ] {7c7c218d-48b0-442e-99bd-ea90019105d9} <Debug> TCPHandler: Processed in 0.002223294 sec. | ||
| 878 | 2025.02.10 18:48:23.378240 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 879 | 2025.02.10 18:48:23.378377 [ 3 ] {33fabac1-8962-4a67-8aa7-bb30e32953ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 880 | 2025.02.10 18:48:23.378436 [ 3 ] {33fabac1-8962-4a67-8aa7-bb30e32953ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 881 | 2025.02.10 18:48:23.379004 [ 3 ] {33fabac1-8962-4a67-8aa7-bb30e32953ce} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 882 | 2025.02.10 18:48:23.379058 [ 3 ] {33fabac1-8962-4a67-8aa7-bb30e32953ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 883 | 2025.02.10 18:48:23.379638 [ 3 ] {33fabac1-8962-4a67-8aa7-bb30e32953ce} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 884 | 2025.02.10 18:48:23.380174 [ 3 ] {33fabac1-8962-4a67-8aa7-bb30e32953ce} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 885 | 2025.02.10 18:48:23.380444 [ 3 ] {33fabac1-8962-4a67-8aa7-bb30e32953ce} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002085 sec., 23021.58273381295 rows/sec., 1.55 MiB/sec. | ||
| 886 | 2025.02.10 18:48:23.380519 [ 3 ] {33fabac1-8962-4a67-8aa7-bb30e32953ce} <Debug> TCPHandler: Processed in 0.002349127 sec. | ||
| 887 | 2025.02.10 18:48:25.157047 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
| 888 | 2025.02.10 18:48:25.157825 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 889 | 2025.02.10 18:48:25.157879 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 890 | 2025.02.10 18:48:25.158704 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 891 | 2025.02.10 18:48:25.159321 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 892 | 2025.02.10 18:48:25.159572 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
| 893 | 2025.02.10 18:48:25.230978 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 894 | 2025.02.10 18:48:25.250328 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 895 | 2025.02.10 18:48:25.250396 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 896 | 2025.02.10 18:48:25.257516 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 897 | 2025.02.10 18:48:25.258728 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 898 | 2025.02.10 18:48:25.261478 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 899 | 2025.02.10 18:48:28.338587 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 900 | 2025.02.10 18:48:28.338820 [ 3 ] {8c46e7de-c53c-4183-8dd3-5b9ce7670740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 901 | 2025.02.10 18:48:28.338903 [ 3 ] {8c46e7de-c53c-4183-8dd3-5b9ce7670740} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 902 | 2025.02.10 18:48:28.339741 [ 3 ] {8c46e7de-c53c-4183-8dd3-5b9ce7670740} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 903 | 2025.02.10 18:48:28.339788 [ 3 ] {8c46e7de-c53c-4183-8dd3-5b9ce7670740} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 904 | 2025.02.10 18:48:28.340357 [ 3 ] {8c46e7de-c53c-4183-8dd3-5b9ce7670740} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 905 | 2025.02.10 18:48:28.340955 [ 3 ] {8c46e7de-c53c-4183-8dd3-5b9ce7670740} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): 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.10 18:48:28.341194 [ 3 ] {8c46e7de-c53c-4183-8dd3-5b9ce7670740} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002436 sec., 22988.505747126437 rows/sec., 1.77 MiB/sec. | ||
| 907 | 2025.02.10 18:48:28.341257 [ 3 ] {8c46e7de-c53c-4183-8dd3-5b9ce7670740} <Debug> TCPHandler: Processed in 0.002815348 sec. | ||
| 908 | 2025.02.10 18:48:28.341518 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 909 | 2025.02.10 18:48:28.341731 [ 4 ] {effa5020-1f43-4691-9829-2d478217e166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 910 | 2025.02.10 18:48:28.341816 [ 4 ] {effa5020-1f43-4691-9829-2d478217e166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 911 | 2025.02.10 18:48:28.342637 [ 4 ] {effa5020-1f43-4691-9829-2d478217e166} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 912 | 2025.02.10 18:48:28.342686 [ 4 ] {effa5020-1f43-4691-9829-2d478217e166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 913 | 2025.02.10 18:48:28.343293 [ 4 ] {effa5020-1f43-4691-9829-2d478217e166} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 914 | 2025.02.10 18:48:28.343806 [ 4 ] {effa5020-1f43-4691-9829-2d478217e166} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 915 | 2025.02.10 18:48:28.344089 [ 4 ] {effa5020-1f43-4691-9829-2d478217e166} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002406 sec., 26600.166251039067 rows/sec., 2.08 MiB/sec. | ||
| 916 | 2025.02.10 18:48:28.344164 [ 4 ] {effa5020-1f43-4691-9829-2d478217e166} <Debug> TCPHandler: Processed in 0.002784298 sec. | ||
| 917 | 2025.02.10 18:48:28.344354 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 918 | 2025.02.10 18:48:28.344502 [ 3 ] {7c3eae66-5ebd-4e39-b79f-489ac92b6c4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 919 | 2025.02.10 18:48:28.344569 [ 3 ] {7c3eae66-5ebd-4e39-b79f-489ac92b6c4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 920 | 2025.02.10 18:48:28.345257 [ 3 ] {7c3eae66-5ebd-4e39-b79f-489ac92b6c4e} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 921 | 2025.02.10 18:48:28.345298 [ 3 ] {7c3eae66-5ebd-4e39-b79f-489ac92b6c4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 922 | 2025.02.10 18:48:28.345854 [ 3 ] {7c3eae66-5ebd-4e39-b79f-489ac92b6c4e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 923 | 2025.02.10 18:48:28.346380 [ 3 ] {7c3eae66-5ebd-4e39-b79f-489ac92b6c4e} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 924 | 2025.02.10 18:48:28.346594 [ 3 ] {7c3eae66-5ebd-4e39-b79f-489ac92b6c4e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002129 sec., 75152.65382808831 rows/sec., 5.23 MiB/sec. | ||
| 925 | 2025.02.10 18:48:28.346649 [ 3 ] {7c3eae66-5ebd-4e39-b79f-489ac92b6c4e} <Debug> TCPHandler: Processed in 0.002363797 sec. | ||
| 926 | 2025.02.10 18:48:28.346801 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 927 | 2025.02.10 18:48:28.346948 [ 4 ] {5971955c-0e07-4f00-8a21-5ab597200609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 928 | 2025.02.10 18:48:28.347014 [ 4 ] {5971955c-0e07-4f00-8a21-5ab597200609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 929 | 2025.02.10 18:48:28.347545 [ 4 ] {5971955c-0e07-4f00-8a21-5ab597200609} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 930 | 2025.02.10 18:48:28.347586 [ 4 ] {5971955c-0e07-4f00-8a21-5ab597200609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 931 | 2025.02.10 18:48:28.348106 [ 4 ] {5971955c-0e07-4f00-8a21-5ab597200609} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 932 | 2025.02.10 18:48:28.348633 [ 4 ] {5971955c-0e07-4f00-8a21-5ab597200609} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 933 | 2025.02.10 18:48:28.348854 [ 4 ] {5971955c-0e07-4f00-8a21-5ab597200609} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001943 sec., 30880.082346886258 rows/sec., 2.08 MiB/sec. | ||
| 934 | 2025.02.10 18:48:28.348907 [ 4 ] {5971955c-0e07-4f00-8a21-5ab597200609} <Debug> TCPHandler: Processed in 0.002171342 sec. | ||
| 935 | 2025.02.10 18:48:32.598514 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 936 | 2025.02.10 18:48:32.598623 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 937 | 2025.02.10 18:48:32.647523 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142 | ||
| 938 | 2025.02.10 18:48:32.651595 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 939 | 2025.02.10 18:48:32.651657 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 940 | 2025.02.10 18:48:32.653246 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 941 | 2025.02.10 18:48:32.653774 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 942 | 2025.02.10 18:48:32.654536 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142 | ||
| 943 | 2025.02.10 18:48:32.659686 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
| 944 | 2025.02.10 18:48:32.660306 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 945 | 2025.02.10 18:48:32.660345 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 946 | 2025.02.10 18:48:32.661039 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 947 | 2025.02.10 18:48:32.661506 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 948 | 2025.02.10 18:48:32.661692 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 949 | 2025.02.10 18:48:32.761556 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 950 | 2025.02.10 18:48:32.781736 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 951 | 2025.02.10 18:48:32.781801 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 952 | 2025.02.10 18:48:32.789217 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 953 | 2025.02.10 18:48:32.790578 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 954 | 2025.02.10 18:48:32.793329 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 955 | 2025.02.10 18:48:33.332514 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 956 | 2025.02.10 18:48:33.332764 [ 3 ] {b4e283fc-1bea-438d-9bcd-aa3254e7f15a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) 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.10 18:48:33.333219 [ 3 ] {b4e283fc-1bea-438d-9bcd-aa3254e7f15a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 958 | 2025.02.10 18:48:33.333298 [ 3 ] {b4e283fc-1bea-438d-9bcd-aa3254e7f15a} <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.10 18:48:33.333635 [ 3 ] {b4e283fc-1bea-438d-9bcd-aa3254e7f15a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 960 | 2025.02.10 18:48:33.333835 [ 3 ] {b4e283fc-1bea-438d-9bcd-aa3254e7f15a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 961 | 2025.02.10 18:48:33.334169 [ 3 ] {b4e283fc-1bea-438d-9bcd-aa3254e7f15a} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 962 | 2025.02.10 18:48:33.335400 [ 3 ] {b4e283fc-1bea-438d-9bcd-aa3254e7f15a} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 963 | 2025.02.10 18:48:33.335458 [ 3 ] {b4e283fc-1bea-438d-9bcd-aa3254e7f15a} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (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.10 18:48:33.335478 [ 3 ] {b4e283fc-1bea-438d-9bcd-aa3254e7f15a} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 965 | 2025.02.10 18:48:33.335600 [ 3 ] {b4e283fc-1bea-438d-9bcd-aa3254e7f15a} <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.10 18:48:33.335626 [ 3 ] {b4e283fc-1bea-438d-9bcd-aa3254e7f15a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 967 | 2025.02.10 18:48:33.337589 [ 3 ] {b4e283fc-1bea-438d-9bcd-aa3254e7f15a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.004934 sec., 3648.155654641265 rows/sec., 149.24 KiB/sec. | ||
| 968 | 2025.02.10 18:48:33.337729 [ 3 ] {b4e283fc-1bea-438d-9bcd-aa3254e7f15a} <Debug> TCPHandler: Processed in 0.005358299 sec. | ||
| 969 | 2025.02.10 18:48:33.338574 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 970 | 2025.02.10 18:48:33.338838 [ 4 ] {1d8c10b0-910c-4037-bec8-1a4001a1ec0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) 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.10 18:48:33.339273 [ 4 ] {1d8c10b0-910c-4037-bec8-1a4001a1ec0d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 972 | 2025.02.10 18:48:33.339329 [ 4 ] {1d8c10b0-910c-4037-bec8-1a4001a1ec0d} <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.10 18:48:33.339642 [ 4 ] {1d8c10b0-910c-4037-bec8-1a4001a1ec0d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 974 | 2025.02.10 18:48:33.339723 [ 4 ] {1d8c10b0-910c-4037-bec8-1a4001a1ec0d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 975 | 2025.02.10 18:48:33.339902 [ 4 ] {1d8c10b0-910c-4037-bec8-1a4001a1ec0d} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 976 | 2025.02.10 18:48:33.339941 [ 4 ] {1d8c10b0-910c-4037-bec8-1a4001a1ec0d} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 977 | 2025.02.10 18:48:33.339965 [ 4 ] {1d8c10b0-910c-4037-bec8-1a4001a1ec0d} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (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.10 18:48:33.339983 [ 4 ] {1d8c10b0-910c-4037-bec8-1a4001a1ec0d} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 979 | 2025.02.10 18:48:33.340031 [ 4 ] {1d8c10b0-910c-4037-bec8-1a4001a1ec0d} <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.10 18:48:33.340055 [ 4 ] {1d8c10b0-910c-4037-bec8-1a4001a1ec0d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 981 | 2025.02.10 18:48:33.340644 [ 4 ] {1d8c10b0-910c-4037-bec8-1a4001a1ec0d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001927 sec., 9340.94447327452 rows/sec., 382.11 KiB/sec. | ||
| 982 | 2025.02.10 18:48:33.340734 [ 4 ] {1d8c10b0-910c-4037-bec8-1a4001a1ec0d} <Debug> TCPHandler: Processed in 0.002284555 sec. | ||
| 983 | 2025.02.10 18:48:33.341180 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 984 | 2025.02.10 18:48:33.341407 [ 3 ] {07f06093-51d5-46d3-a6c3-62289a669e8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 985 | 2025.02.10 18:48:33.341736 [ 3 ] {07f06093-51d5-46d3-a6c3-62289a669e8e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 986 | 2025.02.10 18:48:33.341779 [ 3 ] {07f06093-51d5-46d3-a6c3-62289a669e8e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 987 | 2025.02.10 18:48:33.342066 [ 3 ] {07f06093-51d5-46d3-a6c3-62289a669e8e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 988 | 2025.02.10 18:48:33.342137 [ 3 ] {07f06093-51d5-46d3-a6c3-62289a669e8e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 989 | 2025.02.10 18:48:33.342292 [ 3 ] {07f06093-51d5-46d3-a6c3-62289a669e8e} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 990 | 2025.02.10 18:48:33.342328 [ 3 ] {07f06093-51d5-46d3-a6c3-62289a669e8e} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 991 | 2025.02.10 18:48:33.342353 [ 3 ] {07f06093-51d5-46d3-a6c3-62289a669e8e} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (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.10 18:48:33.342372 [ 3 ] {07f06093-51d5-46d3-a6c3-62289a669e8e} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 993 | 2025.02.10 18:48:33.342417 [ 3 ] {07f06093-51d5-46d3-a6c3-62289a669e8e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 994 | 2025.02.10 18:48:33.342441 [ 3 ] {07f06093-51d5-46d3-a6c3-62289a669e8e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 995 | 2025.02.10 18:48:33.343078 [ 3 ] {07f06093-51d5-46d3-a6c3-62289a669e8e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001777 sec., 10129.431626336522 rows/sec., 414.37 KiB/sec. | ||
| 996 | 2025.02.10 18:48:33.343199 [ 3 ] {07f06093-51d5-46d3-a6c3-62289a669e8e} <Debug> TCPHandler: Processed in 0.002091721 sec. | ||
| 997 | 2025.02.10 18:48:33.343762 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 998 | 2025.02.10 18:48:33.343975 [ 4 ] {8020a26c-c63e-4f8d-9df6-8bf50cc0241a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 999 | 2025.02.10 18:48:33.344347 [ 4 ] {8020a26c-c63e-4f8d-9df6-8bf50cc0241a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1000 | 2025.02.10 18:48:33.344399 [ 4 ] {8020a26c-c63e-4f8d-9df6-8bf50cc0241a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1001 | 2025.02.10 18:48:33.344682 [ 4 ] {8020a26c-c63e-4f8d-9df6-8bf50cc0241a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1002 | 2025.02.10 18:48:33.344748 [ 4 ] {8020a26c-c63e-4f8d-9df6-8bf50cc0241a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1003 | 2025.02.10 18:48:33.344895 [ 4 ] {8020a26c-c63e-4f8d-9df6-8bf50cc0241a} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1004 | 2025.02.10 18:48:33.344928 [ 4 ] {8020a26c-c63e-4f8d-9df6-8bf50cc0241a} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1005 | 2025.02.10 18:48:33.344951 [ 4 ] {8020a26c-c63e-4f8d-9df6-8bf50cc0241a} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (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.10 18:48:33.344967 [ 4 ] {8020a26c-c63e-4f8d-9df6-8bf50cc0241a} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1007 | 2025.02.10 18:48:33.345011 [ 4 ] {8020a26c-c63e-4f8d-9df6-8bf50cc0241a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1008 | 2025.02.10 18:48:33.345032 [ 4 ] {8020a26c-c63e-4f8d-9df6-8bf50cc0241a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1009 | 2025.02.10 18:48:33.345538 [ 4 ] {8020a26c-c63e-4f8d-9df6-8bf50cc0241a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001664 sec., 10817.307692307693 rows/sec., 442.50 KiB/sec. | ||
| 1010 | 2025.02.10 18:48:33.345621 [ 4 ] {8020a26c-c63e-4f8d-9df6-8bf50cc0241a} <Debug> TCPHandler: Processed in 0.001926396 sec. | ||
| 1011 | 2025.02.10 18:48:33.345961 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1012 | 2025.02.10 18:48:33.346263 [ 3 ] {c1808f69-937e-44b9-97d8-b298881b52d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1013 | 2025.02.10 18:48:33.346663 [ 3 ] {c1808f69-937e-44b9-97d8-b298881b52d2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1014 | 2025.02.10 18:48:33.346706 [ 3 ] {c1808f69-937e-44b9-97d8-b298881b52d2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1015 | 2025.02.10 18:48:33.346980 [ 3 ] {c1808f69-937e-44b9-97d8-b298881b52d2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1016 | 2025.02.10 18:48:33.347049 [ 3 ] {c1808f69-937e-44b9-97d8-b298881b52d2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1017 | 2025.02.10 18:48:33.347200 [ 3 ] {c1808f69-937e-44b9-97d8-b298881b52d2} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1018 | 2025.02.10 18:48:33.347234 [ 3 ] {c1808f69-937e-44b9-97d8-b298881b52d2} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1019 | 2025.02.10 18:48:33.347258 [ 3 ] {c1808f69-937e-44b9-97d8-b298881b52d2} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (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.10 18:48:33.347275 [ 3 ] {c1808f69-937e-44b9-97d8-b298881b52d2} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1021 | 2025.02.10 18:48:33.347321 [ 3 ] {c1808f69-937e-44b9-97d8-b298881b52d2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1022 | 2025.02.10 18:48:33.347344 [ 3 ] {c1808f69-937e-44b9-97d8-b298881b52d2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1023 | 2025.02.10 18:48:33.348121 [ 3 ] {c1808f69-937e-44b9-97d8-b298881b52d2} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002004 sec., 8982.035928143712 rows/sec., 367.43 KiB/sec. | ||
| 1024 | 2025.02.10 18:48:33.348246 [ 3 ] {c1808f69-937e-44b9-97d8-b298881b52d2} <Debug> TCPHandler: Processed in 0.002384408 sec. | ||
| 1025 | 2025.02.10 18:48:33.348662 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1026 | 2025.02.10 18:48:33.348869 [ 4 ] {fbb51356-8eca-4cab-b42f-308bcffaaf0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1027 | 2025.02.10 18:48:33.349242 [ 4 ] {fbb51356-8eca-4cab-b42f-308bcffaaf0b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1028 | 2025.02.10 18:48:33.349294 [ 4 ] {fbb51356-8eca-4cab-b42f-308bcffaaf0b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1029 | 2025.02.10 18:48:33.349596 [ 4 ] {fbb51356-8eca-4cab-b42f-308bcffaaf0b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1030 | 2025.02.10 18:48:33.349663 [ 4 ] {fbb51356-8eca-4cab-b42f-308bcffaaf0b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1031 | 2025.02.10 18:48:33.349808 [ 4 ] {fbb51356-8eca-4cab-b42f-308bcffaaf0b} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1032 | 2025.02.10 18:48:33.349841 [ 4 ] {fbb51356-8eca-4cab-b42f-308bcffaaf0b} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1033 | 2025.02.10 18:48:33.349863 [ 4 ] {fbb51356-8eca-4cab-b42f-308bcffaaf0b} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (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.10 18:48:33.349881 [ 4 ] {fbb51356-8eca-4cab-b42f-308bcffaaf0b} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1035 | 2025.02.10 18:48:33.349926 [ 4 ] {fbb51356-8eca-4cab-b42f-308bcffaaf0b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1036 | 2025.02.10 18:48:33.349948 [ 4 ] {fbb51356-8eca-4cab-b42f-308bcffaaf0b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1037 | 2025.02.10 18:48:33.350456 [ 4 ] {fbb51356-8eca-4cab-b42f-308bcffaaf0b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001687 sec., 10669.82809721399 rows/sec., 436.47 KiB/sec. | ||
| 1038 | 2025.02.10 18:48:33.350537 [ 4 ] {fbb51356-8eca-4cab-b42f-308bcffaaf0b} <Debug> TCPHandler: Processed in 0.001947487 sec. | ||
| 1039 | 2025.02.10 18:48:33.350820 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1040 | 2025.02.10 18:48:33.351029 [ 3 ] {15b0c04a-8c3d-4742-8fa5-04e369d38631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1041 | 2025.02.10 18:48:33.351407 [ 3 ] {15b0c04a-8c3d-4742-8fa5-04e369d38631} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1042 | 2025.02.10 18:48:33.351458 [ 3 ] {15b0c04a-8c3d-4742-8fa5-04e369d38631} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1043 | 2025.02.10 18:48:33.351743 [ 3 ] {15b0c04a-8c3d-4742-8fa5-04e369d38631} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1044 | 2025.02.10 18:48:33.351811 [ 3 ] {15b0c04a-8c3d-4742-8fa5-04e369d38631} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1045 | 2025.02.10 18:48:33.351960 [ 3 ] {15b0c04a-8c3d-4742-8fa5-04e369d38631} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1046 | 2025.02.10 18:48:33.351996 [ 3 ] {15b0c04a-8c3d-4742-8fa5-04e369d38631} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1047 | 2025.02.10 18:48:33.352019 [ 3 ] {15b0c04a-8c3d-4742-8fa5-04e369d38631} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (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.10 18:48:33.352036 [ 3 ] {15b0c04a-8c3d-4742-8fa5-04e369d38631} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1049 | 2025.02.10 18:48:33.352082 [ 3 ] {15b0c04a-8c3d-4742-8fa5-04e369d38631} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1050 | 2025.02.10 18:48:33.352105 [ 3 ] {15b0c04a-8c3d-4742-8fa5-04e369d38631} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1051 | 2025.02.10 18:48:33.352674 [ 3 ] {15b0c04a-8c3d-4742-8fa5-04e369d38631} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001743 sec., 10327.022375215147 rows/sec., 422.45 KiB/sec. | ||
| 1052 | 2025.02.10 18:48:33.352788 [ 3 ] {15b0c04a-8c3d-4742-8fa5-04e369d38631} <Debug> TCPHandler: Processed in 0.002037849 sec. | ||
| 1053 | 2025.02.10 18:48:33.353048 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1054 | 2025.02.10 18:48:33.353257 [ 4 ] {ef8edfcb-17aa-41b9-a97d-f1c7274c0563} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1055 | 2025.02.10 18:48:33.353595 [ 4 ] {ef8edfcb-17aa-41b9-a97d-f1c7274c0563} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1056 | 2025.02.10 18:48:33.353639 [ 4 ] {ef8edfcb-17aa-41b9-a97d-f1c7274c0563} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1057 | 2025.02.10 18:48:33.353919 [ 4 ] {ef8edfcb-17aa-41b9-a97d-f1c7274c0563} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1058 | 2025.02.10 18:48:33.353984 [ 4 ] {ef8edfcb-17aa-41b9-a97d-f1c7274c0563} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1059 | 2025.02.10 18:48:33.354129 [ 4 ] {ef8edfcb-17aa-41b9-a97d-f1c7274c0563} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1060 | 2025.02.10 18:48:33.354162 [ 4 ] {ef8edfcb-17aa-41b9-a97d-f1c7274c0563} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1061 | 2025.02.10 18:48:33.354184 [ 4 ] {ef8edfcb-17aa-41b9-a97d-f1c7274c0563} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (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.10 18:48:33.354201 [ 4 ] {ef8edfcb-17aa-41b9-a97d-f1c7274c0563} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1063 | 2025.02.10 18:48:33.354244 [ 4 ] {ef8edfcb-17aa-41b9-a97d-f1c7274c0563} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1064 | 2025.02.10 18:48:33.354266 [ 4 ] {ef8edfcb-17aa-41b9-a97d-f1c7274c0563} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1065 | 2025.02.10 18:48:33.354800 [ 4 ] {ef8edfcb-17aa-41b9-a97d-f1c7274c0563} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001644 sec., 10948.905109489051 rows/sec., 447.89 KiB/sec. | ||
| 1066 | 2025.02.10 18:48:33.354883 [ 4 ] {ef8edfcb-17aa-41b9-a97d-f1c7274c0563} <Debug> TCPHandler: Processed in 0.001900746 sec. | ||
| 1067 | 2025.02.10 18:48:33.355121 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1068 | 2025.02.10 18:48:33.355330 [ 3 ] {517453dc-263a-4e71-918b-a42a0af88b2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1069 | 2025.02.10 18:48:33.355662 [ 3 ] {517453dc-263a-4e71-918b-a42a0af88b2f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1070 | 2025.02.10 18:48:33.355706 [ 3 ] {517453dc-263a-4e71-918b-a42a0af88b2f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1071 | 2025.02.10 18:48:33.355998 [ 3 ] {517453dc-263a-4e71-918b-a42a0af88b2f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1072 | 2025.02.10 18:48:33.356064 [ 3 ] {517453dc-263a-4e71-918b-a42a0af88b2f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1073 | 2025.02.10 18:48:33.356214 [ 3 ] {517453dc-263a-4e71-918b-a42a0af88b2f} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1074 | 2025.02.10 18:48:33.356248 [ 3 ] {517453dc-263a-4e71-918b-a42a0af88b2f} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1075 | 2025.02.10 18:48:33.356272 [ 3 ] {517453dc-263a-4e71-918b-a42a0af88b2f} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (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.10 18:48:33.356290 [ 3 ] {517453dc-263a-4e71-918b-a42a0af88b2f} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1077 | 2025.02.10 18:48:33.356333 [ 3 ] {517453dc-263a-4e71-918b-a42a0af88b2f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1078 | 2025.02.10 18:48:33.356357 [ 3 ] {517453dc-263a-4e71-918b-a42a0af88b2f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1079 | 2025.02.10 18:48:33.357039 [ 3 ] {517453dc-263a-4e71-918b-a42a0af88b2f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00181 sec., 9944.75138121547 rows/sec., 406.81 KiB/sec. | ||
| 1080 | 2025.02.10 18:48:33.357157 [ 3 ] {517453dc-263a-4e71-918b-a42a0af88b2f} <Debug> TCPHandler: Processed in 0.002106521 sec. | ||
| 1081 | 2025.02.10 18:48:33.357534 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1082 | 2025.02.10 18:48:33.357743 [ 4 ] {a14f29e1-fafe-4730-9470-6ad9ac255d4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1083 | 2025.02.10 18:48:33.358119 [ 4 ] {a14f29e1-fafe-4730-9470-6ad9ac255d4f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1084 | 2025.02.10 18:48:33.358171 [ 4 ] {a14f29e1-fafe-4730-9470-6ad9ac255d4f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1085 | 2025.02.10 18:48:33.358513 [ 4 ] {a14f29e1-fafe-4730-9470-6ad9ac255d4f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1086 | 2025.02.10 18:48:33.358579 [ 4 ] {a14f29e1-fafe-4730-9470-6ad9ac255d4f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1087 | 2025.02.10 18:48:33.358723 [ 4 ] {a14f29e1-fafe-4730-9470-6ad9ac255d4f} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1088 | 2025.02.10 18:48:33.358756 [ 4 ] {a14f29e1-fafe-4730-9470-6ad9ac255d4f} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1089 | 2025.02.10 18:48:33.358778 [ 4 ] {a14f29e1-fafe-4730-9470-6ad9ac255d4f} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (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.10 18:48:33.358795 [ 4 ] {a14f29e1-fafe-4730-9470-6ad9ac255d4f} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1091 | 2025.02.10 18:48:33.358838 [ 4 ] {a14f29e1-fafe-4730-9470-6ad9ac255d4f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1092 | 2025.02.10 18:48:33.358861 [ 4 ] {a14f29e1-fafe-4730-9470-6ad9ac255d4f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1093 | 2025.02.10 18:48:33.359358 [ 4 ] {a14f29e1-fafe-4730-9470-6ad9ac255d4f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001715 sec., 10495.626822157436 rows/sec., 429.35 KiB/sec. | ||
| 1094 | 2025.02.10 18:48:33.359439 [ 4 ] {a14f29e1-fafe-4730-9470-6ad9ac255d4f} <Debug> TCPHandler: Processed in 0.001970278 sec. | ||
| 1095 | 2025.02.10 18:48:33.359743 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1096 | 2025.02.10 18:48:33.360082 [ 3 ] {7cbae7a5-b50d-481a-89e1-79690e677099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1097 | 2025.02.10 18:48:33.360590 [ 3 ] {7cbae7a5-b50d-481a-89e1-79690e677099} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1098 | 2025.02.10 18:48:33.360636 [ 3 ] {7cbae7a5-b50d-481a-89e1-79690e677099} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1099 | 2025.02.10 18:48:33.360931 [ 3 ] {7cbae7a5-b50d-481a-89e1-79690e677099} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1100 | 2025.02.10 18:48:33.360998 [ 3 ] {7cbae7a5-b50d-481a-89e1-79690e677099} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1101 | 2025.02.10 18:48:33.361147 [ 3 ] {7cbae7a5-b50d-481a-89e1-79690e677099} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1102 | 2025.02.10 18:48:33.361180 [ 3 ] {7cbae7a5-b50d-481a-89e1-79690e677099} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1103 | 2025.02.10 18:48:33.361203 [ 3 ] {7cbae7a5-b50d-481a-89e1-79690e677099} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (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.10 18:48:33.361220 [ 3 ] {7cbae7a5-b50d-481a-89e1-79690e677099} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1105 | 2025.02.10 18:48:33.361263 [ 3 ] {7cbae7a5-b50d-481a-89e1-79690e677099} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1106 | 2025.02.10 18:48:33.361289 [ 3 ] {7cbae7a5-b50d-481a-89e1-79690e677099} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1107 | 2025.02.10 18:48:33.361869 [ 3 ] {7cbae7a5-b50d-481a-89e1-79690e677099} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001956 sec., 9202.453987730061 rows/sec., 376.45 KiB/sec. | ||
| 1108 | 2025.02.10 18:48:33.361983 [ 3 ] {7cbae7a5-b50d-481a-89e1-79690e677099} <Debug> TCPHandler: Processed in 0.002350557 sec. | ||
| 1109 | 2025.02.10 18:48:33.362323 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1110 | 2025.02.10 18:48:33.362504 [ 4 ] {c59b330b-4f9a-4e85-b5f8-abea89f26ad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1111 | 2025.02.10 18:48:33.362821 [ 4 ] {c59b330b-4f9a-4e85-b5f8-abea89f26ad3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1112 | 2025.02.10 18:48:33.362866 [ 4 ] {c59b330b-4f9a-4e85-b5f8-abea89f26ad3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1113 | 2025.02.10 18:48:33.363151 [ 4 ] {c59b330b-4f9a-4e85-b5f8-abea89f26ad3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1114 | 2025.02.10 18:48:33.363216 [ 4 ] {c59b330b-4f9a-4e85-b5f8-abea89f26ad3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1115 | 2025.02.10 18:48:33.363362 [ 4 ] {c59b330b-4f9a-4e85-b5f8-abea89f26ad3} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1116 | 2025.02.10 18:48:33.363394 [ 4 ] {c59b330b-4f9a-4e85-b5f8-abea89f26ad3} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1117 | 2025.02.10 18:48:33.363417 [ 4 ] {c59b330b-4f9a-4e85-b5f8-abea89f26ad3} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (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.10 18:48:33.363433 [ 4 ] {c59b330b-4f9a-4e85-b5f8-abea89f26ad3} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1119 | 2025.02.10 18:48:33.363476 [ 4 ] {c59b330b-4f9a-4e85-b5f8-abea89f26ad3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1120 | 2025.02.10 18:48:33.363499 [ 4 ] {c59b330b-4f9a-4e85-b5f8-abea89f26ad3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1121 | 2025.02.10 18:48:33.364060 [ 4 ] {c59b330b-4f9a-4e85-b5f8-abea89f26ad3} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001642 sec., 10962.241169305724 rows/sec., 448.43 KiB/sec. | ||
| 1122 | 2025.02.10 18:48:33.364141 [ 4 ] {c59b330b-4f9a-4e85-b5f8-abea89f26ad3} <Debug> TCPHandler: Processed in 0.001874875 sec. | ||
| 1123 | 2025.02.10 18:48:33.368249 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1124 | 2025.02.10 18:48:33.368547 [ 3 ] {63499816-acdb-483e-843e-ac900dd48e7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1125 | 2025.02.10 18:48:33.368871 [ 3 ] {63499816-acdb-483e-843e-ac900dd48e7b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1126 | 2025.02.10 18:48:33.368918 [ 3 ] {63499816-acdb-483e-843e-ac900dd48e7b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1127 | 2025.02.10 18:48:33.369226 [ 3 ] {63499816-acdb-483e-843e-ac900dd48e7b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1128 | 2025.02.10 18:48:33.369293 [ 3 ] {63499816-acdb-483e-843e-ac900dd48e7b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1129 | 2025.02.10 18:48:33.369445 [ 3 ] {63499816-acdb-483e-843e-ac900dd48e7b} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1130 | 2025.02.10 18:48:33.369480 [ 3 ] {63499816-acdb-483e-843e-ac900dd48e7b} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1131 | 2025.02.10 18:48:33.369503 [ 3 ] {63499816-acdb-483e-843e-ac900dd48e7b} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (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.10 18:48:33.369521 [ 3 ] {63499816-acdb-483e-843e-ac900dd48e7b} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1133 | 2025.02.10 18:48:33.369566 [ 3 ] {63499816-acdb-483e-843e-ac900dd48e7b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1134 | 2025.02.10 18:48:33.369590 [ 3 ] {63499816-acdb-483e-843e-ac900dd48e7b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1135 | 2025.02.10 18:48:33.370158 [ 3 ] {63499816-acdb-483e-843e-ac900dd48e7b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001742 sec., 10332.950631458094 rows/sec., 422.69 KiB/sec. | ||
| 1136 | 2025.02.10 18:48:33.370276 [ 3 ] {63499816-acdb-483e-843e-ac900dd48e7b} <Debug> TCPHandler: Processed in 0.002138111 sec. | ||
| 1137 | 2025.02.10 18:48:33.376601 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1138 | 2025.02.10 18:48:33.376720 [ 3 ] {f0ac303d-f65f-4584-8b98-47edd060d46f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1139 | 2025.02.10 18:48:33.376769 [ 3 ] {f0ac303d-f65f-4584-8b98-47edd060d46f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1140 | 2025.02.10 18:48:33.377447 [ 3 ] {f0ac303d-f65f-4584-8b98-47edd060d46f} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1141 | 2025.02.10 18:48:33.377490 [ 3 ] {f0ac303d-f65f-4584-8b98-47edd060d46f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1142 | 2025.02.10 18:48:33.378143 [ 3 ] {f0ac303d-f65f-4584-8b98-47edd060d46f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1143 | 2025.02.10 18:48:33.378588 [ 3 ] {f0ac303d-f65f-4584-8b98-47edd060d46f} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1144 | 2025.02.10 18:48:33.378839 [ 3 ] {f0ac303d-f65f-4584-8b98-47edd060d46f} <Debug> executeQuery: Read 13 rows, 2.63 KiB in 0.002153 sec., 6038.086391082211 rows/sec., 1.20 MiB/sec. | ||
| 1145 | 2025.02.10 18:48:33.378894 [ 3 ] {f0ac303d-f65f-4584-8b98-47edd060d46f} <Debug> TCPHandler: Processed in 0.002344587 sec. | ||
| 1146 | 2025.02.10 18:48:33.379044 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1147 | 2025.02.10 18:48:33.379220 [ 4 ] {6d2b7807-6d18-489f-baf2-c659a2927c03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1148 | 2025.02.10 18:48:33.379277 [ 4 ] {6d2b7807-6d18-489f-baf2-c659a2927c03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1149 | 2025.02.10 18:48:33.380529 [ 4 ] {6d2b7807-6d18-489f-baf2-c659a2927c03} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1150 | 2025.02.10 18:48:33.380569 [ 4 ] {6d2b7807-6d18-489f-baf2-c659a2927c03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1151 | 2025.02.10 18:48:33.381106 [ 4 ] {6d2b7807-6d18-489f-baf2-c659a2927c03} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1152 | 2025.02.10 18:48:33.381610 [ 4 ] {6d2b7807-6d18-489f-baf2-c659a2927c03} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1153 | 2025.02.10 18:48:33.381830 [ 4 ] {6d2b7807-6d18-489f-baf2-c659a2927c03} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00265 sec., 5283.018867924528 rows/sec., 380.31 KiB/sec. | ||
| 1154 | 2025.02.10 18:48:33.381882 [ 4 ] {6d2b7807-6d18-489f-baf2-c659a2927c03} <Debug> TCPHandler: Processed in 0.0029056 sec. | ||
| 1155 | 2025.02.10 18:48:33.382109 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1156 | 2025.02.10 18:48:33.382335 [ 3 ] {a2ff291e-803e-400a-b2fd-e306053bfdea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1157 | 2025.02.10 18:48:33.382426 [ 3 ] {a2ff291e-803e-400a-b2fd-e306053bfdea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1158 | 2025.02.10 18:48:33.383150 [ 3 ] {a2ff291e-803e-400a-b2fd-e306053bfdea} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1159 | 2025.02.10 18:48:33.383189 [ 3 ] {a2ff291e-803e-400a-b2fd-e306053bfdea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1160 | 2025.02.10 18:48:33.383707 [ 3 ] {a2ff291e-803e-400a-b2fd-e306053bfdea} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1161 | 2025.02.10 18:48:33.384165 [ 3 ] {a2ff291e-803e-400a-b2fd-e306053bfdea} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1162 | 2025.02.10 18:48:33.384383 [ 3 ] {a2ff291e-803e-400a-b2fd-e306053bfdea} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.002104 sec., 104087.45247148289 rows/sec., 9.09 MiB/sec. | ||
| 1163 | 2025.02.10 18:48:33.384435 [ 3 ] {a2ff291e-803e-400a-b2fd-e306053bfdea} <Debug> TCPHandler: Processed in 0.00244835 sec. | ||
| 1164 | 2025.02.10 18:48:33.384596 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1165 | 2025.02.10 18:48:33.384735 [ 4 ] {96466dba-bd7b-4875-b53f-e83c3dd4adc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1166 | 2025.02.10 18:48:33.384793 [ 4 ] {96466dba-bd7b-4875-b53f-e83c3dd4adc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1167 | 2025.02.10 18:48:33.385674 [ 4 ] {96466dba-bd7b-4875-b53f-e83c3dd4adc8} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1168 | 2025.02.10 18:48:33.385710 [ 4 ] {96466dba-bd7b-4875-b53f-e83c3dd4adc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1169 | 2025.02.10 18:48:33.386240 [ 4 ] {96466dba-bd7b-4875-b53f-e83c3dd4adc8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1170 | 2025.02.10 18:48:33.386732 [ 4 ] {96466dba-bd7b-4875-b53f-e83c3dd4adc8} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1171 | 2025.02.10 18:48:33.386966 [ 4 ] {96466dba-bd7b-4875-b53f-e83c3dd4adc8} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.002256 sec., 6648.936170212765 rows/sec., 468.80 KiB/sec. | ||
| 1172 | 2025.02.10 18:48:33.387041 [ 4 ] {96466dba-bd7b-4875-b53f-e83c3dd4adc8} <Debug> TCPHandler: Processed in 0.002513381 sec. | ||
| 1173 | 2025.02.10 18:48:33.387198 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1174 | 2025.02.10 18:48:33.387336 [ 3 ] {a0322ab3-74d8-454e-8172-1cb4a7d66b72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1175 | 2025.02.10 18:48:33.387393 [ 3 ] {a0322ab3-74d8-454e-8172-1cb4a7d66b72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1176 | 2025.02.10 18:48:33.387985 [ 3 ] {a0322ab3-74d8-454e-8172-1cb4a7d66b72} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1177 | 2025.02.10 18:48:33.388025 [ 3 ] {a0322ab3-74d8-454e-8172-1cb4a7d66b72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1178 | 2025.02.10 18:48:33.388532 [ 3 ] {a0322ab3-74d8-454e-8172-1cb4a7d66b72} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1179 | 2025.02.10 18:48:33.389099 [ 3 ] {a0322ab3-74d8-454e-8172-1cb4a7d66b72} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1180 | 2025.02.10 18:48:33.389324 [ 3 ] {a0322ab3-74d8-454e-8172-1cb4a7d66b72} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002018 sec., 6937.5619425173445 rows/sec., 485.86 KiB/sec. | ||
| 1181 | 2025.02.10 18:48:33.389377 [ 3 ] {a0322ab3-74d8-454e-8172-1cb4a7d66b72} <Debug> TCPHandler: Processed in 0.002248075 sec. | ||
| 1182 | 2025.02.10 18:48:33.389515 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1183 | 2025.02.10 18:48:33.389630 [ 4 ] {63a48f99-ba17-470e-a7ea-adb383cb4ed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1184 | 2025.02.10 18:48:33.389677 [ 4 ] {63a48f99-ba17-470e-a7ea-adb383cb4ed3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1185 | 2025.02.10 18:48:33.390234 [ 4 ] {63a48f99-ba17-470e-a7ea-adb383cb4ed3} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1186 | 2025.02.10 18:48:33.390274 [ 4 ] {63a48f99-ba17-470e-a7ea-adb383cb4ed3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1187 | 2025.02.10 18:48:33.390760 [ 4 ] {63a48f99-ba17-470e-a7ea-adb383cb4ed3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1188 | 2025.02.10 18:48:33.391243 [ 4 ] {63a48f99-ba17-470e-a7ea-adb383cb4ed3} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1189 | 2025.02.10 18:48:33.391444 [ 4 ] {63a48f99-ba17-470e-a7ea-adb383cb4ed3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001838 sec., 7072.905331882481 rows/sec., 440.99 KiB/sec. | ||
| 1190 | 2025.02.10 18:48:33.391493 [ 4 ] {63a48f99-ba17-470e-a7ea-adb383cb4ed3} <Debug> TCPHandler: Processed in 0.002034039 sec. | ||
| 1191 | 2025.02.10 18:48:33.391634 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1192 | 2025.02.10 18:48:33.391751 [ 3 ] {7fd744b8-8110-4079-b7ef-c7a3128b02f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1193 | 2025.02.10 18:48:33.391800 [ 3 ] {7fd744b8-8110-4079-b7ef-c7a3128b02f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1194 | 2025.02.10 18:48:33.392527 [ 3 ] {7fd744b8-8110-4079-b7ef-c7a3128b02f6} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1195 | 2025.02.10 18:48:33.392568 [ 3 ] {7fd744b8-8110-4079-b7ef-c7a3128b02f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1196 | 2025.02.10 18:48:33.393141 [ 3 ] {7fd744b8-8110-4079-b7ef-c7a3128b02f6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1197 | 2025.02.10 18:48:33.393696 [ 3 ] {7fd744b8-8110-4079-b7ef-c7a3128b02f6} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1198 | 2025.02.10 18:48:33.393920 [ 3 ] {7fd744b8-8110-4079-b7ef-c7a3128b02f6} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002193 sec., 177838.57729138166 rows/sec., 12.61 MiB/sec. | ||
| 1199 | 2025.02.10 18:48:33.393974 [ 3 ] {7fd744b8-8110-4079-b7ef-c7a3128b02f6} <Debug> TCPHandler: Processed in 0.002398488 sec. | ||
| 1200 | 2025.02.10 18:48:33.394125 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1201 | 2025.02.10 18:48:33.394261 [ 4 ] {03e668b5-227f-4718-b290-5bb88c070613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1202 | 2025.02.10 18:48:33.394319 [ 4 ] {03e668b5-227f-4718-b290-5bb88c070613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1203 | 2025.02.10 18:48:33.394812 [ 4 ] {03e668b5-227f-4718-b290-5bb88c070613} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1204 | 2025.02.10 18:48:33.394850 [ 4 ] {03e668b5-227f-4718-b290-5bb88c070613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1205 | 2025.02.10 18:48:33.395347 [ 4 ] {03e668b5-227f-4718-b290-5bb88c070613} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1206 | 2025.02.10 18:48:33.395832 [ 4 ] {03e668b5-227f-4718-b290-5bb88c070613} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1207 | 2025.02.10 18:48:33.396110 [ 4 ] {03e668b5-227f-4718-b290-5bb88c070613} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00187 sec., 3208.5561497326203 rows/sec., 167.63 KiB/sec. | ||
| 1208 | 2025.02.10 18:48:33.396183 [ 4 ] {03e668b5-227f-4718-b290-5bb88c070613} <Debug> TCPHandler: Processed in 0.002125291 sec. | ||
| 1209 | 2025.02.10 18:48:33.396338 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1210 | 2025.02.10 18:48:33.396481 [ 3 ] {cd16c8fa-b60f-490a-b0ca-2d2f9635ef58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1211 | 2025.02.10 18:48:33.396544 [ 3 ] {cd16c8fa-b60f-490a-b0ca-2d2f9635ef58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1212 | 2025.02.10 18:48:33.397225 [ 3 ] {cd16c8fa-b60f-490a-b0ca-2d2f9635ef58} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1213 | 2025.02.10 18:48:33.397273 [ 3 ] {cd16c8fa-b60f-490a-b0ca-2d2f9635ef58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1214 | 2025.02.10 18:48:33.397812 [ 3 ] {cd16c8fa-b60f-490a-b0ca-2d2f9635ef58} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1215 | 2025.02.10 18:48:33.398280 [ 3 ] {cd16c8fa-b60f-490a-b0ca-2d2f9635ef58} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1216 | 2025.02.10 18:48:33.398511 [ 3 ] {cd16c8fa-b60f-490a-b0ca-2d2f9635ef58} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00206 sec., 115048.54368932037 rows/sec., 7.71 MiB/sec. | ||
| 1217 | 2025.02.10 18:48:33.398564 [ 3 ] {cd16c8fa-b60f-490a-b0ca-2d2f9635ef58} <Debug> TCPHandler: Processed in 0.002294315 sec. | ||
| 1218 | 2025.02.10 18:48:33.398720 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1219 | 2025.02.10 18:48:33.398858 [ 4 ] {fc83dd7e-c51f-4eb9-8b13-a5f058249bc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1220 | 2025.02.10 18:48:33.398916 [ 4 ] {fc83dd7e-c51f-4eb9-8b13-a5f058249bc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1221 | 2025.02.10 18:48:33.399463 [ 4 ] {fc83dd7e-c51f-4eb9-8b13-a5f058249bc9} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1222 | 2025.02.10 18:48:33.399502 [ 4 ] {fc83dd7e-c51f-4eb9-8b13-a5f058249bc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1223 | 2025.02.10 18:48:33.399995 [ 4 ] {fc83dd7e-c51f-4eb9-8b13-a5f058249bc9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1224 | 2025.02.10 18:48:33.400515 [ 4 ] {fc83dd7e-c51f-4eb9-8b13-a5f058249bc9} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1225 | 2025.02.10 18:48:33.400791 [ 4 ] {fc83dd7e-c51f-4eb9-8b13-a5f058249bc9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001945 sec., 514.1388174807198 rows/sec., 34.64 KiB/sec. | ||
| 1226 | 2025.02.10 18:48:33.400901 [ 4 ] {fc83dd7e-c51f-4eb9-8b13-a5f058249bc9} <Debug> TCPHandler: Processed in 0.002248095 sec. | ||
| 1227 | 2025.02.10 18:48:33.401048 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1228 | 2025.02.10 18:48:33.401190 [ 3 ] {f7b12187-10b2-4f6f-ab4c-1c68c4b55106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1229 | 2025.02.10 18:48:33.401283 [ 3 ] {f7b12187-10b2-4f6f-ab4c-1c68c4b55106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1230 | 2025.02.10 18:48:33.402400 [ 3 ] {f7b12187-10b2-4f6f-ab4c-1c68c4b55106} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1231 | 2025.02.10 18:48:33.402440 [ 3 ] {f7b12187-10b2-4f6f-ab4c-1c68c4b55106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1232 | 2025.02.10 18:48:33.405194 [ 3 ] {f7b12187-10b2-4f6f-ab4c-1c68c4b55106} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1233 | 2025.02.10 18:48:33.405686 [ 3 ] {f7b12187-10b2-4f6f-ab4c-1c68c4b55106} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1234 | 2025.02.10 18:48:33.405997 [ 3 ] {f7b12187-10b2-4f6f-ab4c-1c68c4b55106} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004838 sec., 1653.5758577924762 rows/sec., 2.96 MiB/sec. | ||
| 1235 | 2025.02.10 18:48:33.406087 [ 3 ] {f7b12187-10b2-4f6f-ab4c-1c68c4b55106} <Debug> TCPHandler: Processed in 0.005105763 sec. | ||
| 1236 | 2025.02.10 18:48:33.406228 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1237 | 2025.02.10 18:48:33.406345 [ 4 ] {7c70de05-0aef-48f6-ac93-ed887ed97a3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1238 | 2025.02.10 18:48:33.406395 [ 4 ] {7c70de05-0aef-48f6-ac93-ed887ed97a3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1239 | 2025.02.10 18:48:33.406955 [ 4 ] {7c70de05-0aef-48f6-ac93-ed887ed97a3e} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1240 | 2025.02.10 18:48:33.407001 [ 4 ] {7c70de05-0aef-48f6-ac93-ed887ed97a3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1241 | 2025.02.10 18:48:33.407559 [ 4 ] {7c70de05-0aef-48f6-ac93-ed887ed97a3e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1242 | 2025.02.10 18:48:33.408057 [ 4 ] {7c70de05-0aef-48f6-ac93-ed887ed97a3e} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1243 | 2025.02.10 18:48:33.408338 [ 4 ] {7c70de05-0aef-48f6-ac93-ed887ed97a3e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002016 sec., 40674.60317460317 rows/sec., 2.58 MiB/sec. | ||
| 1244 | 2025.02.10 18:48:33.408390 [ 4 ] {7c70de05-0aef-48f6-ac93-ed887ed97a3e} <Debug> TCPHandler: Processed in 0.002214423 sec. | ||
| 1245 | 2025.02.10 18:48:38.339625 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1246 | 2025.02.10 18:48:38.339830 [ 3 ] {686d1e46-278b-438a-af83-74deb9d735ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1247 | 2025.02.10 18:48:38.339904 [ 3 ] {686d1e46-278b-438a-af83-74deb9d735ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1248 | 2025.02.10 18:48:38.340691 [ 3 ] {686d1e46-278b-438a-af83-74deb9d735ca} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1249 | 2025.02.10 18:48:38.340738 [ 3 ] {686d1e46-278b-438a-af83-74deb9d735ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1250 | 2025.02.10 18:48:38.341199 [ 3 ] {686d1e46-278b-438a-af83-74deb9d735ca} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1251 | 2025.02.10 18:48:38.341465 [ 3 ] {686d1e46-278b-438a-af83-74deb9d735ca} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1252 | 2025.02.10 18:48:38.341694 [ 3 ] {686d1e46-278b-438a-af83-74deb9d735ca} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001919 sec., 29181.86555497655 rows/sec., 2.24 MiB/sec. | ||
| 1253 | 2025.02.10 18:48:38.341758 [ 3 ] {686d1e46-278b-438a-af83-74deb9d735ca} <Debug> TCPHandler: Processed in 0.002270595 sec. | ||
| 1254 | 2025.02.10 18:48:38.342010 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1255 | 2025.02.10 18:48:38.342216 [ 4 ] {e3d989a1-a231-4c17-81be-bc21b1d2643a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1256 | 2025.02.10 18:48:38.342297 [ 4 ] {e3d989a1-a231-4c17-81be-bc21b1d2643a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1257 | 2025.02.10 18:48:38.343072 [ 4 ] {e3d989a1-a231-4c17-81be-bc21b1d2643a} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1258 | 2025.02.10 18:48:38.343122 [ 4 ] {e3d989a1-a231-4c17-81be-bc21b1d2643a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1259 | 2025.02.10 18:48:38.343549 [ 4 ] {e3d989a1-a231-4c17-81be-bc21b1d2643a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1260 | 2025.02.10 18:48:38.343797 [ 4 ] {e3d989a1-a231-4c17-81be-bc21b1d2643a} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1261 | 2025.02.10 18:48:38.344040 [ 4 ] {e3d989a1-a231-4c17-81be-bc21b1d2643a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001881 sec., 34024.455077086655 rows/sec., 2.66 MiB/sec. | ||
| 1262 | 2025.02.10 18:48:38.344106 [ 4 ] {e3d989a1-a231-4c17-81be-bc21b1d2643a} <Debug> TCPHandler: Processed in 0.002236303 sec. | ||
| 1263 | 2025.02.10 18:48:38.344241 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1264 | 2025.02.10 18:48:38.344367 [ 3 ] {64810fb0-fde9-49fc-9e64-0e2e6af88f2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1265 | 2025.02.10 18:48:38.344423 [ 3 ] {64810fb0-fde9-49fc-9e64-0e2e6af88f2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1266 | 2025.02.10 18:48:38.344994 [ 3 ] {64810fb0-fde9-49fc-9e64-0e2e6af88f2c} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1267 | 2025.02.10 18:48:38.345035 [ 3 ] {64810fb0-fde9-49fc-9e64-0e2e6af88f2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1268 | 2025.02.10 18:48:38.345441 [ 3 ] {64810fb0-fde9-49fc-9e64-0e2e6af88f2c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1269 | 2025.02.10 18:48:38.345681 [ 3 ] {64810fb0-fde9-49fc-9e64-0e2e6af88f2c} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1270 | 2025.02.10 18:48:38.345915 [ 3 ] {64810fb0-fde9-49fc-9e64-0e2e6af88f2c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001578 sec., 101394.16983523447 rows/sec., 7.06 MiB/sec. | ||
| 1271 | 2025.02.10 18:48:38.345995 [ 3 ] {64810fb0-fde9-49fc-9e64-0e2e6af88f2c} <Debug> TCPHandler: Processed in 0.001809014 sec. | ||
| 1272 | 2025.02.10 18:48:38.346151 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1273 | 2025.02.10 18:48:38.346295 [ 4 ] {fe74866e-023f-45d6-800a-27ff799b0513} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1274 | 2025.02.10 18:48:38.346358 [ 4 ] {fe74866e-023f-45d6-800a-27ff799b0513} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1275 | 2025.02.10 18:48:38.346918 [ 4 ] {fe74866e-023f-45d6-800a-27ff799b0513} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1276 | 2025.02.10 18:48:38.346959 [ 4 ] {fe74866e-023f-45d6-800a-27ff799b0513} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1277 | 2025.02.10 18:48:38.347335 [ 4 ] {fe74866e-023f-45d6-800a-27ff799b0513} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1278 | 2025.02.10 18:48:38.347583 [ 4 ] {fe74866e-023f-45d6-800a-27ff799b0513} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1279 | 2025.02.10 18:48:38.347797 [ 4 ] {fe74866e-023f-45d6-800a-27ff799b0513} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001537 sec., 39037.085230969424 rows/sec., 2.63 MiB/sec. | ||
| 1280 | 2025.02.10 18:48:38.347851 [ 4 ] {fe74866e-023f-45d6-800a-27ff799b0513} <Debug> TCPHandler: Processed in 0.001772843 sec. | ||
| 1281 | 2025.02.10 18:48:40.161808 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
| 1282 | 2025.02.10 18:48:40.162567 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1283 | 2025.02.10 18:48:40.162621 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1284 | 2025.02.10 18:48:40.163199 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1285 | 2025.02.10 18:48:40.163447 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1286 | 2025.02.10 18:48:40.163687 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
| 1287 | 2025.02.10 18:48:40.293427 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1288 | 2025.02.10 18:48:40.314235 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1289 | 2025.02.10 18:48:40.314304 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1290 | 2025.02.10 18:48:40.321059 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1291 | 2025.02.10 18:48:40.321814 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1292 | 2025.02.10 18:48:40.324736 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1293 | 2025.02.10 18:48:42.654806 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 200 | ||
| 1294 | 2025.02.10 18:48:42.658315 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1295 | 2025.02.10 18:48:42.658382 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1296 | 2025.02.10 18:48:42.659980 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1297 | 2025.02.10 18:48:42.660316 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1298 | 2025.02.10 18:48:42.661101 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 200 | ||
| 1299 | 2025.02.10 18:48:43.349423 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1300 | 2025.02.10 18:48:43.349641 [ 3 ] {e984b139-be3b-4275-ad64-47f5bede3052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1301 | 2025.02.10 18:48:43.349726 [ 3 ] {e984b139-be3b-4275-ad64-47f5bede3052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1302 | 2025.02.10 18:48:43.350510 [ 3 ] {e984b139-be3b-4275-ad64-47f5bede3052} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1303 | 2025.02.10 18:48:43.350566 [ 3 ] {e984b139-be3b-4275-ad64-47f5bede3052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1304 | 2025.02.10 18:48:43.351026 [ 3 ] {e984b139-be3b-4275-ad64-47f5bede3052} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1305 | 2025.02.10 18:48:43.351309 [ 3 ] {e984b139-be3b-4275-ad64-47f5bede3052} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1306 | 2025.02.10 18:48:43.351561 [ 3 ] {e984b139-be3b-4275-ad64-47f5bede3052} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001973 sec., 7095.793208312215 rows/sec., 510.80 KiB/sec. | ||
| 1307 | 2025.02.10 18:48:43.351705 [ 3 ] {e984b139-be3b-4275-ad64-47f5bede3052} <Debug> TCPHandler: Processed in 0.002429359 sec. | ||
| 1308 | 2025.02.10 18:48:43.352012 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1309 | 2025.02.10 18:48:43.352229 [ 4 ] {2ceac817-6775-4cfd-9d86-e5ffb563fc2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1310 | 2025.02.10 18:48:43.352319 [ 4 ] {2ceac817-6775-4cfd-9d86-e5ffb563fc2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1311 | 2025.02.10 18:48:43.353267 [ 4 ] {2ceac817-6775-4cfd-9d86-e5ffb563fc2f} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1312 | 2025.02.10 18:48:43.353321 [ 4 ] {2ceac817-6775-4cfd-9d86-e5ffb563fc2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1313 | 2025.02.10 18:48:43.353790 [ 4 ] {2ceac817-6775-4cfd-9d86-e5ffb563fc2f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1314 | 2025.02.10 18:48:43.354064 [ 4 ] {2ceac817-6775-4cfd-9d86-e5ffb563fc2f} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): 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.10 18:48:43.354350 [ 4 ] {2ceac817-6775-4cfd-9d86-e5ffb563fc2f} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.002175 sec., 100689.6551724138 rows/sec., 8.79 MiB/sec. | ||
| 1316 | 2025.02.10 18:48:43.354435 [ 4 ] {2ceac817-6775-4cfd-9d86-e5ffb563fc2f} <Debug> TCPHandler: Processed in 0.002567512 sec. | ||
| 1317 | 2025.02.10 18:48:43.354599 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1318 | 2025.02.10 18:48:43.354722 [ 3 ] {37407b5c-57cf-4df8-88bd-520e6b827e24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1319 | 2025.02.10 18:48:43.354779 [ 3 ] {37407b5c-57cf-4df8-88bd-520e6b827e24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1320 | 2025.02.10 18:48:43.355389 [ 3 ] {37407b5c-57cf-4df8-88bd-520e6b827e24} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1321 | 2025.02.10 18:48:43.355437 [ 3 ] {37407b5c-57cf-4df8-88bd-520e6b827e24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1322 | 2025.02.10 18:48:43.355827 [ 3 ] {37407b5c-57cf-4df8-88bd-520e6b827e24} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1323 | 2025.02.10 18:48:43.356083 [ 3 ] {37407b5c-57cf-4df8-88bd-520e6b827e24} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1324 | 2025.02.10 18:48:43.356347 [ 3 ] {37407b5c-57cf-4df8-88bd-520e6b827e24} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001632 sec., 9191.176470588236 rows/sec., 648.05 KiB/sec. | ||
| 1325 | 2025.02.10 18:48:43.356483 [ 3 ] {37407b5c-57cf-4df8-88bd-520e6b827e24} <Debug> TCPHandler: Processed in 0.001940167 sec. | ||
| 1326 | 2025.02.10 18:48:43.356670 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1327 | 2025.02.10 18:48:43.356805 [ 4 ] {eea2f42b-7327-4ad5-945d-755296078673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1328 | 2025.02.10 18:48:43.356862 [ 4 ] {eea2f42b-7327-4ad5-945d-755296078673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1329 | 2025.02.10 18:48:43.357511 [ 4 ] {eea2f42b-7327-4ad5-945d-755296078673} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1330 | 2025.02.10 18:48:43.357553 [ 4 ] {eea2f42b-7327-4ad5-945d-755296078673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1331 | 2025.02.10 18:48:43.357937 [ 4 ] {eea2f42b-7327-4ad5-945d-755296078673} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1332 | 2025.02.10 18:48:43.358195 [ 4 ] {eea2f42b-7327-4ad5-945d-755296078673} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1333 | 2025.02.10 18:48:43.358420 [ 4 ] {eea2f42b-7327-4ad5-945d-755296078673} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001646 sec., 8505.46780072904 rows/sec., 595.67 KiB/sec. | ||
| 1334 | 2025.02.10 18:48:43.358475 [ 4 ] {eea2f42b-7327-4ad5-945d-755296078673} <Debug> TCPHandler: Processed in 0.001873065 sec. | ||
| 1335 | 2025.02.10 18:48:43.358624 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1336 | 2025.02.10 18:48:43.358741 [ 3 ] {257c021b-026a-46fe-966c-be4eef987d52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1337 | 2025.02.10 18:48:43.358791 [ 3 ] {257c021b-026a-46fe-966c-be4eef987d52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1338 | 2025.02.10 18:48:43.359392 [ 3 ] {257c021b-026a-46fe-966c-be4eef987d52} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1339 | 2025.02.10 18:48:43.359434 [ 3 ] {257c021b-026a-46fe-966c-be4eef987d52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1340 | 2025.02.10 18:48:43.359798 [ 3 ] {257c021b-026a-46fe-966c-be4eef987d52} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1341 | 2025.02.10 18:48:43.360042 [ 3 ] {257c021b-026a-46fe-966c-be4eef987d52} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1342 | 2025.02.10 18:48:43.360305 [ 3 ] {257c021b-026a-46fe-966c-be4eef987d52} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001565 sec., 8306.70926517572 rows/sec., 517.92 KiB/sec. | ||
| 1343 | 2025.02.10 18:48:43.360417 [ 3 ] {257c021b-026a-46fe-966c-be4eef987d52} <Debug> TCPHandler: Processed in 0.001849485 sec. | ||
| 1344 | 2025.02.10 18:48:43.360590 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1345 | 2025.02.10 18:48:43.360714 [ 4 ] {b2b8e78a-d99c-418e-b029-ed03cf775423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1346 | 2025.02.10 18:48:43.360767 [ 4 ] {b2b8e78a-d99c-418e-b029-ed03cf775423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1347 | 2025.02.10 18:48:43.361525 [ 4 ] {b2b8e78a-d99c-418e-b029-ed03cf775423} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1348 | 2025.02.10 18:48:43.361565 [ 4 ] {b2b8e78a-d99c-418e-b029-ed03cf775423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1349 | 2025.02.10 18:48:43.361976 [ 4 ] {b2b8e78a-d99c-418e-b029-ed03cf775423} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1350 | 2025.02.10 18:48:43.362229 [ 4 ] {b2b8e78a-d99c-418e-b029-ed03cf775423} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1351 | 2025.02.10 18:48:43.362461 [ 4 ] {b2b8e78a-d99c-418e-b029-ed03cf775423} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001772 sec., 220090.29345372462 rows/sec., 15.61 MiB/sec. | ||
| 1352 | 2025.02.10 18:48:43.362521 [ 4 ] {b2b8e78a-d99c-418e-b029-ed03cf775423} <Debug> TCPHandler: Processed in 0.001989978 sec. | ||
| 1353 | 2025.02.10 18:48:43.362671 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1354 | 2025.02.10 18:48:43.362789 [ 3 ] {d7dc4e03-6f10-481f-b81b-ee266189599c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1355 | 2025.02.10 18:48:43.362849 [ 3 ] {d7dc4e03-6f10-481f-b81b-ee266189599c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1356 | 2025.02.10 18:48:43.363427 [ 3 ] {d7dc4e03-6f10-481f-b81b-ee266189599c} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1357 | 2025.02.10 18:48:43.363474 [ 3 ] {d7dc4e03-6f10-481f-b81b-ee266189599c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1358 | 2025.02.10 18:48:43.363903 [ 3 ] {d7dc4e03-6f10-481f-b81b-ee266189599c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1359 | 2025.02.10 18:48:43.364158 [ 3 ] {d7dc4e03-6f10-481f-b81b-ee266189599c} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1360 | 2025.02.10 18:48:43.364417 [ 3 ] {d7dc4e03-6f10-481f-b81b-ee266189599c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001632 sec., 3676.470588235294 rows/sec., 192.08 KiB/sec. | ||
| 1361 | 2025.02.10 18:48:43.364521 [ 3 ] {d7dc4e03-6f10-481f-b81b-ee266189599c} <Debug> TCPHandler: Processed in 0.001907736 sec. | ||
| 1362 | 2025.02.10 18:48:43.364684 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1363 | 2025.02.10 18:48:43.364829 [ 4 ] {44c93c6e-bad9-442e-83ba-e533ad7e6ec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1364 | 2025.02.10 18:48:43.364901 [ 4 ] {44c93c6e-bad9-442e-83ba-e533ad7e6ec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1365 | 2025.02.10 18:48:43.365710 [ 4 ] {44c93c6e-bad9-442e-83ba-e533ad7e6ec3} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1366 | 2025.02.10 18:48:43.365761 [ 4 ] {44c93c6e-bad9-442e-83ba-e533ad7e6ec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1367 | 2025.02.10 18:48:43.366316 [ 4 ] {44c93c6e-bad9-442e-83ba-e533ad7e6ec3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1368 | 2025.02.10 18:48:43.366662 [ 4 ] {44c93c6e-bad9-442e-83ba-e533ad7e6ec3} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1369 | 2025.02.10 18:48:43.366937 [ 4 ] {44c93c6e-bad9-442e-83ba-e533ad7e6ec3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002142 sec., 110644.25770308124 rows/sec., 7.42 MiB/sec. | ||
| 1370 | 2025.02.10 18:48:43.367012 [ 4 ] {44c93c6e-bad9-442e-83ba-e533ad7e6ec3} <Debug> TCPHandler: Processed in 0.002395368 sec. | ||
| 1371 | 2025.02.10 18:48:43.367189 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1372 | 2025.02.10 18:48:43.367328 [ 3 ] {175e7299-d6d3-431f-a714-4f6361e30f5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1373 | 2025.02.10 18:48:43.367391 [ 3 ] {175e7299-d6d3-431f-a714-4f6361e30f5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1374 | 2025.02.10 18:48:43.367928 [ 3 ] {175e7299-d6d3-431f-a714-4f6361e30f5e} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1375 | 2025.02.10 18:48:43.367965 [ 3 ] {175e7299-d6d3-431f-a714-4f6361e30f5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1376 | 2025.02.10 18:48:43.368338 [ 3 ] {175e7299-d6d3-431f-a714-4f6361e30f5e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1377 | 2025.02.10 18:48:43.368586 [ 3 ] {175e7299-d6d3-431f-a714-4f6361e30f5e} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1378 | 2025.02.10 18:48:43.368762 [ 3 ] {175e7299-d6d3-431f-a714-4f6361e30f5e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001465 sec., 682.5938566552901 rows/sec., 46.00 KiB/sec. | ||
| 1379 | 2025.02.10 18:48:43.368811 [ 3 ] {175e7299-d6d3-431f-a714-4f6361e30f5e} <Debug> TCPHandler: Processed in 0.00169301 sec. | ||
| 1380 | 2025.02.10 18:48:43.368980 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1381 | 2025.02.10 18:48:43.369131 [ 4 ] {18000513-f274-4c8a-8482-5d74baa1a08d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1382 | 2025.02.10 18:48:43.369225 [ 4 ] {18000513-f274-4c8a-8482-5d74baa1a08d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1383 | 2025.02.10 18:48:43.370416 [ 4 ] {18000513-f274-4c8a-8482-5d74baa1a08d} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1384 | 2025.02.10 18:48:43.370456 [ 4 ] {18000513-f274-4c8a-8482-5d74baa1a08d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1385 | 2025.02.10 18:48:43.371075 [ 4 ] {18000513-f274-4c8a-8482-5d74baa1a08d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1386 | 2025.02.10 18:48:43.371334 [ 4 ] {18000513-f274-4c8a-8482-5d74baa1a08d} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1387 | 2025.02.10 18:48:43.371664 [ 4 ] {18000513-f274-4c8a-8482-5d74baa1a08d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002542 sec., 3147.128245476003 rows/sec., 5.64 MiB/sec. | ||
| 1388 | 2025.02.10 18:48:43.371788 [ 4 ] {18000513-f274-4c8a-8482-5d74baa1a08d} <Debug> TCPHandler: Processed in 0.002876979 sec. | ||
| 1389 | 2025.02.10 18:48:43.371962 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1390 | 2025.02.10 18:48:43.372078 [ 3 ] {c46bf9cb-e86e-48d9-a108-bbd5003887f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1391 | 2025.02.10 18:48:43.372130 [ 3 ] {c46bf9cb-e86e-48d9-a108-bbd5003887f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1392 | 2025.02.10 18:48:43.372629 [ 3 ] {c46bf9cb-e86e-48d9-a108-bbd5003887f2} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1393 | 2025.02.10 18:48:43.372668 [ 3 ] {c46bf9cb-e86e-48d9-a108-bbd5003887f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1394 | 2025.02.10 18:48:43.373044 [ 3 ] {c46bf9cb-e86e-48d9-a108-bbd5003887f2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1395 | 2025.02.10 18:48:43.373291 [ 3 ] {c46bf9cb-e86e-48d9-a108-bbd5003887f2} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1396 | 2025.02.10 18:48:43.373477 [ 3 ] {c46bf9cb-e86e-48d9-a108-bbd5003887f2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001423 sec., 57624.73647224174 rows/sec., 3.66 MiB/sec. | ||
| 1397 | 2025.02.10 18:48:43.373525 [ 3 ] {c46bf9cb-e86e-48d9-a108-bbd5003887f2} <Debug> TCPHandler: Processed in 0.001625609 sec. | ||
| 1398 | 2025.02.10 18:48:47.598880 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1399 | 2025.02.10 18:48:47.598949 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1400 | 2025.02.10 18:48:47.663796 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
| 1401 | 2025.02.10 18:48:47.664449 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1402 | 2025.02.10 18:48:47.664495 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1403 | 2025.02.10 18:48:47.665074 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1404 | 2025.02.10 18:48:47.665349 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1405 | 2025.02.10 18:48:47.665503 [ 72 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1406 | 2025.02.10 18:48:47.665532 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1407 | 2025.02.10 18:48:47.665565 [ 72 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1408 | 2025.02.10 18:48:47.665589 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1409 | 2025.02.10 18:48:47.665924 [ 192 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::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 | ||
| 1410 | 2025.02.10 18:48:47.666063 [ 192 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1411 | 2025.02.10 18:48:47.666129 [ 192 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::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 | ||
| 1412 | 2025.02.10 18:48:47.666239 [ 192 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::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 | ||
| 1413 | 2025.02.10 18:48:47.666432 [ 192 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::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 | ||
| 1414 | 2025.02.10 18:48:47.666712 [ 192 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::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 | ||
| 1415 | 2025.02.10 18:48:47.666820 [ 192 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::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 | ||
| 1416 | 2025.02.10 18:48:47.667015 [ 192 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::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 | ||
| 1417 | 2025.02.10 18:48:47.673862 [ 196 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.008209508 sec., 341798.802071939 rows/sec., 4.89 MiB/sec. | ||
| 1418 | 2025.02.10 18:48:47.674492 [ 196 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1419 | 2025.02.10 18:48:47.674795 [ 196 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_6_1} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1420 | 2025.02.10 18:48:47.674868 [ 196 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_6_1} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1421 | 2025.02.10 18:48:47.674964 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1422 | 2025.02.10 18:48:47.824799 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1423 | 2025.02.10 18:48:47.844923 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1424 | 2025.02.10 18:48:47.844992 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1425 | 2025.02.10 18:48:47.851826 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1426 | 2025.02.10 18:48:47.852608 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1427 | 2025.02.10 18:48:47.852905 [ 71 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1428 | 2025.02.10 18:48:47.852967 [ 71 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1429 | 2025.02.10 18:48:47.853001 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1430 | 2025.02.10 18:48:47.853526 [ 196 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::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 | ||
| 1431 | 2025.02.10 18:48:47.869842 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1432 | 2025.02.10 18:48:47.871079 [ 196 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1433 | 2025.02.10 18:48:47.872737 [ 196 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::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 | ||
| 1434 | 2025.02.10 18:48:47.878336 [ 196 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::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 | ||
| 1435 | 2025.02.10 18:48:47.883681 [ 196 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::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 | ||
| 1436 | 2025.02.10 18:48:47.888774 [ 196 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::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 | ||
| 1437 | 2025.02.10 18:48:47.896235 [ 196 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::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 | ||
| 1438 | 2025.02.10 18:48:47.900984 [ 196 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::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 | ||
| 1439 | 2025.02.10 18:48:47.961346 [ 192 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.10820445 sec., 425.12114797496776 rows/sec., 2.20 MiB/sec. | ||
| 1440 | 2025.02.10 18:48:47.963924 [ 189 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1441 | 2025.02.10 18:48:47.966897 [ 189 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_6_1} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1442 | 2025.02.10 18:48:47.967023 [ 189 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_6_1} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1443 | 2025.02.10 18:48:47.969357 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1444 | 2025.02.10 18:48:48.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.05 MiB, peak 169.59 MiB, free memory in arenas 0.00 B, will set to 163.83 MiB (RSS), difference: 3.78 MiB | ||
| 1445 | 2025.02.10 18:48:48.338777 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1446 | 2025.02.10 18:48:48.338973 [ 3 ] {acd9a99e-1641-4fd0-9a69-3e1cee05e2a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1447 | 2025.02.10 18:48:48.339045 [ 3 ] {acd9a99e-1641-4fd0-9a69-3e1cee05e2a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1448 | 2025.02.10 18:48:48.339832 [ 3 ] {acd9a99e-1641-4fd0-9a69-3e1cee05e2a1} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1449 | 2025.02.10 18:48:48.339877 [ 3 ] {acd9a99e-1641-4fd0-9a69-3e1cee05e2a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1450 | 2025.02.10 18:48:48.340352 [ 3 ] {acd9a99e-1641-4fd0-9a69-3e1cee05e2a1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1451 | 2025.02.10 18:48:48.340640 [ 3 ] {acd9a99e-1641-4fd0-9a69-3e1cee05e2a1} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1452 | 2025.02.10 18:48:48.340839 [ 71 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1453 | 2025.02.10 18:48:48.340912 [ 3 ] {acd9a99e-1641-4fd0-9a69-3e1cee05e2a1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001987 sec., 28183.190739808757 rows/sec., 2.17 MiB/sec. | ||
| 1454 | 2025.02.10 18:48:48.340929 [ 71 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1455 | 2025.02.10 18:48:48.341007 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1456 | 2025.02.10 18:48:48.341059 [ 3 ] {acd9a99e-1641-4fd0-9a69-3e1cee05e2a1} <Debug> TCPHandler: Processed in 0.002419918 sec. | ||
| 1457 | 2025.02.10 18:48:48.341234 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::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 | ||
| 1458 | 2025.02.10 18:48:48.341367 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1459 | 2025.02.10 18:48:48.341441 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1460 | 2025.02.10 18:48:48.341501 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::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 | ||
| 1461 | 2025.02.10 18:48:48.341654 [ 4 ] {52ee5e73-91c1-4326-9b73-427e6e4dc749} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1462 | 2025.02.10 18:48:48.341781 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::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 | ||
| 1463 | 2025.02.10 18:48:48.341830 [ 4 ] {52ee5e73-91c1-4326-9b73-427e6e4dc749} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1464 | 2025.02.10 18:48:48.342203 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 219 rows starting from the beginning of the part | ||
| 1465 | 2025.02.10 18:48:48.342655 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::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 | ||
| 1466 | 2025.02.10 18:48:48.342985 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 219 rows starting from the beginning of the part | ||
| 1467 | 2025.02.10 18:48:48.343411 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::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 | ||
| 1468 | 2025.02.10 18:48:48.345074 [ 4 ] {52ee5e73-91c1-4326-9b73-427e6e4dc749} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1469 | 2025.02.10 18:48:48.345158 [ 4 ] {52ee5e73-91c1-4326-9b73-427e6e4dc749} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1470 | 2025.02.10 18:48:48.346244 [ 4 ] {52ee5e73-91c1-4326-9b73-427e6e4dc749} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1471 | 2025.02.10 18:48:48.346435 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 662 rows, containing 5 columns (5 merged, 0 gathered) in 0.005280777 sec., 125360.33996512255 rows/sec., 10.98 MiB/sec. | ||
| 1472 | 2025.02.10 18:48:48.346680 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1473 | 2025.02.10 18:48:48.346721 [ 4 ] {52ee5e73-91c1-4326-9b73-427e6e4dc749} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1474 | 2025.02.10 18:48:48.346981 [ 70 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1475 | 2025.02.10 18:48:48.347066 [ 70 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1476 | 2025.02.10 18:48:48.347132 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1477 | 2025.02.10 18:48:48.347211 [ 4 ] {52ee5e73-91c1-4326-9b73-427e6e4dc749} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005644 sec., 11339.475549255847 rows/sec., 906.31 KiB/sec. | ||
| 1478 | 2025.02.10 18:48:48.347546 [ 4 ] {52ee5e73-91c1-4326-9b73-427e6e4dc749} <Debug> TCPHandler: Processed in 0.006316612 sec. | ||
| 1479 | 2025.02.10 18:48:48.347559 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_6_1} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1480 | 2025.02.10 18:48:48.347583 [ 186 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::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 | ||
| 1481 | 2025.02.10 18:48:48.347845 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_6_1} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1482 | 2025.02.10 18:48:48.347861 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1483 | 2025.02.10 18:48:48.348000 [ 186 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1484 | 2025.02.10 18:48:48.348069 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 1485 | 2025.02.10 18:48:48.348154 [ 186 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::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 | ||
| 1486 | 2025.02.10 18:48:48.348195 [ 3 ] {7dc40ac4-f924-46de-891c-9661945c9ed5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1487 | 2025.02.10 18:48:48.348423 [ 3 ] {7dc40ac4-f924-46de-891c-9661945c9ed5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1488 | 2025.02.10 18:48:48.348434 [ 186 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::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 | ||
| 1489 | 2025.02.10 18:48:48.348762 [ 186 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 390 rows starting from the beginning of the part | ||
| 1490 | 2025.02.10 18:48:48.349151 [ 186 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::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 | ||
| 1491 | 2025.02.10 18:48:48.349550 [ 186 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 390 rows starting from the beginning of the part | ||
| 1492 | 2025.02.10 18:48:48.349915 [ 186 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::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 | ||
| 1493 | 2025.02.10 18:48:48.351376 [ 3 ] {7dc40ac4-f924-46de-891c-9661945c9ed5} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1494 | 2025.02.10 18:48:48.351442 [ 3 ] {7dc40ac4-f924-46de-891c-9661945c9ed5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1495 | 2025.02.10 18:48:48.352691 [ 3 ] {7dc40ac4-f924-46de-891c-9661945c9ed5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1496 | 2025.02.10 18:48:48.353161 [ 186 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1036 rows, containing 5 columns (5 merged, 0 gathered) in 0.005899043 sec., 175621.7067751498 rows/sec., 13.43 MiB/sec. | ||
| 1497 | 2025.02.10 18:48:48.353247 [ 3 ] {7dc40ac4-f924-46de-891c-9661945c9ed5} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1498 | 2025.02.10 18:48:48.353422 [ 186 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1499 | 2025.02.10 18:48:48.353500 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1500 | 2025.02.10 18:48:48.353598 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1501 | 2025.02.10 18:48:48.353703 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1502 | 2025.02.10 18:48:48.353789 [ 3 ] {7dc40ac4-f924-46de-891c-9661945c9ed5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005639 sec., 28373.825146302537 rows/sec., 1.98 MiB/sec. | ||
| 1503 | 2025.02.10 18:48:48.354218 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::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 | ||
| 1504 | 2025.02.10 18:48:48.354457 [ 3 ] {7dc40ac4-f924-46de-891c-9661945c9ed5} <Debug> TCPHandler: Processed in 0.006748243 sec. | ||
| 1505 | 2025.02.10 18:48:48.354610 [ 186 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_6_1} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1506 | 2025.02.10 18:48:48.354774 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1507 | 2025.02.10 18:48:48.354825 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1508 | 2025.02.10 18:48:48.354925 [ 186 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_6_1} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1509 | 2025.02.10 18:48:48.354975 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::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 | ||
| 1510 | 2025.02.10 18:48:48.355134 [ 4 ] {92247b7d-f443-447a-b5b9-1e1d75f481a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1511 | 2025.02.10 18:48:48.355199 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 1512 | 2025.02.10 18:48:48.355397 [ 4 ] {92247b7d-f443-447a-b5b9-1e1d75f481a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1513 | 2025.02.10 18:48:48.355448 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::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 | ||
| 1514 | 2025.02.10 18:48:48.355952 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::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 | ||
| 1515 | 2025.02.10 18:48:48.356312 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::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 | ||
| 1516 | 2025.02.10 18:48:48.356661 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::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 | ||
| 1517 | 2025.02.10 18:48:48.356916 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::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 | ||
| 1518 | 2025.02.10 18:48:48.357773 [ 4 ] {92247b7d-f443-447a-b5b9-1e1d75f481a2} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1519 | 2025.02.10 18:48:48.357840 [ 4 ] {92247b7d-f443-447a-b5b9-1e1d75f481a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1520 | 2025.02.10 18:48:48.358849 [ 4 ] {92247b7d-f443-447a-b5b9-1e1d75f481a2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1521 | 2025.02.10 18:48:48.359362 [ 4 ] {92247b7d-f443-447a-b5b9-1e1d75f481a2} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1522 | 2025.02.10 18:48:48.359567 [ 70 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1523 | 2025.02.10 18:48:48.359700 [ 70 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1524 | 2025.02.10 18:48:48.359791 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1525 | 2025.02.10 18:48:48.359925 [ 4 ] {92247b7d-f443-447a-b5b9-1e1d75f481a2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0049 sec., 12244.897959183674 rows/sec., 845.03 KiB/sec. | ||
| 1526 | 2025.02.10 18:48:48.360228 [ 4 ] {92247b7d-f443-447a-b5b9-1e1d75f481a2} <Debug> TCPHandler: Processed in 0.005598805 sec. | ||
| 1527 | 2025.02.10 18:48:48.360307 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 1528 | 2025.02.10 18:48:48.360669 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1529 | 2025.02.10 18:48:48.360676 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 5 columns (5 merged, 0 gathered) in 0.006846795 sec., 158030.14403089328 rows/sec., 10.83 MiB/sec. | ||
| 1530 | 2025.02.10 18:48:48.360704 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 1531 | 2025.02.10 18:48:48.360853 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 1532 | 2025.02.10 18:48:48.361132 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 1533 | 2025.02.10 18:48:48.361169 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1534 | 2025.02.10 18:48:48.361470 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 1535 | 2025.02.10 18:48:48.361569 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 1536 | 2025.02.10 18:48:48.361997 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 1537 | 2025.02.10 18:48:48.362324 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1538 | 2025.02.10 18:48:48.362526 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1539 | 2025.02.10 18:48:48.362705 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 1540 | 2025.02.10 18:48:48.363397 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 392 rows, containing 4 columns (4 merged, 0 gathered) in 0.003461584 sec., 113242.95467046299 rows/sec., 7.45 MiB/sec. | ||
| 1541 | 2025.02.10 18:48:48.363567 [ 197 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1542 | 2025.02.10 18:48:48.363858 [ 197 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_6_1} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1543 | 2025.02.10 18:48:48.363935 [ 197 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_6_1} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1544 | 2025.02.10 18:48:48.364018 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1545 | 2025.02.10 18:48:52.661404 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 230 | ||
| 1546 | 2025.02.10 18:48:52.664740 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1547 | 2025.02.10 18:48:52.664787 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1548 | 2025.02.10 18:48:52.666495 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1549 | 2025.02.10 18:48:52.667036 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1550 | 2025.02.10 18:48:52.667701 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 230 | ||
| 1551 | 2025.02.10 18:48:53.343798 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1552 | 2025.02.10 18:48:53.344015 [ 3 ] {d9ae5121-b7b3-4d3a-904f-8c0e48abc215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1553 | 2025.02.10 18:48:53.344098 [ 3 ] {d9ae5121-b7b3-4d3a-904f-8c0e48abc215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1554 | 2025.02.10 18:48:53.344862 [ 3 ] {d9ae5121-b7b3-4d3a-904f-8c0e48abc215} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1555 | 2025.02.10 18:48:53.344912 [ 3 ] {d9ae5121-b7b3-4d3a-904f-8c0e48abc215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1556 | 2025.02.10 18:48:53.345348 [ 3 ] {d9ae5121-b7b3-4d3a-904f-8c0e48abc215} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1557 | 2025.02.10 18:48:53.345605 [ 3 ] {d9ae5121-b7b3-4d3a-904f-8c0e48abc215} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1558 | 2025.02.10 18:48:53.345871 [ 3 ] {d9ae5121-b7b3-4d3a-904f-8c0e48abc215} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001913 sec., 7318.348144276007 rows/sec., 526.82 KiB/sec. | ||
| 1559 | 2025.02.10 18:48:53.345937 [ 3 ] {d9ae5121-b7b3-4d3a-904f-8c0e48abc215} <Debug> TCPHandler: Processed in 0.002287995 sec. | ||
| 1560 | 2025.02.10 18:48:53.346207 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1561 | 2025.02.10 18:48:53.346418 [ 4 ] {0cf6d5f5-cd38-44fd-93ec-892ac53eb103} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1562 | 2025.02.10 18:48:53.346499 [ 4 ] {0cf6d5f5-cd38-44fd-93ec-892ac53eb103} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1563 | 2025.02.10 18:48:53.347410 [ 4 ] {0cf6d5f5-cd38-44fd-93ec-892ac53eb103} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1564 | 2025.02.10 18:48:53.347458 [ 4 ] {0cf6d5f5-cd38-44fd-93ec-892ac53eb103} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1565 | 2025.02.10 18:48:53.347900 [ 4 ] {0cf6d5f5-cd38-44fd-93ec-892ac53eb103} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1566 | 2025.02.10 18:48:53.348152 [ 4 ] {0cf6d5f5-cd38-44fd-93ec-892ac53eb103} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1567 | 2025.02.10 18:48:53.348386 [ 4 ] {0cf6d5f5-cd38-44fd-93ec-892ac53eb103} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.002028 sec., 107988.16568047338 rows/sec., 9.43 MiB/sec. | ||
| 1568 | 2025.02.10 18:48:53.348453 [ 4 ] {0cf6d5f5-cd38-44fd-93ec-892ac53eb103} <Debug> TCPHandler: Processed in 0.002380357 sec. | ||
| 1569 | 2025.02.10 18:48:53.348608 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1570 | 2025.02.10 18:48:53.348727 [ 3 ] {9d98b926-a887-4d8b-b2b6-84fea9fb28d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1571 | 2025.02.10 18:48:53.348778 [ 3 ] {9d98b926-a887-4d8b-b2b6-84fea9fb28d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1572 | 2025.02.10 18:48:53.349353 [ 3 ] {9d98b926-a887-4d8b-b2b6-84fea9fb28d6} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1573 | 2025.02.10 18:48:53.349392 [ 3 ] {9d98b926-a887-4d8b-b2b6-84fea9fb28d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1574 | 2025.02.10 18:48:53.349761 [ 3 ] {9d98b926-a887-4d8b-b2b6-84fea9fb28d6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1575 | 2025.02.10 18:48:53.349999 [ 3 ] {9d98b926-a887-4d8b-b2b6-84fea9fb28d6} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1576 | 2025.02.10 18:48:53.350214 [ 3 ] {9d98b926-a887-4d8b-b2b6-84fea9fb28d6} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001512 sec., 9920.63492063492 rows/sec., 699.48 KiB/sec. | ||
| 1577 | 2025.02.10 18:48:53.350268 [ 3 ] {9d98b926-a887-4d8b-b2b6-84fea9fb28d6} <Debug> TCPHandler: Processed in 0.001715881 sec. | ||
| 1578 | 2025.02.10 18:48:53.350416 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1579 | 2025.02.10 18:48:53.350553 [ 4 ] {279f78aa-175a-41c4-9b25-79fc65a9828b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1580 | 2025.02.10 18:48:53.350608 [ 4 ] {279f78aa-175a-41c4-9b25-79fc65a9828b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1581 | 2025.02.10 18:48:53.351215 [ 4 ] {279f78aa-175a-41c4-9b25-79fc65a9828b} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1582 | 2025.02.10 18:48:53.351258 [ 4 ] {279f78aa-175a-41c4-9b25-79fc65a9828b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1583 | 2025.02.10 18:48:53.351628 [ 4 ] {279f78aa-175a-41c4-9b25-79fc65a9828b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1584 | 2025.02.10 18:48:53.351873 [ 4 ] {279f78aa-175a-41c4-9b25-79fc65a9828b} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1585 | 2025.02.10 18:48:53.352090 [ 4 ] {279f78aa-175a-41c4-9b25-79fc65a9828b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001566 sec., 8939.974457215838 rows/sec., 626.10 KiB/sec. | ||
| 1586 | 2025.02.10 18:48:53.352145 [ 4 ] {279f78aa-175a-41c4-9b25-79fc65a9828b} <Debug> TCPHandler: Processed in 0.001790583 sec. | ||
| 1587 | 2025.02.10 18:48:53.352296 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1588 | 2025.02.10 18:48:53.352415 [ 3 ] {a578f635-c248-4e1c-a300-31369e8305dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1589 | 2025.02.10 18:48:53.352463 [ 3 ] {a578f635-c248-4e1c-a300-31369e8305dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1590 | 2025.02.10 18:48:53.353051 [ 3 ] {a578f635-c248-4e1c-a300-31369e8305dc} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1591 | 2025.02.10 18:48:53.353095 [ 3 ] {a578f635-c248-4e1c-a300-31369e8305dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1592 | 2025.02.10 18:48:53.353449 [ 3 ] {a578f635-c248-4e1c-a300-31369e8305dc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1593 | 2025.02.10 18:48:53.353687 [ 3 ] {a578f635-c248-4e1c-a300-31369e8305dc} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1594 | 2025.02.10 18:48:53.353895 [ 3 ] {a578f635-c248-4e1c-a300-31369e8305dc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001506 sec., 8632.138114209827 rows/sec., 538.21 KiB/sec. | ||
| 1595 | 2025.02.10 18:48:53.353947 [ 3 ] {a578f635-c248-4e1c-a300-31369e8305dc} <Debug> TCPHandler: Processed in 0.001707271 sec. | ||
| 1596 | 2025.02.10 18:48:53.354091 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1597 | 2025.02.10 18:48:53.354215 [ 4 ] {7d71b7e9-30b6-4e76-b28c-bd9a1cacb49d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1598 | 2025.02.10 18:48:53.354269 [ 4 ] {7d71b7e9-30b6-4e76-b28c-bd9a1cacb49d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1599 | 2025.02.10 18:48:53.354996 [ 4 ] {7d71b7e9-30b6-4e76-b28c-bd9a1cacb49d} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1600 | 2025.02.10 18:48:53.355038 [ 4 ] {7d71b7e9-30b6-4e76-b28c-bd9a1cacb49d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1601 | 2025.02.10 18:48:53.355421 [ 4 ] {7d71b7e9-30b6-4e76-b28c-bd9a1cacb49d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1602 | 2025.02.10 18:48:53.355673 [ 4 ] {7d71b7e9-30b6-4e76-b28c-bd9a1cacb49d} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1603 | 2025.02.10 18:48:53.355881 [ 4 ] {7d71b7e9-30b6-4e76-b28c-bd9a1cacb49d} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001695 sec., 230088.49557522126 rows/sec., 16.32 MiB/sec. | ||
| 1604 | 2025.02.10 18:48:53.355937 [ 4 ] {7d71b7e9-30b6-4e76-b28c-bd9a1cacb49d} <Debug> TCPHandler: Processed in 0.001910006 sec. | ||
| 1605 | 2025.02.10 18:48:53.356090 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1606 | 2025.02.10 18:48:53.356225 [ 3 ] {db7c5020-f2ad-45dd-b9c5-f687c0771910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1607 | 2025.02.10 18:48:53.356284 [ 3 ] {db7c5020-f2ad-45dd-b9c5-f687c0771910} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1608 | 2025.02.10 18:48:53.356847 [ 3 ] {db7c5020-f2ad-45dd-b9c5-f687c0771910} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1609 | 2025.02.10 18:48:53.356893 [ 3 ] {db7c5020-f2ad-45dd-b9c5-f687c0771910} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1610 | 2025.02.10 18:48:53.357290 [ 3 ] {db7c5020-f2ad-45dd-b9c5-f687c0771910} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1611 | 2025.02.10 18:48:53.357529 [ 3 ] {db7c5020-f2ad-45dd-b9c5-f687c0771910} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1612 | 2025.02.10 18:48:53.357738 [ 3 ] {db7c5020-f2ad-45dd-b9c5-f687c0771910} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001543 sec., 3888.528839922229 rows/sec., 203.16 KiB/sec. | ||
| 1613 | 2025.02.10 18:48:53.357787 [ 3 ] {db7c5020-f2ad-45dd-b9c5-f687c0771910} <Debug> TCPHandler: Processed in 0.001751712 sec. | ||
| 1614 | 2025.02.10 18:48:53.357930 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1615 | 2025.02.10 18:48:53.358053 [ 4 ] {58b5cc0b-069b-4bc9-8146-193c829f8f76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1616 | 2025.02.10 18:48:53.358108 [ 4 ] {58b5cc0b-069b-4bc9-8146-193c829f8f76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1617 | 2025.02.10 18:48:53.358792 [ 4 ] {58b5cc0b-069b-4bc9-8146-193c829f8f76} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1618 | 2025.02.10 18:48:53.358839 [ 4 ] {58b5cc0b-069b-4bc9-8146-193c829f8f76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1619 | 2025.02.10 18:48:53.359295 [ 4 ] {58b5cc0b-069b-4bc9-8146-193c829f8f76} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1620 | 2025.02.10 18:48:53.359533 [ 4 ] {58b5cc0b-069b-4bc9-8146-193c829f8f76} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): 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.10 18:48:53.359742 [ 4 ] {58b5cc0b-069b-4bc9-8146-193c829f8f76} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001716 sec., 138111.8881118881 rows/sec., 9.26 MiB/sec. | ||
| 1622 | 2025.02.10 18:48:53.359795 [ 4 ] {58b5cc0b-069b-4bc9-8146-193c829f8f76} <Debug> TCPHandler: Processed in 0.001920796 sec. | ||
| 1623 | 2025.02.10 18:48:53.359930 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1624 | 2025.02.10 18:48:53.360046 [ 3 ] {800c72ff-2b73-429f-a844-ea988ef94e8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1625 | 2025.02.10 18:48:53.360097 [ 3 ] {800c72ff-2b73-429f-a844-ea988ef94e8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1626 | 2025.02.10 18:48:53.360641 [ 3 ] {800c72ff-2b73-429f-a844-ea988ef94e8d} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1627 | 2025.02.10 18:48:53.360687 [ 3 ] {800c72ff-2b73-429f-a844-ea988ef94e8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1628 | 2025.02.10 18:48:53.361107 [ 3 ] {800c72ff-2b73-429f-a844-ea988ef94e8d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1629 | 2025.02.10 18:48:53.361353 [ 3 ] {800c72ff-2b73-429f-a844-ea988ef94e8d} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1630 | 2025.02.10 18:48:53.361565 [ 3 ] {800c72ff-2b73-429f-a844-ea988ef94e8d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001542 sec., 648.5084306095979 rows/sec., 43.70 KiB/sec. | ||
| 1631 | 2025.02.10 18:48:53.361614 [ 3 ] {800c72ff-2b73-429f-a844-ea988ef94e8d} <Debug> TCPHandler: Processed in 0.001739842 sec. | ||
| 1632 | 2025.02.10 18:48:53.361761 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1633 | 2025.02.10 18:48:53.361879 [ 4 ] {cc4aafc7-9968-4265-9a21-cba8d29d1721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1634 | 2025.02.10 18:48:53.361962 [ 4 ] {cc4aafc7-9968-4265-9a21-cba8d29d1721} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1635 | 2025.02.10 18:48:53.363030 [ 4 ] {cc4aafc7-9968-4265-9a21-cba8d29d1721} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1636 | 2025.02.10 18:48:53.363070 [ 4 ] {cc4aafc7-9968-4265-9a21-cba8d29d1721} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1637 | 2025.02.10 18:48:53.363673 [ 4 ] {cc4aafc7-9968-4265-9a21-cba8d29d1721} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1638 | 2025.02.10 18:48:53.363933 [ 4 ] {cc4aafc7-9968-4265-9a21-cba8d29d1721} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1639 | 2025.02.10 18:48:53.364157 [ 4 ] {cc4aafc7-9968-4265-9a21-cba8d29d1721} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002302 sec., 3475.238922675934 rows/sec., 6.23 MiB/sec. | ||
| 1640 | 2025.02.10 18:48:53.364248 [ 4 ] {cc4aafc7-9968-4265-9a21-cba8d29d1721} <Debug> TCPHandler: Processed in 0.002546241 sec. | ||
| 1641 | 2025.02.10 18:48:53.364413 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1642 | 2025.02.10 18:48:53.364552 [ 3 ] {e4c45e96-acfd-4c86-ac1b-b5fa0e66c847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1643 | 2025.02.10 18:48:53.364611 [ 3 ] {e4c45e96-acfd-4c86-ac1b-b5fa0e66c847} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1644 | 2025.02.10 18:48:53.365178 [ 3 ] {e4c45e96-acfd-4c86-ac1b-b5fa0e66c847} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1645 | 2025.02.10 18:48:53.365216 [ 3 ] {e4c45e96-acfd-4c86-ac1b-b5fa0e66c847} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1646 | 2025.02.10 18:48:53.365577 [ 3 ] {e4c45e96-acfd-4c86-ac1b-b5fa0e66c847} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1647 | 2025.02.10 18:48:53.365804 [ 3 ] {e4c45e96-acfd-4c86-ac1b-b5fa0e66c847} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1648 | 2025.02.10 18:48:53.366060 [ 3 ] {e4c45e96-acfd-4c86-ac1b-b5fa0e66c847} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00153 sec., 53594.77124183007 rows/sec., 3.40 MiB/sec. | ||
| 1649 | 2025.02.10 18:48:53.366197 [ 3 ] {e4c45e96-acfd-4c86-ac1b-b5fa0e66c847} <Debug> TCPHandler: Processed in 0.001848534 sec. | ||
| 1650 | 2025.02.10 18:48:55.165638 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
| 1651 | 2025.02.10 18:48:55.166405 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1652 | 2025.02.10 18:48:55.166455 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1653 | 2025.02.10 18:48:55.166996 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1654 | 2025.02.10 18:48:55.167266 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1655 | 2025.02.10 18:48:55.167560 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
| 1656 | 2025.02.10 18:48:55.369925 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1657 | 2025.02.10 18:48:55.389264 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1658 | 2025.02.10 18:48:55.389334 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1659 | 2025.02.10 18:48:55.396225 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1660 | 2025.02.10 18:48:55.397005 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1661 | 2025.02.10 18:48:55.400109 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1662 | 2025.02.10 18:48:58.338315 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1663 | 2025.02.10 18:48:58.338511 [ 3 ] {a5683bd6-0655-4600-928a-bb92274f48b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1664 | 2025.02.10 18:48:58.338586 [ 3 ] {a5683bd6-0655-4600-928a-bb92274f48b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1665 | 2025.02.10 18:48:58.339367 [ 3 ] {a5683bd6-0655-4600-928a-bb92274f48b3} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1666 | 2025.02.10 18:48:58.339416 [ 3 ] {a5683bd6-0655-4600-928a-bb92274f48b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1667 | 2025.02.10 18:48:58.339862 [ 3 ] {a5683bd6-0655-4600-928a-bb92274f48b3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1668 | 2025.02.10 18:48:58.340125 [ 3 ] {a5683bd6-0655-4600-928a-bb92274f48b3} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1669 | 2025.02.10 18:48:58.340321 [ 3 ] {a5683bd6-0655-4600-928a-bb92274f48b3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001865 sec., 30026.809651474534 rows/sec., 2.31 MiB/sec. | ||
| 1670 | 2025.02.10 18:48:58.340377 [ 3 ] {a5683bd6-0655-4600-928a-bb92274f48b3} <Debug> TCPHandler: Processed in 0.002200663 sec. | ||
| 1671 | 2025.02.10 18:48:58.340640 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1672 | 2025.02.10 18:48:58.340834 [ 4 ] {fe8bf535-947f-4cda-ab8d-78c3f80fac7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1673 | 2025.02.10 18:48:58.340908 [ 4 ] {fe8bf535-947f-4cda-ab8d-78c3f80fac7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1674 | 2025.02.10 18:48:58.341675 [ 4 ] {fe8bf535-947f-4cda-ab8d-78c3f80fac7d} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1675 | 2025.02.10 18:48:58.341726 [ 4 ] {fe8bf535-947f-4cda-ab8d-78c3f80fac7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1676 | 2025.02.10 18:48:58.342157 [ 4 ] {fe8bf535-947f-4cda-ab8d-78c3f80fac7d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1677 | 2025.02.10 18:48:58.342412 [ 4 ] {fe8bf535-947f-4cda-ab8d-78c3f80fac7d} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1678 | 2025.02.10 18:48:58.342647 [ 4 ] {fe8bf535-947f-4cda-ab8d-78c3f80fac7d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001866 sec., 34297.96355841372 rows/sec., 2.68 MiB/sec. | ||
| 1679 | 2025.02.10 18:48:58.342704 [ 4 ] {fe8bf535-947f-4cda-ab8d-78c3f80fac7d} <Debug> TCPHandler: Processed in 0.002194123 sec. | ||
| 1680 | 2025.02.10 18:48:58.342857 [ 3 ] {} <Trace> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1681 | 2025.02.10 18:48:58.342976 [ 3 ] {faba99aa-18b7-473d-b6c7-a58b3e67306d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48628) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1682 | 2025.02.10 18:48:58.343029 [ 3 ] {faba99aa-18b7-473d-b6c7-a58b3e67306d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1683 | 2025.02.10 18:48:58.343606 [ 3 ] {faba99aa-18b7-473d-b6c7-a58b3e67306d} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1684 | 2025.02.10 18:48:58.343644 [ 3 ] {faba99aa-18b7-473d-b6c7-a58b3e67306d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1685 | 2025.02.10 18:48:58.344038 [ 3 ] {faba99aa-18b7-473d-b6c7-a58b3e67306d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1686 | 2025.02.10 18:48:58.344289 [ 3 ] {faba99aa-18b7-473d-b6c7-a58b3e67306d} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1687 | 2025.02.10 18:48:58.344462 [ 3 ] {faba99aa-18b7-473d-b6c7-a58b3e67306d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00151 sec., 105960.26490066225 rows/sec., 7.38 MiB/sec. | ||
| 1688 | 2025.02.10 18:48:58.344512 [ 3 ] {faba99aa-18b7-473d-b6c7-a58b3e67306d} <Debug> TCPHandler: Processed in 0.001710581 sec. | ||
| 1689 | 2025.02.10 18:48:58.344669 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1690 | 2025.02.10 18:48:58.344791 [ 4 ] {9befea97-3992-4e3a-b26d-8aec008ae3dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1691 | 2025.02.10 18:48:58.344846 [ 4 ] {9befea97-3992-4e3a-b26d-8aec008ae3dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1692 | 2025.02.10 18:48:58.345343 [ 4 ] {9befea97-3992-4e3a-b26d-8aec008ae3dc} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1693 | 2025.02.10 18:48:58.345383 [ 4 ] {9befea97-3992-4e3a-b26d-8aec008ae3dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1694 | 2025.02.10 18:48:58.345761 [ 4 ] {9befea97-3992-4e3a-b26d-8aec008ae3dc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1695 | 2025.02.10 18:48:58.346011 [ 4 ] {9befea97-3992-4e3a-b26d-8aec008ae3dc} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1696 | 2025.02.10 18:48:58.346250 [ 4 ] {9befea97-3992-4e3a-b26d-8aec008ae3dc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001481 sec., 40513.166779203246 rows/sec., 2.73 MiB/sec. | ||
| 1697 | 2025.02.10 18:48:58.346422 [ 4 ] {9befea97-3992-4e3a-b26d-8aec008ae3dc} <Debug> TCPHandler: Processed in 0.001800344 sec. | ||
| 1698 | 2025.02.10 18:49:02.599203 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1699 | 2025.02.10 18:49:02.599305 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1700 | 2025.02.10 18:49:02.667715 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
| 1701 | 2025.02.10 18:49:02.668143 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 260 | ||
| 1702 | 2025.02.10 18:49:02.670295 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1703 | 2025.02.10 18:49:02.670361 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1704 | 2025.02.10 18:49:02.671529 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1705 | 2025.02.10 18:49:02.672294 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1706 | 2025.02.10 18:49:02.673354 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1707 | 2025.02.10 18:49:02.674966 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1708 | 2025.02.10 18:49:02.675025 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1709 | 2025.02.10 18:49:02.676552 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1710 | 2025.02.10 18:49:02.676887 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1711 | 2025.02.10 18:49:02.677628 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 260 | ||
| 1712 | 2025.02.10 18:49:02.900188 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1713 | 2025.02.10 18:49:02.920224 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1714 | 2025.02.10 18:49:02.920294 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1715 | 2025.02.10 18:49:02.924616 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1716 | 2025.02.10 18:49:02.924712 [ 3 ] {} <Debug> TCP-Session: 7c85aff2-c7f7-4c00-8262-a553b7b067eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1717 | 2025.02.10 18:49:02.926862 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1718 | 2025.02.10 18:49:02.927622 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1719 | 2025.02.10 18:49:02.930261 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1720 | 2025.02.10 18:49:03.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.13 MiB, peak 170.16 MiB, free memory in arenas 0.00 B, will set to 165.79 MiB (RSS), difference: 1.66 MiB | ||
| 1721 | 2025.02.10 18:49:03.334232 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1722 | 2025.02.10 18:49:03.334496 [ 4 ] {8e1f33a7-87cd-42d1-8143-a85f9472f4ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1723 | 2025.02.10 18:49:03.334920 [ 4 ] {8e1f33a7-87cd-42d1-8143-a85f9472f4ac} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1724 | 2025.02.10 18:49:03.334970 [ 4 ] {8e1f33a7-87cd-42d1-8143-a85f9472f4ac} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1725 | 2025.02.10 18:49:03.335323 [ 4 ] {8e1f33a7-87cd-42d1-8143-a85f9472f4ac} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1726 | 2025.02.10 18:49:03.335407 [ 4 ] {8e1f33a7-87cd-42d1-8143-a85f9472f4ac} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1727 | 2025.02.10 18:49:03.335585 [ 4 ] {8e1f33a7-87cd-42d1-8143-a85f9472f4ac} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1728 | 2025.02.10 18:49:03.335852 [ 286 ] {8e1f33a7-87cd-42d1-8143-a85f9472f4ac} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1729 | 2025.02.10 18:49:03.335904 [ 287 ] {8e1f33a7-87cd-42d1-8143-a85f9472f4ac} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1730 | 2025.02.10 18:49:03.336027 [ 4 ] {8e1f33a7-87cd-42d1-8143-a85f9472f4ac} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (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 | ||
| 1731 | 2025.02.10 18:49:03.336060 [ 4 ] {8e1f33a7-87cd-42d1-8143-a85f9472f4ac} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1732 | 2025.02.10 18:49:03.338236 [ 4 ] {8e1f33a7-87cd-42d1-8143-a85f9472f4ac} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1733 | 2025.02.10 18:49:03.338267 [ 4 ] {8e1f33a7-87cd-42d1-8143-a85f9472f4ac} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1734 | 2025.02.10 18:49:03.338330 [ 4 ] {8e1f33a7-87cd-42d1-8143-a85f9472f4ac} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1735 | 2025.02.10 18:49:03.338378 [ 4 ] {8e1f33a7-87cd-42d1-8143-a85f9472f4ac} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1736 | 2025.02.10 18:49:03.339801 [ 4 ] {8e1f33a7-87cd-42d1-8143-a85f9472f4ac} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.005421 sec., 5718.50212137982 rows/sec., 215.81 KiB/sec. | ||
| 1737 | 2025.02.10 18:49:03.339969 [ 4 ] {8e1f33a7-87cd-42d1-8143-a85f9472f4ac} <Debug> TCPHandler: Processed in 0.005861431 sec. | ||
| 1738 | 2025.02.10 18:49:03.340350 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1739 | 2025.02.10 18:49:03.340606 [ 256 ] {c08bdafa-b069-417f-926c-6411993773da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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) | ||
| 1740 | 2025.02.10 18:49:03.341052 [ 256 ] {c08bdafa-b069-417f-926c-6411993773da} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1741 | 2025.02.10 18:49:03.341103 [ 256 ] {c08bdafa-b069-417f-926c-6411993773da} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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 | ||
| 1742 | 2025.02.10 18:49:03.341462 [ 256 ] {c08bdafa-b069-417f-926c-6411993773da} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1743 | 2025.02.10 18:49:03.341543 [ 256 ] {c08bdafa-b069-417f-926c-6411993773da} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1744 | 2025.02.10 18:49:03.341728 [ 256 ] {c08bdafa-b069-417f-926c-6411993773da} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1745 | 2025.02.10 18:49:03.341848 [ 288 ] {c08bdafa-b069-417f-926c-6411993773da} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1746 | 2025.02.10 18:49:03.341853 [ 287 ] {c08bdafa-b069-417f-926c-6411993773da} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1747 | 2025.02.10 18:49:03.341986 [ 256 ] {c08bdafa-b069-417f-926c-6411993773da} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (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 | ||
| 1748 | 2025.02.10 18:49:03.342015 [ 256 ] {c08bdafa-b069-417f-926c-6411993773da} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1749 | 2025.02.10 18:49:03.342104 [ 256 ] {c08bdafa-b069-417f-926c-6411993773da} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1750 | 2025.02.10 18:49:03.342127 [ 256 ] {c08bdafa-b069-417f-926c-6411993773da} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1751 | 2025.02.10 18:49:03.342171 [ 256 ] {c08bdafa-b069-417f-926c-6411993773da} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1752 | 2025.02.10 18:49:03.342222 [ 256 ] {c08bdafa-b069-417f-926c-6411993773da} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1753 | 2025.02.10 18:49:03.343339 [ 256 ] {c08bdafa-b069-417f-926c-6411993773da} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.00285 sec., 10877.19298245614 rows/sec., 410.50 KiB/sec. | ||
| 1754 | 2025.02.10 18:49:03.343493 [ 256 ] {c08bdafa-b069-417f-926c-6411993773da} <Debug> TCPHandler: Processed in 0.003290729 sec. | ||
| 1755 | 2025.02.10 18:49:03.343744 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1756 | 2025.02.10 18:49:03.343983 [ 4 ] {41dee925-bea0-43b2-9e56-3cd476f39fcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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) | ||
| 1757 | 2025.02.10 18:49:03.344399 [ 4 ] {41dee925-bea0-43b2-9e56-3cd476f39fcf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1758 | 2025.02.10 18:49:03.344457 [ 4 ] {41dee925-bea0-43b2-9e56-3cd476f39fcf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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 | ||
| 1759 | 2025.02.10 18:49:03.344781 [ 4 ] {41dee925-bea0-43b2-9e56-3cd476f39fcf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1760 | 2025.02.10 18:49:03.344848 [ 4 ] {41dee925-bea0-43b2-9e56-3cd476f39fcf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1761 | 2025.02.10 18:49:03.345337 [ 4 ] {41dee925-bea0-43b2-9e56-3cd476f39fcf} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1762 | 2025.02.10 18:49:03.345432 [ 286 ] {41dee925-bea0-43b2-9e56-3cd476f39fcf} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1763 | 2025.02.10 18:49:03.345448 [ 287 ] {41dee925-bea0-43b2-9e56-3cd476f39fcf} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1764 | 2025.02.10 18:49:03.345554 [ 4 ] {41dee925-bea0-43b2-9e56-3cd476f39fcf} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (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 | ||
| 1765 | 2025.02.10 18:49:03.345582 [ 4 ] {41dee925-bea0-43b2-9e56-3cd476f39fcf} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1766 | 2025.02.10 18:49:03.345663 [ 4 ] {41dee925-bea0-43b2-9e56-3cd476f39fcf} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1767 | 2025.02.10 18:49:03.345684 [ 4 ] {41dee925-bea0-43b2-9e56-3cd476f39fcf} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1768 | 2025.02.10 18:49:03.345724 [ 4 ] {41dee925-bea0-43b2-9e56-3cd476f39fcf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1769 | 2025.02.10 18:49:03.345772 [ 4 ] {41dee925-bea0-43b2-9e56-3cd476f39fcf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1770 | 2025.02.10 18:49:03.346850 [ 4 ] {41dee925-bea0-43b2-9e56-3cd476f39fcf} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002988 sec., 10374.83266398929 rows/sec., 391.54 KiB/sec. | ||
| 1771 | 2025.02.10 18:49:03.346990 [ 4 ] {41dee925-bea0-43b2-9e56-3cd476f39fcf} <Debug> TCPHandler: Processed in 0.00331653 sec. | ||
| 1772 | 2025.02.10 18:49:03.358073 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1773 | 2025.02.10 18:49:03.358220 [ 4 ] {d4ae20fe-6e1f-4ed9-9e17-f3030d17e667} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1774 | 2025.02.10 18:49:03.358283 [ 4 ] {d4ae20fe-6e1f-4ed9-9e17-f3030d17e667} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1775 | 2025.02.10 18:49:03.358982 [ 4 ] {d4ae20fe-6e1f-4ed9-9e17-f3030d17e667} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1776 | 2025.02.10 18:49:03.359026 [ 4 ] {d4ae20fe-6e1f-4ed9-9e17-f3030d17e667} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1777 | 2025.02.10 18:49:03.359531 [ 4 ] {d4ae20fe-6e1f-4ed9-9e17-f3030d17e667} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1778 | 2025.02.10 18:49:03.359754 [ 4 ] {d4ae20fe-6e1f-4ed9-9e17-f3030d17e667} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1779 | 2025.02.10 18:49:03.360110 [ 4 ] {d4ae20fe-6e1f-4ed9-9e17-f3030d17e667} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001898 sec., 1580.6111696522655 rows/sec., 144.07 KiB/sec. | ||
| 1780 | 2025.02.10 18:49:03.360353 [ 4 ] {d4ae20fe-6e1f-4ed9-9e17-f3030d17e667} <Debug> TCPHandler: Processed in 0.002345407 sec. | ||
| 1781 | 2025.02.10 18:49:03.360509 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1782 | 2025.02.10 18:49:03.360671 [ 256 ] {72448213-fe6c-426c-a66a-08c8a823a849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1783 | 2025.02.10 18:49:03.360733 [ 256 ] {72448213-fe6c-426c-a66a-08c8a823a849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1784 | 2025.02.10 18:49:03.361477 [ 256 ] {72448213-fe6c-426c-a66a-08c8a823a849} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1785 | 2025.02.10 18:49:03.361522 [ 256 ] {72448213-fe6c-426c-a66a-08c8a823a849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1786 | 2025.02.10 18:49:03.361942 [ 256 ] {72448213-fe6c-426c-a66a-08c8a823a849} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1787 | 2025.02.10 18:49:03.362199 [ 256 ] {72448213-fe6c-426c-a66a-08c8a823a849} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1788 | 2025.02.10 18:49:03.362462 [ 256 ] {72448213-fe6c-426c-a66a-08c8a823a849} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001818 sec., 7700.770077007701 rows/sec., 554.35 KiB/sec. | ||
| 1789 | 2025.02.10 18:49:03.362531 [ 256 ] {72448213-fe6c-426c-a66a-08c8a823a849} <Debug> TCPHandler: Processed in 0.00209448 sec. | ||
| 1790 | 2025.02.10 18:49:03.362719 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1791 | 2025.02.10 18:49:03.362861 [ 4 ] {5a202614-1a58-475c-be4c-27ff214d0611} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1792 | 2025.02.10 18:49:03.362918 [ 4 ] {5a202614-1a58-475c-be4c-27ff214d0611} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1793 | 2025.02.10 18:49:03.363709 [ 4 ] {5a202614-1a58-475c-be4c-27ff214d0611} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1794 | 2025.02.10 18:49:03.363748 [ 4 ] {5a202614-1a58-475c-be4c-27ff214d0611} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1795 | 2025.02.10 18:49:03.364129 [ 4 ] {5a202614-1a58-475c-be4c-27ff214d0611} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1796 | 2025.02.10 18:49:03.364370 [ 4 ] {5a202614-1a58-475c-be4c-27ff214d0611} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1797 | 2025.02.10 18:49:03.364656 [ 4 ] {5a202614-1a58-475c-be4c-27ff214d0611} <Debug> executeQuery: Read 269 rows, 24.24 KiB in 0.001805 sec., 149030.47091412742 rows/sec., 13.12 MiB/sec. | ||
| 1798 | 2025.02.10 18:49:03.364760 [ 4 ] {5a202614-1a58-475c-be4c-27ff214d0611} <Debug> TCPHandler: Processed in 0.002109021 sec. | ||
| 1799 | 2025.02.10 18:49:03.364923 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1800 | 2025.02.10 18:49:03.365062 [ 256 ] {4b54336c-65c4-43b8-a7c3-7ab02301a8a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1801 | 2025.02.10 18:49:03.365118 [ 256 ] {4b54336c-65c4-43b8-a7c3-7ab02301a8a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1802 | 2025.02.10 18:49:03.365772 [ 256 ] {4b54336c-65c4-43b8-a7c3-7ab02301a8a4} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1803 | 2025.02.10 18:49:03.365809 [ 256 ] {4b54336c-65c4-43b8-a7c3-7ab02301a8a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1804 | 2025.02.10 18:49:03.366169 [ 256 ] {4b54336c-65c4-43b8-a7c3-7ab02301a8a4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1805 | 2025.02.10 18:49:03.366410 [ 256 ] {4b54336c-65c4-43b8-a7c3-7ab02301a8a4} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1806 | 2025.02.10 18:49:03.366581 [ 256 ] {4b54336c-65c4-43b8-a7c3-7ab02301a8a4} <Debug> executeQuery: Read 40 rows, 2.94 KiB in 0.00155 sec., 25806.451612903227 rows/sec., 1.85 MiB/sec. | ||
| 1807 | 2025.02.10 18:49:03.366631 [ 256 ] {4b54336c-65c4-43b8-a7c3-7ab02301a8a4} <Debug> TCPHandler: Processed in 0.001778023 sec. | ||
| 1808 | 2025.02.10 18:49:03.366763 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1809 | 2025.02.10 18:49:03.366881 [ 4 ] {01e2a16f-f7f2-476e-8a12-2405776198db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1810 | 2025.02.10 18:49:03.366931 [ 4 ] {01e2a16f-f7f2-476e-8a12-2405776198db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1811 | 2025.02.10 18:49:03.367489 [ 4 ] {01e2a16f-f7f2-476e-8a12-2405776198db} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1812 | 2025.02.10 18:49:03.367528 [ 4 ] {01e2a16f-f7f2-476e-8a12-2405776198db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1813 | 2025.02.10 18:49:03.367879 [ 4 ] {01e2a16f-f7f2-476e-8a12-2405776198db} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1814 | 2025.02.10 18:49:03.368133 [ 4 ] {01e2a16f-f7f2-476e-8a12-2405776198db} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1815 | 2025.02.10 18:49:03.368461 [ 4 ] {01e2a16f-f7f2-476e-8a12-2405776198db} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001575 sec., 8888.888888888889 rows/sec., 622.52 KiB/sec. | ||
| 1816 | 2025.02.10 18:49:03.368596 [ 4 ] {01e2a16f-f7f2-476e-8a12-2405776198db} <Debug> TCPHandler: Processed in 0.001886815 sec. | ||
| 1817 | 2025.02.10 18:49:03.368776 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1818 | 2025.02.10 18:49:03.368912 [ 256 ] {70a2b5c5-5170-4f2c-9709-834b39f9168b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1819 | 2025.02.10 18:49:03.368970 [ 256 ] {70a2b5c5-5170-4f2c-9709-834b39f9168b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1820 | 2025.02.10 18:49:03.369622 [ 256 ] {70a2b5c5-5170-4f2c-9709-834b39f9168b} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1821 | 2025.02.10 18:49:03.369664 [ 256 ] {70a2b5c5-5170-4f2c-9709-834b39f9168b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1822 | 2025.02.10 18:49:03.370024 [ 256 ] {70a2b5c5-5170-4f2c-9709-834b39f9168b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1823 | 2025.02.10 18:49:03.370271 [ 256 ] {70a2b5c5-5170-4f2c-9709-834b39f9168b} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1824 | 2025.02.10 18:49:03.370487 [ 256 ] {70a2b5c5-5170-4f2c-9709-834b39f9168b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001593 sec., 8160.703075957314 rows/sec., 508.82 KiB/sec. | ||
| 1825 | 2025.02.10 18:49:03.370617 [ 256 ] {70a2b5c5-5170-4f2c-9709-834b39f9168b} <Debug> TCPHandler: Processed in 0.001908496 sec. | ||
| 1826 | 2025.02.10 18:49:03.370762 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1827 | 2025.02.10 18:49:03.370902 [ 4 ] {f6842c86-f936-4dec-ae67-8cfab44dafb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1828 | 2025.02.10 18:49:03.370959 [ 4 ] {f6842c86-f936-4dec-ae67-8cfab44dafb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1829 | 2025.02.10 18:49:03.371745 [ 4 ] {f6842c86-f936-4dec-ae67-8cfab44dafb3} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1830 | 2025.02.10 18:49:03.371785 [ 4 ] {f6842c86-f936-4dec-ae67-8cfab44dafb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1831 | 2025.02.10 18:49:03.372157 [ 4 ] {f6842c86-f936-4dec-ae67-8cfab44dafb3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1832 | 2025.02.10 18:49:03.372387 [ 4 ] {f6842c86-f936-4dec-ae67-8cfab44dafb3} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1833 | 2025.02.10 18:49:03.372640 [ 4 ] {f6842c86-f936-4dec-ae67-8cfab44dafb3} <Debug> executeQuery: Read 425 rows, 31.14 KiB in 0.00175 sec., 242857.14285714284 rows/sec., 17.38 MiB/sec. | ||
| 1834 | 2025.02.10 18:49:03.372756 [ 4 ] {f6842c86-f936-4dec-ae67-8cfab44dafb3} <Debug> TCPHandler: Processed in 0.00206418 sec. | ||
| 1835 | 2025.02.10 18:49:03.372918 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1836 | 2025.02.10 18:49:03.373057 [ 256 ] {2b95bb96-3b9d-493f-a7a7-d1f77e0210f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1837 | 2025.02.10 18:49:03.373116 [ 256 ] {2b95bb96-3b9d-493f-a7a7-d1f77e0210f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1838 | 2025.02.10 18:49:03.373655 [ 256 ] {2b95bb96-3b9d-493f-a7a7-d1f77e0210f0} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1839 | 2025.02.10 18:49:03.373694 [ 256 ] {2b95bb96-3b9d-493f-a7a7-d1f77e0210f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1840 | 2025.02.10 18:49:03.374061 [ 256 ] {2b95bb96-3b9d-493f-a7a7-d1f77e0210f0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1841 | 2025.02.10 18:49:03.374300 [ 256 ] {2b95bb96-3b9d-493f-a7a7-d1f77e0210f0} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1842 | 2025.02.10 18:49:03.374517 [ 256 ] {2b95bb96-3b9d-493f-a7a7-d1f77e0210f0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001489 sec., 4029.550033579583 rows/sec., 210.53 KiB/sec. | ||
| 1843 | 2025.02.10 18:49:03.374565 [ 256 ] {2b95bb96-3b9d-493f-a7a7-d1f77e0210f0} <Debug> TCPHandler: Processed in 0.001712712 sec. | ||
| 1844 | 2025.02.10 18:49:03.374709 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1845 | 2025.02.10 18:49:03.374848 [ 4 ] {eaa9801b-db9a-46c5-8bfc-5507eb1ac01e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1846 | 2025.02.10 18:49:03.374910 [ 4 ] {eaa9801b-db9a-46c5-8bfc-5507eb1ac01e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1847 | 2025.02.10 18:49:03.375580 [ 4 ] {eaa9801b-db9a-46c5-8bfc-5507eb1ac01e} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1848 | 2025.02.10 18:49:03.375620 [ 4 ] {eaa9801b-db9a-46c5-8bfc-5507eb1ac01e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1849 | 2025.02.10 18:49:03.376001 [ 4 ] {eaa9801b-db9a-46c5-8bfc-5507eb1ac01e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1850 | 2025.02.10 18:49:03.376240 [ 4 ] {eaa9801b-db9a-46c5-8bfc-5507eb1ac01e} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1851 | 2025.02.10 18:49:03.376620 [ 4 ] {eaa9801b-db9a-46c5-8bfc-5507eb1ac01e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001763 sec., 134429.9489506523 rows/sec., 9.01 MiB/sec. | ||
| 1852 | 2025.02.10 18:49:03.376890 [ 4 ] {eaa9801b-db9a-46c5-8bfc-5507eb1ac01e} <Debug> TCPHandler: Processed in 0.002242614 sec. | ||
| 1853 | 2025.02.10 18:49:03.377055 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1854 | 2025.02.10 18:49:03.377209 [ 256 ] {6ef43073-b82a-4373-b13f-24fd1921d513} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1855 | 2025.02.10 18:49:03.377275 [ 256 ] {6ef43073-b82a-4373-b13f-24fd1921d513} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1856 | 2025.02.10 18:49:03.377822 [ 256 ] {6ef43073-b82a-4373-b13f-24fd1921d513} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1857 | 2025.02.10 18:49:03.377862 [ 256 ] {6ef43073-b82a-4373-b13f-24fd1921d513} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1858 | 2025.02.10 18:49:03.378266 [ 256 ] {6ef43073-b82a-4373-b13f-24fd1921d513} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1859 | 2025.02.10 18:49:03.378532 [ 256 ] {6ef43073-b82a-4373-b13f-24fd1921d513} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1860 | 2025.02.10 18:49:03.378824 [ 256 ] {6ef43073-b82a-4373-b13f-24fd1921d513} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001625 sec., 615.3846153846154 rows/sec., 41.47 KiB/sec. | ||
| 1861 | 2025.02.10 18:49:03.378911 [ 256 ] {6ef43073-b82a-4373-b13f-24fd1921d513} <Debug> TCPHandler: Processed in 0.001930706 sec. | ||
| 1862 | 2025.02.10 18:49:03.379044 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1863 | 2025.02.10 18:49:03.379172 [ 4 ] {289d3d8c-998b-43c0-98dd-dcb9cecf0398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1864 | 2025.02.10 18:49:03.379254 [ 4 ] {289d3d8c-998b-43c0-98dd-dcb9cecf0398} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1865 | 2025.02.10 18:49:03.380506 [ 4 ] {289d3d8c-998b-43c0-98dd-dcb9cecf0398} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1866 | 2025.02.10 18:49:03.380545 [ 4 ] {289d3d8c-998b-43c0-98dd-dcb9cecf0398} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1867 | 2025.02.10 18:49:03.381182 [ 4 ] {289d3d8c-998b-43c0-98dd-dcb9cecf0398} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1868 | 2025.02.10 18:49:03.381470 [ 4 ] {289d3d8c-998b-43c0-98dd-dcb9cecf0398} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1869 | 2025.02.10 18:49:03.381800 [ 4 ] {289d3d8c-998b-43c0-98dd-dcb9cecf0398} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002642 sec., 12490.537471612415 rows/sec., 22.38 MiB/sec. | ||
| 1870 | 2025.02.10 18:49:03.381905 [ 4 ] {289d3d8c-998b-43c0-98dd-dcb9cecf0398} <Debug> TCPHandler: Processed in 0.002916011 sec. | ||
| 1871 | 2025.02.10 18:49:03.382045 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1872 | 2025.02.10 18:49:03.382174 [ 256 ] {878731ed-2aec-4f54-8bbe-902f6733f46f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1873 | 2025.02.10 18:49:03.382230 [ 256 ] {878731ed-2aec-4f54-8bbe-902f6733f46f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1874 | 2025.02.10 18:49:03.382746 [ 256 ] {878731ed-2aec-4f54-8bbe-902f6733f46f} <Trace> oximeter.measurements_i64 (903d7709-ff97-45bf-88fa-ba0a95eb9708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1875 | 2025.02.10 18:49:03.382786 [ 256 ] {878731ed-2aec-4f54-8bbe-902f6733f46f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1876 | 2025.02.10 18:49:03.383222 [ 256 ] {878731ed-2aec-4f54-8bbe-902f6733f46f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1877 | 2025.02.10 18:49:03.383464 [ 256 ] {878731ed-2aec-4f54-8bbe-902f6733f46f} <Trace> oximeter.measurements_i64 (903d7709-ff97-45bf-88fa-ba0a95eb9708): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1878 | 2025.02.10 18:49:03.383821 [ 256 ] {878731ed-2aec-4f54-8bbe-902f6733f46f} <Debug> executeQuery: Read 15 rows, 1.12 KiB in 0.001645 sec., 9118.54103343465 rows/sec., 678.55 KiB/sec. | ||
| 1879 | 2025.02.10 18:49:03.383995 [ 256 ] {878731ed-2aec-4f54-8bbe-902f6733f46f} <Debug> TCPHandler: Processed in 0.002009509 sec. | ||
| 1880 | 2025.02.10 18:49:03.384153 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1881 | 2025.02.10 18:49:03.384293 [ 4 ] {5e827587-6d7d-4148-9fb5-8095b124cf5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1882 | 2025.02.10 18:49:03.384354 [ 4 ] {5e827587-6d7d-4148-9fb5-8095b124cf5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1883 | 2025.02.10 18:49:03.384860 [ 4 ] {5e827587-6d7d-4148-9fb5-8095b124cf5e} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1884 | 2025.02.10 18:49:03.384899 [ 4 ] {5e827587-6d7d-4148-9fb5-8095b124cf5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1885 | 2025.02.10 18:49:03.385263 [ 4 ] {5e827587-6d7d-4148-9fb5-8095b124cf5e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1886 | 2025.02.10 18:49:03.385494 [ 4 ] {5e827587-6d7d-4148-9fb5-8095b124cf5e} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1887 | 2025.02.10 18:49:03.385873 [ 4 ] {5e827587-6d7d-4148-9fb5-8095b124cf5e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001573 sec., 52129.68849332486 rows/sec., 3.31 MiB/sec. | ||
| 1888 | 2025.02.10 18:49:03.386262 [ 4 ] {5e827587-6d7d-4148-9fb5-8095b124cf5e} <Debug> TCPHandler: Processed in 0.002175492 sec. | ||
| 1889 | 2025.02.10 18:49:03.814115 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1890 | 2025.02.10 18:49:03.814401 [ 4 ] {a1428586-67ef-4cf4-87a2-0cf438741d81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1891 | 2025.02.10 18:49:03.814844 [ 4 ] {a1428586-67ef-4cf4-87a2-0cf438741d81} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1892 | 2025.02.10 18:49:03.814895 [ 4 ] {a1428586-67ef-4cf4-87a2-0cf438741d81} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1893 | 2025.02.10 18:49:03.815254 [ 4 ] {a1428586-67ef-4cf4-87a2-0cf438741d81} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1894 | 2025.02.10 18:49:03.815331 [ 4 ] {a1428586-67ef-4cf4-87a2-0cf438741d81} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1895 | 2025.02.10 18:49:03.815507 [ 4 ] {a1428586-67ef-4cf4-87a2-0cf438741d81} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1896 | 2025.02.10 18:49:03.815680 [ 286 ] {a1428586-67ef-4cf4-87a2-0cf438741d81} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1897 | 2025.02.10 18:49:03.815720 [ 288 ] {a1428586-67ef-4cf4-87a2-0cf438741d81} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1898 | 2025.02.10 18:49:03.815721 [ 287 ] {a1428586-67ef-4cf4-87a2-0cf438741d81} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1899 | 2025.02.10 18:49:03.815893 [ 4 ] {a1428586-67ef-4cf4-87a2-0cf438741d81} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (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 | ||
| 1900 | 2025.02.10 18:49:03.815926 [ 4 ] {a1428586-67ef-4cf4-87a2-0cf438741d81} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1901 | 2025.02.10 18:49:03.816043 [ 4 ] {a1428586-67ef-4cf4-87a2-0cf438741d81} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1902 | 2025.02.10 18:49:03.816066 [ 4 ] {a1428586-67ef-4cf4-87a2-0cf438741d81} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1903 | 2025.02.10 18:49:03.816110 [ 4 ] {a1428586-67ef-4cf4-87a2-0cf438741d81} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1904 | 2025.02.10 18:49:03.816155 [ 4 ] {a1428586-67ef-4cf4-87a2-0cf438741d81} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1905 | 2025.02.10 18:49:03.816198 [ 4 ] {a1428586-67ef-4cf4-87a2-0cf438741d81} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1906 | 2025.02.10 18:49:03.817790 [ 4 ] {a1428586-67ef-4cf4-87a2-0cf438741d81} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003515 sec., 9672.830725462305 rows/sec., 372.29 KiB/sec. | ||
| 1907 | 2025.02.10 18:49:03.817990 [ 4 ] {a1428586-67ef-4cf4-87a2-0cf438741d81} <Debug> TCPHandler: Processed in 0.004008397 sec. | ||
| 1908 | 2025.02.10 18:49:03.818503 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1909 | 2025.02.10 18:49:03.818747 [ 256 ] {a484524a-479c-4f09-a908-2f5423b32c54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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.10 18:49:03.819177 [ 256 ] {a484524a-479c-4f09-a908-2f5423b32c54} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1911 | 2025.02.10 18:49:03.819233 [ 256 ] {a484524a-479c-4f09-a908-2f5423b32c54} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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.10 18:49:03.819611 [ 256 ] {a484524a-479c-4f09-a908-2f5423b32c54} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1913 | 2025.02.10 18:49:03.819706 [ 256 ] {a484524a-479c-4f09-a908-2f5423b32c54} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1914 | 2025.02.10 18:49:03.819894 [ 256 ] {a484524a-479c-4f09-a908-2f5423b32c54} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1915 | 2025.02.10 18:49:03.820038 [ 290 ] {a484524a-479c-4f09-a908-2f5423b32c54} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1916 | 2025.02.10 18:49:03.820064 [ 286 ] {a484524a-479c-4f09-a908-2f5423b32c54} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1917 | 2025.02.10 18:49:03.820061 [ 288 ] {a484524a-479c-4f09-a908-2f5423b32c54} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1918 | 2025.02.10 18:49:03.820229 [ 256 ] {a484524a-479c-4f09-a908-2f5423b32c54} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (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 | ||
| 1919 | 2025.02.10 18:49:03.820264 [ 256 ] {a484524a-479c-4f09-a908-2f5423b32c54} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1920 | 2025.02.10 18:49:03.820419 [ 256 ] {a484524a-479c-4f09-a908-2f5423b32c54} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1921 | 2025.02.10 18:49:03.820452 [ 256 ] {a484524a-479c-4f09-a908-2f5423b32c54} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1922 | 2025.02.10 18:49:03.820508 [ 256 ] {a484524a-479c-4f09-a908-2f5423b32c54} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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.10 18:49:03.820570 [ 256 ] {a484524a-479c-4f09-a908-2f5423b32c54} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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'))" | ||
| 1924 | 2025.02.10 18:49:03.820633 [ 256 ] {a484524a-479c-4f09-a908-2f5423b32c54} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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'))" | ||
| 1925 | 2025.02.10 18:49:03.822447 [ 256 ] {a484524a-479c-4f09-a908-2f5423b32c54} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003823 sec., 8893.539105414597 rows/sec., 342.29 KiB/sec. | ||
| 1926 | 2025.02.10 18:49:03.822665 [ 256 ] {a484524a-479c-4f09-a908-2f5423b32c54} <Debug> TCPHandler: Processed in 0.004306364 sec. | ||
| 1927 | 2025.02.10 18:49:03.822999 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1928 | 2025.02.10 18:49:03.823212 [ 4 ] {03077aad-bc3f-4dc8-8cde-c560a52e7da3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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) | ||
| 1929 | 2025.02.10 18:49:03.823578 [ 4 ] {03077aad-bc3f-4dc8-8cde-c560a52e7da3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1930 | 2025.02.10 18:49:03.823630 [ 4 ] {03077aad-bc3f-4dc8-8cde-c560a52e7da3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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 | ||
| 1931 | 2025.02.10 18:49:03.823960 [ 4 ] {03077aad-bc3f-4dc8-8cde-c560a52e7da3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1932 | 2025.02.10 18:49:03.824028 [ 4 ] {03077aad-bc3f-4dc8-8cde-c560a52e7da3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1933 | 2025.02.10 18:49:03.824183 [ 4 ] {03077aad-bc3f-4dc8-8cde-c560a52e7da3} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1934 | 2025.02.10 18:49:03.824293 [ 286 ] {03077aad-bc3f-4dc8-8cde-c560a52e7da3} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1935 | 2025.02.10 18:49:03.824331 [ 288 ] {03077aad-bc3f-4dc8-8cde-c560a52e7da3} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1936 | 2025.02.10 18:49:03.824335 [ 290 ] {03077aad-bc3f-4dc8-8cde-c560a52e7da3} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1937 | 2025.02.10 18:49:03.824488 [ 4 ] {03077aad-bc3f-4dc8-8cde-c560a52e7da3} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (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 | ||
| 1938 | 2025.02.10 18:49:03.824535 [ 4 ] {03077aad-bc3f-4dc8-8cde-c560a52e7da3} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1939 | 2025.02.10 18:49:03.824648 [ 4 ] {03077aad-bc3f-4dc8-8cde-c560a52e7da3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1940 | 2025.02.10 18:49:03.824673 [ 4 ] {03077aad-bc3f-4dc8-8cde-c560a52e7da3} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1941 | 2025.02.10 18:49:03.824714 [ 4 ] {03077aad-bc3f-4dc8-8cde-c560a52e7da3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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'))" | ||
| 1942 | 2025.02.10 18:49:03.824760 [ 4 ] {03077aad-bc3f-4dc8-8cde-c560a52e7da3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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'))" | ||
| 1943 | 2025.02.10 18:49:03.824802 [ 4 ] {03077aad-bc3f-4dc8-8cde-c560a52e7da3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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'))" | ||
| 1944 | 2025.02.10 18:49:03.826286 [ 4 ] {03077aad-bc3f-4dc8-8cde-c560a52e7da3} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003176 sec., 10705.28967254408 rows/sec., 412.03 KiB/sec. | ||
| 1945 | 2025.02.10 18:49:03.826471 [ 4 ] {03077aad-bc3f-4dc8-8cde-c560a52e7da3} <Debug> TCPHandler: Processed in 0.003538025 sec. | ||
| 1946 | 2025.02.10 18:49:03.826894 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1947 | 2025.02.10 18:49:03.827122 [ 256 ] {bf4da77b-279d-458c-951c-a8d9b3433f85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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) | ||
| 1948 | 2025.02.10 18:49:03.827526 [ 256 ] {bf4da77b-279d-458c-951c-a8d9b3433f85} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1949 | 2025.02.10 18:49:03.827580 [ 256 ] {bf4da77b-279d-458c-951c-a8d9b3433f85} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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 | ||
| 1950 | 2025.02.10 18:49:03.828136 [ 256 ] {bf4da77b-279d-458c-951c-a8d9b3433f85} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1951 | 2025.02.10 18:49:03.828216 [ 256 ] {bf4da77b-279d-458c-951c-a8d9b3433f85} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1952 | 2025.02.10 18:49:03.828403 [ 256 ] {bf4da77b-279d-458c-951c-a8d9b3433f85} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1953 | 2025.02.10 18:49:03.828514 [ 286 ] {bf4da77b-279d-458c-951c-a8d9b3433f85} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1954 | 2025.02.10 18:49:03.828546 [ 290 ] {bf4da77b-279d-458c-951c-a8d9b3433f85} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1955 | 2025.02.10 18:49:03.828546 [ 287 ] {bf4da77b-279d-458c-951c-a8d9b3433f85} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1956 | 2025.02.10 18:49:03.828663 [ 256 ] {bf4da77b-279d-458c-951c-a8d9b3433f85} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (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 | ||
| 1957 | 2025.02.10 18:49:03.828701 [ 256 ] {bf4da77b-279d-458c-951c-a8d9b3433f85} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1958 | 2025.02.10 18:49:03.828829 [ 256 ] {bf4da77b-279d-458c-951c-a8d9b3433f85} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1959 | 2025.02.10 18:49:03.828858 [ 256 ] {bf4da77b-279d-458c-951c-a8d9b3433f85} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1960 | 2025.02.10 18:49:03.828903 [ 256 ] {bf4da77b-279d-458c-951c-a8d9b3433f85} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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'))" | ||
| 1961 | 2025.02.10 18:49:03.828954 [ 256 ] {bf4da77b-279d-458c-951c-a8d9b3433f85} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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'))" | ||
| 1962 | 2025.02.10 18:49:03.829013 [ 256 ] {bf4da77b-279d-458c-951c-a8d9b3433f85} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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'))" | ||
| 1963 | 2025.02.10 18:49:03.830487 [ 256 ] {bf4da77b-279d-458c-951c-a8d9b3433f85} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.00348 sec., 9770.114942528735 rows/sec., 376.03 KiB/sec. | ||
| 1964 | 2025.02.10 18:49:03.830673 [ 256 ] {bf4da77b-279d-458c-951c-a8d9b3433f85} <Debug> TCPHandler: Processed in 0.003850413 sec. | ||
| 1965 | 2025.02.10 18:49:03.830984 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1966 | 2025.02.10 18:49:03.831215 [ 4 ] {63533cd6-041a-456e-b5c3-b1d80af82e80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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) | ||
| 1967 | 2025.02.10 18:49:03.831719 [ 4 ] {63533cd6-041a-456e-b5c3-b1d80af82e80} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1968 | 2025.02.10 18:49:03.831799 [ 4 ] {63533cd6-041a-456e-b5c3-b1d80af82e80} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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 | ||
| 1969 | 2025.02.10 18:49:03.832242 [ 4 ] {63533cd6-041a-456e-b5c3-b1d80af82e80} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1970 | 2025.02.10 18:49:03.832321 [ 4 ] {63533cd6-041a-456e-b5c3-b1d80af82e80} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1971 | 2025.02.10 18:49:03.832481 [ 4 ] {63533cd6-041a-456e-b5c3-b1d80af82e80} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1972 | 2025.02.10 18:49:03.832579 [ 286 ] {63533cd6-041a-456e-b5c3-b1d80af82e80} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1973 | 2025.02.10 18:49:03.832646 [ 287 ] {63533cd6-041a-456e-b5c3-b1d80af82e80} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1974 | 2025.02.10 18:49:03.832664 [ 288 ] {63533cd6-041a-456e-b5c3-b1d80af82e80} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1975 | 2025.02.10 18:49:03.832773 [ 4 ] {63533cd6-041a-456e-b5c3-b1d80af82e80} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (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 | ||
| 1976 | 2025.02.10 18:49:03.832806 [ 4 ] {63533cd6-041a-456e-b5c3-b1d80af82e80} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1977 | 2025.02.10 18:49:03.832918 [ 4 ] {63533cd6-041a-456e-b5c3-b1d80af82e80} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1978 | 2025.02.10 18:49:03.832940 [ 4 ] {63533cd6-041a-456e-b5c3-b1d80af82e80} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1979 | 2025.02.10 18:49:03.832990 [ 4 ] {63533cd6-041a-456e-b5c3-b1d80af82e80} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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'))" | ||
| 1980 | 2025.02.10 18:49:03.833044 [ 4 ] {63533cd6-041a-456e-b5c3-b1d80af82e80} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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'))" | ||
| 1981 | 2025.02.10 18:49:03.833100 [ 4 ] {63533cd6-041a-456e-b5c3-b1d80af82e80} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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'))" | ||
| 1982 | 2025.02.10 18:49:03.834577 [ 4 ] {63533cd6-041a-456e-b5c3-b1d80af82e80} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003478 sec., 9775.733179988498 rows/sec., 376.25 KiB/sec. | ||
| 1983 | 2025.02.10 18:49:03.834771 [ 4 ] {63533cd6-041a-456e-b5c3-b1d80af82e80} <Debug> TCPHandler: Processed in 0.003851012 sec. | ||
| 1984 | 2025.02.10 18:49:03.835074 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1985 | 2025.02.10 18:49:03.835284 [ 256 ] {de5ceefa-3c3a-4197-bec5-e9f3bd6ebfae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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) | ||
| 1986 | 2025.02.10 18:49:03.835677 [ 256 ] {de5ceefa-3c3a-4197-bec5-e9f3bd6ebfae} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1987 | 2025.02.10 18:49:03.835747 [ 256 ] {de5ceefa-3c3a-4197-bec5-e9f3bd6ebfae} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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 | ||
| 1988 | 2025.02.10 18:49:03.836098 [ 256 ] {de5ceefa-3c3a-4197-bec5-e9f3bd6ebfae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1989 | 2025.02.10 18:49:03.836176 [ 256 ] {de5ceefa-3c3a-4197-bec5-e9f3bd6ebfae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1990 | 2025.02.10 18:49:03.836370 [ 256 ] {de5ceefa-3c3a-4197-bec5-e9f3bd6ebfae} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1991 | 2025.02.10 18:49:03.836528 [ 286 ] {de5ceefa-3c3a-4197-bec5-e9f3bd6ebfae} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1992 | 2025.02.10 18:49:03.836537 [ 290 ] {de5ceefa-3c3a-4197-bec5-e9f3bd6ebfae} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1993 | 2025.02.10 18:49:03.836555 [ 288 ] {de5ceefa-3c3a-4197-bec5-e9f3bd6ebfae} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1994 | 2025.02.10 18:49:03.836680 [ 256 ] {de5ceefa-3c3a-4197-bec5-e9f3bd6ebfae} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (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 | ||
| 1995 | 2025.02.10 18:49:03.836711 [ 256 ] {de5ceefa-3c3a-4197-bec5-e9f3bd6ebfae} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1996 | 2025.02.10 18:49:03.836818 [ 256 ] {de5ceefa-3c3a-4197-bec5-e9f3bd6ebfae} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1997 | 2025.02.10 18:49:03.836843 [ 256 ] {de5ceefa-3c3a-4197-bec5-e9f3bd6ebfae} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1998 | 2025.02.10 18:49:03.836885 [ 256 ] {de5ceefa-3c3a-4197-bec5-e9f3bd6ebfae} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1999 | 2025.02.10 18:49:03.836934 [ 256 ] {de5ceefa-3c3a-4197-bec5-e9f3bd6ebfae} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2000 | 2025.02.10 18:49:03.836984 [ 256 ] {de5ceefa-3c3a-4197-bec5-e9f3bd6ebfae} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2001 | 2025.02.10 18:49:03.838374 [ 256 ] {de5ceefa-3c3a-4197-bec5-e9f3bd6ebfae} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.00319 sec., 10658.307210031347 rows/sec., 410.22 KiB/sec. | ||
| 2002 | 2025.02.10 18:49:03.838552 [ 256 ] {de5ceefa-3c3a-4197-bec5-e9f3bd6ebfae} <Debug> TCPHandler: Processed in 0.003537926 sec. | ||
| 2003 | 2025.02.10 18:49:03.948158 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2004 | 2025.02.10 18:49:03.948345 [ 4 ] {a67ba97d-8339-403d-ad19-fc90db4c66d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2005 | 2025.02.10 18:49:03.948431 [ 4 ] {a67ba97d-8339-403d-ad19-fc90db4c66d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2006 | 2025.02.10 18:49:03.949297 [ 4 ] {a67ba97d-8339-403d-ad19-fc90db4c66d0} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2007 | 2025.02.10 18:49:03.949348 [ 4 ] {a67ba97d-8339-403d-ad19-fc90db4c66d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2008 | 2025.02.10 18:49:03.949869 [ 4 ] {a67ba97d-8339-403d-ad19-fc90db4c66d0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2009 | 2025.02.10 18:49:03.950100 [ 4 ] {a67ba97d-8339-403d-ad19-fc90db4c66d0} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2010 | 2025.02.10 18:49:03.950335 [ 4 ] {a67ba97d-8339-403d-ad19-fc90db4c66d0} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002042 sec., 2938.2957884427033 rows/sec., 654.23 KiB/sec. | ||
| 2011 | 2025.02.10 18:49:03.950393 [ 4 ] {a67ba97d-8339-403d-ad19-fc90db4c66d0} <Debug> TCPHandler: Processed in 0.002347206 sec. | ||
| 2012 | 2025.02.10 18:49:03.950623 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2013 | 2025.02.10 18:49:03.950807 [ 256 ] {47d78848-54f2-41ca-a936-98f8d4128c33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2014 | 2025.02.10 18:49:03.950885 [ 256 ] {47d78848-54f2-41ca-a936-98f8d4128c33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2015 | 2025.02.10 18:49:03.952294 [ 256 ] {47d78848-54f2-41ca-a936-98f8d4128c33} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2016 | 2025.02.10 18:49:03.952342 [ 256 ] {47d78848-54f2-41ca-a936-98f8d4128c33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2017 | 2025.02.10 18:49:03.952857 [ 256 ] {47d78848-54f2-41ca-a936-98f8d4128c33} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2018 | 2025.02.10 18:49:03.953115 [ 256 ] {47d78848-54f2-41ca-a936-98f8d4128c33} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2019 | 2025.02.10 18:49:03.953418 [ 256 ] {47d78848-54f2-41ca-a936-98f8d4128c33} <Debug> executeQuery: Read 1196 rows, 100.97 KiB in 0.002663 sec., 449117.53661284264 rows/sec., 37.03 MiB/sec. | ||
| 2020 | 2025.02.10 18:49:03.953635 [ 256 ] {47d78848-54f2-41ca-a936-98f8d4128c33} <Debug> TCPHandler: Processed in 0.003111395 sec. | ||
| 2021 | 2025.02.10 18:49:03.953828 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2022 | 2025.02.10 18:49:03.953947 [ 4 ] {4ed2f673-08e5-4d4d-a639-804d372f04b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2023 | 2025.02.10 18:49:03.953998 [ 4 ] {4ed2f673-08e5-4d4d-a639-804d372f04b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2024 | 2025.02.10 18:49:03.954709 [ 4 ] {4ed2f673-08e5-4d4d-a639-804d372f04b4} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2025 | 2025.02.10 18:49:03.954749 [ 4 ] {4ed2f673-08e5-4d4d-a639-804d372f04b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2026 | 2025.02.10 18:49:03.955128 [ 4 ] {4ed2f673-08e5-4d4d-a639-804d372f04b4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2027 | 2025.02.10 18:49:03.955375 [ 4 ] {4ed2f673-08e5-4d4d-a639-804d372f04b4} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2028 | 2025.02.10 18:49:03.955598 [ 4 ] {4ed2f673-08e5-4d4d-a639-804d372f04b4} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001674 sec., 136200.71684587814 rows/sec., 9.22 MiB/sec. | ||
| 2029 | 2025.02.10 18:49:03.955651 [ 4 ] {4ed2f673-08e5-4d4d-a639-804d372f04b4} <Debug> TCPHandler: Processed in 0.001879315 sec. | ||
| 2030 | 2025.02.10 18:49:03.955809 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2031 | 2025.02.10 18:49:03.955931 [ 256 ] {dcc93ff4-1e73-44b4-adcc-f27c6c25e1a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2032 | 2025.02.10 18:49:03.955982 [ 256 ] {dcc93ff4-1e73-44b4-adcc-f27c6c25e1a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2033 | 2025.02.10 18:49:03.956852 [ 256 ] {dcc93ff4-1e73-44b4-adcc-f27c6c25e1a2} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2034 | 2025.02.10 18:49:03.956893 [ 256 ] {dcc93ff4-1e73-44b4-adcc-f27c6c25e1a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2035 | 2025.02.10 18:49:03.957278 [ 256 ] {dcc93ff4-1e73-44b4-adcc-f27c6c25e1a2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2036 | 2025.02.10 18:49:03.957521 [ 256 ] {dcc93ff4-1e73-44b4-adcc-f27c6c25e1a2} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2037 | 2025.02.10 18:49:03.957716 [ 256 ] {dcc93ff4-1e73-44b4-adcc-f27c6c25e1a2} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001812 sec., 286975.71743929357 rows/sec., 21.24 MiB/sec. | ||
| 2038 | 2025.02.10 18:49:03.957771 [ 256 ] {dcc93ff4-1e73-44b4-adcc-f27c6c25e1a2} <Debug> TCPHandler: Processed in 0.002016569 sec. | ||
| 2039 | 2025.02.10 18:49:03.957946 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2040 | 2025.02.10 18:49:03.958087 [ 4 ] {aa7a9d7e-dbfc-41a9-8320-681ece2c9c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2041 | 2025.02.10 18:49:03.958151 [ 4 ] {aa7a9d7e-dbfc-41a9-8320-681ece2c9c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2042 | 2025.02.10 18:49:03.959720 [ 4 ] {aa7a9d7e-dbfc-41a9-8320-681ece2c9c1d} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2043 | 2025.02.10 18:49:03.959757 [ 4 ] {aa7a9d7e-dbfc-41a9-8320-681ece2c9c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2044 | 2025.02.10 18:49:03.960301 [ 4 ] {aa7a9d7e-dbfc-41a9-8320-681ece2c9c1d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2045 | 2025.02.10 18:49:03.960542 [ 4 ] {aa7a9d7e-dbfc-41a9-8320-681ece2c9c1d} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2046 | 2025.02.10 18:49:03.960751 [ 4 ] {aa7a9d7e-dbfc-41a9-8320-681ece2c9c1d} <Debug> executeQuery: Read 2900 rows, 198.34 KiB in 0.002695 sec., 1076066.7903525047 rows/sec., 71.87 MiB/sec. | ||
| 2047 | 2025.02.10 18:49:03.960803 [ 4 ] {aa7a9d7e-dbfc-41a9-8320-681ece2c9c1d} <Debug> TCPHandler: Processed in 0.002925281 sec. | ||
| 2048 | 2025.02.10 18:49:03.960960 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2049 | 2025.02.10 18:49:03.961102 [ 256 ] {daa35c8c-0be7-4195-88ed-a3c8416c9548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2050 | 2025.02.10 18:49:03.961164 [ 256 ] {daa35c8c-0be7-4195-88ed-a3c8416c9548} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2051 | 2025.02.10 18:49:03.961694 [ 256 ] {daa35c8c-0be7-4195-88ed-a3c8416c9548} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2052 | 2025.02.10 18:49:03.961733 [ 256 ] {daa35c8c-0be7-4195-88ed-a3c8416c9548} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2053 | 2025.02.10 18:49:03.962115 [ 256 ] {daa35c8c-0be7-4195-88ed-a3c8416c9548} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2054 | 2025.02.10 18:49:03.962350 [ 256 ] {daa35c8c-0be7-4195-88ed-a3c8416c9548} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2055 | 2025.02.10 18:49:03.962565 [ 256 ] {daa35c8c-0be7-4195-88ed-a3c8416c9548} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001496 sec., 8021.390374331551 rows/sec., 553.56 KiB/sec. | ||
| 2056 | 2025.02.10 18:49:03.962616 [ 256 ] {daa35c8c-0be7-4195-88ed-a3c8416c9548} <Debug> TCPHandler: Processed in 0.001718841 sec. | ||
| 2057 | 2025.02.10 18:49:04.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.78 MiB, peak 170.16 MiB, free memory in arenas 0.00 B, will set to 166.23 MiB (RSS), difference: -3.56 MiB | ||
| 2058 | 2025.02.10 18:49:08.336958 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2059 | 2025.02.10 18:49:08.337147 [ 4 ] {c1d24509-72a0-4f93-93ec-3a83b0e76357} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2060 | 2025.02.10 18:49:08.337221 [ 4 ] {c1d24509-72a0-4f93-93ec-3a83b0e76357} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2061 | 2025.02.10 18:49:08.337995 [ 4 ] {c1d24509-72a0-4f93-93ec-3a83b0e76357} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2062 | 2025.02.10 18:49:08.338043 [ 4 ] {c1d24509-72a0-4f93-93ec-3a83b0e76357} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2063 | 2025.02.10 18:49:08.338461 [ 4 ] {c1d24509-72a0-4f93-93ec-3a83b0e76357} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2064 | 2025.02.10 18:49:08.338712 [ 4 ] {c1d24509-72a0-4f93-93ec-3a83b0e76357} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2065 | 2025.02.10 18:49:08.338907 [ 39 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2066 | 2025.02.10 18:49:08.338968 [ 4 ] {c1d24509-72a0-4f93-93ec-3a83b0e76357} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001876 sec., 29850.746268656716 rows/sec., 2.29 MiB/sec. | ||
| 2067 | 2025.02.10 18:49:08.338995 [ 39 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2068 | 2025.02.10 18:49:08.339055 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2069 | 2025.02.10 18:49:08.339105 [ 4 ] {c1d24509-72a0-4f93-93ec-3a83b0e76357} <Debug> TCPHandler: Processed in 0.002273875 sec. | ||
| 2070 | 2025.02.10 18:49:08.339349 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::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 | ||
| 2071 | 2025.02.10 18:49:08.339401 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2072 | 2025.02.10 18:49:08.339589 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2073 | 2025.02.10 18:49:08.339654 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 219 rows starting from the beginning of the part | ||
| 2074 | 2025.02.10 18:49:08.339687 [ 256 ] {10f49d8b-d855-4ff1-88a0-540716374a1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2075 | 2025.02.10 18:49:08.339860 [ 256 ] {10f49d8b-d855-4ff1-88a0-540716374a1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2076 | 2025.02.10 18:49:08.339889 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 219 rows starting from the beginning of the part | ||
| 2077 | 2025.02.10 18:49:08.340330 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::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 | ||
| 2078 | 2025.02.10 18:49:08.340618 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 269 rows starting from the beginning of the part | ||
| 2079 | 2025.02.10 18:49:08.340970 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::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 | ||
| 2080 | 2025.02.10 18:49:08.341351 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::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 | ||
| 2081 | 2025.02.10 18:49:08.342663 [ 256 ] {10f49d8b-d855-4ff1-88a0-540716374a1e} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2082 | 2025.02.10 18:49:08.342752 [ 256 ] {10f49d8b-d855-4ff1-88a0-540716374a1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2083 | 2025.02.10 18:49:08.343842 [ 256 ] {10f49d8b-d855-4ff1-88a0-540716374a1e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2084 | 2025.02.10 18:49:08.344343 [ 256 ] {10f49d8b-d855-4ff1-88a0-540716374a1e} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2085 | 2025.02.10 18:49:08.344590 [ 193 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2015 rows, containing 5 columns (5 merged, 0 gathered) in 0.005310888 sec., 379409.24380254303 rows/sec., 33.29 MiB/sec. | ||
| 2086 | 2025.02.10 18:49:08.344724 [ 38 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2087 | 2025.02.10 18:49:08.344800 [ 38 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2088 | 2025.02.10 18:49:08.344843 [ 256 ] {10f49d8b-d855-4ff1-88a0-540716374a1e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005234 sec., 12227.741688956821 rows/sec., 977.31 KiB/sec. | ||
| 2089 | 2025.02.10 18:49:08.344855 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2090 | 2025.02.10 18:49:08.345025 [ 193 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2091 | 2025.02.10 18:49:08.345203 [ 256 ] {10f49d8b-d855-4ff1-88a0-540716374a1e} <Debug> TCPHandler: Processed in 0.005949934 sec. | ||
| 2092 | 2025.02.10 18:49:08.345278 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::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 | ||
| 2093 | 2025.02.10 18:49:08.345477 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2094 | 2025.02.10 18:49:08.345588 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2095 | 2025.02.10 18:49:08.345727 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part | ||
| 2096 | 2025.02.10 18:49:08.345851 [ 4 ] {316765a5-30a8-4eb9-b1fe-180b41c8a1d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2097 | 2025.02.10 18:49:08.345955 [ 194 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_11_2} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2098 | 2025.02.10 18:49:08.346126 [ 4 ] {316765a5-30a8-4eb9-b1fe-180b41c8a1d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2099 | 2025.02.10 18:49:08.346218 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 390 rows starting from the beginning of the part | ||
| 2100 | 2025.02.10 18:49:08.346641 [ 194 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_11_2} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2101 | 2025.02.10 18:49:08.346815 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::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 | ||
| 2102 | 2025.02.10 18:49:08.347142 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 2103 | 2025.02.10 18:49:08.347426 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 425 rows starting from the beginning of the part | ||
| 2104 | 2025.02.10 18:49:08.347865 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::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 | ||
| 2105 | 2025.02.10 18:49:08.348069 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::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 | ||
| 2106 | 2025.02.10 18:49:08.349169 [ 4 ] {316765a5-30a8-4eb9-b1fe-180b41c8a1d1} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2107 | 2025.02.10 18:49:08.349237 [ 4 ] {316765a5-30a8-4eb9-b1fe-180b41c8a1d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2108 | 2025.02.10 18:49:08.350347 [ 4 ] {316765a5-30a8-4eb9-b1fe-180b41c8a1d1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2109 | 2025.02.10 18:49:08.350713 [ 4 ] {316765a5-30a8-4eb9-b1fe-180b41c8a1d1} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2110 | 2025.02.10 18:49:08.351120 [ 38 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2111 | 2025.02.10 18:49:08.351229 [ 38 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2112 | 2025.02.10 18:49:08.351286 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2113 | 2025.02.10 18:49:08.351334 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1853 rows, containing 5 columns (5 merged, 0 gathered) in 0.006304352 sec., 293923.9433331134 rows/sec., 22.41 MiB/sec. | ||
| 2114 | 2025.02.10 18:49:08.351445 [ 4 ] {316765a5-30a8-4eb9-b1fe-180b41c8a1d1} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.0057 sec., 22456.14035087719 rows/sec., 1.56 MiB/sec. | ||
| 2115 | 2025.02.10 18:49:08.351855 [ 4 ] {316765a5-30a8-4eb9-b1fe-180b41c8a1d1} <Debug> TCPHandler: Processed in 0.006490316 sec. | ||
| 2116 | 2025.02.10 18:49:08.351895 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::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 | ||
| 2117 | 2025.02.10 18:49:08.351916 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2118 | 2025.02.10 18:49:08.352297 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2119 | 2025.02.10 18:49:08.352698 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2120 | 2025.02.10 18:49:08.352866 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::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 | ||
| 2121 | 2025.02.10 18:49:08.352929 [ 256 ] {49f36ad1-b962-4132-92ad-e55a1267cd71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2122 | 2025.02.10 18:49:08.353257 [ 256 ] {49f36ad1-b962-4132-92ad-e55a1267cd71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2123 | 2025.02.10 18:49:08.353297 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_11_2} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2124 | 2025.02.10 18:49:08.353379 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::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 | ||
| 2125 | 2025.02.10 18:49:08.353942 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_11_2} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2126 | 2025.02.10 18:49:08.354064 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::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 | ||
| 2127 | 2025.02.10 18:49:08.354401 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 2128 | 2025.02.10 18:49:08.354685 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::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 | ||
| 2129 | 2025.02.10 18:49:08.355041 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2900 rows starting from the beginning of the part | ||
| 2130 | 2025.02.10 18:49:08.355306 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::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 | ||
| 2131 | 2025.02.10 18:49:08.356245 [ 256 ] {49f36ad1-b962-4132-92ad-e55a1267cd71} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2132 | 2025.02.10 18:49:08.356322 [ 256 ] {49f36ad1-b962-4132-92ad-e55a1267cd71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2133 | 2025.02.10 18:49:08.357281 [ 256 ] {49f36ad1-b962-4132-92ad-e55a1267cd71} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2134 | 2025.02.10 18:49:08.357758 [ 256 ] {49f36ad1-b962-4132-92ad-e55a1267cd71} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2135 | 2025.02.10 18:49:08.358032 [ 38 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2136 | 2025.02.10 18:49:08.358121 [ 38 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2137 | 2025.02.10 18:49:08.358166 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2138 | 2025.02.10 18:49:08.358246 [ 256 ] {49f36ad1-b962-4132-92ad-e55a1267cd71} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005476 sec., 8765.522279035793 rows/sec., 604.91 KiB/sec. | ||
| 2139 | 2025.02.10 18:49:08.358837 [ 199 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 2140 | 2025.02.10 18:49:08.358903 [ 256 ] {49f36ad1-b962-4132-92ad-e55a1267cd71} <Debug> TCPHandler: Processed in 0.006910886 sec. | ||
| 2141 | 2025.02.10 18:49:08.359137 [ 199 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2142 | 2025.02.10 18:49:08.359189 [ 199 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 2143 | 2025.02.10 18:49:08.359316 [ 199 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 2144 | 2025.02.10 18:49:08.359522 [ 199 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 2145 | 2025.02.10 18:49:08.359966 [ 199 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 2146 | 2025.02.10 18:49:08.360299 [ 199 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 2147 | 2025.02.10 18:49:08.360318 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4744 rows, containing 5 columns (5 merged, 0 gathered) in 0.008880104 sec., 534227.9775101733 rows/sec., 35.99 MiB/sec. | ||
| 2148 | 2025.02.10 18:49:08.360491 [ 199 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 2149 | 2025.02.10 18:49:08.360819 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2150 | 2025.02.10 18:49:08.361306 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2151 | 2025.02.10 18:49:08.361470 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2152 | 2025.02.10 18:49:08.361661 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. | ||
| 2153 | 2025.02.10 18:49:08.362295 [ 195 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 676 rows, containing 4 columns (4 merged, 0 gathered) in 0.003929835 sec., 172017.40022163783 rows/sec., 11.27 MiB/sec. | ||
| 2154 | 2025.02.10 18:49:08.362485 [ 195 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2155 | 2025.02.10 18:49:08.362772 [ 195 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_11_2} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2156 | 2025.02.10 18:49:08.362860 [ 195 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_11_2} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2157 | 2025.02.10 18:49:08.362946 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2158 | 2025.02.10 18:49:10.173525 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
| 2159 | 2025.02.10 18:49:10.174234 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2160 | 2025.02.10 18:49:10.174284 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2161 | 2025.02.10 18:49:10.174835 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2162 | 2025.02.10 18:49:10.175106 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2163 | 2025.02.10 18:49:10.175373 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
| 2164 | 2025.02.10 18:49:10.430351 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2165 | 2025.02.10 18:49:10.449964 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2166 | 2025.02.10 18:49:10.450023 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2167 | 2025.02.10 18:49:10.456692 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2168 | 2025.02.10 18:49:10.457446 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2169 | 2025.02.10 18:49:10.460148 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2170 | 2025.02.10 18:49:12.677822 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 324 | ||
| 2171 | 2025.02.10 18:49:12.681485 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2172 | 2025.02.10 18:49:12.681529 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2173 | 2025.02.10 18:49:12.683113 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2174 | 2025.02.10 18:49:12.683433 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2175 | 2025.02.10 18:49:12.683592 [ 34 ] {} <Debug> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2176 | 2025.02.10 18:49:12.683649 [ 34 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2177 | 2025.02.10 18:49:12.683683 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2178 | 2025.02.10 18:49:12.684333 [ 199 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::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 | ||
| 2179 | 2025.02.10 18:49:12.685430 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 324 | ||
| 2180 | 2025.02.10 18:49:12.685816 [ 199 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2181 | 2025.02.10 18:49:12.685983 [ 199 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::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 | ||
| 2182 | 2025.02.10 18:49:12.686570 [ 199 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part | ||
| 2183 | 2025.02.10 18:49:12.687141 [ 199 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part | ||
| 2184 | 2025.02.10 18:49:12.687710 [ 199 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::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 | ||
| 2185 | 2025.02.10 18:49:12.688273 [ 199 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::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 | ||
| 2186 | 2025.02.10 18:49:12.688823 [ 199 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::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 | ||
| 2187 | 2025.02.10 18:49:12.696464 [ 194 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 324 rows, containing 72 columns (72 merged, 0 gathered) in 0.012649545 sec., 25613.56949993063 rows/sec., 25.87 MiB/sec. | ||
| 2188 | 2025.02.10 18:49:12.697253 [ 191 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2189 | 2025.02.10 18:49:12.697949 [ 191 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_6_1} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2190 | 2025.02.10 18:49:12.698031 [ 191 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_6_1} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2191 | 2025.02.10 18:49:12.698223 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.69 MiB. | ||
| 2192 | 2025.02.10 18:49:13.345352 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2193 | 2025.02.10 18:49:13.345539 [ 4 ] {e8fda475-17ca-4014-b130-509759ff96c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2194 | 2025.02.10 18:49:13.345607 [ 4 ] {e8fda475-17ca-4014-b130-509759ff96c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2195 | 2025.02.10 18:49:13.346340 [ 4 ] {e8fda475-17ca-4014-b130-509759ff96c9} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2196 | 2025.02.10 18:49:13.346390 [ 4 ] {e8fda475-17ca-4014-b130-509759ff96c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2197 | 2025.02.10 18:49:13.346814 [ 4 ] {e8fda475-17ca-4014-b130-509759ff96c9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2198 | 2025.02.10 18:49:13.347064 [ 4 ] {e8fda475-17ca-4014-b130-509759ff96c9} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2199 | 2025.02.10 18:49:13.347259 [ 33 ] {} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2200 | 2025.02.10 18:49:13.347322 [ 4 ] {e8fda475-17ca-4014-b130-509759ff96c9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001833 sec., 7637.752318603382 rows/sec., 549.82 KiB/sec. | ||
| 2201 | 2025.02.10 18:49:13.347350 [ 33 ] {} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2202 | 2025.02.10 18:49:13.347429 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2203 | 2025.02.10 18:49:13.347445 [ 4 ] {e8fda475-17ca-4014-b130-509759ff96c9} <Debug> TCPHandler: Processed in 0.002217214 sec. | ||
| 2204 | 2025.02.10 18:49:13.347676 [ 199 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::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 | ||
| 2205 | 2025.02.10 18:49:13.347754 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2206 | 2025.02.10 18:49:13.347940 [ 199 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2207 | 2025.02.10 18:49:13.348014 [ 199 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 2208 | 2025.02.10 18:49:13.348037 [ 256 ] {98331a3b-cba2-4546-a099-78b638d61019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2209 | 2025.02.10 18:49:13.348175 [ 256 ] {98331a3b-cba2-4546-a099-78b638d61019} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2210 | 2025.02.10 18:49:13.348209 [ 199 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
| 2211 | 2025.02.10 18:49:13.348557 [ 199 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 2212 | 2025.02.10 18:49:13.348866 [ 199 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 2213 | 2025.02.10 18:49:13.349182 [ 199 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
| 2214 | 2025.02.10 18:49:13.351080 [ 256 ] {98331a3b-cba2-4546-a099-78b638d61019} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2215 | 2025.02.10 18:49:13.351158 [ 256 ] {98331a3b-cba2-4546-a099-78b638d61019} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2216 | 2025.02.10 18:49:13.351739 [ 191 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004188371 sec., 16712.941618591096 rows/sec., 1.24 MiB/sec. | ||
| 2217 | 2025.02.10 18:49:13.351967 [ 191 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2218 | 2025.02.10 18:49:13.352131 [ 256 ] {98331a3b-cba2-4546-a099-78b638d61019} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2219 | 2025.02.10 18:49:13.352456 [ 191 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_5_1} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2220 | 2025.02.10 18:49:13.352607 [ 256 ] {98331a3b-cba2-4546-a099-78b638d61019} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2221 | 2025.02.10 18:49:13.352653 [ 191 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_5_1} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2222 | 2025.02.10 18:49:13.352787 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2223 | 2025.02.10 18:49:13.352969 [ 256 ] {98331a3b-cba2-4546-a099-78b638d61019} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.005026 sec., 54317.54874651811 rows/sec., 4.79 MiB/sec. | ||
| 2224 | 2025.02.10 18:49:13.353041 [ 256 ] {98331a3b-cba2-4546-a099-78b638d61019} <Debug> TCPHandler: Processed in 0.005447522 sec. | ||
| 2225 | 2025.02.10 18:49:13.353259 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2226 | 2025.02.10 18:49:13.353403 [ 4 ] {58acb67c-ac84-472a-b502-fb019df8f9ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2227 | 2025.02.10 18:49:13.353462 [ 4 ] {58acb67c-ac84-472a-b502-fb019df8f9ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2228 | 2025.02.10 18:49:13.354131 [ 4 ] {58acb67c-ac84-472a-b502-fb019df8f9ef} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2229 | 2025.02.10 18:49:13.354175 [ 4 ] {58acb67c-ac84-472a-b502-fb019df8f9ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2230 | 2025.02.10 18:49:13.354531 [ 4 ] {58acb67c-ac84-472a-b502-fb019df8f9ef} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2231 | 2025.02.10 18:49:13.354775 [ 4 ] {58acb67c-ac84-472a-b502-fb019df8f9ef} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2232 | 2025.02.10 18:49:13.354989 [ 4 ] {58acb67c-ac84-472a-b502-fb019df8f9ef} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.00162 sec., 25925.925925925927 rows/sec., 1.86 MiB/sec. | ||
| 2233 | 2025.02.10 18:49:13.355041 [ 4 ] {58acb67c-ac84-472a-b502-fb019df8f9ef} <Debug> TCPHandler: Processed in 0.001851395 sec. | ||
| 2234 | 2025.02.10 18:49:13.355192 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2235 | 2025.02.10 18:49:13.355312 [ 256 ] {d8baa806-56bf-48e8-8612-7b74302c0920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2236 | 2025.02.10 18:49:13.355362 [ 256 ] {d8baa806-56bf-48e8-8612-7b74302c0920} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2237 | 2025.02.10 18:49:13.355947 [ 256 ] {d8baa806-56bf-48e8-8612-7b74302c0920} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2238 | 2025.02.10 18:49:13.355984 [ 256 ] {d8baa806-56bf-48e8-8612-7b74302c0920} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2239 | 2025.02.10 18:49:13.356338 [ 256 ] {d8baa806-56bf-48e8-8612-7b74302c0920} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2240 | 2025.02.10 18:49:13.356582 [ 256 ] {d8baa806-56bf-48e8-8612-7b74302c0920} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2241 | 2025.02.10 18:49:13.356697 [ 33 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2242 | 2025.02.10 18:49:13.356737 [ 33 ] {} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2243 | 2025.02.10 18:49:13.356759 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2244 | 2025.02.10 18:49:13.356763 [ 256 ] {d8baa806-56bf-48e8-8612-7b74302c0920} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001475 sec., 9491.525423728814 rows/sec., 664.72 KiB/sec. | ||
| 2245 | 2025.02.10 18:49:13.357017 [ 256 ] {d8baa806-56bf-48e8-8612-7b74302c0920} <Debug> TCPHandler: Processed in 0.001878245 sec. | ||
| 2246 | 2025.02.10 18:49:13.357315 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2247 | 2025.02.10 18:49:13.357317 [ 194 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::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 | ||
| 2248 | 2025.02.10 18:49:13.357471 [ 4 ] {6a1b30b5-1508-4ce5-952b-d07f8a6d55ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2249 | 2025.02.10 18:49:13.357496 [ 194 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2250 | 2025.02.10 18:49:13.357534 [ 4 ] {6a1b30b5-1508-4ce5-952b-d07f8a6d55ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2251 | 2025.02.10 18:49:13.357538 [ 194 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 2252 | 2025.02.10 18:49:13.357706 [ 194 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
| 2253 | 2025.02.10 18:49:13.358032 [ 194 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 2254 | 2025.02.10 18:49:13.358355 [ 194 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 2255 | 2025.02.10 18:49:13.358622 [ 194 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::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 | ||
| 2256 | 2025.02.10 18:49:13.358798 [ 194 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
| 2257 | 2025.02.10 18:49:13.359493 [ 4 ] {6a1b30b5-1508-4ce5-952b-d07f8a6d55ea} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2258 | 2025.02.10 18:49:13.359537 [ 4 ] {6a1b30b5-1508-4ce5-952b-d07f8a6d55ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2259 | 2025.02.10 18:49:13.360109 [ 4 ] {6a1b30b5-1508-4ce5-952b-d07f8a6d55ea} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2260 | 2025.02.10 18:49:13.360482 [ 4 ] {6a1b30b5-1508-4ce5-952b-d07f8a6d55ea} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2261 | 2025.02.10 18:49:13.360568 [ 187 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.003698509 sec., 80573.00928563376 rows/sec., 5.78 MiB/sec. | ||
| 2262 | 2025.02.10 18:49:13.360715 [ 33 ] {} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2263 | 2025.02.10 18:49:13.360842 [ 33 ] {} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2264 | 2025.02.10 18:49:13.360893 [ 187 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2265 | 2025.02.10 18:49:13.360907 [ 4 ] {6a1b30b5-1508-4ce5-952b-d07f8a6d55ea} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00345 sec., 3768.1159420289855 rows/sec., 234.94 KiB/sec. | ||
| 2266 | 2025.02.10 18:49:13.360908 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2267 | 2025.02.10 18:49:13.361356 [ 4 ] {6a1b30b5-1508-4ce5-952b-d07f8a6d55ea} <Debug> TCPHandler: Processed in 0.004184611 sec. | ||
| 2268 | 2025.02.10 18:49:13.361597 [ 194 ] {e93521cd-ee66-45b3-863b-728dde03f47a::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 | ||
| 2269 | 2025.02.10 18:49:13.361850 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2270 | 2025.02.10 18:49:13.361963 [ 194 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2271 | 2025.02.10 18:49:13.361971 [ 187 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_6_1} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2272 | 2025.02.10 18:49:13.362064 [ 194 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 13 rows starting from the beginning of the part | ||
| 2273 | 2025.02.10 18:49:13.362299 [ 187 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_6_1} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2274 | 2025.02.10 18:49:13.362478 [ 194 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part | ||
| 2275 | 2025.02.10 18:49:13.362537 [ 256 ] {803f2a77-e390-4915-8762-97045cce4cfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2276 | 2025.02.10 18:49:13.362679 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2277 | 2025.02.10 18:49:13.362878 [ 256 ] {803f2a77-e390-4915-8762-97045cce4cfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2278 | 2025.02.10 18:49:13.362907 [ 194 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 13 rows starting from the beginning of the part | ||
| 2279 | 2025.02.10 18:49:13.363281 [ 194 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 13 rows starting from the beginning of the part | ||
| 2280 | 2025.02.10 18:49:13.363602 [ 194 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 13 rows starting from the beginning of the part | ||
| 2281 | 2025.02.10 18:49:13.365671 [ 256 ] {803f2a77-e390-4915-8762-97045cce4cfa} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2282 | 2025.02.10 18:49:13.365743 [ 256 ] {803f2a77-e390-4915-8762-97045cce4cfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2283 | 2025.02.10 18:49:13.366138 [ 194 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005025031 sec., 12935.243583571922 rows/sec., 857.04 KiB/sec. | ||
| 2284 | 2025.02.10 18:49:13.366436 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2285 | 2025.02.10 18:49:13.366535 [ 256 ] {803f2a77-e390-4915-8762-97045cce4cfa} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2286 | 2025.02.10 18:49:13.366935 [ 256 ] {803f2a77-e390-4915-8762-97045cce4cfa} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2287 | 2025.02.10 18:49:13.367047 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_5_1} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2288 | 2025.02.10 18:49:13.367294 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_5_1} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2289 | 2025.02.10 18:49:13.367319 [ 256 ] {803f2a77-e390-4915-8762-97045cce4cfa} <Debug> executeQuery: Read 420 rows, 30.75 KiB in 0.005201 sec., 80753.70121130552 rows/sec., 5.77 MiB/sec. | ||
| 2290 | 2025.02.10 18:49:13.367560 [ 256 ] {803f2a77-e390-4915-8762-97045cce4cfa} <Debug> TCPHandler: Processed in 0.005919903 sec. | ||
| 2291 | 2025.02.10 18:49:13.367582 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2292 | 2025.02.10 18:49:13.367740 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2293 | 2025.02.10 18:49:13.367886 [ 4 ] {b70ae400-396a-4bb1-a0b9-48475595d4d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2294 | 2025.02.10 18:49:13.367938 [ 4 ] {b70ae400-396a-4bb1-a0b9-48475595d4d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2295 | 2025.02.10 18:49:13.368430 [ 4 ] {b70ae400-396a-4bb1-a0b9-48475595d4d0} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2296 | 2025.02.10 18:49:13.368469 [ 4 ] {b70ae400-396a-4bb1-a0b9-48475595d4d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2297 | 2025.02.10 18:49:13.368829 [ 4 ] {b70ae400-396a-4bb1-a0b9-48475595d4d0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2298 | 2025.02.10 18:49:13.369062 [ 4 ] {b70ae400-396a-4bb1-a0b9-48475595d4d0} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2299 | 2025.02.10 18:49:13.369280 [ 4 ] {b70ae400-396a-4bb1-a0b9-48475595d4d0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001425 sec., 4210.526315789473 rows/sec., 219.98 KiB/sec. | ||
| 2300 | 2025.02.10 18:49:13.369382 [ 4 ] {b70ae400-396a-4bb1-a0b9-48475595d4d0} <Debug> TCPHandler: Processed in 0.001709652 sec. | ||
| 2301 | 2025.02.10 18:49:13.369547 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2302 | 2025.02.10 18:49:13.369673 [ 256 ] {d87eef7b-78b3-42fd-a0c1-aed172bf89c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2303 | 2025.02.10 18:49:13.369727 [ 256 ] {d87eef7b-78b3-42fd-a0c1-aed172bf89c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2304 | 2025.02.10 18:49:13.370335 [ 256 ] {d87eef7b-78b3-42fd-a0c1-aed172bf89c0} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2305 | 2025.02.10 18:49:13.370377 [ 256 ] {d87eef7b-78b3-42fd-a0c1-aed172bf89c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2306 | 2025.02.10 18:49:13.370811 [ 256 ] {d87eef7b-78b3-42fd-a0c1-aed172bf89c0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2307 | 2025.02.10 18:49:13.371056 [ 256 ] {d87eef7b-78b3-42fd-a0c1-aed172bf89c0} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2308 | 2025.02.10 18:49:13.371268 [ 256 ] {d87eef7b-78b3-42fd-a0c1-aed172bf89c0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001619 sec., 146386.65843113032 rows/sec., 9.81 MiB/sec. | ||
| 2309 | 2025.02.10 18:49:13.371326 [ 256 ] {d87eef7b-78b3-42fd-a0c1-aed172bf89c0} <Debug> TCPHandler: Processed in 0.001838635 sec. | ||
| 2310 | 2025.02.10 18:49:13.371480 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2311 | 2025.02.10 18:49:13.371601 [ 4 ] {be5730d4-4174-4f34-b676-3409996f096a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2312 | 2025.02.10 18:49:13.371652 [ 4 ] {be5730d4-4174-4f34-b676-3409996f096a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2313 | 2025.02.10 18:49:13.372120 [ 4 ] {be5730d4-4174-4f34-b676-3409996f096a} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2314 | 2025.02.10 18:49:13.372157 [ 4 ] {be5730d4-4174-4f34-b676-3409996f096a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2315 | 2025.02.10 18:49:13.372508 [ 4 ] {be5730d4-4174-4f34-b676-3409996f096a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2316 | 2025.02.10 18:49:13.372739 [ 4 ] {be5730d4-4174-4f34-b676-3409996f096a} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2317 | 2025.02.10 18:49:13.372892 [ 31 ] {} <Debug> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2318 | 2025.02.10 18:49:13.372956 [ 31 ] {} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2319 | 2025.02.10 18:49:13.372977 [ 4 ] {be5730d4-4174-4f34-b676-3409996f096a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001396 sec., 716.3323782234957 rows/sec., 48.27 KiB/sec. | ||
| 2320 | 2025.02.10 18:49:13.372993 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2321 | 2025.02.10 18:49:13.373109 [ 4 ] {be5730d4-4174-4f34-b676-3409996f096a} <Debug> TCPHandler: Processed in 0.001685921 sec. | ||
| 2322 | 2025.02.10 18:49:13.373183 [ 187 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::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 | ||
| 2323 | 2025.02.10 18:49:13.373301 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2324 | 2025.02.10 18:49:13.373365 [ 187 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2325 | 2025.02.10 18:49:13.373412 [ 187 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 2326 | 2025.02.10 18:49:13.373491 [ 256 ] {4a631905-77f2-4059-ac9e-e77691b56cb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2327 | 2025.02.10 18:49:13.373630 [ 187 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 2328 | 2025.02.10 18:49:13.373991 [ 187 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 2329 | 2025.02.10 18:49:13.373991 [ 256 ] {4a631905-77f2-4059-ac9e-e77691b56cb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2330 | 2025.02.10 18:49:13.374275 [ 187 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 2331 | 2025.02.10 18:49:13.374698 [ 187 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2332 | 2025.02.10 18:49:13.377828 [ 187 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.004719474 sec., 1059.44009862116 rows/sec., 71.39 KiB/sec. | ||
| 2333 | 2025.02.10 18:49:13.378038 [ 187 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2334 | 2025.02.10 18:49:13.378747 [ 187 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_5_1} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2335 | 2025.02.10 18:49:13.378766 [ 256 ] {4a631905-77f2-4059-ac9e-e77691b56cb2} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2336 | 2025.02.10 18:49:13.378838 [ 256 ] {4a631905-77f2-4059-ac9e-e77691b56cb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2337 | 2025.02.10 18:49:13.378892 [ 187 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_5_1} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2338 | 2025.02.10 18:49:13.379049 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 2339 | 2025.02.10 18:49:13.379715 [ 256 ] {4a631905-77f2-4059-ac9e-e77691b56cb2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2340 | 2025.02.10 18:49:13.379992 [ 256 ] {4a631905-77f2-4059-ac9e-e77691b56cb2} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2341 | 2025.02.10 18:49:13.380312 [ 256 ] {4a631905-77f2-4059-ac9e-e77691b56cb2} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.006854 sec., 5106.507149110009 rows/sec., 9.15 MiB/sec. | ||
| 2342 | 2025.02.10 18:49:13.380459 [ 256 ] {4a631905-77f2-4059-ac9e-e77691b56cb2} <Debug> TCPHandler: Processed in 0.007240925 sec. | ||
| 2343 | 2025.02.10 18:49:13.380615 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2344 | 2025.02.10 18:49:13.380747 [ 4 ] {b1d56c79-6a0f-499b-9078-0d9e92e27b87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2345 | 2025.02.10 18:49:13.380802 [ 4 ] {b1d56c79-6a0f-499b-9078-0d9e92e27b87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2346 | 2025.02.10 18:49:13.381290 [ 4 ] {b1d56c79-6a0f-499b-9078-0d9e92e27b87} <Trace> oximeter.measurements_i64 (903d7709-ff97-45bf-88fa-ba0a95eb9708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2347 | 2025.02.10 18:49:13.381332 [ 4 ] {b1d56c79-6a0f-499b-9078-0d9e92e27b87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2348 | 2025.02.10 18:49:13.381758 [ 4 ] {b1d56c79-6a0f-499b-9078-0d9e92e27b87} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2349 | 2025.02.10 18:49:13.382006 [ 4 ] {b1d56c79-6a0f-499b-9078-0d9e92e27b87} <Trace> oximeter.measurements_i64 (903d7709-ff97-45bf-88fa-ba0a95eb9708): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2350 | 2025.02.10 18:49:13.382238 [ 4 ] {b1d56c79-6a0f-499b-9078-0d9e92e27b87} <Debug> executeQuery: Read 3 rows, 246.00 B in 0.001513 sec., 1982.8155981493721 rows/sec., 158.78 KiB/sec. | ||
| 2351 | 2025.02.10 18:49:13.382296 [ 4 ] {b1d56c79-6a0f-499b-9078-0d9e92e27b87} <Debug> TCPHandler: Processed in 0.001739842 sec. | ||
| 2352 | 2025.02.10 18:49:13.382451 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2353 | 2025.02.10 18:49:13.382574 [ 256 ] {2449d294-7b84-4c08-8b2c-ae2b21ef0fba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2354 | 2025.02.10 18:49:13.382627 [ 256 ] {2449d294-7b84-4c08-8b2c-ae2b21ef0fba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2355 | 2025.02.10 18:49:13.383129 [ 256 ] {2449d294-7b84-4c08-8b2c-ae2b21ef0fba} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2356 | 2025.02.10 18:49:13.383173 [ 256 ] {2449d294-7b84-4c08-8b2c-ae2b21ef0fba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2357 | 2025.02.10 18:49:13.383547 [ 256 ] {2449d294-7b84-4c08-8b2c-ae2b21ef0fba} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2358 | 2025.02.10 18:49:13.383785 [ 256 ] {2449d294-7b84-4c08-8b2c-ae2b21ef0fba} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2359 | 2025.02.10 18:49:13.383996 [ 256 ] {2449d294-7b84-4c08-8b2c-ae2b21ef0fba} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001448 sec., 56629.83425414364 rows/sec., 3.60 MiB/sec. | ||
| 2360 | 2025.02.10 18:49:13.384047 [ 256 ] {2449d294-7b84-4c08-8b2c-ae2b21ef0fba} <Debug> TCPHandler: Processed in 0.001653489 sec. | ||
| 2361 | 2025.02.10 18:49:17.599353 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2362 | 2025.02.10 18:49:17.599426 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2363 | 2025.02.10 18:49:17.675524 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
| 2364 | 2025.02.10 18:49:17.676142 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2365 | 2025.02.10 18:49:17.676183 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2366 | 2025.02.10 18:49:17.676692 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2367 | 2025.02.10 18:49:17.676947 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2368 | 2025.02.10 18:49:17.677124 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2369 | 2025.02.10 18:49:17.960239 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2370 | 2025.02.10 18:49:17.980393 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2371 | 2025.02.10 18:49:17.980450 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2372 | 2025.02.10 18:49:17.987657 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2373 | 2025.02.10 18:49:17.988423 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2374 | 2025.02.10 18:49:17.990967 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2375 | 2025.02.10 18:49:18.339424 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2376 | 2025.02.10 18:49:18.339629 [ 4 ] {10eea05e-e938-4a2e-b8a9-32904c83ea5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2377 | 2025.02.10 18:49:18.339708 [ 4 ] {10eea05e-e938-4a2e-b8a9-32904c83ea5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2378 | 2025.02.10 18:49:18.340535 [ 4 ] {10eea05e-e938-4a2e-b8a9-32904c83ea5c} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2379 | 2025.02.10 18:49:18.340579 [ 4 ] {10eea05e-e938-4a2e-b8a9-32904c83ea5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2380 | 2025.02.10 18:49:18.341005 [ 4 ] {10eea05e-e938-4a2e-b8a9-32904c83ea5c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2381 | 2025.02.10 18:49:18.341264 [ 4 ] {10eea05e-e938-4a2e-b8a9-32904c83ea5c} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): 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.10 18:49:18.341471 [ 4 ] {10eea05e-e938-4a2e-b8a9-32904c83ea5c} <Debug> executeQuery: Read 64 rows, 5.18 KiB in 0.001901 sec., 33666.49132035771 rows/sec., 2.66 MiB/sec. | ||
| 2383 | 2025.02.10 18:49:18.341532 [ 4 ] {10eea05e-e938-4a2e-b8a9-32904c83ea5c} <Debug> TCPHandler: Processed in 0.002243174 sec. | ||
| 2384 | 2025.02.10 18:49:18.341787 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2385 | 2025.02.10 18:49:18.341978 [ 256 ] {69a3f5c4-3caa-467e-8645-d8c493bcd328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2386 | 2025.02.10 18:49:18.342051 [ 256 ] {69a3f5c4-3caa-467e-8645-d8c493bcd328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2387 | 2025.02.10 18:49:18.342789 [ 256 ] {69a3f5c4-3caa-467e-8645-d8c493bcd328} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2388 | 2025.02.10 18:49:18.342835 [ 256 ] {69a3f5c4-3caa-467e-8645-d8c493bcd328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2389 | 2025.02.10 18:49:18.343266 [ 256 ] {69a3f5c4-3caa-467e-8645-d8c493bcd328} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2390 | 2025.02.10 18:49:18.343516 [ 256 ] {69a3f5c4-3caa-467e-8645-d8c493bcd328} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2391 | 2025.02.10 18:49:18.343688 [ 46 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2392 | 2025.02.10 18:49:18.343763 [ 46 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2393 | 2025.02.10 18:49:18.343788 [ 256 ] {69a3f5c4-3caa-467e-8645-d8c493bcd328} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001853 sec., 2158.6616297895303 rows/sec., 162.32 KiB/sec. | ||
| 2394 | 2025.02.10 18:49:18.343803 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2395 | 2025.02.10 18:49:18.343934 [ 256 ] {69a3f5c4-3caa-467e-8645-d8c493bcd328} <Debug> TCPHandler: Processed in 0.002278285 sec. | ||
| 2396 | 2025.02.10 18:49:18.344018 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::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 | ||
| 2397 | 2025.02.10 18:49:18.344135 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2398 | 2025.02.10 18:49:18.344168 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2399 | 2025.02.10 18:49:18.344204 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part | ||
| 2400 | 2025.02.10 18:49:18.344325 [ 4 ] {fb31c3b6-b9c6-487e-b183-6bfc192e10c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2401 | 2025.02.10 18:49:18.344331 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part | ||
| 2402 | 2025.02.10 18:49:18.344463 [ 4 ] {fb31c3b6-b9c6-487e-b183-6bfc192e10c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2403 | 2025.02.10 18:49:18.344572 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part | ||
| 2404 | 2025.02.10 18:49:18.344976 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 40 rows starting from the beginning of the part | ||
| 2405 | 2025.02.10 18:49:18.345128 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 42 rows starting from the beginning of the part | ||
| 2406 | 2025.02.10 18:49:18.345400 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 2407 | 2025.02.10 18:49:18.346494 [ 4 ] {fb31c3b6-b9c6-487e-b183-6bfc192e10c5} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2408 | 2025.02.10 18:49:18.346543 [ 4 ] {fb31c3b6-b9c6-487e-b183-6bfc192e10c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2409 | 2025.02.10 18:49:18.347208 [ 4 ] {fb31c3b6-b9c6-487e-b183-6bfc192e10c5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2410 | 2025.02.10 18:49:18.347271 [ 200 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 131 rows, containing 5 columns (5 merged, 0 gathered) in 0.003341511 sec., 39203.821265289866 rows/sec., 2.93 MiB/sec. | ||
| 2411 | 2025.02.10 18:49:18.347553 [ 200 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2412 | 2025.02.10 18:49:18.347627 [ 4 ] {fb31c3b6-b9c6-487e-b183-6bfc192e10c5} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2413 | 2025.02.10 18:49:18.348235 [ 4 ] {fb31c3b6-b9c6-487e-b183-6bfc192e10c5} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.003939 sec., 19548.108657019548 rows/sec., 1.53 MiB/sec. | ||
| 2414 | 2025.02.10 18:49:18.348387 [ 200 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_6_1} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2415 | 2025.02.10 18:49:18.348453 [ 4 ] {fb31c3b6-b9c6-487e-b183-6bfc192e10c5} <Debug> TCPHandler: Processed in 0.004399416 sec. | ||
| 2416 | 2025.02.10 18:49:18.348570 [ 200 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_6_1} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2417 | 2025.02.10 18:49:18.348698 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2418 | 2025.02.10 18:49:18.348712 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2419 | 2025.02.10 18:49:18.348856 [ 256 ] {27f081dd-4e75-4c24-a6c5-4296d615699f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2420 | 2025.02.10 18:49:18.348924 [ 256 ] {27f081dd-4e75-4c24-a6c5-4296d615699f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2421 | 2025.02.10 18:49:18.349536 [ 256 ] {27f081dd-4e75-4c24-a6c5-4296d615699f} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2422 | 2025.02.10 18:49:18.349576 [ 256 ] {27f081dd-4e75-4c24-a6c5-4296d615699f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2423 | 2025.02.10 18:49:18.349988 [ 256 ] {27f081dd-4e75-4c24-a6c5-4296d615699f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2424 | 2025.02.10 18:49:18.350316 [ 256 ] {27f081dd-4e75-4c24-a6c5-4296d615699f} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2425 | 2025.02.10 18:49:18.350537 [ 256 ] {27f081dd-4e75-4c24-a6c5-4296d615699f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001713 sec., 93403.3858727379 rows/sec., 6.51 MiB/sec. | ||
| 2426 | 2025.02.10 18:49:18.350591 [ 256 ] {27f081dd-4e75-4c24-a6c5-4296d615699f} <Debug> TCPHandler: Processed in 0.001994348 sec. | ||
| 2427 | 2025.02.10 18:49:18.350756 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2428 | 2025.02.10 18:49:18.350898 [ 4 ] {0573f1f3-b9ce-4f78-8102-0940df040955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2429 | 2025.02.10 18:49:18.350992 [ 4 ] {0573f1f3-b9ce-4f78-8102-0940df040955} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2430 | 2025.02.10 18:49:18.352066 [ 4 ] {0573f1f3-b9ce-4f78-8102-0940df040955} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2431 | 2025.02.10 18:49:18.352104 [ 4 ] {0573f1f3-b9ce-4f78-8102-0940df040955} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2432 | 2025.02.10 18:49:18.352706 [ 4 ] {0573f1f3-b9ce-4f78-8102-0940df040955} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2433 | 2025.02.10 18:49:18.352964 [ 4 ] {0573f1f3-b9ce-4f78-8102-0940df040955} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2434 | 2025.02.10 18:49:18.353091 [ 46 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2435 | 2025.02.10 18:49:18.353132 [ 46 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2436 | 2025.02.10 18:49:18.353155 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2437 | 2025.02.10 18:49:18.353176 [ 4 ] {0573f1f3-b9ce-4f78-8102-0940df040955} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002312 sec., 1730.1038062283737 rows/sec., 3.10 MiB/sec. | ||
| 2438 | 2025.02.10 18:49:18.353751 [ 4 ] {0573f1f3-b9ce-4f78-8102-0940df040955} <Debug> TCPHandler: Processed in 0.003056514 sec. | ||
| 2439 | 2025.02.10 18:49:18.353751 [ 189 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::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 | ||
| 2440 | 2025.02.10 18:49:18.353942 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2441 | 2025.02.10 18:49:18.354128 [ 256 ] {020cd57d-ea4c-444e-882a-a90677b2bfd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2442 | 2025.02.10 18:49:18.354204 [ 189 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2443 | 2025.02.10 18:49:18.354217 [ 256 ] {020cd57d-ea4c-444e-882a-a90677b2bfd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2444 | 2025.02.10 18:49:18.354319 [ 189 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::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 | ||
| 2445 | 2025.02.10 18:49:18.354848 [ 189 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::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 | ||
| 2446 | 2025.02.10 18:49:18.355254 [ 189 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 2447 | 2025.02.10 18:49:18.355666 [ 256 ] {020cd57d-ea4c-444e-882a-a90677b2bfd0} <Trace> oximeter.measurements_i64 (903d7709-ff97-45bf-88fa-ba0a95eb9708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2448 | 2025.02.10 18:49:18.355687 [ 189 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 33 rows starting from the beginning of the part | ||
| 2449 | 2025.02.10 18:49:18.355716 [ 256 ] {020cd57d-ea4c-444e-882a-a90677b2bfd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2450 | 2025.02.10 18:49:18.356049 [ 189 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::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 | ||
| 2451 | 2025.02.10 18:49:18.356457 [ 189 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 2452 | 2025.02.10 18:49:18.356557 [ 256 ] {020cd57d-ea4c-444e-882a-a90677b2bfd0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2453 | 2025.02.10 18:49:18.356986 [ 256 ] {020cd57d-ea4c-444e-882a-a90677b2bfd0} <Trace> oximeter.measurements_i64 (903d7709-ff97-45bf-88fa-ba0a95eb9708): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2454 | 2025.02.10 18:49:18.357428 [ 256 ] {020cd57d-ea4c-444e-882a-a90677b2bfd0} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.003314 sec., 2715.751357875679 rows/sec., 191.84 KiB/sec. | ||
| 2455 | 2025.02.10 18:49:18.357657 [ 256 ] {020cd57d-ea4c-444e-882a-a90677b2bfd0} <Debug> TCPHandler: Processed in 0.003806701 sec. | ||
| 2456 | 2025.02.10 18:49:18.357867 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2457 | 2025.02.10 18:49:18.358128 [ 4 ] {6d62950b-8522-4929-81a0-72fb96658b11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2458 | 2025.02.10 18:49:18.358259 [ 4 ] {6d62950b-8522-4929-81a0-72fb96658b11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2459 | 2025.02.10 18:49:18.360215 [ 4 ] {6d62950b-8522-4929-81a0-72fb96658b11} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2460 | 2025.02.10 18:49:18.360282 [ 4 ] {6d62950b-8522-4929-81a0-72fb96658b11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2461 | 2025.02.10 18:49:18.361481 [ 4 ] {6d62950b-8522-4929-81a0-72fb96658b11} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2462 | 2025.02.10 18:49:18.362068 [ 4 ] {6d62950b-8522-4929-81a0-72fb96658b11} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2463 | 2025.02.10 18:49:18.362634 [ 4 ] {6d62950b-8522-4929-81a0-72fb96658b11} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004575 sec., 13114.754098360656 rows/sec., 905.05 KiB/sec. | ||
| 2464 | 2025.02.10 18:49:18.362922 [ 4 ] {6d62950b-8522-4929-81a0-72fb96658b11} <Debug> TCPHandler: Processed in 0.005157284 sec. | ||
| 2465 | 2025.02.10 18:49:18.363357 [ 200 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 19 columns (19 merged, 0 gathered) in 0.010111264 sec., 9494.3619314064 rows/sec., 17.01 MiB/sec. | ||
| 2466 | 2025.02.10 18:49:18.363616 [ 189 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2467 | 2025.02.10 18:49:18.364002 [ 189 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2468 | 2025.02.10 18:49:18.364075 [ 189 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2469 | 2025.02.10 18:49:18.364185 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 2470 | 2025.02.10 18:49:22.685781 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 362 | ||
| 2471 | 2025.02.10 18:49:22.688831 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2472 | 2025.02.10 18:49:22.688882 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2473 | 2025.02.10 18:49:22.690360 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2474 | 2025.02.10 18:49:22.690715 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2475 | 2025.02.10 18:49:22.691559 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 362 | ||
| 2476 | 2025.02.10 18:49:23.330758 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2477 | 2025.02.10 18:49:23.331029 [ 4 ] {34800ece-9b50-425b-9bb3-ff40d3941dd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2478 | 2025.02.10 18:49:23.331464 [ 4 ] {34800ece-9b50-425b-9bb3-ff40d3941dd7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2479 | 2025.02.10 18:49:23.331518 [ 4 ] {34800ece-9b50-425b-9bb3-ff40d3941dd7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2480 | 2025.02.10 18:49:23.331889 [ 4 ] {34800ece-9b50-425b-9bb3-ff40d3941dd7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2481 | 2025.02.10 18:49:23.331968 [ 4 ] {34800ece-9b50-425b-9bb3-ff40d3941dd7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2482 | 2025.02.10 18:49:23.332144 [ 4 ] {34800ece-9b50-425b-9bb3-ff40d3941dd7} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2483 | 2025.02.10 18:49:23.332293 [ 286 ] {34800ece-9b50-425b-9bb3-ff40d3941dd7} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2484 | 2025.02.10 18:49:23.332382 [ 290 ] {34800ece-9b50-425b-9bb3-ff40d3941dd7} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2485 | 2025.02.10 18:49:23.332379 [ 287 ] {34800ece-9b50-425b-9bb3-ff40d3941dd7} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2486 | 2025.02.10 18:49:23.332448 [ 288 ] {34800ece-9b50-425b-9bb3-ff40d3941dd7} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2487 | 2025.02.10 18:49:23.332647 [ 4 ] {34800ece-9b50-425b-9bb3-ff40d3941dd7} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 2488 | 2025.02.10 18:49:23.332682 [ 4 ] {34800ece-9b50-425b-9bb3-ff40d3941dd7} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2489 | 2025.02.10 18:49:23.332823 [ 4 ] {34800ece-9b50-425b-9bb3-ff40d3941dd7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2490 | 2025.02.10 18:49:23.332849 [ 4 ] {34800ece-9b50-425b-9bb3-ff40d3941dd7} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (SelectExecutor): Reading approx. 40 rows with 4 streams | ||
| 2491 | 2025.02.10 18:49:23.332895 [ 4 ] {34800ece-9b50-425b-9bb3-ff40d3941dd7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2492 | 2025.02.10 18:49:23.332945 [ 4 ] {34800ece-9b50-425b-9bb3-ff40d3941dd7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2493 | 2025.02.10 18:49:23.332991 [ 4 ] {34800ece-9b50-425b-9bb3-ff40d3941dd7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2494 | 2025.02.10 18:49:23.333035 [ 4 ] {34800ece-9b50-425b-9bb3-ff40d3941dd7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2495 | 2025.02.10 18:49:23.335333 [ 4 ] {34800ece-9b50-425b-9bb3-ff40d3941dd7} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.004427 sec., 9035.464196973118 rows/sec., 344.57 KiB/sec. | ||
| 2496 | 2025.02.10 18:49:23.335604 [ 4 ] {34800ece-9b50-425b-9bb3-ff40d3941dd7} <Debug> MemoryTracker: Peak memory usage (for query): 143.92 KiB. | ||
| 2497 | 2025.02.10 18:49:23.335625 [ 4 ] {34800ece-9b50-425b-9bb3-ff40d3941dd7} <Debug> TCPHandler: Processed in 0.005024821 sec. | ||
| 2498 | 2025.02.10 18:49:23.350044 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2499 | 2025.02.10 18:49:23.350188 [ 4 ] {950105dc-0e55-4a43-b0bb-2fb33526059e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2500 | 2025.02.10 18:49:23.350247 [ 4 ] {950105dc-0e55-4a43-b0bb-2fb33526059e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2501 | 2025.02.10 18:49:23.350918 [ 4 ] {950105dc-0e55-4a43-b0bb-2fb33526059e} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2502 | 2025.02.10 18:49:23.350961 [ 4 ] {950105dc-0e55-4a43-b0bb-2fb33526059e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2503 | 2025.02.10 18:49:23.351456 [ 4 ] {950105dc-0e55-4a43-b0bb-2fb33526059e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2504 | 2025.02.10 18:49:23.351690 [ 4 ] {950105dc-0e55-4a43-b0bb-2fb33526059e} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2505 | 2025.02.10 18:49:23.351958 [ 4 ] {950105dc-0e55-4a43-b0bb-2fb33526059e} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001807 sec., 553.4034311012729 rows/sec., 125.38 KiB/sec. | ||
| 2506 | 2025.02.10 18:49:23.352131 [ 4 ] {950105dc-0e55-4a43-b0bb-2fb33526059e} <Debug> TCPHandler: Processed in 0.002149611 sec. | ||
| 2507 | 2025.02.10 18:49:23.352429 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2508 | 2025.02.10 18:49:23.352708 [ 256 ] {a386a801-3b5f-4519-aad0-2e7dbeb6eeb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2509 | 2025.02.10 18:49:23.352820 [ 256 ] {a386a801-3b5f-4519-aad0-2e7dbeb6eeb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2510 | 2025.02.10 18:49:23.353752 [ 256 ] {a386a801-3b5f-4519-aad0-2e7dbeb6eeb1} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2511 | 2025.02.10 18:49:23.353799 [ 256 ] {a386a801-3b5f-4519-aad0-2e7dbeb6eeb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2512 | 2025.02.10 18:49:23.354236 [ 256 ] {a386a801-3b5f-4519-aad0-2e7dbeb6eeb1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2513 | 2025.02.10 18:49:23.354493 [ 256 ] {a386a801-3b5f-4519-aad0-2e7dbeb6eeb1} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2514 | 2025.02.10 18:49:23.354775 [ 256 ] {a386a801-3b5f-4519-aad0-2e7dbeb6eeb1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00214 sec., 6542.056074766355 rows/sec., 470.94 KiB/sec. | ||
| 2515 | 2025.02.10 18:49:23.354920 [ 256 ] {a386a801-3b5f-4519-aad0-2e7dbeb6eeb1} <Debug> TCPHandler: Processed in 0.002677115 sec. | ||
| 2516 | 2025.02.10 18:49:23.355095 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2517 | 2025.02.10 18:49:23.355244 [ 4 ] {8c6cebd7-04f8-4964-a3ed-226d59193cc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2518 | 2025.02.10 18:49:23.355303 [ 4 ] {8c6cebd7-04f8-4964-a3ed-226d59193cc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2519 | 2025.02.10 18:49:23.356005 [ 4 ] {8c6cebd7-04f8-4964-a3ed-226d59193cc3} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2520 | 2025.02.10 18:49:23.356052 [ 4 ] {8c6cebd7-04f8-4964-a3ed-226d59193cc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2521 | 2025.02.10 18:49:23.356462 [ 4 ] {8c6cebd7-04f8-4964-a3ed-226d59193cc3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2522 | 2025.02.10 18:49:23.356702 [ 4 ] {8c6cebd7-04f8-4964-a3ed-226d59193cc3} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2523 | 2025.02.10 18:49:23.356972 [ 4 ] {8c6cebd7-04f8-4964-a3ed-226d59193cc3} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001737 sec., 5757.052389176742 rows/sec., 469.45 KiB/sec. | ||
| 2524 | 2025.02.10 18:49:23.357034 [ 4 ] {8c6cebd7-04f8-4964-a3ed-226d59193cc3} <Debug> TCPHandler: Processed in 0.002011229 sec. | ||
| 2525 | 2025.02.10 18:49:23.357183 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2526 | 2025.02.10 18:49:23.357327 [ 256 ] {f8330ccb-2a68-40a8-9e91-18d068713b42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2527 | 2025.02.10 18:49:23.357418 [ 256 ] {f8330ccb-2a68-40a8-9e91-18d068713b42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2528 | 2025.02.10 18:49:23.358520 [ 256 ] {f8330ccb-2a68-40a8-9e91-18d068713b42} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2529 | 2025.02.10 18:49:23.358561 [ 256 ] {f8330ccb-2a68-40a8-9e91-18d068713b42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2530 | 2025.02.10 18:49:23.358953 [ 256 ] {f8330ccb-2a68-40a8-9e91-18d068713b42} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2531 | 2025.02.10 18:49:23.359201 [ 256 ] {f8330ccb-2a68-40a8-9e91-18d068713b42} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2532 | 2025.02.10 18:49:23.359428 [ 256 ] {f8330ccb-2a68-40a8-9e91-18d068713b42} <Debug> executeQuery: Read 278 rows, 25.00 KiB in 0.002151 sec., 129242.21292422128 rows/sec., 11.35 MiB/sec. | ||
| 2533 | 2025.02.10 18:49:23.359482 [ 256 ] {f8330ccb-2a68-40a8-9e91-18d068713b42} <Debug> TCPHandler: Processed in 0.002361777 sec. | ||
| 2534 | 2025.02.10 18:49:23.359633 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2535 | 2025.02.10 18:49:23.359772 [ 4 ] {3ae6aeeb-1d24-4f88-a5cc-0866bead1308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2536 | 2025.02.10 18:49:23.359830 [ 4 ] {3ae6aeeb-1d24-4f88-a5cc-0866bead1308} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2537 | 2025.02.10 18:49:23.360495 [ 4 ] {3ae6aeeb-1d24-4f88-a5cc-0866bead1308} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2538 | 2025.02.10 18:49:23.360534 [ 4 ] {3ae6aeeb-1d24-4f88-a5cc-0866bead1308} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2539 | 2025.02.10 18:49:23.360893 [ 4 ] {3ae6aeeb-1d24-4f88-a5cc-0866bead1308} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2540 | 2025.02.10 18:49:23.361128 [ 4 ] {3ae6aeeb-1d24-4f88-a5cc-0866bead1308} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2541 | 2025.02.10 18:49:23.361343 [ 4 ] {3ae6aeeb-1d24-4f88-a5cc-0866bead1308} <Debug> executeQuery: Read 52 rows, 3.79 KiB in 0.001601 sec., 32479.700187382885 rows/sec., 2.31 MiB/sec. | ||
| 2542 | 2025.02.10 18:49:23.361396 [ 4 ] {3ae6aeeb-1d24-4f88-a5cc-0866bead1308} <Debug> TCPHandler: Processed in 0.001828614 sec. | ||
| 2543 | 2025.02.10 18:49:23.361592 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2544 | 2025.02.10 18:49:23.361815 [ 256 ] {8ea1be84-f9c3-43ea-9af8-c5482f716f3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2545 | 2025.02.10 18:49:23.361905 [ 256 ] {8ea1be84-f9c3-43ea-9af8-c5482f716f3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2546 | 2025.02.10 18:49:23.362682 [ 256 ] {8ea1be84-f9c3-43ea-9af8-c5482f716f3a} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2547 | 2025.02.10 18:49:23.362722 [ 256 ] {8ea1be84-f9c3-43ea-9af8-c5482f716f3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2548 | 2025.02.10 18:49:23.363086 [ 256 ] {8ea1be84-f9c3-43ea-9af8-c5482f716f3a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2549 | 2025.02.10 18:49:23.363329 [ 256 ] {8ea1be84-f9c3-43ea-9af8-c5482f716f3a} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2550 | 2025.02.10 18:49:23.363528 [ 256 ] {8ea1be84-f9c3-43ea-9af8-c5482f716f3a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001766 sec., 7927.5198187995475 rows/sec., 555.19 KiB/sec. | ||
| 2551 | 2025.02.10 18:49:23.363580 [ 256 ] {8ea1be84-f9c3-43ea-9af8-c5482f716f3a} <Debug> TCPHandler: Processed in 0.002101791 sec. | ||
| 2552 | 2025.02.10 18:49:23.363724 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2553 | 2025.02.10 18:49:23.363862 [ 4 ] {421d1702-b57c-4a7b-8719-2d4d2fb37056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2554 | 2025.02.10 18:49:23.363919 [ 4 ] {421d1702-b57c-4a7b-8719-2d4d2fb37056} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2555 | 2025.02.10 18:49:23.364530 [ 4 ] {421d1702-b57c-4a7b-8719-2d4d2fb37056} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2556 | 2025.02.10 18:49:23.364569 [ 4 ] {421d1702-b57c-4a7b-8719-2d4d2fb37056} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2557 | 2025.02.10 18:49:23.364918 [ 4 ] {421d1702-b57c-4a7b-8719-2d4d2fb37056} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2558 | 2025.02.10 18:49:23.365157 [ 4 ] {421d1702-b57c-4a7b-8719-2d4d2fb37056} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2559 | 2025.02.10 18:49:23.365364 [ 4 ] {421d1702-b57c-4a7b-8719-2d4d2fb37056} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001532 sec., 8485.639686684073 rows/sec., 529.08 KiB/sec. | ||
| 2560 | 2025.02.10 18:49:23.365416 [ 4 ] {421d1702-b57c-4a7b-8719-2d4d2fb37056} <Debug> TCPHandler: Processed in 0.001761453 sec. | ||
| 2561 | 2025.02.10 18:49:23.365611 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2562 | 2025.02.10 18:49:23.365831 [ 256 ] {c3fa1704-f5ec-457d-81aa-9a9835bbcf9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2563 | 2025.02.10 18:49:23.365922 [ 256 ] {c3fa1704-f5ec-457d-81aa-9a9835bbcf9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2564 | 2025.02.10 18:49:23.366841 [ 256 ] {c3fa1704-f5ec-457d-81aa-9a9835bbcf9b} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2565 | 2025.02.10 18:49:23.366881 [ 256 ] {c3fa1704-f5ec-457d-81aa-9a9835bbcf9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2566 | 2025.02.10 18:49:23.367428 [ 256 ] {c3fa1704-f5ec-457d-81aa-9a9835bbcf9b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2567 | 2025.02.10 18:49:23.367677 [ 256 ] {c3fa1704-f5ec-457d-81aa-9a9835bbcf9b} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2568 | 2025.02.10 18:49:23.367886 [ 256 ] {c3fa1704-f5ec-457d-81aa-9a9835bbcf9b} <Debug> executeQuery: Read 427 rows, 31.30 KiB in 0.002108 sec., 202561.669829222 rows/sec., 14.50 MiB/sec. | ||
| 2569 | 2025.02.10 18:49:23.367937 [ 256 ] {c3fa1704-f5ec-457d-81aa-9a9835bbcf9b} <Debug> TCPHandler: Processed in 0.002438949 sec. | ||
| 2570 | 2025.02.10 18:49:23.368064 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2571 | 2025.02.10 18:49:23.368183 [ 4 ] {32615d70-00f1-4a90-a8ff-da7e0065ac96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2572 | 2025.02.10 18:49:23.368234 [ 4 ] {32615d70-00f1-4a90-a8ff-da7e0065ac96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2573 | 2025.02.10 18:49:23.368778 [ 4 ] {32615d70-00f1-4a90-a8ff-da7e0065ac96} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2574 | 2025.02.10 18:49:23.368824 [ 4 ] {32615d70-00f1-4a90-a8ff-da7e0065ac96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2575 | 2025.02.10 18:49:23.369253 [ 4 ] {32615d70-00f1-4a90-a8ff-da7e0065ac96} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2576 | 2025.02.10 18:49:23.369495 [ 4 ] {32615d70-00f1-4a90-a8ff-da7e0065ac96} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2577 | 2025.02.10 18:49:23.369640 [ 123 ] {} <Debug> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2578 | 2025.02.10 18:49:23.369710 [ 123 ] {} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2579 | 2025.02.10 18:49:23.369725 [ 4 ] {32615d70-00f1-4a90-a8ff-da7e0065ac96} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001556 sec., 3856.041131105398 rows/sec., 201.46 KiB/sec. | ||
| 2580 | 2025.02.10 18:49:23.369753 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2581 | 2025.02.10 18:49:23.369816 [ 4 ] {32615d70-00f1-4a90-a8ff-da7e0065ac96} <Debug> TCPHandler: Processed in 0.001806013 sec. | ||
| 2582 | 2025.02.10 18:49:23.370068 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2583 | 2025.02.10 18:49:23.370218 [ 201 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::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 | ||
| 2584 | 2025.02.10 18:49:23.370353 [ 256 ] {b2d8e9be-7813-476c-ab7a-0f482f2a6cb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2585 | 2025.02.10 18:49:23.370424 [ 256 ] {b2d8e9be-7813-476c-ab7a-0f482f2a6cb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2586 | 2025.02.10 18:49:23.370439 [ 201 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2587 | 2025.02.10 18:49:23.370492 [ 201 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::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 | ||
| 2588 | 2025.02.10 18:49:23.370665 [ 201 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::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 | ||
| 2589 | 2025.02.10 18:49:23.370938 [ 201 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::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 | ||
| 2590 | 2025.02.10 18:49:23.371329 [ 201 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::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 | ||
| 2591 | 2025.02.10 18:49:23.371502 [ 201 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::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 | ||
| 2592 | 2025.02.10 18:49:23.371610 [ 201 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::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 | ||
| 2593 | 2025.02.10 18:49:23.372186 [ 256 ] {b2d8e9be-7813-476c-ab7a-0f482f2a6cb3} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2594 | 2025.02.10 18:49:23.372232 [ 256 ] {b2d8e9be-7813-476c-ab7a-0f482f2a6cb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2595 | 2025.02.10 18:49:23.372802 [ 256 ] {b2d8e9be-7813-476c-ab7a-0f482f2a6cb3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2596 | 2025.02.10 18:49:23.373026 [ 189 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.003158116 sec., 11399.20129596253 rows/sec., 595.56 KiB/sec. | ||
| 2597 | 2025.02.10 18:49:23.373135 [ 256 ] {b2d8e9be-7813-476c-ab7a-0f482f2a6cb3} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2598 | 2025.02.10 18:49:23.373165 [ 201 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2599 | 2025.02.10 18:49:23.373478 [ 256 ] {b2d8e9be-7813-476c-ab7a-0f482f2a6cb3} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.00318 sec., 76100.6289308176 rows/sec., 5.10 MiB/sec. | ||
| 2600 | 2025.02.10 18:49:23.373564 [ 256 ] {b2d8e9be-7813-476c-ab7a-0f482f2a6cb3} <Debug> TCPHandler: Processed in 0.003642279 sec. | ||
| 2601 | 2025.02.10 18:49:23.373636 [ 201 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_6_1} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2602 | 2025.02.10 18:49:23.373728 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2603 | 2025.02.10 18:49:23.373729 [ 201 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_6_1} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2604 | 2025.02.10 18:49:23.373886 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2605 | 2025.02.10 18:49:23.373954 [ 4 ] {eb2987cf-3ba3-4f53-9d15-9e968a8ec52e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2606 | 2025.02.10 18:49:23.374018 [ 4 ] {eb2987cf-3ba3-4f53-9d15-9e968a8ec52e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2607 | 2025.02.10 18:49:23.374513 [ 4 ] {eb2987cf-3ba3-4f53-9d15-9e968a8ec52e} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2608 | 2025.02.10 18:49:23.374552 [ 4 ] {eb2987cf-3ba3-4f53-9d15-9e968a8ec52e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2609 | 2025.02.10 18:49:23.374906 [ 4 ] {eb2987cf-3ba3-4f53-9d15-9e968a8ec52e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2610 | 2025.02.10 18:49:23.375134 [ 4 ] {eb2987cf-3ba3-4f53-9d15-9e968a8ec52e} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2611 | 2025.02.10 18:49:23.375334 [ 4 ] {eb2987cf-3ba3-4f53-9d15-9e968a8ec52e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001426 sec., 701.2622720897616 rows/sec., 47.25 KiB/sec. | ||
| 2612 | 2025.02.10 18:49:23.375382 [ 4 ] {eb2987cf-3ba3-4f53-9d15-9e968a8ec52e} <Debug> TCPHandler: Processed in 0.001739422 sec. | ||
| 2613 | 2025.02.10 18:49:23.375528 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2614 | 2025.02.10 18:49:23.375666 [ 256 ] {c7c0030c-2496-422e-a9ef-5c619136d92f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2615 | 2025.02.10 18:49:23.375759 [ 256 ] {c7c0030c-2496-422e-a9ef-5c619136d92f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2616 | 2025.02.10 18:49:23.377009 [ 256 ] {c7c0030c-2496-422e-a9ef-5c619136d92f} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2617 | 2025.02.10 18:49:23.377048 [ 256 ] {c7c0030c-2496-422e-a9ef-5c619136d92f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2618 | 2025.02.10 18:49:23.377693 [ 256 ] {c7c0030c-2496-422e-a9ef-5c619136d92f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2619 | 2025.02.10 18:49:23.377948 [ 256 ] {c7c0030c-2496-422e-a9ef-5c619136d92f} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2620 | 2025.02.10 18:49:23.378182 [ 256 ] {c7c0030c-2496-422e-a9ef-5c619136d92f} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002546 sec., 13747.054202670855 rows/sec., 24.63 MiB/sec. | ||
| 2621 | 2025.02.10 18:49:23.378273 [ 256 ] {c7c0030c-2496-422e-a9ef-5c619136d92f} <Debug> TCPHandler: Processed in 0.002812598 sec. | ||
| 2622 | 2025.02.10 18:49:23.378430 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2623 | 2025.02.10 18:49:23.378568 [ 4 ] {2a50faf3-b530-4f1f-8c4d-a0e8e0adb659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2624 | 2025.02.10 18:49:23.378628 [ 4 ] {2a50faf3-b530-4f1f-8c4d-a0e8e0adb659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2625 | 2025.02.10 18:49:23.379201 [ 4 ] {2a50faf3-b530-4f1f-8c4d-a0e8e0adb659} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2626 | 2025.02.10 18:49:23.379245 [ 4 ] {2a50faf3-b530-4f1f-8c4d-a0e8e0adb659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2627 | 2025.02.10 18:49:23.379618 [ 4 ] {2a50faf3-b530-4f1f-8c4d-a0e8e0adb659} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2628 | 2025.02.10 18:49:23.379851 [ 4 ] {2a50faf3-b530-4f1f-8c4d-a0e8e0adb659} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2629 | 2025.02.10 18:49:23.380025 [ 4 ] {2a50faf3-b530-4f1f-8c4d-a0e8e0adb659} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001487 sec., 55144.58641560188 rows/sec., 3.50 MiB/sec. | ||
| 2630 | 2025.02.10 18:49:23.380072 [ 4 ] {2a50faf3-b530-4f1f-8c4d-a0e8e0adb659} <Debug> TCPHandler: Processed in 0.001708081 sec. | ||
| 2631 | 2025.02.10 18:49:24.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.02 MiB, peak 173.32 MiB, free memory in arenas 0.00 B, will set to 168.01 MiB (RSS), difference: -1.01 MiB | ||
| 2632 | 2025.02.10 18:49:25.177288 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
| 2633 | 2025.02.10 18:49:25.178446 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2634 | 2025.02.10 18:49:25.178484 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2635 | 2025.02.10 18:49:25.179012 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2636 | 2025.02.10 18:49:25.179273 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2637 | 2025.02.10 18:49:25.179415 [ 128 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2638 | 2025.02.10 18:49:25.179463 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
| 2639 | 2025.02.10 18:49:25.179475 [ 128 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2640 | 2025.02.10 18:49:25.179504 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2641 | 2025.02.10 18:49:25.179672 [ 186 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::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 | ||
| 2642 | 2025.02.10 18:49:25.179881 [ 186 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2643 | 2025.02.10 18:49:25.179932 [ 186 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::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 | ||
| 2644 | 2025.02.10 18:49:25.180020 [ 186 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::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 | ||
| 2645 | 2025.02.10 18:49:25.180279 [ 186 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::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 | ||
| 2646 | 2025.02.10 18:49:25.180523 [ 186 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::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 | ||
| 2647 | 2025.02.10 18:49:25.180700 [ 186 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::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 | ||
| 2648 | 2025.02.10 18:49:25.180892 [ 186 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::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 | ||
| 2649 | 2025.02.10 18:49:25.182558 [ 201 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.002972621 sec., 1723731.3468484546 rows/sec., 24.66 MiB/sec. | ||
| 2650 | 2025.02.10 18:49:25.183232 [ 186 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2651 | 2025.02.10 18:49:25.183521 [ 186 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_11_2} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2652 | 2025.02.10 18:49:25.183606 [ 186 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_11_2} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2653 | 2025.02.10 18:49:25.183694 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
| 2654 | 2025.02.10 18:49:25.491070 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2655 | 2025.02.10 18:49:25.511563 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2656 | 2025.02.10 18:49:25.511617 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2657 | 2025.02.10 18:49:25.518922 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2658 | 2025.02.10 18:49:25.519763 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2659 | 2025.02.10 18:49:25.520109 [ 128 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2660 | 2025.02.10 18:49:25.520247 [ 128 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2661 | 2025.02.10 18:49:25.520317 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2662 | 2025.02.10 18:49:25.520738 [ 197 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::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 | ||
| 2663 | 2025.02.10 18:49:25.536513 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2664 | 2025.02.10 18:49:25.537741 [ 197 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2665 | 2025.02.10 18:49:25.538915 [ 197 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::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 | ||
| 2666 | 2025.02.10 18:49:25.543906 [ 197 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::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 | ||
| 2667 | 2025.02.10 18:49:25.549147 [ 197 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::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 | ||
| 2668 | 2025.02.10 18:49:25.554575 [ 197 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::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 | ||
| 2669 | 2025.02.10 18:49:25.560216 [ 197 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::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 | ||
| 2670 | 2025.02.10 18:49:25.564732 [ 197 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::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 | ||
| 2671 | 2025.02.10 18:49:25.620774 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.100299629 sec., 827.5205085753607 rows/sec., 4.28 MiB/sec. | ||
| 2672 | 2025.02.10 18:49:25.622291 [ 201 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2673 | 2025.02.10 18:49:25.624603 [ 201 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_11_2} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2674 | 2025.02.10 18:49:25.624698 [ 201 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_11_2} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2675 | 2025.02.10 18:49:25.625775 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.43 MiB. | ||
| 2676 | 2025.02.10 18:49:26.000228 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.09 MiB, peak 178.98 MiB, free memory in arenas 0.00 B, will set to 170.70 MiB (RSS), difference: 1.61 MiB | ||
| 2677 | 2025.02.10 18:49:28.339621 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2678 | 2025.02.10 18:49:28.339837 [ 4 ] {53cb0060-0a34-4de5-9b57-4d6355e4fa57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2679 | 2025.02.10 18:49:28.339921 [ 4 ] {53cb0060-0a34-4de5-9b57-4d6355e4fa57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2680 | 2025.02.10 18:49:28.340770 [ 4 ] {53cb0060-0a34-4de5-9b57-4d6355e4fa57} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2681 | 2025.02.10 18:49:28.340823 [ 4 ] {53cb0060-0a34-4de5-9b57-4d6355e4fa57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2682 | 2025.02.10 18:49:28.341273 [ 4 ] {53cb0060-0a34-4de5-9b57-4d6355e4fa57} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2683 | 2025.02.10 18:49:28.341538 [ 4 ] {53cb0060-0a34-4de5-9b57-4d6355e4fa57} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2684 | 2025.02.10 18:49:28.341779 [ 4 ] {53cb0060-0a34-4de5-9b57-4d6355e4fa57} <Debug> executeQuery: Read 64 rows, 5.18 KiB in 0.002003 sec., 31952.07189216176 rows/sec., 2.53 MiB/sec. | ||
| 2685 | 2025.02.10 18:49:28.341836 [ 4 ] {53cb0060-0a34-4de5-9b57-4d6355e4fa57} <Debug> TCPHandler: Processed in 0.002355347 sec. | ||
| 2686 | 2025.02.10 18:49:28.342095 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2687 | 2025.02.10 18:49:28.342288 [ 256 ] {4a160f59-8ec5-4744-a55e-5ac9da064e88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2688 | 2025.02.10 18:49:28.342362 [ 256 ] {4a160f59-8ec5-4744-a55e-5ac9da064e88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2689 | 2025.02.10 18:49:28.343128 [ 256 ] {4a160f59-8ec5-4744-a55e-5ac9da064e88} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2690 | 2025.02.10 18:49:28.343172 [ 256 ] {4a160f59-8ec5-4744-a55e-5ac9da064e88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2691 | 2025.02.10 18:49:28.343607 [ 256 ] {4a160f59-8ec5-4744-a55e-5ac9da064e88} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2692 | 2025.02.10 18:49:28.343870 [ 256 ] {4a160f59-8ec5-4744-a55e-5ac9da064e88} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2693 | 2025.02.10 18:49:28.344137 [ 256 ] {4a160f59-8ec5-4744-a55e-5ac9da064e88} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001881 sec., 2126.528442317916 rows/sec., 159.90 KiB/sec. | ||
| 2694 | 2025.02.10 18:49:28.344277 [ 256 ] {4a160f59-8ec5-4744-a55e-5ac9da064e88} <Debug> TCPHandler: Processed in 0.002312865 sec. | ||
| 2695 | 2025.02.10 18:49:28.344444 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2696 | 2025.02.10 18:49:28.344582 [ 4 ] {a2c921de-268f-45db-8bf7-8aebafa6c940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2697 | 2025.02.10 18:49:28.344641 [ 4 ] {a2c921de-268f-45db-8bf7-8aebafa6c940} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2698 | 2025.02.10 18:49:28.345361 [ 4 ] {a2c921de-268f-45db-8bf7-8aebafa6c940} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2699 | 2025.02.10 18:49:28.345407 [ 4 ] {a2c921de-268f-45db-8bf7-8aebafa6c940} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2700 | 2025.02.10 18:49:28.345779 [ 4 ] {a2c921de-268f-45db-8bf7-8aebafa6c940} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2701 | 2025.02.10 18:49:28.346019 [ 4 ] {a2c921de-268f-45db-8bf7-8aebafa6c940} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2702 | 2025.02.10 18:49:28.346313 [ 4 ] {a2c921de-268f-45db-8bf7-8aebafa6c940} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001737 sec., 39147.95624640184 rows/sec., 3.06 MiB/sec. | ||
| 2703 | 2025.02.10 18:49:28.346474 [ 4 ] {a2c921de-268f-45db-8bf7-8aebafa6c940} <Debug> TCPHandler: Processed in 0.00209485 sec. | ||
| 2704 | 2025.02.10 18:49:28.346645 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2705 | 2025.02.10 18:49:28.346795 [ 256 ] {4b05a94f-136f-4b73-a841-f20da6265cde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2706 | 2025.02.10 18:49:28.346861 [ 256 ] {4b05a94f-136f-4b73-a841-f20da6265cde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2707 | 2025.02.10 18:49:28.347533 [ 256 ] {4b05a94f-136f-4b73-a841-f20da6265cde} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2708 | 2025.02.10 18:49:28.347572 [ 256 ] {4b05a94f-136f-4b73-a841-f20da6265cde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2709 | 2025.02.10 18:49:28.347986 [ 256 ] {4b05a94f-136f-4b73-a841-f20da6265cde} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2710 | 2025.02.10 18:49:28.348226 [ 256 ] {4b05a94f-136f-4b73-a841-f20da6265cde} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2711 | 2025.02.10 18:49:28.348406 [ 256 ] {4b05a94f-136f-4b73-a841-f20da6265cde} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001649 sec., 97028.50212249848 rows/sec., 6.76 MiB/sec. | ||
| 2712 | 2025.02.10 18:49:28.348458 [ 256 ] {4b05a94f-136f-4b73-a841-f20da6265cde} <Debug> TCPHandler: Processed in 0.001885375 sec. | ||
| 2713 | 2025.02.10 18:49:28.348635 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2714 | 2025.02.10 18:49:28.348775 [ 4 ] {dbff74bc-709c-4b60-9108-a0f8ace84f12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2715 | 2025.02.10 18:49:28.348871 [ 4 ] {dbff74bc-709c-4b60-9108-a0f8ace84f12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2716 | 2025.02.10 18:49:28.350052 [ 4 ] {dbff74bc-709c-4b60-9108-a0f8ace84f12} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2717 | 2025.02.10 18:49:28.350092 [ 4 ] {dbff74bc-709c-4b60-9108-a0f8ace84f12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2718 | 2025.02.10 18:49:28.350701 [ 4 ] {dbff74bc-709c-4b60-9108-a0f8ace84f12} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2719 | 2025.02.10 18:49:28.350958 [ 4 ] {dbff74bc-709c-4b60-9108-a0f8ace84f12} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2720 | 2025.02.10 18:49:28.351287 [ 4 ] {dbff74bc-709c-4b60-9108-a0f8ace84f12} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002521 sec., 1586.6719555731854 rows/sec., 2.84 MiB/sec. | ||
| 2721 | 2025.02.10 18:49:28.351455 [ 4 ] {dbff74bc-709c-4b60-9108-a0f8ace84f12} <Debug> TCPHandler: Processed in 0.002887909 sec. | ||
| 2722 | 2025.02.10 18:49:28.351622 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2723 | 2025.02.10 18:49:28.351762 [ 256 ] {50e06039-4f30-41cc-a3f8-28ce3121a1e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2724 | 2025.02.10 18:49:28.351821 [ 256 ] {50e06039-4f30-41cc-a3f8-28ce3121a1e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2725 | 2025.02.10 18:49:28.352410 [ 256 ] {50e06039-4f30-41cc-a3f8-28ce3121a1e6} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2726 | 2025.02.10 18:49:28.352456 [ 256 ] {50e06039-4f30-41cc-a3f8-28ce3121a1e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2727 | 2025.02.10 18:49:28.352825 [ 256 ] {50e06039-4f30-41cc-a3f8-28ce3121a1e6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2728 | 2025.02.10 18:49:28.353059 [ 256 ] {50e06039-4f30-41cc-a3f8-28ce3121a1e6} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2729 | 2025.02.10 18:49:28.353247 [ 256 ] {50e06039-4f30-41cc-a3f8-28ce3121a1e6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001518 sec., 39525.691699604744 rows/sec., 2.66 MiB/sec. | ||
| 2730 | 2025.02.10 18:49:28.353295 [ 256 ] {50e06039-4f30-41cc-a3f8-28ce3121a1e6} <Debug> TCPHandler: Processed in 0.001740082 sec. | ||
| 2731 | 2025.02.10 18:49:32.599685 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2732 | 2025.02.10 18:49:32.599793 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2733 | 2025.02.10 18:49:32.679602 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 | ||
| 2734 | 2025.02.10 18:49:32.680231 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2735 | 2025.02.10 18:49:32.680273 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2736 | 2025.02.10 18:49:32.680921 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2737 | 2025.02.10 18:49:32.681201 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2738 | 2025.02.10 18:49:32.681401 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2739 | 2025.02.10 18:49:32.691790 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 402 | ||
| 2740 | 2025.02.10 18:49:32.695059 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2741 | 2025.02.10 18:49:32.695123 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2742 | 2025.02.10 18:49:32.696631 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2743 | 2025.02.10 18:49:32.696952 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2744 | 2025.02.10 18:49:32.697604 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 402 | ||
| 2745 | 2025.02.10 18:49:33.036622 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2746 | 2025.02.10 18:49:33.056343 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2747 | 2025.02.10 18:49:33.056402 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2748 | 2025.02.10 18:49:33.063759 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2749 | 2025.02.10 18:49:33.064553 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2750 | 2025.02.10 18:49:33.067763 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2751 | 2025.02.10 18:49:33.345593 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2752 | 2025.02.10 18:49:33.345816 [ 4 ] {2ea13da7-b9b0-41f8-97ec-ead9288abb74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2753 | 2025.02.10 18:49:33.345886 [ 4 ] {2ea13da7-b9b0-41f8-97ec-ead9288abb74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2754 | 2025.02.10 18:49:33.346636 [ 4 ] {2ea13da7-b9b0-41f8-97ec-ead9288abb74} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2755 | 2025.02.10 18:49:33.346688 [ 4 ] {2ea13da7-b9b0-41f8-97ec-ead9288abb74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2756 | 2025.02.10 18:49:33.347113 [ 4 ] {2ea13da7-b9b0-41f8-97ec-ead9288abb74} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2757 | 2025.02.10 18:49:33.347370 [ 4 ] {2ea13da7-b9b0-41f8-97ec-ead9288abb74} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2758 | 2025.02.10 18:49:33.347664 [ 4 ] {2ea13da7-b9b0-41f8-97ec-ead9288abb74} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001894 sec., 7391.763463569166 rows/sec., 532.11 KiB/sec. | ||
| 2759 | 2025.02.10 18:49:33.347868 [ 4 ] {2ea13da7-b9b0-41f8-97ec-ead9288abb74} <Debug> TCPHandler: Processed in 0.002422318 sec. | ||
| 2760 | 2025.02.10 18:49:33.348150 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2761 | 2025.02.10 18:49:33.348363 [ 256 ] {e2d8fdf2-2b2a-4079-8eaf-1ff1116c6e9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2762 | 2025.02.10 18:49:33.348443 [ 256 ] {e2d8fdf2-2b2a-4079-8eaf-1ff1116c6e9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2763 | 2025.02.10 18:49:33.349359 [ 256 ] {e2d8fdf2-2b2a-4079-8eaf-1ff1116c6e9d} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2764 | 2025.02.10 18:49:33.349404 [ 256 ] {e2d8fdf2-2b2a-4079-8eaf-1ff1116c6e9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2765 | 2025.02.10 18:49:33.349864 [ 256 ] {e2d8fdf2-2b2a-4079-8eaf-1ff1116c6e9d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2766 | 2025.02.10 18:49:33.350134 [ 256 ] {e2d8fdf2-2b2a-4079-8eaf-1ff1116c6e9d} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2767 | 2025.02.10 18:49:33.350324 [ 150 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2768 | 2025.02.10 18:49:33.350378 [ 150 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2769 | 2025.02.10 18:49:33.350399 [ 256 ] {e2d8fdf2-2b2a-4079-8eaf-1ff1116c6e9d} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.002085 sec., 130935.25179856115 rows/sec., 11.54 MiB/sec. | ||
| 2770 | 2025.02.10 18:49:33.350415 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2771 | 2025.02.10 18:49:33.350554 [ 256 ] {e2d8fdf2-2b2a-4079-8eaf-1ff1116c6e9d} <Debug> TCPHandler: Processed in 0.002543931 sec. | ||
| 2772 | 2025.02.10 18:49:33.350867 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2773 | 2025.02.10 18:49:33.350990 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 2774 | 2025.02.10 18:49:33.351157 [ 4 ] {2514cb03-9b60-4999-ba66-bf536c3c90e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2775 | 2025.02.10 18:49:33.351272 [ 4 ] {2514cb03-9b60-4999-ba66-bf536c3c90e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2776 | 2025.02.10 18:49:33.351353 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2777 | 2025.02.10 18:49:33.351463 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1409 rows starting from the beginning of the part | ||
| 2778 | 2025.02.10 18:49:33.351724 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 273 rows starting from the beginning of the part | ||
| 2779 | 2025.02.10 18:49:33.352154 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part | ||
| 2780 | 2025.02.10 18:49:33.352720 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 278 rows starting from the beginning of the part | ||
| 2781 | 2025.02.10 18:49:33.353045 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
| 2782 | 2025.02.10 18:49:33.353222 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 273 rows starting from the beginning of the part | ||
| 2783 | 2025.02.10 18:49:33.354077 [ 4 ] {2514cb03-9b60-4999-ba66-bf536c3c90e8} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2784 | 2025.02.10 18:49:33.354139 [ 4 ] {2514cb03-9b60-4999-ba66-bf536c3c90e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2785 | 2025.02.10 18:49:33.355102 [ 4 ] {2514cb03-9b60-4999-ba66-bf536c3c90e8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2786 | 2025.02.10 18:49:33.355751 [ 4 ] {2514cb03-9b60-4999-ba66-bf536c3c90e8} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2787 | 2025.02.10 18:49:33.356259 [ 4 ] {2514cb03-9b60-4999-ba66-bf536c3c90e8} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.005165 sec., 8131.65537270087 rows/sec., 597.85 KiB/sec. | ||
| 2788 | 2025.02.10 18:49:33.356514 [ 4 ] {2514cb03-9b60-4999-ba66-bf536c3c90e8} <Debug> TCPHandler: Processed in 0.00581861 sec. | ||
| 2789 | 2025.02.10 18:49:33.356869 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2790 | 2025.02.10 18:49:33.356919 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2361 rows, containing 5 columns (5 merged, 0 gathered) in 0.006338023 sec., 372513.63713889965 rows/sec., 33.08 MiB/sec. | ||
| 2791 | 2025.02.10 18:49:33.357022 [ 256 ] {92e2a749-8326-44b8-b034-ad53b51ef8e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2792 | 2025.02.10 18:49:33.357082 [ 256 ] {92e2a749-8326-44b8-b034-ad53b51ef8e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2793 | 2025.02.10 18:49:33.357220 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2794 | 2025.02.10 18:49:33.357675 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_16_3} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2795 | 2025.02.10 18:49:33.357795 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_16_3} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2796 | 2025.02.10 18:49:33.357912 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 2797 | 2025.02.10 18:49:33.357969 [ 256 ] {92e2a749-8326-44b8-b034-ad53b51ef8e9} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2798 | 2025.02.10 18:49:33.358007 [ 256 ] {92e2a749-8326-44b8-b034-ad53b51ef8e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2799 | 2025.02.10 18:49:33.358359 [ 256 ] {92e2a749-8326-44b8-b034-ad53b51ef8e9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2800 | 2025.02.10 18:49:33.358603 [ 256 ] {92e2a749-8326-44b8-b034-ad53b51ef8e9} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2801 | 2025.02.10 18:49:33.358819 [ 256 ] {92e2a749-8326-44b8-b034-ad53b51ef8e9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001829 sec., 7654.455986878076 rows/sec., 536.07 KiB/sec. | ||
| 2802 | 2025.02.10 18:49:33.358873 [ 256 ] {92e2a749-8326-44b8-b034-ad53b51ef8e9} <Debug> TCPHandler: Processed in 0.002220144 sec. | ||
| 2803 | 2025.02.10 18:49:33.359026 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2804 | 2025.02.10 18:49:33.359145 [ 4 ] {166af6e8-4a6a-4f26-a3a6-d9535a8dadb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2805 | 2025.02.10 18:49:33.359195 [ 4 ] {166af6e8-4a6a-4f26-a3a6-d9535a8dadb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2806 | 2025.02.10 18:49:33.359781 [ 4 ] {166af6e8-4a6a-4f26-a3a6-d9535a8dadb1} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2807 | 2025.02.10 18:49:33.359818 [ 4 ] {166af6e8-4a6a-4f26-a3a6-d9535a8dadb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2808 | 2025.02.10 18:49:33.360172 [ 4 ] {166af6e8-4a6a-4f26-a3a6-d9535a8dadb1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2809 | 2025.02.10 18:49:33.360409 [ 4 ] {166af6e8-4a6a-4f26-a3a6-d9535a8dadb1} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2810 | 2025.02.10 18:49:33.360609 [ 4 ] {166af6e8-4a6a-4f26-a3a6-d9535a8dadb1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001483 sec., 8766.014834794336 rows/sec., 546.56 KiB/sec. | ||
| 2811 | 2025.02.10 18:49:33.360669 [ 4 ] {166af6e8-4a6a-4f26-a3a6-d9535a8dadb1} <Debug> TCPHandler: Processed in 0.001700391 sec. | ||
| 2812 | 2025.02.10 18:49:33.360830 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2813 | 2025.02.10 18:49:33.360969 [ 256 ] {2fb76848-c778-48d1-a5a0-87f24e3030b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2814 | 2025.02.10 18:49:33.361026 [ 256 ] {2fb76848-c778-48d1-a5a0-87f24e3030b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2815 | 2025.02.10 18:49:33.361861 [ 256 ] {2fb76848-c778-48d1-a5a0-87f24e3030b1} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2816 | 2025.02.10 18:49:33.361900 [ 256 ] {2fb76848-c778-48d1-a5a0-87f24e3030b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2817 | 2025.02.10 18:49:33.362287 [ 256 ] {2fb76848-c778-48d1-a5a0-87f24e3030b1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2818 | 2025.02.10 18:49:33.362527 [ 256 ] {2fb76848-c778-48d1-a5a0-87f24e3030b1} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2819 | 2025.02.10 18:49:33.362692 [ 150 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2820 | 2025.02.10 18:49:33.362760 [ 150 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2821 | 2025.02.10 18:49:33.362777 [ 256 ] {2fb76848-c778-48d1-a5a0-87f24e3030b1} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001828 sec., 228118.16192560174 rows/sec., 16.29 MiB/sec. | ||
| 2822 | 2025.02.10 18:49:33.362807 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2823 | 2025.02.10 18:49:33.362919 [ 256 ] {2fb76848-c778-48d1-a5a0-87f24e3030b1} <Debug> TCPHandler: Processed in 0.002152322 sec. | ||
| 2824 | 2025.02.10 18:49:33.363111 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::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 | ||
| 2825 | 2025.02.10 18:49:33.363129 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2826 | 2025.02.10 18:49:33.363390 [ 4 ] {8dde210f-ba10-4f22-bc13-01b4b62740d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2827 | 2025.02.10 18:49:33.363392 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2828 | 2025.02.10 18:49:33.363491 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 881 rows starting from the beginning of the part | ||
| 2829 | 2025.02.10 18:49:33.363501 [ 4 ] {8dde210f-ba10-4f22-bc13-01b4b62740d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2830 | 2025.02.10 18:49:33.363865 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 420 rows starting from the beginning of the part | ||
| 2831 | 2025.02.10 18:49:33.364334 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 77 rows starting from the beginning of the part | ||
| 2832 | 2025.02.10 18:49:33.364620 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::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 | ||
| 2833 | 2025.02.10 18:49:33.364980 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 68 rows starting from the beginning of the part | ||
| 2834 | 2025.02.10 18:49:33.365423 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::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 | ||
| 2835 | 2025.02.10 18:49:33.365945 [ 4 ] {8dde210f-ba10-4f22-bc13-01b4b62740d6} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2836 | 2025.02.10 18:49:33.366014 [ 4 ] {8dde210f-ba10-4f22-bc13-01b4b62740d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2837 | 2025.02.10 18:49:33.366938 [ 4 ] {8dde210f-ba10-4f22-bc13-01b4b62740d6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2838 | 2025.02.10 18:49:33.367541 [ 4 ] {8dde210f-ba10-4f22-bc13-01b4b62740d6} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2839 | 2025.02.10 18:49:33.367904 [ 4 ] {8dde210f-ba10-4f22-bc13-01b4b62740d6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004599 sec., 1304.6314416177431 rows/sec., 68.16 KiB/sec. | ||
| 2840 | 2025.02.10 18:49:33.367977 [ 4 ] {8dde210f-ba10-4f22-bc13-01b4b62740d6} <Debug> TCPHandler: Processed in 0.00495487 sec. | ||
| 2841 | 2025.02.10 18:49:33.368219 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2842 | 2025.02.10 18:49:33.368421 [ 190 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2290 rows, containing 5 columns (5 merged, 0 gathered) in 0.005481352 sec., 417780.1389146327 rows/sec., 31.80 MiB/sec. | ||
| 2843 | 2025.02.10 18:49:33.368453 [ 256 ] {10335ec2-c6e2-493f-bd75-ed60cc164366} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2844 | 2025.02.10 18:49:33.368545 [ 256 ] {10335ec2-c6e2-493f-bd75-ed60cc164366} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2845 | 2025.02.10 18:49:33.368783 [ 190 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2846 | 2025.02.10 18:49:33.369322 [ 190 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_16_3} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2847 | 2025.02.10 18:49:33.369535 [ 190 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_16_3} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2848 | 2025.02.10 18:49:33.369716 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 2849 | 2025.02.10 18:49:33.369837 [ 256 ] {10335ec2-c6e2-493f-bd75-ed60cc164366} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2850 | 2025.02.10 18:49:33.369881 [ 256 ] {10335ec2-c6e2-493f-bd75-ed60cc164366} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2851 | 2025.02.10 18:49:33.370329 [ 256 ] {10335ec2-c6e2-493f-bd75-ed60cc164366} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2852 | 2025.02.10 18:49:33.370570 [ 256 ] {10335ec2-c6e2-493f-bd75-ed60cc164366} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2853 | 2025.02.10 18:49:33.370729 [ 150 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2854 | 2025.02.10 18:49:33.370785 [ 150 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2855 | 2025.02.10 18:49:33.370812 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2856 | 2025.02.10 18:49:33.370833 [ 256 ] {10335ec2-c6e2-493f-bd75-ed60cc164366} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002421 sec., 97893.43246592318 rows/sec., 6.56 MiB/sec. | ||
| 2857 | 2025.02.10 18:49:33.371064 [ 256 ] {10335ec2-c6e2-493f-bd75-ed60cc164366} <Debug> TCPHandler: Processed in 0.002988592 sec. | ||
| 2858 | 2025.02.10 18:49:33.371098 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::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 | ||
| 2859 | 2025.02.10 18:49:33.371251 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2860 | 2025.02.10 18:49:33.371289 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2861 | 2025.02.10 18:49:33.371329 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4744 rows starting from the beginning of the part | ||
| 2862 | 2025.02.10 18:49:33.371515 [ 4 ] {19d52ec5-62c0-4642-ad3f-407984b8c7a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2863 | 2025.02.10 18:49:33.371614 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::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 | ||
| 2864 | 2025.02.10 18:49:33.371705 [ 4 ] {19d52ec5-62c0-4642-ad3f-407984b8c7a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2865 | 2025.02.10 18:49:33.372044 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::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 | ||
| 2866 | 2025.02.10 18:49:33.372415 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 242 rows starting from the beginning of the part | ||
| 2867 | 2025.02.10 18:49:33.372782 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::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 | ||
| 2868 | 2025.02.10 18:49:33.373041 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::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 | ||
| 2869 | 2025.02.10 18:49:33.373944 [ 4 ] {19d52ec5-62c0-4642-ad3f-407984b8c7a1} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2870 | 2025.02.10 18:49:33.374007 [ 4 ] {19d52ec5-62c0-4642-ad3f-407984b8c7a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2871 | 2025.02.10 18:49:33.374693 [ 4 ] {19d52ec5-62c0-4642-ad3f-407984b8c7a1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2872 | 2025.02.10 18:49:33.375253 [ 4 ] {19d52ec5-62c0-4642-ad3f-407984b8c7a1} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2873 | 2025.02.10 18:49:33.375811 [ 4 ] {19d52ec5-62c0-4642-ad3f-407984b8c7a1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00439 sec., 227.79043280182233 rows/sec., 15.35 KiB/sec. | ||
| 2874 | 2025.02.10 18:49:33.375949 [ 4 ] {19d52ec5-62c0-4642-ad3f-407984b8c7a1} <Debug> TCPHandler: Processed in 0.004780235 sec. | ||
| 2875 | 2025.02.10 18:49:33.376124 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2876 | 2025.02.10 18:49:33.376304 [ 256 ] {40e58bfe-ef43-48bd-8cfd-8d9667bd55d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2877 | 2025.02.10 18:49:33.376537 [ 256 ] {40e58bfe-ef43-48bd-8cfd-8d9667bd55d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2878 | 2025.02.10 18:49:33.377340 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5780 rows, containing 5 columns (5 merged, 0 gathered) in 0.006423255 sec., 899855.2914371296 rows/sec., 60.70 MiB/sec. | ||
| 2879 | 2025.02.10 18:49:33.377806 [ 201 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2880 | 2025.02.10 18:49:33.378227 [ 201 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2881 | 2025.02.10 18:49:33.378361 [ 201 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2882 | 2025.02.10 18:49:33.378486 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. | ||
| 2883 | 2025.02.10 18:49:33.378527 [ 256 ] {40e58bfe-ef43-48bd-8cfd-8d9667bd55d2} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2884 | 2025.02.10 18:49:33.378566 [ 256 ] {40e58bfe-ef43-48bd-8cfd-8d9667bd55d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2885 | 2025.02.10 18:49:33.379239 [ 256 ] {40e58bfe-ef43-48bd-8cfd-8d9667bd55d2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2886 | 2025.02.10 18:49:33.379516 [ 256 ] {40e58bfe-ef43-48bd-8cfd-8d9667bd55d2} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2887 | 2025.02.10 18:49:33.379759 [ 256 ] {40e58bfe-ef43-48bd-8cfd-8d9667bd55d2} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.003521 sec., 9940.357852882704 rows/sec., 17.81 MiB/sec. | ||
| 2888 | 2025.02.10 18:49:33.379861 [ 256 ] {40e58bfe-ef43-48bd-8cfd-8d9667bd55d2} <Debug> TCPHandler: Processed in 0.003809402 sec. | ||
| 2889 | 2025.02.10 18:49:33.380020 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2890 | 2025.02.10 18:49:33.380140 [ 4 ] {827d9fdf-9ba8-4468-a641-92f0ca19372f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2891 | 2025.02.10 18:49:33.380190 [ 4 ] {827d9fdf-9ba8-4468-a641-92f0ca19372f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2892 | 2025.02.10 18:49:33.380718 [ 4 ] {827d9fdf-9ba8-4468-a641-92f0ca19372f} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2893 | 2025.02.10 18:49:33.380753 [ 4 ] {827d9fdf-9ba8-4468-a641-92f0ca19372f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2894 | 2025.02.10 18:49:33.381129 [ 4 ] {827d9fdf-9ba8-4468-a641-92f0ca19372f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2895 | 2025.02.10 18:49:33.381378 [ 4 ] {827d9fdf-9ba8-4468-a641-92f0ca19372f} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2896 | 2025.02.10 18:49:33.381502 [ 150 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2897 | 2025.02.10 18:49:33.381536 [ 150 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2898 | 2025.02.10 18:49:33.381557 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2899 | 2025.02.10 18:49:33.381567 [ 4 ] {827d9fdf-9ba8-4468-a641-92f0ca19372f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001453 sec., 56434.96214728148 rows/sec., 3.58 MiB/sec. | ||
| 2900 | 2025.02.10 18:49:33.381928 [ 4 ] {827d9fdf-9ba8-4468-a641-92f0ca19372f} <Debug> TCPHandler: Processed in 0.001956217 sec. | ||
| 2901 | 2025.02.10 18:49:33.382073 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 2902 | 2025.02.10 18:49:33.382287 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2903 | 2025.02.10 18:49:33.382320 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 2904 | 2025.02.10 18:49:33.382416 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 2905 | 2025.02.10 18:49:33.382503 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 2906 | 2025.02.10 18:49:33.382581 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 2907 | 2025.02.10 18:49:33.382659 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 2908 | 2025.02.10 18:49:33.382722 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 2909 | 2025.02.10 18:49:33.383945 [ 198 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1042 rows, containing 4 columns (4 merged, 0 gathered) in 0.002307656 sec., 451540.4375695511 rows/sec., 29.47 MiB/sec. | ||
| 2910 | 2025.02.10 18:49:33.384152 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2911 | 2025.02.10 18:49:33.384471 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_16_3} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2912 | 2025.02.10 18:49:33.384558 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_16_3} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2913 | 2025.02.10 18:49:33.384652 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 2914 | 2025.02.10 18:49:34.013847 [ 148 ] {} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2915 | 2025.02.10 18:49:34.013938 [ 148 ] {} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2916 | 2025.02.10 18:49:34.013964 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2917 | 2025.02.10 18:49:34.014193 [ 201 ] {b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0::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 | ||
| 2918 | 2025.02.10 18:49:34.014558 [ 201 ] {b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2919 | 2025.02.10 18:49:34.014603 [ 201 ] {b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
| 2920 | 2025.02.10 18:49:34.014697 [ 201 ] {b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part | ||
| 2921 | 2025.02.10 18:49:34.014784 [ 201 ] {b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part | ||
| 2922 | 2025.02.10 18:49:34.014866 [ 201 ] {b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 2923 | 2025.02.10 18:49:34.014943 [ 201 ] {b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2924 | 2025.02.10 18:49:34.017015 [ 192 ] {b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.002960212 sec., 13850.359366153507 rows/sec., 2.31 MiB/sec. | ||
| 2925 | 2025.02.10 18:49:34.017180 [ 201 ] {b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2926 | 2025.02.10 18:49:34.017566 [ 201 ] {b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0::all_1_5_1} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2927 | 2025.02.10 18:49:34.017652 [ 201 ] {b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0::all_1_5_1} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2928 | 2025.02.10 18:49:34.017734 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2929 | 2025.02.10 18:49:36.542314 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2930 | 2025.02.10 18:49:36.542506 [ 4 ] {8e4dde26-6820-4034-ae0d-ecc862e95b99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2931 | 2025.02.10 18:49:36.542580 [ 4 ] {8e4dde26-6820-4034-ae0d-ecc862e95b99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2932 | 2025.02.10 18:49:36.543305 [ 4 ] {8e4dde26-6820-4034-ae0d-ecc862e95b99} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2933 | 2025.02.10 18:49:36.543359 [ 4 ] {8e4dde26-6820-4034-ae0d-ecc862e95b99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2934 | 2025.02.10 18:49:36.543770 [ 4 ] {8e4dde26-6820-4034-ae0d-ecc862e95b99} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2935 | 2025.02.10 18:49:36.544015 [ 4 ] {8e4dde26-6820-4034-ae0d-ecc862e95b99} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2936 | 2025.02.10 18:49:36.544242 [ 4 ] {8e4dde26-6820-4034-ae0d-ecc862e95b99} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001784 sec., 1121.0762331838564 rows/sec., 91.42 KiB/sec. | ||
| 2937 | 2025.02.10 18:49:36.544302 [ 4 ] {8e4dde26-6820-4034-ae0d-ecc862e95b99} <Debug> TCPHandler: Processed in 0.002116722 sec. | ||
| 2938 | 2025.02.10 18:49:36.544586 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2939 | 2025.02.10 18:49:36.544799 [ 256 ] {47a28b3e-8bf0-4098-92b4-a5d975ac41d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2940 | 2025.02.10 18:49:36.544879 [ 256 ] {47a28b3e-8bf0-4098-92b4-a5d975ac41d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2941 | 2025.02.10 18:49:36.546275 [ 256 ] {47a28b3e-8bf0-4098-92b4-a5d975ac41d8} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2942 | 2025.02.10 18:49:36.546328 [ 256 ] {47a28b3e-8bf0-4098-92b4-a5d975ac41d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2943 | 2025.02.10 18:49:36.546840 [ 256 ] {47a28b3e-8bf0-4098-92b4-a5d975ac41d8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2944 | 2025.02.10 18:49:36.547107 [ 256 ] {47a28b3e-8bf0-4098-92b4-a5d975ac41d8} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2945 | 2025.02.10 18:49:36.547345 [ 256 ] {47a28b3e-8bf0-4098-92b4-a5d975ac41d8} <Debug> executeQuery: Read 1205 rows, 101.82 KiB in 0.002604 sec., 462749.61597542244 rows/sec., 38.18 MiB/sec. | ||
| 2946 | 2025.02.10 18:49:36.547402 [ 256 ] {47a28b3e-8bf0-4098-92b4-a5d975ac41d8} <Debug> TCPHandler: Processed in 0.002956511 sec. | ||
| 2947 | 2025.02.10 18:49:36.547557 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2948 | 2025.02.10 18:49:36.547677 [ 4 ] {d9c56430-bd80-4704-80ab-a6e829b53f85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2949 | 2025.02.10 18:49:36.547727 [ 4 ] {d9c56430-bd80-4704-80ab-a6e829b53f85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2950 | 2025.02.10 18:49:36.548330 [ 4 ] {d9c56430-bd80-4704-80ab-a6e829b53f85} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2951 | 2025.02.10 18:49:36.548369 [ 4 ] {d9c56430-bd80-4704-80ab-a6e829b53f85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2952 | 2025.02.10 18:49:36.548727 [ 4 ] {d9c56430-bd80-4704-80ab-a6e829b53f85} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2953 | 2025.02.10 18:49:36.548958 [ 4 ] {d9c56430-bd80-4704-80ab-a6e829b53f85} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2954 | 2025.02.10 18:49:36.549169 [ 4 ] {d9c56430-bd80-4704-80ab-a6e829b53f85} <Debug> executeQuery: Read 6 rows, 451.00 B in 0.001517 sec., 3955.174686882004 rows/sec., 290.33 KiB/sec. | ||
| 2955 | 2025.02.10 18:49:36.549222 [ 4 ] {d9c56430-bd80-4704-80ab-a6e829b53f85} <Debug> TCPHandler: Processed in 0.001721831 sec. | ||
| 2956 | 2025.02.10 18:49:36.549392 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2957 | 2025.02.10 18:49:36.549512 [ 256 ] {984d3332-cb3d-444b-9d7d-37dacc2cc8a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2958 | 2025.02.10 18:49:36.549563 [ 256 ] {984d3332-cb3d-444b-9d7d-37dacc2cc8a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2959 | 2025.02.10 18:49:36.550229 [ 256 ] {984d3332-cb3d-444b-9d7d-37dacc2cc8a5} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2960 | 2025.02.10 18:49:36.550269 [ 256 ] {984d3332-cb3d-444b-9d7d-37dacc2cc8a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2961 | 2025.02.10 18:49:36.550633 [ 256 ] {984d3332-cb3d-444b-9d7d-37dacc2cc8a5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2962 | 2025.02.10 18:49:36.550871 [ 256 ] {984d3332-cb3d-444b-9d7d-37dacc2cc8a5} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2963 | 2025.02.10 18:49:36.551069 [ 256 ] {984d3332-cb3d-444b-9d7d-37dacc2cc8a5} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001582 sec., 144121.3653603034 rows/sec., 9.76 MiB/sec. | ||
| 2964 | 2025.02.10 18:49:36.551121 [ 256 ] {984d3332-cb3d-444b-9d7d-37dacc2cc8a5} <Debug> TCPHandler: Processed in 0.001784593 sec. | ||
| 2965 | 2025.02.10 18:49:36.551273 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2966 | 2025.02.10 18:49:36.551389 [ 4 ] {6a4acced-2dd5-4466-8263-68233bc01db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2967 | 2025.02.10 18:49:36.551437 [ 4 ] {6a4acced-2dd5-4466-8263-68233bc01db3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2968 | 2025.02.10 18:49:36.552253 [ 4 ] {6a4acced-2dd5-4466-8263-68233bc01db3} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2969 | 2025.02.10 18:49:36.552292 [ 4 ] {6a4acced-2dd5-4466-8263-68233bc01db3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2970 | 2025.02.10 18:49:36.552669 [ 4 ] {6a4acced-2dd5-4466-8263-68233bc01db3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2971 | 2025.02.10 18:49:36.552916 [ 4 ] {6a4acced-2dd5-4466-8263-68233bc01db3} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2972 | 2025.02.10 18:49:36.553118 [ 4 ] {6a4acced-2dd5-4466-8263-68233bc01db3} <Debug> executeQuery: Read 526 rows, 39.89 KiB in 0.001752 sec., 300228.3105022831 rows/sec., 22.23 MiB/sec. | ||
| 2973 | 2025.02.10 18:49:36.553171 [ 4 ] {6a4acced-2dd5-4466-8263-68233bc01db3} <Debug> TCPHandler: Processed in 0.001956387 sec. | ||
| 2974 | 2025.02.10 18:49:36.553334 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2975 | 2025.02.10 18:49:36.553474 [ 256 ] {e37bc439-c438-47a5-82ee-26998d5f26f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2976 | 2025.02.10 18:49:36.553536 [ 256 ] {e37bc439-c438-47a5-82ee-26998d5f26f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2977 | 2025.02.10 18:49:36.554376 [ 256 ] {e37bc439-c438-47a5-82ee-26998d5f26f5} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2978 | 2025.02.10 18:49:36.554413 [ 256 ] {e37bc439-c438-47a5-82ee-26998d5f26f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2979 | 2025.02.10 18:49:36.554866 [ 256 ] {e37bc439-c438-47a5-82ee-26998d5f26f5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2980 | 2025.02.10 18:49:36.555105 [ 256 ] {e37bc439-c438-47a5-82ee-26998d5f26f5} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2981 | 2025.02.10 18:49:36.555309 [ 256 ] {e37bc439-c438-47a5-82ee-26998d5f26f5} <Debug> executeQuery: Read 965 rows, 66.32 KiB in 0.001866 sec., 517148.98177920684 rows/sec., 34.71 MiB/sec. | ||
| 2982 | 2025.02.10 18:49:36.555359 [ 256 ] {e37bc439-c438-47a5-82ee-26998d5f26f5} <Debug> TCPHandler: Processed in 0.0020931 sec. | ||
| 2983 | 2025.02.10 18:49:36.555508 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2984 | 2025.02.10 18:49:36.555627 [ 4 ] {5e809919-e0a3-4fe1-b1d0-ae8a21241bb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2985 | 2025.02.10 18:49:36.555710 [ 4 ] {5e809919-e0a3-4fe1-b1d0-ae8a21241bb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2986 | 2025.02.10 18:49:36.556770 [ 4 ] {5e809919-e0a3-4fe1-b1d0-ae8a21241bb4} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2987 | 2025.02.10 18:49:36.556835 [ 4 ] {5e809919-e0a3-4fe1-b1d0-ae8a21241bb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2988 | 2025.02.10 18:49:36.557435 [ 4 ] {5e809919-e0a3-4fe1-b1d0-ae8a21241bb4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2989 | 2025.02.10 18:49:36.557686 [ 4 ] {5e809919-e0a3-4fe1-b1d0-ae8a21241bb4} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2990 | 2025.02.10 18:49:36.557926 [ 4 ] {5e809919-e0a3-4fe1-b1d0-ae8a21241bb4} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002324 sec., 1721.170395869191 rows/sec., 3.08 MiB/sec. | ||
| 2991 | 2025.02.10 18:49:36.558019 [ 4 ] {5e809919-e0a3-4fe1-b1d0-ae8a21241bb4} <Debug> TCPHandler: Processed in 0.002567662 sec. | ||
| 2992 | 2025.02.10 18:49:36.558161 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2993 | 2025.02.10 18:49:36.558281 [ 256 ] {4db4c02b-c4b6-48d1-9697-d4cf6ef79bb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2994 | 2025.02.10 18:49:36.558332 [ 256 ] {4db4c02b-c4b6-48d1-9697-d4cf6ef79bb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2995 | 2025.02.10 18:49:36.558821 [ 256 ] {4db4c02b-c4b6-48d1-9697-d4cf6ef79bb8} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2996 | 2025.02.10 18:49:36.558858 [ 256 ] {4db4c02b-c4b6-48d1-9697-d4cf6ef79bb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2997 | 2025.02.10 18:49:36.559225 [ 256 ] {4db4c02b-c4b6-48d1-9697-d4cf6ef79bb8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2998 | 2025.02.10 18:49:36.559468 [ 256 ] {4db4c02b-c4b6-48d1-9697-d4cf6ef79bb8} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2999 | 2025.02.10 18:49:36.559639 [ 256 ] {4db4c02b-c4b6-48d1-9697-d4cf6ef79bb8} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001383 sec., 31814.895155459148 rows/sec., 2.14 MiB/sec. | ||
| 3000 | 2025.02.10 18:49:36.559686 [ 256 ] {4db4c02b-c4b6-48d1-9697-d4cf6ef79bb8} <Debug> TCPHandler: Processed in 0.001579598 sec. | ||
| 3001 | 2025.02.10 18:49:38.333708 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3002 | 2025.02.10 18:49:38.333950 [ 4 ] {4fbf3a52-41b0-43a2-99c7-c9c8d384d052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3003 | 2025.02.10 18:49:38.334020 [ 4 ] {4fbf3a52-41b0-43a2-99c7-c9c8d384d052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3004 | 2025.02.10 18:49:38.334815 [ 4 ] {4fbf3a52-41b0-43a2-99c7-c9c8d384d052} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3005 | 2025.02.10 18:49:38.334859 [ 4 ] {4fbf3a52-41b0-43a2-99c7-c9c8d384d052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 3006 | 2025.02.10 18:49:38.335295 [ 4 ] {4fbf3a52-41b0-43a2-99c7-c9c8d384d052} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3007 | 2025.02.10 18:49:38.335557 [ 4 ] {4fbf3a52-41b0-43a2-99c7-c9c8d384d052} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3008 | 2025.02.10 18:49:38.335816 [ 4 ] {4fbf3a52-41b0-43a2-99c7-c9c8d384d052} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001924 sec., 29106.029106029106 rows/sec., 2.24 MiB/sec. | ||
| 3009 | 2025.02.10 18:49:38.336051 [ 4 ] {4fbf3a52-41b0-43a2-99c7-c9c8d384d052} <Debug> TCPHandler: Processed in 0.00249061 sec. | ||
| 3010 | 2025.02.10 18:49:38.336358 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3011 | 2025.02.10 18:49:38.336577 [ 256 ] {3db19913-f5d7-4e3f-b314-e26c65b7cce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3012 | 2025.02.10 18:49:38.336660 [ 256 ] {3db19913-f5d7-4e3f-b314-e26c65b7cce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3013 | 2025.02.10 18:49:38.337460 [ 256 ] {3db19913-f5d7-4e3f-b314-e26c65b7cce9} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3014 | 2025.02.10 18:49:38.337511 [ 256 ] {3db19913-f5d7-4e3f-b314-e26c65b7cce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 3015 | 2025.02.10 18:49:38.337948 [ 256 ] {3db19913-f5d7-4e3f-b314-e26c65b7cce9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3016 | 2025.02.10 18:49:38.338200 [ 256 ] {3db19913-f5d7-4e3f-b314-e26c65b7cce9} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3017 | 2025.02.10 18:49:38.338440 [ 256 ] {3db19913-f5d7-4e3f-b314-e26c65b7cce9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001923 sec., 33281.33125325013 rows/sec., 2.60 MiB/sec. | ||
| 3018 | 2025.02.10 18:49:38.338498 [ 256 ] {3db19913-f5d7-4e3f-b314-e26c65b7cce9} <Debug> TCPHandler: Processed in 0.002290475 sec. | ||
| 3019 | 2025.02.10 18:49:38.338649 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3020 | 2025.02.10 18:49:38.338777 [ 4 ] {a52120c9-4ea8-4a01-b13c-ecdc0ba933cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3021 | 2025.02.10 18:49:38.338835 [ 4 ] {a52120c9-4ea8-4a01-b13c-ecdc0ba933cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3022 | 2025.02.10 18:49:38.339401 [ 4 ] {a52120c9-4ea8-4a01-b13c-ecdc0ba933cd} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3023 | 2025.02.10 18:49:38.339439 [ 4 ] {a52120c9-4ea8-4a01-b13c-ecdc0ba933cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 3024 | 2025.02.10 18:49:38.339827 [ 4 ] {a52120c9-4ea8-4a01-b13c-ecdc0ba933cd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3025 | 2025.02.10 18:49:38.340076 [ 4 ] {a52120c9-4ea8-4a01-b13c-ecdc0ba933cd} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3026 | 2025.02.10 18:49:38.340308 [ 4 ] {a52120c9-4ea8-4a01-b13c-ecdc0ba933cd} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001559 sec., 26940.346375881974 rows/sec., 1.87 MiB/sec. | ||
| 3027 | 2025.02.10 18:49:38.340510 [ 4 ] {a52120c9-4ea8-4a01-b13c-ecdc0ba933cd} <Debug> TCPHandler: Processed in 0.001913606 sec. | ||
| 3028 | 2025.02.10 18:49:38.340661 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3029 | 2025.02.10 18:49:38.340789 [ 256 ] {d9352a1a-8971-4fef-a87d-3c81fa1937ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3030 | 2025.02.10 18:49:38.340845 [ 256 ] {d9352a1a-8971-4fef-a87d-3c81fa1937ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3031 | 2025.02.10 18:49:38.341446 [ 256 ] {d9352a1a-8971-4fef-a87d-3c81fa1937ab} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3032 | 2025.02.10 18:49:38.341498 [ 256 ] {d9352a1a-8971-4fef-a87d-3c81fa1937ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 3033 | 2025.02.10 18:49:38.341945 [ 256 ] {d9352a1a-8971-4fef-a87d-3c81fa1937ab} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3034 | 2025.02.10 18:49:38.342191 [ 256 ] {d9352a1a-8971-4fef-a87d-3c81fa1937ab} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3035 | 2025.02.10 18:49:38.342413 [ 256 ] {d9352a1a-8971-4fef-a87d-3c81fa1937ab} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001651 sec., 9691.096305269533 rows/sec., 671.94 KiB/sec. | ||
| 3036 | 2025.02.10 18:49:38.342465 [ 256 ] {d9352a1a-8971-4fef-a87d-3c81fa1937ab} <Debug> TCPHandler: Processed in 0.001865334 sec. | ||
| 3037 | 2025.02.10 18:49:40.181548 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 | ||
| 3038 | 2025.02.10 18:49:40.182251 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3039 | 2025.02.10 18:49:40.182299 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 3040 | 2025.02.10 18:49:40.182822 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3041 | 2025.02.10 18:49:40.183073 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3042 | 2025.02.10 18:49:40.183321 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 | ||
| 3043 | 2025.02.10 18:49:40.567846 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 3044 | 2025.02.10 18:49:40.588781 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3045 | 2025.02.10 18:49:40.588838 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 3046 | 2025.02.10 18:49:40.596435 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3047 | 2025.02.10 18:49:40.597220 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3048 | 2025.02.10 18:49:40.600105 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 3049 | 2025.02.10 18:49:42.697852 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 448 | ||
| 3050 | 2025.02.10 18:49:42.701417 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3051 | 2025.02.10 18:49:42.701478 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 3052 | 2025.02.10 18:49:42.703170 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3053 | 2025.02.10 18:49:42.703489 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3054 | 2025.02.10 18:49:42.704031 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 448 | ||
| 3055 | 2025.02.10 18:49:43.345246 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3056 | 2025.02.10 18:49:43.345440 [ 4 ] {0c5f36cf-9b1c-4559-8dfe-ecec9087b118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3057 | 2025.02.10 18:49:43.345509 [ 4 ] {0c5f36cf-9b1c-4559-8dfe-ecec9087b118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3058 | 2025.02.10 18:49:43.346270 [ 4 ] {0c5f36cf-9b1c-4559-8dfe-ecec9087b118} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3059 | 2025.02.10 18:49:43.346317 [ 4 ] {0c5f36cf-9b1c-4559-8dfe-ecec9087b118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 3060 | 2025.02.10 18:49:43.346732 [ 4 ] {0c5f36cf-9b1c-4559-8dfe-ecec9087b118} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3061 | 2025.02.10 18:49:43.346983 [ 4 ] {0c5f36cf-9b1c-4559-8dfe-ecec9087b118} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3062 | 2025.02.10 18:49:43.347223 [ 4 ] {0c5f36cf-9b1c-4559-8dfe-ecec9087b118} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001834 sec., 7633.587786259543 rows/sec., 549.52 KiB/sec. | ||
| 3063 | 2025.02.10 18:49:43.347292 [ 4 ] {0c5f36cf-9b1c-4559-8dfe-ecec9087b118} <Debug> TCPHandler: Processed in 0.002168853 sec. | ||
| 3064 | 2025.02.10 18:49:43.347623 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3065 | 2025.02.10 18:49:43.347932 [ 256 ] {7c969678-bb99-4550-94c9-d439e49b07b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3066 | 2025.02.10 18:49:43.348047 [ 256 ] {7c969678-bb99-4550-94c9-d439e49b07b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3067 | 2025.02.10 18:49:43.348961 [ 256 ] {7c969678-bb99-4550-94c9-d439e49b07b6} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3068 | 2025.02.10 18:49:43.349005 [ 256 ] {7c969678-bb99-4550-94c9-d439e49b07b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 3069 | 2025.02.10 18:49:43.349489 [ 256 ] {7c969678-bb99-4550-94c9-d439e49b07b6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3070 | 2025.02.10 18:49:43.349749 [ 256 ] {7c969678-bb99-4550-94c9-d439e49b07b6} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3071 | 2025.02.10 18:49:43.350014 [ 256 ] {7c969678-bb99-4550-94c9-d439e49b07b6} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.00216 sec., 126388.88888888889 rows/sec., 11.14 MiB/sec. | ||
| 3072 | 2025.02.10 18:49:43.350200 [ 256 ] {7c969678-bb99-4550-94c9-d439e49b07b6} <Debug> TCPHandler: Processed in 0.002760517 sec. | ||
| 3073 | 2025.02.10 18:49:43.350383 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3074 | 2025.02.10 18:49:43.350507 [ 4 ] {29a61ed4-68c7-4c05-9496-5c929f9a0875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3075 | 2025.02.10 18:49:43.350561 [ 4 ] {29a61ed4-68c7-4c05-9496-5c929f9a0875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3076 | 2025.02.10 18:49:43.351181 [ 4 ] {29a61ed4-68c7-4c05-9496-5c929f9a0875} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3077 | 2025.02.10 18:49:43.351221 [ 4 ] {29a61ed4-68c7-4c05-9496-5c929f9a0875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 3078 | 2025.02.10 18:49:43.351583 [ 4 ] {29a61ed4-68c7-4c05-9496-5c929f9a0875} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3079 | 2025.02.10 18:49:43.351817 [ 4 ] {29a61ed4-68c7-4c05-9496-5c929f9a0875} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3080 | 2025.02.10 18:49:43.351983 [ 135 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3081 | 2025.02.10 18:49:43.352052 [ 4 ] {29a61ed4-68c7-4c05-9496-5c929f9a0875} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001567 sec., 26802.807913209956 rows/sec., 1.92 MiB/sec. | ||
| 3082 | 2025.02.10 18:49:43.352061 [ 135 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3083 | 2025.02.10 18:49:43.352136 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 3084 | 2025.02.10 18:49:43.352182 [ 4 ] {29a61ed4-68c7-4c05-9496-5c929f9a0875} <Debug> TCPHandler: Processed in 0.001878195 sec. | ||
| 3085 | 2025.02.10 18:49:43.352386 [ 195 ] {76b738aa-a526-489f-91e1-a20435763813::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 | ||
| 3086 | 2025.02.10 18:49:43.352478 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3087 | 2025.02.10 18:49:43.352588 [ 195 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3088 | 2025.02.10 18:49:43.352656 [ 195 ] {76b738aa-a526-489f-91e1-a20435763813::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 | ||
| 3089 | 2025.02.10 18:49:43.352818 [ 256 ] {c7a203a4-154e-46b7-8f27-dee1658023a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3090 | 2025.02.10 18:49:43.352980 [ 195 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 52 rows starting from the beginning of the part | ||
| 3091 | 2025.02.10 18:49:43.353034 [ 256 ] {c7a203a4-154e-46b7-8f27-dee1658023a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3092 | 2025.02.10 18:49:43.353377 [ 195 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 3093 | 2025.02.10 18:49:43.353766 [ 195 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 42 rows starting from the beginning of the part | ||
| 3094 | 2025.02.10 18:49:43.354080 [ 195 ] {76b738aa-a526-489f-91e1-a20435763813::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 | ||
| 3095 | 2025.02.10 18:49:43.354448 [ 195 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 42 rows starting from the beginning of the part | ||
| 3096 | 2025.02.10 18:49:43.355780 [ 256 ] {c7a203a4-154e-46b7-8f27-dee1658023a4} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3097 | 2025.02.10 18:49:43.355848 [ 256 ] {c7a203a4-154e-46b7-8f27-dee1658023a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 3098 | 2025.02.10 18:49:43.356895 [ 256 ] {c7a203a4-154e-46b7-8f27-dee1658023a4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3099 | 2025.02.10 18:49:43.357436 [ 256 ] {c7a203a4-154e-46b7-8f27-dee1658023a4} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3100 | 2025.02.10 18:49:43.357445 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 192 rows, containing 5 columns (5 merged, 0 gathered) in 0.005214715 sec., 36818.88655468228 rows/sec., 2.78 MiB/sec. | ||
| 3101 | 2025.02.10 18:49:43.357693 [ 195 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3102 | 2025.02.10 18:49:43.357821 [ 256 ] {c7a203a4-154e-46b7-8f27-dee1658023a4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005092 sec., 2749.4108405341713 rows/sec., 192.55 KiB/sec. | ||
| 3103 | 2025.02.10 18:49:43.357959 [ 256 ] {c7a203a4-154e-46b7-8f27-dee1658023a4} <Debug> TCPHandler: Processed in 0.005624786 sec. | ||
| 3104 | 2025.02.10 18:49:43.358146 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3105 | 2025.02.10 18:49:43.358208 [ 192 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_11_2} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3106 | 2025.02.10 18:49:43.358358 [ 4 ] {ce0b5b7b-5285-4a3c-96da-cbf982d80bad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3107 | 2025.02.10 18:49:43.358433 [ 4 ] {ce0b5b7b-5285-4a3c-96da-cbf982d80bad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3108 | 2025.02.10 18:49:43.358469 [ 192 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_11_2} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3109 | 2025.02.10 18:49:43.358685 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3110 | 2025.02.10 18:49:43.359179 [ 4 ] {ce0b5b7b-5285-4a3c-96da-cbf982d80bad} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3111 | 2025.02.10 18:49:43.359223 [ 4 ] {ce0b5b7b-5285-4a3c-96da-cbf982d80bad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 3112 | 2025.02.10 18:49:43.359578 [ 4 ] {ce0b5b7b-5285-4a3c-96da-cbf982d80bad} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3113 | 2025.02.10 18:49:43.359807 [ 4 ] {ce0b5b7b-5285-4a3c-96da-cbf982d80bad} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3114 | 2025.02.10 18:49:43.360072 [ 4 ] {ce0b5b7b-5285-4a3c-96da-cbf982d80bad} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001774 sec., 7328.072153325817 rows/sec., 456.90 KiB/sec. | ||
| 3115 | 2025.02.10 18:49:43.360228 [ 4 ] {ce0b5b7b-5285-4a3c-96da-cbf982d80bad} <Debug> TCPHandler: Processed in 0.002142522 sec. | ||
| 3116 | 2025.02.10 18:49:43.360383 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3117 | 2025.02.10 18:49:43.360523 [ 256 ] {3fb5010e-a0a8-4ef2-bce6-1b691fd07ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3118 | 2025.02.10 18:49:43.360580 [ 256 ] {3fb5010e-a0a8-4ef2-bce6-1b691fd07ff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3119 | 2025.02.10 18:49:43.361392 [ 256 ] {3fb5010e-a0a8-4ef2-bce6-1b691fd07ff5} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3120 | 2025.02.10 18:49:43.361432 [ 256 ] {3fb5010e-a0a8-4ef2-bce6-1b691fd07ff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 3121 | 2025.02.10 18:49:43.361821 [ 256 ] {3fb5010e-a0a8-4ef2-bce6-1b691fd07ff5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3122 | 2025.02.10 18:49:43.362055 [ 256 ] {3fb5010e-a0a8-4ef2-bce6-1b691fd07ff5} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3123 | 2025.02.10 18:49:43.362283 [ 256 ] {3fb5010e-a0a8-4ef2-bce6-1b691fd07ff5} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.00179 sec., 232960.8938547486 rows/sec., 16.63 MiB/sec. | ||
| 3124 | 2025.02.10 18:49:43.362334 [ 256 ] {3fb5010e-a0a8-4ef2-bce6-1b691fd07ff5} <Debug> TCPHandler: Processed in 0.002016428 sec. | ||
| 3125 | 2025.02.10 18:49:43.362478 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3126 | 2025.02.10 18:49:43.362596 [ 4 ] {3745260a-3820-437a-8787-5205ede68587} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3127 | 2025.02.10 18:49:43.362647 [ 4 ] {3745260a-3820-437a-8787-5205ede68587} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3128 | 2025.02.10 18:49:43.363127 [ 4 ] {3745260a-3820-437a-8787-5205ede68587} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3129 | 2025.02.10 18:49:43.363165 [ 4 ] {3745260a-3820-437a-8787-5205ede68587} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 3130 | 2025.02.10 18:49:43.363535 [ 4 ] {3745260a-3820-437a-8787-5205ede68587} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3131 | 2025.02.10 18:49:43.363763 [ 4 ] {3745260a-3820-437a-8787-5205ede68587} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3132 | 2025.02.10 18:49:43.363998 [ 4 ] {3745260a-3820-437a-8787-5205ede68587} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001422 sec., 4219.4092827004215 rows/sec., 220.45 KiB/sec. | ||
| 3133 | 2025.02.10 18:49:43.364063 [ 4 ] {3745260a-3820-437a-8787-5205ede68587} <Debug> TCPHandler: Processed in 0.001639799 sec. | ||
| 3134 | 2025.02.10 18:49:43.364255 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3135 | 2025.02.10 18:49:43.364474 [ 256 ] {102b05dd-0267-4963-9928-991679514c22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3136 | 2025.02.10 18:49:43.364571 [ 256 ] {102b05dd-0267-4963-9928-991679514c22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3137 | 2025.02.10 18:49:43.365372 [ 256 ] {102b05dd-0267-4963-9928-991679514c22} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3138 | 2025.02.10 18:49:43.365411 [ 256 ] {102b05dd-0267-4963-9928-991679514c22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 3139 | 2025.02.10 18:49:43.365809 [ 256 ] {102b05dd-0267-4963-9928-991679514c22} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3140 | 2025.02.10 18:49:43.366058 [ 256 ] {102b05dd-0267-4963-9928-991679514c22} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3141 | 2025.02.10 18:49:43.366286 [ 256 ] {102b05dd-0267-4963-9928-991679514c22} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001866 sec., 127009.6463022508 rows/sec., 8.51 MiB/sec. | ||
| 3142 | 2025.02.10 18:49:43.366338 [ 256 ] {102b05dd-0267-4963-9928-991679514c22} <Debug> TCPHandler: Processed in 0.002189873 sec. | ||
| 3143 | 2025.02.10 18:49:43.366473 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3144 | 2025.02.10 18:49:43.366591 [ 4 ] {54e3f885-9ba1-4f8d-8e01-fc3dee73f0bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3145 | 2025.02.10 18:49:43.366642 [ 4 ] {54e3f885-9ba1-4f8d-8e01-fc3dee73f0bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3146 | 2025.02.10 18:49:43.367139 [ 4 ] {54e3f885-9ba1-4f8d-8e01-fc3dee73f0bd} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3147 | 2025.02.10 18:49:43.367176 [ 4 ] {54e3f885-9ba1-4f8d-8e01-fc3dee73f0bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 3148 | 2025.02.10 18:49:43.367532 [ 4 ] {54e3f885-9ba1-4f8d-8e01-fc3dee73f0bd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3149 | 2025.02.10 18:49:43.367761 [ 4 ] {54e3f885-9ba1-4f8d-8e01-fc3dee73f0bd} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3150 | 2025.02.10 18:49:43.367956 [ 4 ] {54e3f885-9ba1-4f8d-8e01-fc3dee73f0bd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00139 sec., 719.4244604316547 rows/sec., 48.48 KiB/sec. | ||
| 3151 | 2025.02.10 18:49:43.368006 [ 4 ] {54e3f885-9ba1-4f8d-8e01-fc3dee73f0bd} <Debug> TCPHandler: Processed in 0.001587878 sec. | ||
| 3152 | 2025.02.10 18:49:43.368164 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3153 | 2025.02.10 18:49:43.368301 [ 256 ] {9e48e761-c423-435f-a953-e79080129588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3154 | 2025.02.10 18:49:43.368393 [ 256 ] {9e48e761-c423-435f-a953-e79080129588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3155 | 2025.02.10 18:49:43.369655 [ 256 ] {9e48e761-c423-435f-a953-e79080129588} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3156 | 2025.02.10 18:49:43.369694 [ 256 ] {9e48e761-c423-435f-a953-e79080129588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 3157 | 2025.02.10 18:49:43.370356 [ 256 ] {9e48e761-c423-435f-a953-e79080129588} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3158 | 2025.02.10 18:49:43.370605 [ 256 ] {9e48e761-c423-435f-a953-e79080129588} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3159 | 2025.02.10 18:49:43.370776 [ 135 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3160 | 2025.02.10 18:49:43.370847 [ 135 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3161 | 2025.02.10 18:49:43.370884 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 3162 | 2025.02.10 18:49:43.370890 [ 256 ] {9e48e761-c423-435f-a953-e79080129588} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002606 sec., 13430.544896392941 rows/sec., 24.07 MiB/sec. | ||
| 3163 | 2025.02.10 18:49:43.371356 [ 201 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::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 | ||
| 3164 | 2025.02.10 18:49:43.371681 [ 256 ] {9e48e761-c423-435f-a953-e79080129588} <Debug> TCPHandler: Processed in 0.003585467 sec. | ||
| 3165 | 2025.02.10 18:49:43.371897 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3166 | 2025.02.10 18:49:43.371988 [ 201 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3167 | 2025.02.10 18:49:43.372162 [ 4 ] {dfabec9b-eaa2-4442-90bd-711cb44bc169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3168 | 2025.02.10 18:49:43.372172 [ 201 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 96 rows starting from the beginning of the part | ||
| 3169 | 2025.02.10 18:49:43.372272 [ 4 ] {dfabec9b-eaa2-4442-90bd-711cb44bc169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3170 | 2025.02.10 18:49:43.373049 [ 201 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::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 | ||
| 3171 | 2025.02.10 18:49:43.373770 [ 201 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 3172 | 2025.02.10 18:49:43.374519 [ 201 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::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 | ||
| 3173 | 2025.02.10 18:49:43.374617 [ 4 ] {dfabec9b-eaa2-4442-90bd-711cb44bc169} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3174 | 2025.02.10 18:49:43.374717 [ 4 ] {dfabec9b-eaa2-4442-90bd-711cb44bc169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 3175 | 2025.02.10 18:49:43.375175 [ 201 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
| 3176 | 2025.02.10 18:49:43.375833 [ 201 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::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 | ||
| 3177 | 2025.02.10 18:49:43.376340 [ 4 ] {dfabec9b-eaa2-4442-90bd-711cb44bc169} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3178 | 2025.02.10 18:49:43.376968 [ 4 ] {dfabec9b-eaa2-4442-90bd-711cb44bc169} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3179 | 2025.02.10 18:49:43.377430 [ 4 ] {dfabec9b-eaa2-4442-90bd-711cb44bc169} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005363 sec., 15289.94965504382 rows/sec., 994.41 KiB/sec. | ||
| 3180 | 2025.02.10 18:49:43.377639 [ 4 ] {dfabec9b-eaa2-4442-90bd-711cb44bc169} <Debug> TCPHandler: Processed in 0.005858491 sec. | ||
| 3181 | 2025.02.10 18:49:43.379799 [ 199 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 209 rows, containing 19 columns (19 merged, 0 gathered) in 0.008817422 sec., 23703.073301924305 rows/sec., 42.47 MiB/sec. | ||
| 3182 | 2025.02.10 18:49:43.380230 [ 191 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3183 | 2025.02.10 18:49:43.380655 [ 191 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3184 | 2025.02.10 18:49:43.380744 [ 191 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3185 | 2025.02.10 18:49:43.380893 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
| 3186 | 2025.02.10 18:49:47.599850 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3187 | 2025.02.10 18:49:47.599927 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3188 | 2025.02.10 18:49:47.683450 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 | ||
| 3189 | 2025.02.10 18:49:47.684087 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3190 | 2025.02.10 18:49:47.684128 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3191 | 2025.02.10 18:49:47.684703 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3192 | 2025.02.10 18:49:47.684957 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3193 | 2025.02.10 18:49:47.685180 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3194 | 2025.02.10 18:49:48.100194 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3195 | 2025.02.10 18:49:48.120768 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3196 | 2025.02.10 18:49:48.120824 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3197 | 2025.02.10 18:49:48.128326 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3198 | 2025.02.10 18:49:48.129145 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3199 | 2025.02.10 18:49:48.131800 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3200 | 2025.02.10 18:49:48.339239 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3201 | 2025.02.10 18:49:48.339490 [ 4 ] {09cda5a8-57c8-4414-9aaf-20f02ec0f1de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3202 | 2025.02.10 18:49:48.339578 [ 4 ] {09cda5a8-57c8-4414-9aaf-20f02ec0f1de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3203 | 2025.02.10 18:49:48.340451 [ 4 ] {09cda5a8-57c8-4414-9aaf-20f02ec0f1de} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3204 | 2025.02.10 18:49:48.340501 [ 4 ] {09cda5a8-57c8-4414-9aaf-20f02ec0f1de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3205 | 2025.02.10 18:49:48.340933 [ 4 ] {09cda5a8-57c8-4414-9aaf-20f02ec0f1de} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3206 | 2025.02.10 18:49:48.341189 [ 4 ] {09cda5a8-57c8-4414-9aaf-20f02ec0f1de} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3207 | 2025.02.10 18:49:48.341428 [ 4 ] {09cda5a8-57c8-4414-9aaf-20f02ec0f1de} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001997 sec., 33049.57436154231 rows/sec., 2.63 MiB/sec. | ||
| 3208 | 2025.02.10 18:49:48.341494 [ 4 ] {09cda5a8-57c8-4414-9aaf-20f02ec0f1de} <Debug> TCPHandler: Processed in 0.002395078 sec. | ||
| 3209 | 2025.02.10 18:49:48.341781 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3210 | 2025.02.10 18:49:48.342001 [ 256 ] {2d57120f-050e-4909-a391-cbd3c6dc0497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3211 | 2025.02.10 18:49:48.342084 [ 256 ] {2d57120f-050e-4909-a391-cbd3c6dc0497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3212 | 2025.02.10 18:49:48.342863 [ 256 ] {2d57120f-050e-4909-a391-cbd3c6dc0497} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3213 | 2025.02.10 18:49:48.342915 [ 256 ] {2d57120f-050e-4909-a391-cbd3c6dc0497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3214 | 2025.02.10 18:49:48.343360 [ 256 ] {2d57120f-050e-4909-a391-cbd3c6dc0497} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3215 | 2025.02.10 18:49:48.343621 [ 256 ] {2d57120f-050e-4909-a391-cbd3c6dc0497} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3216 | 2025.02.10 18:49:48.343860 [ 256 ] {2d57120f-050e-4909-a391-cbd3c6dc0497} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001919 sec., 2605.5237102657634 rows/sec., 195.92 KiB/sec. | ||
| 3217 | 2025.02.10 18:49:48.343926 [ 256 ] {2d57120f-050e-4909-a391-cbd3c6dc0497} <Debug> TCPHandler: Processed in 0.002291395 sec. | ||
| 3218 | 2025.02.10 18:49:48.344095 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3219 | 2025.02.10 18:49:48.344241 [ 4 ] {a657c12f-7c6b-432a-8331-cc4655b7dc38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3220 | 2025.02.10 18:49:48.344304 [ 4 ] {a657c12f-7c6b-432a-8331-cc4655b7dc38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3221 | 2025.02.10 18:49:48.345050 [ 4 ] {a657c12f-7c6b-432a-8331-cc4655b7dc38} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3222 | 2025.02.10 18:49:48.345097 [ 4 ] {a657c12f-7c6b-432a-8331-cc4655b7dc38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3223 | 2025.02.10 18:49:48.345490 [ 4 ] {a657c12f-7c6b-432a-8331-cc4655b7dc38} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3224 | 2025.02.10 18:49:48.345728 [ 4 ] {a657c12f-7c6b-432a-8331-cc4655b7dc38} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3225 | 2025.02.10 18:49:48.345938 [ 4 ] {a657c12f-7c6b-432a-8331-cc4655b7dc38} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001733 sec., 39815.34910559723 rows/sec., 3.11 MiB/sec. | ||
| 3226 | 2025.02.10 18:49:48.345992 [ 4 ] {a657c12f-7c6b-432a-8331-cc4655b7dc38} <Debug> TCPHandler: Processed in 0.001966118 sec. | ||
| 3227 | 2025.02.10 18:49:48.346158 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3228 | 2025.02.10 18:49:48.346298 [ 256 ] {71454088-57b3-4aa3-ba8b-58b7aae80278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3229 | 2025.02.10 18:49:48.346365 [ 256 ] {71454088-57b3-4aa3-ba8b-58b7aae80278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3230 | 2025.02.10 18:49:48.347059 [ 256 ] {71454088-57b3-4aa3-ba8b-58b7aae80278} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3231 | 2025.02.10 18:49:48.347108 [ 256 ] {71454088-57b3-4aa3-ba8b-58b7aae80278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3232 | 2025.02.10 18:49:48.347535 [ 256 ] {71454088-57b3-4aa3-ba8b-58b7aae80278} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3233 | 2025.02.10 18:49:48.347788 [ 256 ] {71454088-57b3-4aa3-ba8b-58b7aae80278} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3234 | 2025.02.10 18:49:48.348011 [ 256 ] {71454088-57b3-4aa3-ba8b-58b7aae80278} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001753 sec., 91272.10496292071 rows/sec., 6.36 MiB/sec. | ||
| 3235 | 2025.02.10 18:49:48.348065 [ 256 ] {71454088-57b3-4aa3-ba8b-58b7aae80278} <Debug> TCPHandler: Processed in 0.001962817 sec. | ||
| 3236 | 2025.02.10 18:49:48.348215 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3237 | 2025.02.10 18:49:48.348359 [ 4 ] {6a5e05c7-5eb7-40dc-bccb-02daf4e87ecc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3238 | 2025.02.10 18:49:48.348454 [ 4 ] {6a5e05c7-5eb7-40dc-bccb-02daf4e87ecc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3239 | 2025.02.10 18:49:48.349822 [ 4 ] {6a5e05c7-5eb7-40dc-bccb-02daf4e87ecc} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3240 | 2025.02.10 18:49:48.349872 [ 4 ] {6a5e05c7-5eb7-40dc-bccb-02daf4e87ecc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3241 | 2025.02.10 18:49:48.350556 [ 4 ] {6a5e05c7-5eb7-40dc-bccb-02daf4e87ecc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3242 | 2025.02.10 18:49:48.350828 [ 4 ] {6a5e05c7-5eb7-40dc-bccb-02daf4e87ecc} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3243 | 2025.02.10 18:49:48.351055 [ 4 ] {6a5e05c7-5eb7-40dc-bccb-02daf4e87ecc} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002728 sec., 1832.8445747800588 rows/sec., 3.28 MiB/sec. | ||
| 3244 | 2025.02.10 18:49:48.351148 [ 4 ] {6a5e05c7-5eb7-40dc-bccb-02daf4e87ecc} <Debug> TCPHandler: Processed in 0.002989942 sec. | ||
| 3245 | 2025.02.10 18:49:48.351313 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3246 | 2025.02.10 18:49:48.351454 [ 256 ] {83322fff-4d19-495f-a827-e4c9d3845600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3247 | 2025.02.10 18:49:48.351516 [ 256 ] {83322fff-4d19-495f-a827-e4c9d3845600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3248 | 2025.02.10 18:49:48.352108 [ 256 ] {83322fff-4d19-495f-a827-e4c9d3845600} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3249 | 2025.02.10 18:49:48.352156 [ 256 ] {83322fff-4d19-495f-a827-e4c9d3845600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3250 | 2025.02.10 18:49:48.352542 [ 256 ] {83322fff-4d19-495f-a827-e4c9d3845600} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3251 | 2025.02.10 18:49:48.352778 [ 256 ] {83322fff-4d19-495f-a827-e4c9d3845600} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3252 | 2025.02.10 18:49:48.352988 [ 256 ] {83322fff-4d19-495f-a827-e4c9d3845600} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001565 sec., 38338.65814696486 rows/sec., 2.58 MiB/sec. | ||
| 3253 | 2025.02.10 18:49:48.353039 [ 256 ] {83322fff-4d19-495f-a827-e4c9d3845600} <Debug> TCPHandler: Processed in 0.001795444 sec. | ||
| 3254 | 2025.02.10 18:49:52.704284 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 482 | ||
| 3255 | 2025.02.10 18:49:52.707297 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3256 | 2025.02.10 18:49:52.707347 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3257 | 2025.02.10 18:49:52.708792 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3258 | 2025.02.10 18:49:52.709107 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3259 | 2025.02.10 18:49:52.710051 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 482 | ||
| 3260 | 2025.02.10 18:49:53.346195 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3261 | 2025.02.10 18:49:53.346412 [ 4 ] {8243f97f-5d49-4b10-8e85-c2d275f673dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3262 | 2025.02.10 18:49:53.346484 [ 4 ] {8243f97f-5d49-4b10-8e85-c2d275f673dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3263 | 2025.02.10 18:49:53.347222 [ 4 ] {8243f97f-5d49-4b10-8e85-c2d275f673dd} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3264 | 2025.02.10 18:49:53.347274 [ 4 ] {8243f97f-5d49-4b10-8e85-c2d275f673dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3265 | 2025.02.10 18:49:53.347710 [ 4 ] {8243f97f-5d49-4b10-8e85-c2d275f673dd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3266 | 2025.02.10 18:49:53.347968 [ 4 ] {8243f97f-5d49-4b10-8e85-c2d275f673dd} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3267 | 2025.02.10 18:49:53.348186 [ 4 ] {8243f97f-5d49-4b10-8e85-c2d275f673dd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001823 sec., 7679.648930334613 rows/sec., 552.83 KiB/sec. | ||
| 3268 | 2025.02.10 18:49:53.348195 [ 119 ] {} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3269 | 2025.02.10 18:49:53.348257 [ 4 ] {8243f97f-5d49-4b10-8e85-c2d275f673dd} <Debug> TCPHandler: Processed in 0.002192313 sec. | ||
| 3270 | 2025.02.10 18:49:53.348328 [ 119 ] {} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3271 | 2025.02.10 18:49:53.348397 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3272 | 2025.02.10 18:49:53.348610 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3273 | 2025.02.10 18:49:53.348631 [ 188 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::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 | ||
| 3274 | 2025.02.10 18:49:53.348949 [ 256 ] {2276180e-23c0-4cab-9d5f-f2f568683303} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3275 | 2025.02.10 18:49:53.348975 [ 188 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3276 | 2025.02.10 18:49:53.349040 [ 188 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part | ||
| 3277 | 2025.02.10 18:49:53.349074 [ 256 ] {2276180e-23c0-4cab-9d5f-f2f568683303} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3278 | 2025.02.10 18:49:53.349477 [ 188 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
| 3279 | 2025.02.10 18:49:53.349793 [ 188 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 3280 | 2025.02.10 18:49:53.350188 [ 188 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
| 3281 | 2025.02.10 18:49:53.350569 [ 188 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
| 3282 | 2025.02.10 18:49:53.351617 [ 256 ] {2276180e-23c0-4cab-9d5f-f2f568683303} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3283 | 2025.02.10 18:49:53.351696 [ 256 ] {2276180e-23c0-4cab-9d5f-f2f568683303} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3284 | 2025.02.10 18:49:53.352761 [ 256 ] {2276180e-23c0-4cab-9d5f-f2f568683303} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3285 | 2025.02.10 18:49:53.353328 [ 188 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004817117 sec., 14531.513351243077 rows/sec., 1.08 MiB/sec. | ||
| 3286 | 2025.02.10 18:49:53.353341 [ 256 ] {2276180e-23c0-4cab-9d5f-f2f568683303} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3287 | 2025.02.10 18:49:53.353538 [ 188 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3288 | 2025.02.10 18:49:53.353970 [ 256 ] {2276180e-23c0-4cab-9d5f-f2f568683303} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005164 sec., 387.29666924864443 rows/sec., 31.58 KiB/sec. | ||
| 3289 | 2025.02.10 18:49:53.354130 [ 256 ] {2276180e-23c0-4cab-9d5f-f2f568683303} <Debug> TCPHandler: Processed in 0.005724138 sec. | ||
| 3290 | 2025.02.10 18:49:53.354349 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3291 | 2025.02.10 18:49:53.354366 [ 188 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_9_2} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3292 | 2025.02.10 18:49:53.354513 [ 188 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_9_2} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3293 | 2025.02.10 18:49:53.354554 [ 4 ] {c68519d4-6d25-4197-8d96-564eed5fe1a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3294 | 2025.02.10 18:49:53.354667 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3295 | 2025.02.10 18:49:53.354682 [ 4 ] {c68519d4-6d25-4197-8d96-564eed5fe1a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3296 | 2025.02.10 18:49:53.355519 [ 4 ] {c68519d4-6d25-4197-8d96-564eed5fe1a2} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3297 | 2025.02.10 18:49:53.355559 [ 4 ] {c68519d4-6d25-4197-8d96-564eed5fe1a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3298 | 2025.02.10 18:49:53.355946 [ 4 ] {c68519d4-6d25-4197-8d96-564eed5fe1a2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3299 | 2025.02.10 18:49:53.356196 [ 4 ] {c68519d4-6d25-4197-8d96-564eed5fe1a2} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3300 | 2025.02.10 18:49:53.356363 [ 119 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3301 | 2025.02.10 18:49:53.356426 [ 119 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3302 | 2025.02.10 18:49:53.356431 [ 4 ] {c68519d4-6d25-4197-8d96-564eed5fe1a2} <Debug> executeQuery: Read 274 rows, 24.71 KiB in 0.001931 sec., 141895.3909891248 rows/sec., 12.50 MiB/sec. | ||
| 3303 | 2025.02.10 18:49:53.356459 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3304 | 2025.02.10 18:49:53.356589 [ 4 ] {c68519d4-6d25-4197-8d96-564eed5fe1a2} <Debug> TCPHandler: Processed in 0.002329766 sec. | ||
| 3305 | 2025.02.10 18:49:53.356691 [ 199 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::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 | ||
| 3306 | 2025.02.10 18:49:53.356799 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3307 | 2025.02.10 18:49:53.356903 [ 199 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3308 | 2025.02.10 18:49:53.356994 [ 199 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1426 rows starting from the beginning of the part | ||
| 3309 | 2025.02.10 18:49:53.357023 [ 256 ] {c30f6520-b8c5-41f6-888c-5d8453400159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3310 | 2025.02.10 18:49:53.357224 [ 256 ] {c30f6520-b8c5-41f6-888c-5d8453400159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3311 | 2025.02.10 18:49:53.357285 [ 199 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1205 rows starting from the beginning of the part | ||
| 3312 | 2025.02.10 18:49:53.357650 [ 199 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::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 | ||
| 3313 | 2025.02.10 18:49:53.357998 [ 199 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 273 rows starting from the beginning of the part | ||
| 3314 | 2025.02.10 18:49:53.358365 [ 199 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::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 | ||
| 3315 | 2025.02.10 18:49:53.358923 [ 199 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 274 rows starting from the beginning of the part | ||
| 3316 | 2025.02.10 18:49:53.360405 [ 256 ] {c30f6520-b8c5-41f6-888c-5d8453400159} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3317 | 2025.02.10 18:49:53.360503 [ 256 ] {c30f6520-b8c5-41f6-888c-5d8453400159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3318 | 2025.02.10 18:49:53.361544 [ 256 ] {c30f6520-b8c5-41f6-888c-5d8453400159} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3319 | 2025.02.10 18:49:53.361927 [ 256 ] {c30f6520-b8c5-41f6-888c-5d8453400159} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3320 | 2025.02.10 18:49:53.362214 [ 256 ] {c30f6520-b8c5-41f6-888c-5d8453400159} <Debug> executeQuery: Read 44 rows, 3.23 KiB in 0.005253 sec., 8376.166000380736 rows/sec., 614.42 KiB/sec. | ||
| 3321 | 2025.02.10 18:49:53.362501 [ 256 ] {c30f6520-b8c5-41f6-888c-5d8453400159} <Debug> TCPHandler: Processed in 0.005782439 sec. | ||
| 3322 | 2025.02.10 18:49:53.362774 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3323 | 2025.02.10 18:49:53.362912 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3300 rows, containing 5 columns (5 merged, 0 gathered) in 0.006320072 sec., 522145.95023600996 rows/sec., 45.77 MiB/sec. | ||
| 3324 | 2025.02.10 18:49:53.362981 [ 4 ] {03b527db-15a5-433e-a680-a8c5eef78ace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3325 | 2025.02.10 18:49:53.363039 [ 4 ] {03b527db-15a5-433e-a680-a8c5eef78ace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3326 | 2025.02.10 18:49:53.363246 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3327 | 2025.02.10 18:49:53.363900 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_21_4} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3328 | 2025.02.10 18:49:53.364072 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_21_4} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3329 | 2025.02.10 18:49:53.364259 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 3330 | 2025.02.10 18:49:53.364358 [ 4 ] {03b527db-15a5-433e-a680-a8c5eef78ace} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3331 | 2025.02.10 18:49:53.364403 [ 4 ] {03b527db-15a5-433e-a680-a8c5eef78ace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3332 | 2025.02.10 18:49:53.364765 [ 4 ] {03b527db-15a5-433e-a680-a8c5eef78ace} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3333 | 2025.02.10 18:49:53.365009 [ 4 ] {03b527db-15a5-433e-a680-a8c5eef78ace} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3334 | 2025.02.10 18:49:53.365163 [ 119 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3335 | 2025.02.10 18:49:53.365228 [ 119 ] {} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3336 | 2025.02.10 18:49:53.365245 [ 4 ] {03b527db-15a5-433e-a680-a8c5eef78ace} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002297 sec., 6094.90639965172 rows/sec., 426.85 KiB/sec. | ||
| 3337 | 2025.02.10 18:49:53.365275 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3338 | 2025.02.10 18:49:53.365405 [ 4 ] {03b527db-15a5-433e-a680-a8c5eef78ace} <Debug> TCPHandler: Processed in 0.002777427 sec. | ||
| 3339 | 2025.02.10 18:49:53.365651 [ 199 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::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 | ||
| 3340 | 2025.02.10 18:49:53.365803 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3341 | 2025.02.10 18:49:53.365947 [ 199 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3342 | 2025.02.10 18:49:53.366019 [ 199 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part | ||
| 3343 | 2025.02.10 18:49:53.366099 [ 256 ] {2291b112-619b-4187-9bc0-dc35579fbe59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3344 | 2025.02.10 18:49:53.366269 [ 256 ] {2291b112-619b-4187-9bc0-dc35579fbe59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3345 | 2025.02.10 18:49:53.366269 [ 199 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 3346 | 2025.02.10 18:49:53.366648 [ 199 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
| 3347 | 2025.02.10 18:49:53.367004 [ 199 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::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 | ||
| 3348 | 2025.02.10 18:49:53.367351 [ 199 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 3349 | 2025.02.10 18:49:53.367748 [ 199 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
| 3350 | 2025.02.10 18:49:53.368733 [ 256 ] {2291b112-619b-4187-9bc0-dc35579fbe59} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3351 | 2025.02.10 18:49:53.368810 [ 256 ] {2291b112-619b-4187-9bc0-dc35579fbe59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3352 | 2025.02.10 18:49:53.369796 [ 256 ] {2291b112-619b-4187-9bc0-dc35579fbe59} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3353 | 2025.02.10 18:49:53.370392 [ 256 ] {2291b112-619b-4187-9bc0-dc35579fbe59} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3354 | 2025.02.10 18:49:53.370429 [ 188 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005044851 sec., 104264.72456768296 rows/sec., 7.47 MiB/sec. | ||
| 3355 | 2025.02.10 18:49:53.370627 [ 119 ] {} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3356 | 2025.02.10 18:49:53.370719 [ 119 ] {} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3357 | 2025.02.10 18:49:53.370742 [ 200 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3358 | 2025.02.10 18:49:53.370794 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3359 | 2025.02.10 18:49:53.370925 [ 256 ] {2291b112-619b-4187-9bc0-dc35579fbe59} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00484 sec., 2685.9504132231405 rows/sec., 167.47 KiB/sec. | ||
| 3360 | 2025.02.10 18:49:53.371462 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::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 | ||
| 3361 | 2025.02.10 18:49:53.371524 [ 256 ] {2291b112-619b-4187-9bc0-dc35579fbe59} <Debug> TCPHandler: Processed in 0.005958344 sec. | ||
| 3362 | 2025.02.10 18:49:53.371906 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3363 | 2025.02.10 18:49:53.372036 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3364 | 2025.02.10 18:49:53.372106 [ 189 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_11_2} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3365 | 2025.02.10 18:49:53.372193 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 13 rows starting from the beginning of the part | ||
| 3366 | 2025.02.10 18:49:53.372270 [ 4 ] {7f925a0c-cc61-4e82-b16e-8c9065a05532} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3367 | 2025.02.10 18:49:53.372443 [ 4 ] {7f925a0c-cc61-4e82-b16e-8c9065a05532} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3368 | 2025.02.10 18:49:53.372497 [ 189 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_11_2} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3369 | 2025.02.10 18:49:53.372872 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 3370 | 2025.02.10 18:49:53.372896 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 13 rows starting from the beginning of the part | ||
| 3371 | 2025.02.10 18:49:53.373275 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 13 rows starting from the beginning of the part | ||
| 3372 | 2025.02.10 18:49:53.373734 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 13 rows starting from the beginning of the part | ||
| 3373 | 2025.02.10 18:49:53.374107 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 13 rows starting from the beginning of the part | ||
| 3374 | 2025.02.10 18:49:53.375466 [ 4 ] {7f925a0c-cc61-4e82-b16e-8c9065a05532} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3375 | 2025.02.10 18:49:53.375541 [ 4 ] {7f925a0c-cc61-4e82-b16e-8c9065a05532} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3376 | 2025.02.10 18:49:53.376549 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005609655 sec., 11587.165342610197 rows/sec., 767.72 KiB/sec. | ||
| 3377 | 2025.02.10 18:49:53.376730 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3378 | 2025.02.10 18:49:53.376739 [ 4 ] {7f925a0c-cc61-4e82-b16e-8c9065a05532} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3379 | 2025.02.10 18:49:53.377227 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_9_2} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3380 | 2025.02.10 18:49:53.377241 [ 4 ] {7f925a0c-cc61-4e82-b16e-8c9065a05532} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3381 | 2025.02.10 18:49:53.377400 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_9_2} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3382 | 2025.02.10 18:49:53.377543 [ 119 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3383 | 2025.02.10 18:49:53.377638 [ 119 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3384 | 2025.02.10 18:49:53.377673 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3385 | 2025.02.10 18:49:53.377704 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3386 | 2025.02.10 18:49:53.377786 [ 4 ] {7f925a0c-cc61-4e82-b16e-8c9065a05532} <Debug> executeQuery: Read 419 rows, 30.65 KiB in 0.005627 sec., 74462.41336413719 rows/sec., 5.32 MiB/sec. | ||
| 3387 | 2025.02.10 18:49:53.377959 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::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 | ||
| 3388 | 2025.02.10 18:49:53.377989 [ 4 ] {7f925a0c-cc61-4e82-b16e-8c9065a05532} <Debug> TCPHandler: Processed in 0.006308523 sec. | ||
| 3389 | 2025.02.10 18:49:53.378191 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3390 | 2025.02.10 18:49:53.378217 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3391 | 2025.02.10 18:49:53.378235 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 905 rows starting from the beginning of the part | ||
| 3392 | 2025.02.10 18:49:53.378435 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 526 rows starting from the beginning of the part | ||
| 3393 | 2025.02.10 18:49:53.378622 [ 256 ] {26a5d098-2002-439c-94f1-7073529d7cfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3394 | 2025.02.10 18:49:53.378838 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::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 | ||
| 3395 | 2025.02.10 18:49:53.378876 [ 256 ] {26a5d098-2002-439c-94f1-7073529d7cfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3396 | 2025.02.10 18:49:53.379113 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::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 | ||
| 3397 | 2025.02.10 18:49:53.379524 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::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 | ||
| 3398 | 2025.02.10 18:49:53.379878 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 419 rows starting from the beginning of the part | ||
| 3399 | 2025.02.10 18:49:53.381311 [ 256 ] {26a5d098-2002-439c-94f1-7073529d7cfb} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3400 | 2025.02.10 18:49:53.381383 [ 256 ] {26a5d098-2002-439c-94f1-7073529d7cfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3401 | 2025.02.10 18:49:53.382464 [ 256 ] {26a5d098-2002-439c-94f1-7073529d7cfb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3402 | 2025.02.10 18:49:53.382820 [ 256 ] {26a5d098-2002-439c-94f1-7073529d7cfb} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3403 | 2025.02.10 18:49:53.383304 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2400 rows, containing 5 columns (5 merged, 0 gathered) in 0.005492332 sec., 436972.855974475 rows/sec., 33.50 MiB/sec. | ||
| 3404 | 2025.02.10 18:49:53.383328 [ 256 ] {26a5d098-2002-439c-94f1-7073529d7cfb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004871 sec., 1231.7799219872716 rows/sec., 64.36 KiB/sec. | ||
| 3405 | 2025.02.10 18:49:53.383443 [ 256 ] {26a5d098-2002-439c-94f1-7073529d7cfb} <Debug> TCPHandler: Processed in 0.005335658 sec. | ||
| 3406 | 2025.02.10 18:49:53.383572 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3407 | 2025.02.10 18:49:53.383646 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3408 | 2025.02.10 18:49:53.383860 [ 4 ] {ecec1195-0f97-4027-9b6b-490666257dbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3409 | 2025.02.10 18:49:53.383974 [ 4 ] {ecec1195-0f97-4027-9b6b-490666257dbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3410 | 2025.02.10 18:49:53.384155 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_21_4} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3411 | 2025.02.10 18:49:53.384414 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_21_4} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3412 | 2025.02.10 18:49:53.384573 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 3413 | 2025.02.10 18:49:53.385042 [ 4 ] {ecec1195-0f97-4027-9b6b-490666257dbb} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3414 | 2025.02.10 18:49:53.385087 [ 4 ] {ecec1195-0f97-4027-9b6b-490666257dbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3415 | 2025.02.10 18:49:53.385489 [ 4 ] {ecec1195-0f97-4027-9b6b-490666257dbb} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3416 | 2025.02.10 18:49:53.385734 [ 4 ] {ecec1195-0f97-4027-9b6b-490666257dbb} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3417 | 2025.02.10 18:49:53.385888 [ 119 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3418 | 2025.02.10 18:49:53.385947 [ 119 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3419 | 2025.02.10 18:49:53.385978 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3420 | 2025.02.10 18:49:53.385990 [ 4 ] {ecec1195-0f97-4027-9b6b-490666257dbb} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.002194 sec., 108477.66636280765 rows/sec., 7.27 MiB/sec. | ||
| 3421 | 2025.02.10 18:49:53.386221 [ 4 ] {ecec1195-0f97-4027-9b6b-490666257dbb} <Debug> TCPHandler: Processed in 0.002663504 sec. | ||
| 3422 | 2025.02.10 18:49:53.386246 [ 189 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::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 | ||
| 3423 | 2025.02.10 18:49:53.386375 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3424 | 2025.02.10 18:49:53.386404 [ 189 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3425 | 2025.02.10 18:49:53.386439 [ 189 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5780 rows starting from the beginning of the part | ||
| 3426 | 2025.02.10 18:49:53.386531 [ 256 ] {bb6d3f89-f926-4fe2-b721-7a15f4cf7d01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3427 | 2025.02.10 18:49:53.386662 [ 189 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 965 rows starting from the beginning of the part | ||
| 3428 | 2025.02.10 18:49:53.386701 [ 256 ] {bb6d3f89-f926-4fe2-b721-7a15f4cf7d01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3429 | 2025.02.10 18:49:53.387055 [ 189 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 42 rows starting from the beginning of the part | ||
| 3430 | 2025.02.10 18:49:53.387424 [ 189 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::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 | ||
| 3431 | 2025.02.10 18:49:53.387797 [ 189 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::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 | ||
| 3432 | 2025.02.10 18:49:53.388155 [ 189 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 238 rows starting from the beginning of the part | ||
| 3433 | 2025.02.10 18:49:53.388971 [ 256 ] {bb6d3f89-f926-4fe2-b721-7a15f4cf7d01} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3434 | 2025.02.10 18:49:53.389018 [ 256 ] {bb6d3f89-f926-4fe2-b721-7a15f4cf7d01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3435 | 2025.02.10 18:49:53.389442 [ 256 ] {bb6d3f89-f926-4fe2-b721-7a15f4cf7d01} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3436 | 2025.02.10 18:49:53.389774 [ 256 ] {bb6d3f89-f926-4fe2-b721-7a15f4cf7d01} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3437 | 2025.02.10 18:49:53.390271 [ 256 ] {bb6d3f89-f926-4fe2-b721-7a15f4cf7d01} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00377 sec., 265.2519893899204 rows/sec., 17.87 KiB/sec. | ||
| 3438 | 2025.02.10 18:49:53.390599 [ 256 ] {bb6d3f89-f926-4fe2-b721-7a15f4cf7d01} <Debug> TCPHandler: Processed in 0.004276113 sec. | ||
| 3439 | 2025.02.10 18:49:53.390794 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3440 | 2025.02.10 18:49:53.390973 [ 4 ] {431ac1c7-88e4-4dd6-8786-bc93e4b41ad2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3441 | 2025.02.10 18:49:53.391067 [ 4 ] {431ac1c7-88e4-4dd6-8786-bc93e4b41ad2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3442 | 2025.02.10 18:49:53.392265 [ 189 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7422 rows, containing 5 columns (5 merged, 0 gathered) in 0.006205419 sec., 1196051.3866992705 rows/sec., 80.67 MiB/sec. | ||
| 3443 | 2025.02.10 18:49:53.392893 [ 189 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3444 | 2025.02.10 18:49:53.393615 [ 189 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3445 | 2025.02.10 18:49:53.393627 [ 4 ] {431ac1c7-88e4-4dd6-8786-bc93e4b41ad2} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3446 | 2025.02.10 18:49:53.393692 [ 4 ] {431ac1c7-88e4-4dd6-8786-bc93e4b41ad2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3447 | 2025.02.10 18:49:53.393736 [ 189 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3448 | 2025.02.10 18:49:53.393906 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. | ||
| 3449 | 2025.02.10 18:49:53.394562 [ 4 ] {431ac1c7-88e4-4dd6-8786-bc93e4b41ad2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3450 | 2025.02.10 18:49:53.394832 [ 4 ] {431ac1c7-88e4-4dd6-8786-bc93e4b41ad2} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3451 | 2025.02.10 18:49:53.395072 [ 4 ] {431ac1c7-88e4-4dd6-8786-bc93e4b41ad2} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.004167 sec., 8399.3280537557 rows/sec., 15.05 MiB/sec. | ||
| 3452 | 2025.02.10 18:49:53.395176 [ 4 ] {431ac1c7-88e4-4dd6-8786-bc93e4b41ad2} <Debug> TCPHandler: Processed in 0.004456708 sec. | ||
| 3453 | 2025.02.10 18:49:53.395334 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3454 | 2025.02.10 18:49:53.395454 [ 256 ] {09bdd2e6-df31-41f8-a3e5-1855fede20aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3455 | 2025.02.10 18:49:53.395504 [ 256 ] {09bdd2e6-df31-41f8-a3e5-1855fede20aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3456 | 2025.02.10 18:49:53.396015 [ 256 ] {09bdd2e6-df31-41f8-a3e5-1855fede20aa} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3457 | 2025.02.10 18:49:53.396053 [ 256 ] {09bdd2e6-df31-41f8-a3e5-1855fede20aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3458 | 2025.02.10 18:49:53.396440 [ 256 ] {09bdd2e6-df31-41f8-a3e5-1855fede20aa} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3459 | 2025.02.10 18:49:53.396683 [ 256 ] {09bdd2e6-df31-41f8-a3e5-1855fede20aa} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3460 | 2025.02.10 18:49:53.396812 [ 117 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3461 | 2025.02.10 18:49:53.396859 [ 117 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3462 | 2025.02.10 18:49:53.396870 [ 256 ] {09bdd2e6-df31-41f8-a3e5-1855fede20aa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001439 sec., 56984.01667824879 rows/sec., 3.62 MiB/sec. | ||
| 3463 | 2025.02.10 18:49:53.396891 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3464 | 2025.02.10 18:49:53.396947 [ 256 ] {09bdd2e6-df31-41f8-a3e5-1855fede20aa} <Debug> TCPHandler: Processed in 0.00166831 sec. | ||
| 3465 | 2025.02.10 18:49:53.397184 [ 197 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 3466 | 2025.02.10 18:49:53.397451 [ 197 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3467 | 2025.02.10 18:49:53.397481 [ 197 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 3468 | 2025.02.10 18:49:53.397539 [ 197 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 44 rows starting from the beginning of the part | ||
| 3469 | 2025.02.10 18:49:53.397817 [ 197 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 16 rows starting from the beginning of the part | ||
| 3470 | 2025.02.10 18:49:53.397893 [ 197 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 3471 | 2025.02.10 18:49:53.398099 [ 197 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 3472 | 2025.02.10 18:49:53.398269 [ 197 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 3473 | 2025.02.10 18:49:53.399415 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1326 rows, containing 4 columns (4 merged, 0 gathered) in 0.002450499 sec., 541114.2791733439 rows/sec., 35.30 MiB/sec. | ||
| 3474 | 2025.02.10 18:49:53.399630 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3475 | 2025.02.10 18:49:53.399967 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_21_4} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3476 | 2025.02.10 18:49:53.400057 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_21_4} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3477 | 2025.02.10 18:49:53.400157 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 3478 | 2025.02.10 18:49:55.185326 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 | ||
| 3479 | 2025.02.10 18:49:55.186116 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3480 | 2025.02.10 18:49:55.186169 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3481 | 2025.02.10 18:49:55.186745 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3482 | 2025.02.10 18:49:55.186996 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3483 | 2025.02.10 18:49:55.187242 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 | ||
| 3484 | 2025.02.10 18:49:55.631891 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
| 3485 | 2025.02.10 18:49:55.653667 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3486 | 2025.02.10 18:49:55.653734 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3487 | 2025.02.10 18:49:55.661180 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3488 | 2025.02.10 18:49:55.661941 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3489 | 2025.02.10 18:49:55.665298 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
| 3490 | 2025.02.10 18:49:58.338876 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3491 | 2025.02.10 18:49:58.339087 [ 4 ] {25a282bd-f918-46eb-aedb-3591009cba59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3492 | 2025.02.10 18:49:58.339170 [ 4 ] {25a282bd-f918-46eb-aedb-3591009cba59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3493 | 2025.02.10 18:49:58.340034 [ 4 ] {25a282bd-f918-46eb-aedb-3591009cba59} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3494 | 2025.02.10 18:49:58.340088 [ 4 ] {25a282bd-f918-46eb-aedb-3591009cba59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3495 | 2025.02.10 18:49:58.340526 [ 4 ] {25a282bd-f918-46eb-aedb-3591009cba59} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3496 | 2025.02.10 18:49:58.340789 [ 4 ] {25a282bd-f918-46eb-aedb-3591009cba59} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3497 | 2025.02.10 18:49:58.341022 [ 4 ] {25a282bd-f918-46eb-aedb-3591009cba59} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001994 sec., 33099.29789368104 rows/sec., 2.64 MiB/sec. | ||
| 3498 | 2025.02.10 18:49:58.341090 [ 4 ] {25a282bd-f918-46eb-aedb-3591009cba59} <Debug> TCPHandler: Processed in 0.002352266 sec. | ||
| 3499 | 2025.02.10 18:49:58.341377 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3500 | 2025.02.10 18:49:58.341595 [ 256 ] {bc3428c7-046b-4f2a-9b0f-71acfb82ea32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3501 | 2025.02.10 18:49:58.341674 [ 256 ] {bc3428c7-046b-4f2a-9b0f-71acfb82ea32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3502 | 2025.02.10 18:49:58.342421 [ 256 ] {bc3428c7-046b-4f2a-9b0f-71acfb82ea32} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3503 | 2025.02.10 18:49:58.342475 [ 256 ] {bc3428c7-046b-4f2a-9b0f-71acfb82ea32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3504 | 2025.02.10 18:49:58.342907 [ 256 ] {bc3428c7-046b-4f2a-9b0f-71acfb82ea32} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3505 | 2025.02.10 18:49:58.343169 [ 256 ] {bc3428c7-046b-4f2a-9b0f-71acfb82ea32} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3506 | 2025.02.10 18:49:58.343467 [ 256 ] {bc3428c7-046b-4f2a-9b0f-71acfb82ea32} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.00193 sec., 2590.6735751295337 rows/sec., 194.81 KiB/sec. | ||
| 3507 | 2025.02.10 18:49:58.343676 [ 256 ] {bc3428c7-046b-4f2a-9b0f-71acfb82ea32} <Debug> TCPHandler: Processed in 0.002433119 sec. | ||
| 3508 | 2025.02.10 18:49:58.343860 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3509 | 2025.02.10 18:49:58.344006 [ 4 ] {cb244839-0f14-4c25-b9d9-fc508cf77f79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3510 | 2025.02.10 18:49:58.344067 [ 4 ] {cb244839-0f14-4c25-b9d9-fc508cf77f79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3511 | 2025.02.10 18:49:58.344789 [ 4 ] {cb244839-0f14-4c25-b9d9-fc508cf77f79} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3512 | 2025.02.10 18:49:58.344831 [ 4 ] {cb244839-0f14-4c25-b9d9-fc508cf77f79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3513 | 2025.02.10 18:49:58.345201 [ 4 ] {cb244839-0f14-4c25-b9d9-fc508cf77f79} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3514 | 2025.02.10 18:49:58.345446 [ 4 ] {cb244839-0f14-4c25-b9d9-fc508cf77f79} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3515 | 2025.02.10 18:49:58.345690 [ 4 ] {cb244839-0f14-4c25-b9d9-fc508cf77f79} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001718 sec., 40162.98020954599 rows/sec., 3.14 MiB/sec. | ||
| 3516 | 2025.02.10 18:49:58.345923 [ 4 ] {cb244839-0f14-4c25-b9d9-fc508cf77f79} <Debug> TCPHandler: Processed in 0.002126172 sec. | ||
| 3517 | 2025.02.10 18:49:58.346136 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3518 | 2025.02.10 18:49:58.346277 [ 256 ] {8aea1d89-f8dd-49bd-b452-d13061a2e686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3519 | 2025.02.10 18:49:58.346343 [ 256 ] {8aea1d89-f8dd-49bd-b452-d13061a2e686} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3520 | 2025.02.10 18:49:58.346933 [ 256 ] {8aea1d89-f8dd-49bd-b452-d13061a2e686} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3521 | 2025.02.10 18:49:58.346972 [ 256 ] {8aea1d89-f8dd-49bd-b452-d13061a2e686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3522 | 2025.02.10 18:49:58.347423 [ 256 ] {8aea1d89-f8dd-49bd-b452-d13061a2e686} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3523 | 2025.02.10 18:49:58.347668 [ 256 ] {8aea1d89-f8dd-49bd-b452-d13061a2e686} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3524 | 2025.02.10 18:49:58.347922 [ 256 ] {8aea1d89-f8dd-49bd-b452-d13061a2e686} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001668 sec., 95923.26139088729 rows/sec., 6.68 MiB/sec. | ||
| 3525 | 2025.02.10 18:49:58.348091 [ 256 ] {8aea1d89-f8dd-49bd-b452-d13061a2e686} <Debug> TCPHandler: Processed in 0.002021109 sec. | ||
| 3526 | 2025.02.10 18:49:58.348310 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3527 | 2025.02.10 18:49:58.348456 [ 4 ] {fec6a64f-fd9b-4381-807c-6d98e62a27c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3528 | 2025.02.10 18:49:58.348544 [ 4 ] {fec6a64f-fd9b-4381-807c-6d98e62a27c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3529 | 2025.02.10 18:49:58.349641 [ 4 ] {fec6a64f-fd9b-4381-807c-6d98e62a27c5} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3530 | 2025.02.10 18:49:58.349682 [ 4 ] {fec6a64f-fd9b-4381-807c-6d98e62a27c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3531 | 2025.02.10 18:49:58.350289 [ 4 ] {fec6a64f-fd9b-4381-807c-6d98e62a27c5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3532 | 2025.02.10 18:49:58.350562 [ 4 ] {fec6a64f-fd9b-4381-807c-6d98e62a27c5} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3533 | 2025.02.10 18:49:58.350896 [ 4 ] {fec6a64f-fd9b-4381-807c-6d98e62a27c5} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002453 sec., 2038.3204239706483 rows/sec., 3.65 MiB/sec. | ||
| 3534 | 2025.02.10 18:49:58.351117 [ 4 ] {fec6a64f-fd9b-4381-807c-6d98e62a27c5} <Debug> TCPHandler: Processed in 0.00290867 sec. | ||
| 3535 | 2025.02.10 18:49:58.351270 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3536 | 2025.02.10 18:49:58.351391 [ 256 ] {53d2f9dd-b152-4d23-ad50-a31bbb24b262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3537 | 2025.02.10 18:49:58.351444 [ 256 ] {53d2f9dd-b152-4d23-ad50-a31bbb24b262} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3538 | 2025.02.10 18:49:58.351944 [ 256 ] {53d2f9dd-b152-4d23-ad50-a31bbb24b262} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3539 | 2025.02.10 18:49:58.351985 [ 256 ] {53d2f9dd-b152-4d23-ad50-a31bbb24b262} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3540 | 2025.02.10 18:49:58.352361 [ 256 ] {53d2f9dd-b152-4d23-ad50-a31bbb24b262} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3541 | 2025.02.10 18:49:58.352599 [ 256 ] {53d2f9dd-b152-4d23-ad50-a31bbb24b262} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3542 | 2025.02.10 18:49:58.352847 [ 256 ] {53d2f9dd-b152-4d23-ad50-a31bbb24b262} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001481 sec., 40513.166779203246 rows/sec., 2.73 MiB/sec. | ||
| 3543 | 2025.02.10 18:49:58.353044 [ 256 ] {53d2f9dd-b152-4d23-ad50-a31bbb24b262} <Debug> TCPHandler: Processed in 0.001826204 sec. | ||
| 3544 | 2025.02.10 18:50:02.599974 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3545 | 2025.02.10 18:50:02.600049 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3546 | 2025.02.10 18:50:02.687396 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 | ||
| 3547 | 2025.02.10 18:50:02.688123 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3548 | 2025.02.10 18:50:02.688175 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3549 | 2025.02.10 18:50:02.688743 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3550 | 2025.02.10 18:50:02.688985 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3551 | 2025.02.10 18:50:02.689171 [ 107 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3552 | 2025.02.10 18:50:02.689254 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3553 | 2025.02.10 18:50:02.689259 [ 107 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3554 | 2025.02.10 18:50:02.689367 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3555 | 2025.02.10 18:50:02.689510 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::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 | ||
| 3556 | 2025.02.10 18:50:02.689674 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3557 | 2025.02.10 18:50:02.689720 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::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 | ||
| 3558 | 2025.02.10 18:50:02.689803 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::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 | ||
| 3559 | 2025.02.10 18:50:02.689997 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::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 | ||
| 3560 | 2025.02.10 18:50:02.690226 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::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 | ||
| 3561 | 2025.02.10 18:50:02.690404 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::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 | ||
| 3562 | 2025.02.10 18:50:02.690560 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::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 | ||
| 3563 | 2025.02.10 18:50:02.692324 [ 186 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002881899 sec., 2561158.458363739 rows/sec., 36.64 MiB/sec. | ||
| 3564 | 2025.02.10 18:50:02.693100 [ 193 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3565 | 2025.02.10 18:50:02.693436 [ 193 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_16_3} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3566 | 2025.02.10 18:50:02.693521 [ 193 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_16_3} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3567 | 2025.02.10 18:50:02.693618 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3568 | 2025.02.10 18:50:02.710274 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 518 | ||
| 3569 | 2025.02.10 18:50:02.713494 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3570 | 2025.02.10 18:50:02.713550 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3571 | 2025.02.10 18:50:02.715007 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3572 | 2025.02.10 18:50:02.715313 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3573 | 2025.02.10 18:50:02.715517 [ 107 ] {} <Debug> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3574 | 2025.02.10 18:50:02.715624 [ 107 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3575 | 2025.02.10 18:50:02.715684 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3576 | 2025.02.10 18:50:02.716039 [ 186 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::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 | ||
| 3577 | 2025.02.10 18:50:02.716811 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 518 | ||
| 3578 | 2025.02.10 18:50:02.717100 [ 186 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3579 | 2025.02.10 18:50:02.717231 [ 186 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 324 rows starting from the beginning of the part | ||
| 3580 | 2025.02.10 18:50:02.717774 [ 186 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 38 rows starting from the beginning of the part | ||
| 3581 | 2025.02.10 18:50:02.718305 [ 186 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part | ||
| 3582 | 2025.02.10 18:50:02.718840 [ 186 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 46 rows starting from the beginning of the part | ||
| 3583 | 2025.02.10 18:50:02.719334 [ 186 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part | ||
| 3584 | 2025.02.10 18:50:02.719974 [ 186 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part | ||
| 3585 | 2025.02.10 18:50:02.727815 [ 198 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 518 rows, containing 72 columns (72 merged, 0 gathered) in 0.01201698 sec., 43105.67214058773 rows/sec., 38.88 MiB/sec. | ||
| 3586 | 2025.02.10 18:50:02.728808 [ 198 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3587 | 2025.02.10 18:50:02.729484 [ 198 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_11_2} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3588 | 2025.02.10 18:50:02.729561 [ 198 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_11_2} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3589 | 2025.02.10 18:50:02.729746 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB. | ||
| 3590 | 2025.02.10 18:50:03.001791 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001269681 sec. | ||
| 3591 | 2025.02.10 18:50:03.165379 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
| 3592 | 2025.02.10 18:50:03.185914 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3593 | 2025.02.10 18:50:03.185956 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3594 | 2025.02.10 18:50:03.193616 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3595 | 2025.02.10 18:50:03.194416 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3596 | 2025.02.10 18:50:03.194700 [ 107 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3597 | 2025.02.10 18:50:03.194763 [ 107 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3598 | 2025.02.10 18:50:03.194800 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3599 | 2025.02.10 18:50:03.195386 [ 193 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::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 | ||
| 3600 | 2025.02.10 18:50:03.211764 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3601 | 2025.02.10 18:50:03.212950 [ 193 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3602 | 2025.02.10 18:50:03.214221 [ 193 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::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 | ||
| 3603 | 2025.02.10 18:50:03.219363 [ 193 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::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 | ||
| 3604 | 2025.02.10 18:50:03.224782 [ 193 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::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 | ||
| 3605 | 2025.02.10 18:50:03.230107 [ 193 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::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 | ||
| 3606 | 2025.02.10 18:50:03.235797 [ 193 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part | ||
| 3607 | 2025.02.10 18:50:03.240557 [ 193 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
| 3608 | 2025.02.10 18:50:03.297664 [ 198 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.102749298 sec., 1177.6236174382427 rows/sec., 6.09 MiB/sec. | ||
| 3609 | 2025.02.10 18:50:03.300492 [ 195 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3610 | 2025.02.10 18:50:03.303443 [ 195 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_16_3} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3611 | 2025.02.10 18:50:03.303536 [ 195 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_16_3} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3612 | 2025.02.10 18:50:03.305830 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3613 | 2025.02.10 18:50:03.344863 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3614 | 2025.02.10 18:50:03.345070 [ 4 ] {1dc0963f-1b15-4e95-89cc-102473a726a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3615 | 2025.02.10 18:50:03.345151 [ 4 ] {1dc0963f-1b15-4e95-89cc-102473a726a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3616 | 2025.02.10 18:50:03.346005 [ 4 ] {1dc0963f-1b15-4e95-89cc-102473a726a7} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3617 | 2025.02.10 18:50:03.346058 [ 4 ] {1dc0963f-1b15-4e95-89cc-102473a726a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3618 | 2025.02.10 18:50:03.346523 [ 4 ] {1dc0963f-1b15-4e95-89cc-102473a726a7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3619 | 2025.02.10 18:50:03.346786 [ 4 ] {1dc0963f-1b15-4e95-89cc-102473a726a7} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3620 | 2025.02.10 18:50:03.347022 [ 4 ] {1dc0963f-1b15-4e95-89cc-102473a726a7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00201 sec., 6965.174129353233 rows/sec., 501.40 KiB/sec. | ||
| 3621 | 2025.02.10 18:50:03.347091 [ 4 ] {1dc0963f-1b15-4e95-89cc-102473a726a7} <Debug> TCPHandler: Processed in 0.002359777 sec. | ||
| 3622 | 2025.02.10 18:50:03.347352 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3623 | 2025.02.10 18:50:03.347545 [ 256 ] {9124a605-972c-428e-8a0a-6ffedc84e115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3624 | 2025.02.10 18:50:03.347620 [ 256 ] {9124a605-972c-428e-8a0a-6ffedc84e115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3625 | 2025.02.10 18:50:03.348515 [ 256 ] {9124a605-972c-428e-8a0a-6ffedc84e115} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3626 | 2025.02.10 18:50:03.348567 [ 256 ] {9124a605-972c-428e-8a0a-6ffedc84e115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3627 | 2025.02.10 18:50:03.349039 [ 256 ] {9124a605-972c-428e-8a0a-6ffedc84e115} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3628 | 2025.02.10 18:50:03.349336 [ 256 ] {9124a605-972c-428e-8a0a-6ffedc84e115} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3629 | 2025.02.10 18:50:03.349604 [ 256 ] {9124a605-972c-428e-8a0a-6ffedc84e115} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.00211 sec., 129383.88625592418 rows/sec., 11.40 MiB/sec. | ||
| 3630 | 2025.02.10 18:50:03.349672 [ 256 ] {9124a605-972c-428e-8a0a-6ffedc84e115} <Debug> TCPHandler: Processed in 0.002452089 sec. | ||
| 3631 | 2025.02.10 18:50:03.349851 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3632 | 2025.02.10 18:50:03.349988 [ 4 ] {cd4f7829-0dcf-465c-99d8-4411a29e11a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3633 | 2025.02.10 18:50:03.350046 [ 4 ] {cd4f7829-0dcf-465c-99d8-4411a29e11a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3634 | 2025.02.10 18:50:03.350685 [ 4 ] {cd4f7829-0dcf-465c-99d8-4411a29e11a0} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3635 | 2025.02.10 18:50:03.350727 [ 4 ] {cd4f7829-0dcf-465c-99d8-4411a29e11a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3636 | 2025.02.10 18:50:03.351104 [ 4 ] {cd4f7829-0dcf-465c-99d8-4411a29e11a0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3637 | 2025.02.10 18:50:03.351347 [ 4 ] {cd4f7829-0dcf-465c-99d8-4411a29e11a0} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3638 | 2025.02.10 18:50:03.351635 [ 4 ] {cd4f7829-0dcf-465c-99d8-4411a29e11a0} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001656 sec., 25362.318840579712 rows/sec., 1.82 MiB/sec. | ||
| 3639 | 2025.02.10 18:50:03.351803 [ 4 ] {cd4f7829-0dcf-465c-99d8-4411a29e11a0} <Debug> TCPHandler: Processed in 0.002019538 sec. | ||
| 3640 | 2025.02.10 18:50:03.351960 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3641 | 2025.02.10 18:50:03.352088 [ 256 ] {99cd84f0-2ad3-4d3f-ac6f-29751320c8a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3642 | 2025.02.10 18:50:03.352142 [ 256 ] {99cd84f0-2ad3-4d3f-ac6f-29751320c8a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3643 | 2025.02.10 18:50:03.352754 [ 256 ] {99cd84f0-2ad3-4d3f-ac6f-29751320c8a6} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3644 | 2025.02.10 18:50:03.352797 [ 256 ] {99cd84f0-2ad3-4d3f-ac6f-29751320c8a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3645 | 2025.02.10 18:50:03.353168 [ 256 ] {99cd84f0-2ad3-4d3f-ac6f-29751320c8a6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3646 | 2025.02.10 18:50:03.353425 [ 256 ] {99cd84f0-2ad3-4d3f-ac6f-29751320c8a6} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3647 | 2025.02.10 18:50:03.353649 [ 256 ] {99cd84f0-2ad3-4d3f-ac6f-29751320c8a6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001593 sec., 8788.449466415568 rows/sec., 615.49 KiB/sec. | ||
| 3648 | 2025.02.10 18:50:03.353705 [ 256 ] {99cd84f0-2ad3-4d3f-ac6f-29751320c8a6} <Debug> TCPHandler: Processed in 0.001805513 sec. | ||
| 3649 | 2025.02.10 18:50:03.353876 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3650 | 2025.02.10 18:50:03.354019 [ 4 ] {1b1beabd-781e-4432-873b-d8406cd41bf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3651 | 2025.02.10 18:50:03.354079 [ 4 ] {1b1beabd-781e-4432-873b-d8406cd41bf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3652 | 2025.02.10 18:50:03.354771 [ 4 ] {1b1beabd-781e-4432-873b-d8406cd41bf0} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3653 | 2025.02.10 18:50:03.354818 [ 4 ] {1b1beabd-781e-4432-873b-d8406cd41bf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3654 | 2025.02.10 18:50:03.355180 [ 4 ] {1b1beabd-781e-4432-873b-d8406cd41bf0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3655 | 2025.02.10 18:50:03.355435 [ 4 ] {1b1beabd-781e-4432-873b-d8406cd41bf0} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3656 | 2025.02.10 18:50:03.355732 [ 4 ] {1b1beabd-781e-4432-873b-d8406cd41bf0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001724 sec., 7540.60324825986 rows/sec., 470.15 KiB/sec. | ||
| 3657 | 2025.02.10 18:50:03.355866 [ 4 ] {1b1beabd-781e-4432-873b-d8406cd41bf0} <Debug> TCPHandler: Processed in 0.002060989 sec. | ||
| 3658 | 2025.02.10 18:50:03.356023 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3659 | 2025.02.10 18:50:03.356144 [ 256 ] {f7f9ab22-68e0-47f0-8c92-2e6a29e081b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3660 | 2025.02.10 18:50:03.356195 [ 256 ] {f7f9ab22-68e0-47f0-8c92-2e6a29e081b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3661 | 2025.02.10 18:50:03.356961 [ 256 ] {f7f9ab22-68e0-47f0-8c92-2e6a29e081b4} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3662 | 2025.02.10 18:50:03.357002 [ 256 ] {f7f9ab22-68e0-47f0-8c92-2e6a29e081b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3663 | 2025.02.10 18:50:03.357413 [ 256 ] {f7f9ab22-68e0-47f0-8c92-2e6a29e081b4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3664 | 2025.02.10 18:50:03.357671 [ 256 ] {f7f9ab22-68e0-47f0-8c92-2e6a29e081b4} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3665 | 2025.02.10 18:50:03.358001 [ 256 ] {f7f9ab22-68e0-47f0-8c92-2e6a29e081b4} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001883 sec., 221455.1248008497 rows/sec., 15.81 MiB/sec. | ||
| 3666 | 2025.02.10 18:50:03.358062 [ 256 ] {f7f9ab22-68e0-47f0-8c92-2e6a29e081b4} <Debug> TCPHandler: Processed in 0.002099101 sec. | ||
| 3667 | 2025.02.10 18:50:03.358222 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3668 | 2025.02.10 18:50:03.358365 [ 4 ] {d28c87bc-1919-461f-a371-134326c093e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3669 | 2025.02.10 18:50:03.358429 [ 4 ] {d28c87bc-1919-461f-a371-134326c093e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3670 | 2025.02.10 18:50:03.358973 [ 4 ] {d28c87bc-1919-461f-a371-134326c093e3} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3671 | 2025.02.10 18:50:03.359012 [ 4 ] {d28c87bc-1919-461f-a371-134326c093e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3672 | 2025.02.10 18:50:03.359386 [ 4 ] {d28c87bc-1919-461f-a371-134326c093e3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3673 | 2025.02.10 18:50:03.359693 [ 4 ] {d28c87bc-1919-461f-a371-134326c093e3} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3674 | 2025.02.10 18:50:03.360057 [ 4 ] {d28c87bc-1919-461f-a371-134326c093e3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001689 sec., 3552.3978685612788 rows/sec., 185.60 KiB/sec. | ||
| 3675 | 2025.02.10 18:50:03.360329 [ 4 ] {d28c87bc-1919-461f-a371-134326c093e3} <Debug> TCPHandler: Processed in 0.002172293 sec. | ||
| 3676 | 2025.02.10 18:50:03.360526 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3677 | 2025.02.10 18:50:03.360648 [ 256 ] {92f171d4-d95c-45a4-8c31-779d3d30c111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3678 | 2025.02.10 18:50:03.360702 [ 256 ] {92f171d4-d95c-45a4-8c31-779d3d30c111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3679 | 2025.02.10 18:50:03.361301 [ 256 ] {92f171d4-d95c-45a4-8c31-779d3d30c111} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3680 | 2025.02.10 18:50:03.361343 [ 256 ] {92f171d4-d95c-45a4-8c31-779d3d30c111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3681 | 2025.02.10 18:50:03.361767 [ 256 ] {92f171d4-d95c-45a4-8c31-779d3d30c111} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3682 | 2025.02.10 18:50:03.362039 [ 256 ] {92f171d4-d95c-45a4-8c31-779d3d30c111} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3683 | 2025.02.10 18:50:03.362257 [ 256 ] {92f171d4-d95c-45a4-8c31-779d3d30c111} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001638 sec., 144688.6446886447 rows/sec., 9.70 MiB/sec. | ||
| 3684 | 2025.02.10 18:50:03.362313 [ 256 ] {92f171d4-d95c-45a4-8c31-779d3d30c111} <Debug> TCPHandler: Processed in 0.001876696 sec. | ||
| 3685 | 2025.02.10 18:50:03.362466 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3686 | 2025.02.10 18:50:03.362586 [ 4 ] {5d17fc1f-c051-4075-8f6a-6235326040c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3687 | 2025.02.10 18:50:03.362638 [ 4 ] {5d17fc1f-c051-4075-8f6a-6235326040c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3688 | 2025.02.10 18:50:03.363104 [ 4 ] {5d17fc1f-c051-4075-8f6a-6235326040c8} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3689 | 2025.02.10 18:50:03.363144 [ 4 ] {5d17fc1f-c051-4075-8f6a-6235326040c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3690 | 2025.02.10 18:50:03.363507 [ 4 ] {5d17fc1f-c051-4075-8f6a-6235326040c8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3691 | 2025.02.10 18:50:03.363747 [ 4 ] {5d17fc1f-c051-4075-8f6a-6235326040c8} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3692 | 2025.02.10 18:50:03.363910 [ 104 ] {} <Debug> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 3693 | 2025.02.10 18:50:03.363983 [ 4 ] {5d17fc1f-c051-4075-8f6a-6235326040c8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001419 sec., 704.7216349541932 rows/sec., 47.49 KiB/sec. | ||
| 3694 | 2025.02.10 18:50:03.364007 [ 104 ] {} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3695 | 2025.02.10 18:50:03.364077 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3696 | 2025.02.10 18:50:03.364101 [ 4 ] {5d17fc1f-c051-4075-8f6a-6235326040c8} <Debug> TCPHandler: Processed in 0.001684751 sec. | ||
| 3697 | 2025.02.10 18:50:03.364347 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3698 | 2025.02.10 18:50:03.364535 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::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 | ||
| 3699 | 2025.02.10 18:50:03.364696 [ 256 ] {120391a6-8e06-4a22-8842-3bae08abb04a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3700 | 2025.02.10 18:50:03.364932 [ 256 ] {120391a6-8e06-4a22-8842-3bae08abb04a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3701 | 2025.02.10 18:50:03.364937 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3702 | 2025.02.10 18:50:03.364993 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 3703 | 2025.02.10 18:50:03.365183 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3704 | 2025.02.10 18:50:03.365629 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 3705 | 2025.02.10 18:50:03.365899 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3706 | 2025.02.10 18:50:03.366202 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3707 | 2025.02.10 18:50:03.366474 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 3708 | 2025.02.10 18:50:03.368467 [ 195 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.004248392 sec., 2353.8317556383686 rows/sec., 158.61 KiB/sec. | ||
| 3709 | 2025.02.10 18:50:03.368750 [ 195 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3710 | 2025.02.10 18:50:03.368891 [ 256 ] {120391a6-8e06-4a22-8842-3bae08abb04a} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3711 | 2025.02.10 18:50:03.368960 [ 256 ] {120391a6-8e06-4a22-8842-3bae08abb04a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3712 | 2025.02.10 18:50:03.369473 [ 195 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_10_2} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3713 | 2025.02.10 18:50:03.369767 [ 195 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_10_2} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 3714 | 2025.02.10 18:50:03.369953 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3715 | 2025.02.10 18:50:03.370324 [ 256 ] {120391a6-8e06-4a22-8842-3bae08abb04a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3716 | 2025.02.10 18:50:03.370617 [ 256 ] {120391a6-8e06-4a22-8842-3bae08abb04a} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3717 | 2025.02.10 18:50:03.370879 [ 256 ] {120391a6-8e06-4a22-8842-3bae08abb04a} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.006309 sec., 5547.630369313679 rows/sec., 9.94 MiB/sec. | ||
| 3718 | 2025.02.10 18:50:03.371001 [ 256 ] {120391a6-8e06-4a22-8842-3bae08abb04a} <Debug> TCPHandler: Processed in 0.006807414 sec. | ||
| 3719 | 2025.02.10 18:50:03.371161 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3720 | 2025.02.10 18:50:03.371303 [ 4 ] {ddb47fb7-2084-456e-acf8-c37f5c740812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3721 | 2025.02.10 18:50:03.371363 [ 4 ] {ddb47fb7-2084-456e-acf8-c37f5c740812} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3722 | 2025.02.10 18:50:03.371925 [ 4 ] {ddb47fb7-2084-456e-acf8-c37f5c740812} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3723 | 2025.02.10 18:50:03.371964 [ 4 ] {ddb47fb7-2084-456e-acf8-c37f5c740812} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3724 | 2025.02.10 18:50:03.372348 [ 4 ] {ddb47fb7-2084-456e-acf8-c37f5c740812} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3725 | 2025.02.10 18:50:03.372609 [ 4 ] {ddb47fb7-2084-456e-acf8-c37f5c740812} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3726 | 2025.02.10 18:50:03.372877 [ 4 ] {ddb47fb7-2084-456e-acf8-c37f5c740812} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001606 sec., 51058.530510585304 rows/sec., 3.24 MiB/sec. | ||
| 3727 | 2025.02.10 18:50:03.373101 [ 4 ] {ddb47fb7-2084-456e-acf8-c37f5c740812} <Debug> TCPHandler: Processed in 0.002000688 sec. | ||
| 3728 | 2025.02.10 18:50:06.543626 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3729 | 2025.02.10 18:50:06.543842 [ 4 ] {417741d0-049c-44aa-81da-e87d00b7d5fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3730 | 2025.02.10 18:50:06.543920 [ 4 ] {417741d0-049c-44aa-81da-e87d00b7d5fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3731 | 2025.02.10 18:50:06.544683 [ 4 ] {417741d0-049c-44aa-81da-e87d00b7d5fc} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3732 | 2025.02.10 18:50:06.544742 [ 4 ] {417741d0-049c-44aa-81da-e87d00b7d5fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3733 | 2025.02.10 18:50:06.545183 [ 4 ] {417741d0-049c-44aa-81da-e87d00b7d5fc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3734 | 2025.02.10 18:50:06.545442 [ 4 ] {417741d0-049c-44aa-81da-e87d00b7d5fc} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3735 | 2025.02.10 18:50:06.545692 [ 4 ] {417741d0-049c-44aa-81da-e87d00b7d5fc} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001892 sec., 2114.164904862579 rows/sec., 172.40 KiB/sec. | ||
| 3736 | 2025.02.10 18:50:06.545862 [ 4 ] {417741d0-049c-44aa-81da-e87d00b7d5fc} <Debug> TCPHandler: Processed in 0.002357197 sec. | ||
| 3737 | 2025.02.10 18:50:06.546184 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3738 | 2025.02.10 18:50:06.546396 [ 256 ] {7724527b-2ae4-4a08-bfe7-04b278bcc578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3739 | 2025.02.10 18:50:06.546475 [ 256 ] {7724527b-2ae4-4a08-bfe7-04b278bcc578} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3740 | 2025.02.10 18:50:06.547880 [ 256 ] {7724527b-2ae4-4a08-bfe7-04b278bcc578} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3741 | 2025.02.10 18:50:06.547932 [ 256 ] {7724527b-2ae4-4a08-bfe7-04b278bcc578} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3742 | 2025.02.10 18:50:06.548537 [ 256 ] {7724527b-2ae4-4a08-bfe7-04b278bcc578} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3743 | 2025.02.10 18:50:06.548819 [ 256 ] {7724527b-2ae4-4a08-bfe7-04b278bcc578} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3744 | 2025.02.10 18:50:06.549074 [ 256 ] {7724527b-2ae4-4a08-bfe7-04b278bcc578} <Debug> executeQuery: Read 1208 rows, 102.09 KiB in 0.002742 sec., 440554.33989788475 rows/sec., 36.36 MiB/sec. | ||
| 3745 | 2025.02.10 18:50:06.549141 [ 256 ] {7724527b-2ae4-4a08-bfe7-04b278bcc578} <Debug> TCPHandler: Processed in 0.003100744 sec. | ||
| 3746 | 2025.02.10 18:50:06.549322 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3747 | 2025.02.10 18:50:06.549485 [ 4 ] {2cbcbed9-d2b7-4f74-8fbc-a4a45ba24065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3748 | 2025.02.10 18:50:06.549552 [ 4 ] {2cbcbed9-d2b7-4f74-8fbc-a4a45ba24065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3749 | 2025.02.10 18:50:06.550272 [ 4 ] {2cbcbed9-d2b7-4f74-8fbc-a4a45ba24065} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3750 | 2025.02.10 18:50:06.550318 [ 4 ] {2cbcbed9-d2b7-4f74-8fbc-a4a45ba24065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3751 | 2025.02.10 18:50:06.550712 [ 4 ] {2cbcbed9-d2b7-4f74-8fbc-a4a45ba24065} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3752 | 2025.02.10 18:50:06.550954 [ 4 ] {2cbcbed9-d2b7-4f74-8fbc-a4a45ba24065} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3753 | 2025.02.10 18:50:06.551126 [ 99 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3754 | 2025.02.10 18:50:06.551187 [ 4 ] {2cbcbed9-d2b7-4f74-8fbc-a4a45ba24065} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.001737 sec., 5181.347150259067 rows/sec., 377.24 KiB/sec. | ||
| 3755 | 2025.02.10 18:50:06.551211 [ 99 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3756 | 2025.02.10 18:50:06.551278 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3757 | 2025.02.10 18:50:06.551313 [ 4 ] {2cbcbed9-d2b7-4f74-8fbc-a4a45ba24065} <Debug> TCPHandler: Processed in 0.002055599 sec. | ||
| 3758 | 2025.02.10 18:50:06.551525 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3759 | 2025.02.10 18:50:06.551533 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::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 | ||
| 3760 | 2025.02.10 18:50:06.551676 [ 256 ] {2d1fe67a-a51e-4a65-923f-f5b07d3178e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3761 | 2025.02.10 18:50:06.551696 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3762 | 2025.02.10 18:50:06.551739 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 58 rows starting from the beginning of the part | ||
| 3763 | 2025.02.10 18:50:06.551744 [ 256 ] {2d1fe67a-a51e-4a65-923f-f5b07d3178e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3764 | 2025.02.10 18:50:06.551921 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::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 | ||
| 3765 | 2025.02.10 18:50:06.552134 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 44 rows starting from the beginning of the part | ||
| 3766 | 2025.02.10 18:50:06.552531 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::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 | ||
| 3767 | 2025.02.10 18:50:06.552751 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 42 rows starting from the beginning of the part | ||
| 3768 | 2025.02.10 18:50:06.552972 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 9 rows starting from the beginning of the part | ||
| 3769 | 2025.02.10 18:50:06.553830 [ 256 ] {2d1fe67a-a51e-4a65-923f-f5b07d3178e8} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3770 | 2025.02.10 18:50:06.553880 [ 256 ] {2d1fe67a-a51e-4a65-923f-f5b07d3178e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3771 | 2025.02.10 18:50:06.554585 [ 256 ] {2d1fe67a-a51e-4a65-923f-f5b07d3178e8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3772 | 2025.02.10 18:50:06.554606 [ 195 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 163 rows, containing 5 columns (5 merged, 0 gathered) in 0.003202517 sec., 50897.465961929316 rows/sec., 3.84 MiB/sec. | ||
| 3773 | 2025.02.10 18:50:06.554864 [ 195 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3774 | 2025.02.10 18:50:06.555055 [ 256 ] {2d1fe67a-a51e-4a65-923f-f5b07d3178e8} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3775 | 2025.02.10 18:50:06.555447 [ 256 ] {2d1fe67a-a51e-4a65-923f-f5b07d3178e8} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.003805 sec., 59921.15637319317 rows/sec., 4.06 MiB/sec. | ||
| 3776 | 2025.02.10 18:50:06.555629 [ 256 ] {2d1fe67a-a51e-4a65-923f-f5b07d3178e8} <Debug> TCPHandler: Processed in 0.004186592 sec. | ||
| 3777 | 2025.02.10 18:50:06.555640 [ 195 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_16_3} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3778 | 2025.02.10 18:50:06.555827 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3779 | 2025.02.10 18:50:06.555836 [ 195 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_16_3} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3780 | 2025.02.10 18:50:06.556023 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3781 | 2025.02.10 18:50:06.556025 [ 4 ] {ae87e261-0e34-47e9-aa64-91bbf48d2432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3782 | 2025.02.10 18:50:06.556106 [ 4 ] {ae87e261-0e34-47e9-aa64-91bbf48d2432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3783 | 2025.02.10 18:50:06.556945 [ 4 ] {ae87e261-0e34-47e9-aa64-91bbf48d2432} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3784 | 2025.02.10 18:50:06.556988 [ 4 ] {ae87e261-0e34-47e9-aa64-91bbf48d2432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3785 | 2025.02.10 18:50:06.557404 [ 4 ] {ae87e261-0e34-47e9-aa64-91bbf48d2432} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3786 | 2025.02.10 18:50:06.557675 [ 4 ] {ae87e261-0e34-47e9-aa64-91bbf48d2432} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3787 | 2025.02.10 18:50:06.557893 [ 4 ] {ae87e261-0e34-47e9-aa64-91bbf48d2432} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.001936 sec., 273243.80165289255 rows/sec., 20.24 MiB/sec. | ||
| 3788 | 2025.02.10 18:50:06.557958 [ 4 ] {ae87e261-0e34-47e9-aa64-91bbf48d2432} <Debug> TCPHandler: Processed in 0.002217093 sec. | ||
| 3789 | 2025.02.10 18:50:06.558114 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3790 | 2025.02.10 18:50:06.558244 [ 256 ] {a8846e8c-4899-4c8b-ad21-36f101f4c896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3791 | 2025.02.10 18:50:06.558304 [ 256 ] {a8846e8c-4899-4c8b-ad21-36f101f4c896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3792 | 2025.02.10 18:50:06.559154 [ 256 ] {a8846e8c-4899-4c8b-ad21-36f101f4c896} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3793 | 2025.02.10 18:50:06.559199 [ 256 ] {a8846e8c-4899-4c8b-ad21-36f101f4c896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3794 | 2025.02.10 18:50:06.559664 [ 256 ] {a8846e8c-4899-4c8b-ad21-36f101f4c896} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3795 | 2025.02.10 18:50:06.559917 [ 256 ] {a8846e8c-4899-4c8b-ad21-36f101f4c896} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3796 | 2025.02.10 18:50:06.560138 [ 256 ] {a8846e8c-4899-4c8b-ad21-36f101f4c896} <Debug> executeQuery: Read 966 rows, 66.39 KiB in 0.001927 sec., 501297.3533990659 rows/sec., 33.65 MiB/sec. | ||
| 3797 | 2025.02.10 18:50:06.560195 [ 256 ] {a8846e8c-4899-4c8b-ad21-36f101f4c896} <Debug> TCPHandler: Processed in 0.002140692 sec. | ||
| 3798 | 2025.02.10 18:50:06.560340 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3799 | 2025.02.10 18:50:06.560475 [ 4 ] {9fc9156b-405e-484a-a599-b59640532464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3800 | 2025.02.10 18:50:06.560559 [ 4 ] {9fc9156b-405e-484a-a599-b59640532464} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3801 | 2025.02.10 18:50:06.561704 [ 4 ] {9fc9156b-405e-484a-a599-b59640532464} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3802 | 2025.02.10 18:50:06.561745 [ 4 ] {9fc9156b-405e-484a-a599-b59640532464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3803 | 2025.02.10 18:50:06.562368 [ 4 ] {9fc9156b-405e-484a-a599-b59640532464} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3804 | 2025.02.10 18:50:06.562620 [ 4 ] {9fc9156b-405e-484a-a599-b59640532464} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3805 | 2025.02.10 18:50:06.562797 [ 99 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3806 | 2025.02.10 18:50:06.562868 [ 99 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3807 | 2025.02.10 18:50:06.562905 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3808 | 2025.02.10 18:50:06.562911 [ 4 ] {9fc9156b-405e-484a-a599-b59640532464} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002455 sec., 2036.6598778004072 rows/sec., 3.65 MiB/sec. | ||
| 3809 | 2025.02.10 18:50:06.563417 [ 191 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::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 | ||
| 3810 | 2025.02.10 18:50:06.563710 [ 4 ] {9fc9156b-405e-484a-a599-b59640532464} <Debug> TCPHandler: Processed in 0.003421032 sec. | ||
| 3811 | 2025.02.10 18:50:06.563992 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3812 | 2025.02.10 18:50:06.564125 [ 191 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3813 | 2025.02.10 18:50:06.564258 [ 256 ] {85289fbf-3bbd-410d-84a0-d189827ecfcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3814 | 2025.02.10 18:50:06.564283 [ 191 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 209 rows starting from the beginning of the part | ||
| 3815 | 2025.02.10 18:50:06.564363 [ 256 ] {85289fbf-3bbd-410d-84a0-d189827ecfcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3816 | 2025.02.10 18:50:06.565181 [ 191 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::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 | ||
| 3817 | 2025.02.10 18:50:06.565964 [ 191 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::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 | ||
| 3818 | 2025.02.10 18:50:06.566754 [ 256 ] {85289fbf-3bbd-410d-84a0-d189827ecfcf} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3819 | 2025.02.10 18:50:06.566782 [ 191 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::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 | ||
| 3820 | 2025.02.10 18:50:06.566824 [ 256 ] {85289fbf-3bbd-410d-84a0-d189827ecfcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3821 | 2025.02.10 18:50:06.567392 [ 191 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::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 | ||
| 3822 | 2025.02.10 18:50:06.568105 [ 191 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::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 | ||
| 3823 | 2025.02.10 18:50:06.568364 [ 256 ] {85289fbf-3bbd-410d-84a0-d189827ecfcf} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3824 | 2025.02.10 18:50:06.569064 [ 256 ] {85289fbf-3bbd-410d-84a0-d189827ecfcf} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3825 | 2025.02.10 18:50:06.569497 [ 256 ] {85289fbf-3bbd-410d-84a0-d189827ecfcf} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.005336 sec., 8245.877061469266 rows/sec., 568.08 KiB/sec. | ||
| 3826 | 2025.02.10 18:50:06.569683 [ 256 ] {85289fbf-3bbd-410d-84a0-d189827ecfcf} <Debug> TCPHandler: Processed in 0.005849441 sec. | ||
| 3827 | 2025.02.10 18:50:06.572174 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 294 rows, containing 19 columns (19 merged, 0 gathered) in 0.009160671 sec., 32093.718898975847 rows/sec., 57.51 MiB/sec. | ||
| 3828 | 2025.02.10 18:50:06.572640 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3829 | 2025.02.10 18:50:06.573069 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3830 | 2025.02.10 18:50:06.573142 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3831 | 2025.02.10 18:50:06.573242 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB. | ||
| 3832 | 2025.02.10 18:50:08.333096 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3833 | 2025.02.10 18:50:08.333287 [ 4 ] {c784c297-6dfe-4c6a-b97d-573ae28d6f3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3834 | 2025.02.10 18:50:08.333360 [ 4 ] {c784c297-6dfe-4c6a-b97d-573ae28d6f3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3835 | 2025.02.10 18:50:08.334159 [ 4 ] {c784c297-6dfe-4c6a-b97d-573ae28d6f3f} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3836 | 2025.02.10 18:50:08.334210 [ 4 ] {c784c297-6dfe-4c6a-b97d-573ae28d6f3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3837 | 2025.02.10 18:50:08.334654 [ 4 ] {c784c297-6dfe-4c6a-b97d-573ae28d6f3f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3838 | 2025.02.10 18:50:08.334910 [ 4 ] {c784c297-6dfe-4c6a-b97d-573ae28d6f3f} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3839 | 2025.02.10 18:50:08.335154 [ 4 ] {c784c297-6dfe-4c6a-b97d-573ae28d6f3f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001917 sec., 29212.310902451747 rows/sec., 2.24 MiB/sec. | ||
| 3840 | 2025.02.10 18:50:08.335219 [ 4 ] {c784c297-6dfe-4c6a-b97d-573ae28d6f3f} <Debug> TCPHandler: Processed in 0.002249305 sec. | ||
| 3841 | 2025.02.10 18:50:08.335497 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3842 | 2025.02.10 18:50:08.335717 [ 256 ] {fdca9c69-3bd3-4d9e-9092-3b68f28c29aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3843 | 2025.02.10 18:50:08.335802 [ 256 ] {fdca9c69-3bd3-4d9e-9092-3b68f28c29aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3844 | 2025.02.10 18:50:08.336612 [ 256 ] {fdca9c69-3bd3-4d9e-9092-3b68f28c29aa} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3845 | 2025.02.10 18:50:08.336656 [ 256 ] {fdca9c69-3bd3-4d9e-9092-3b68f28c29aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3846 | 2025.02.10 18:50:08.337097 [ 256 ] {fdca9c69-3bd3-4d9e-9092-3b68f28c29aa} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3847 | 2025.02.10 18:50:08.337366 [ 256 ] {fdca9c69-3bd3-4d9e-9092-3b68f28c29aa} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3848 | 2025.02.10 18:50:08.337603 [ 256 ] {fdca9c69-3bd3-4d9e-9092-3b68f28c29aa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001939 sec., 33006.70448684889 rows/sec., 2.58 MiB/sec. | ||
| 3849 | 2025.02.10 18:50:08.337708 [ 256 ] {fdca9c69-3bd3-4d9e-9092-3b68f28c29aa} <Debug> TCPHandler: Processed in 0.002350827 sec. | ||
| 3850 | 2025.02.10 18:50:08.337938 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3851 | 2025.02.10 18:50:08.338064 [ 4 ] {f2c39d43-e398-4840-916b-af29a1f2a3ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3852 | 2025.02.10 18:50:08.338122 [ 4 ] {f2c39d43-e398-4840-916b-af29a1f2a3ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3853 | 2025.02.10 18:50:08.338695 [ 4 ] {f2c39d43-e398-4840-916b-af29a1f2a3ec} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3854 | 2025.02.10 18:50:08.338735 [ 4 ] {f2c39d43-e398-4840-916b-af29a1f2a3ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3855 | 2025.02.10 18:50:08.339127 [ 4 ] {f2c39d43-e398-4840-916b-af29a1f2a3ec} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3856 | 2025.02.10 18:50:08.339379 [ 4 ] {f2c39d43-e398-4840-916b-af29a1f2a3ec} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3857 | 2025.02.10 18:50:08.339647 [ 4 ] {f2c39d43-e398-4840-916b-af29a1f2a3ec} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001606 sec., 26151.9302615193 rows/sec., 1.82 MiB/sec. | ||
| 3858 | 2025.02.10 18:50:08.339857 [ 4 ] {f2c39d43-e398-4840-916b-af29a1f2a3ec} <Debug> TCPHandler: Processed in 0.002025689 sec. | ||
| 3859 | 2025.02.10 18:50:08.340046 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3860 | 2025.02.10 18:50:08.340170 [ 256 ] {393a64f4-15db-4e36-8bd9-868ec6487e24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3861 | 2025.02.10 18:50:08.340226 [ 256 ] {393a64f4-15db-4e36-8bd9-868ec6487e24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3862 | 2025.02.10 18:50:08.340722 [ 256 ] {393a64f4-15db-4e36-8bd9-868ec6487e24} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3863 | 2025.02.10 18:50:08.340760 [ 256 ] {393a64f4-15db-4e36-8bd9-868ec6487e24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3864 | 2025.02.10 18:50:08.341131 [ 256 ] {393a64f4-15db-4e36-8bd9-868ec6487e24} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3865 | 2025.02.10 18:50:08.341377 [ 256 ] {393a64f4-15db-4e36-8bd9-868ec6487e24} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3866 | 2025.02.10 18:50:08.341565 [ 256 ] {393a64f4-15db-4e36-8bd9-868ec6487e24} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001424 sec., 11235.955056179775 rows/sec., 779.06 KiB/sec. | ||
| 3867 | 2025.02.10 18:50:08.341614 [ 256 ] {393a64f4-15db-4e36-8bd9-868ec6487e24} <Debug> TCPHandler: Processed in 0.00165301 sec. | ||
| 3868 | 2025.02.10 18:50:10.189492 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 | ||
| 3869 | 2025.02.10 18:50:10.190425 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3870 | 2025.02.10 18:50:10.190484 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3871 | 2025.02.10 18:50:10.191014 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3872 | 2025.02.10 18:50:10.191274 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): 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.10 18:50:10.191573 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 | ||
| 3874 | 2025.02.10 18:50:10.711871 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3875 | 2025.02.10 18:50:10.731737 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3876 | 2025.02.10 18:50:10.731804 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3877 | 2025.02.10 18:50:10.740817 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3878 | 2025.02.10 18:50:10.741683 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3879 | 2025.02.10 18:50:10.744885 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3880 | 2025.02.10 18:50:11.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.62 MiB, peak 186.45 MiB, free memory in arenas 0.00 B, will set to 179.75 MiB (RSS), difference: 1.13 MiB | ||
| 3881 | 2025.02.10 18:50:12.717050 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 564 | ||
| 3882 | 2025.02.10 18:50:12.720498 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3883 | 2025.02.10 18:50:12.720555 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3884 | 2025.02.10 18:50:12.722051 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3885 | 2025.02.10 18:50:12.722372 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3886 | 2025.02.10 18:50:12.723356 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 564 | ||
| 3887 | 2025.02.10 18:50:13.345473 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3888 | 2025.02.10 18:50:13.345657 [ 4 ] {ea2e87b1-bc3b-48ea-a2ff-778853025261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3889 | 2025.02.10 18:50:13.345727 [ 4 ] {ea2e87b1-bc3b-48ea-a2ff-778853025261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3890 | 2025.02.10 18:50:13.346469 [ 4 ] {ea2e87b1-bc3b-48ea-a2ff-778853025261} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3891 | 2025.02.10 18:50:13.346519 [ 4 ] {ea2e87b1-bc3b-48ea-a2ff-778853025261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3892 | 2025.02.10 18:50:13.346943 [ 4 ] {ea2e87b1-bc3b-48ea-a2ff-778853025261} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3893 | 2025.02.10 18:50:13.347191 [ 4 ] {ea2e87b1-bc3b-48ea-a2ff-778853025261} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3894 | 2025.02.10 18:50:13.347421 [ 4 ] {ea2e87b1-bc3b-48ea-a2ff-778853025261} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001807 sec., 7747.648035417819 rows/sec., 557.73 KiB/sec. | ||
| 3895 | 2025.02.10 18:50:13.347642 [ 4 ] {ea2e87b1-bc3b-48ea-a2ff-778853025261} <Debug> TCPHandler: Processed in 0.002288685 sec. | ||
| 3896 | 2025.02.10 18:50:13.347928 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3897 | 2025.02.10 18:50:13.348140 [ 256 ] {1bc31578-413a-4bed-8b45-32ca64251549} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3898 | 2025.02.10 18:50:13.348222 [ 256 ] {1bc31578-413a-4bed-8b45-32ca64251549} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3899 | 2025.02.10 18:50:13.349075 [ 256 ] {1bc31578-413a-4bed-8b45-32ca64251549} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3900 | 2025.02.10 18:50:13.349122 [ 256 ] {1bc31578-413a-4bed-8b45-32ca64251549} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3901 | 2025.02.10 18:50:13.349587 [ 256 ] {1bc31578-413a-4bed-8b45-32ca64251549} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3902 | 2025.02.10 18:50:13.349840 [ 256 ] {1bc31578-413a-4bed-8b45-32ca64251549} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3903 | 2025.02.10 18:50:13.350018 [ 90 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3904 | 2025.02.10 18:50:13.350091 [ 90 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3905 | 2025.02.10 18:50:13.350103 [ 256 ] {1bc31578-413a-4bed-8b45-32ca64251549} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.002012 sec., 135685.8846918489 rows/sec., 11.96 MiB/sec. | ||
| 3906 | 2025.02.10 18:50:13.350137 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3907 | 2025.02.10 18:50:13.350266 [ 256 ] {1bc31578-413a-4bed-8b45-32ca64251549} <Debug> TCPHandler: Processed in 0.00247755 sec. | ||
| 3908 | 2025.02.10 18:50:13.350371 [ 187 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::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 | ||
| 3909 | 2025.02.10 18:50:13.350455 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3910 | 2025.02.10 18:50:13.350615 [ 187 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3911 | 2025.02.10 18:50:13.350674 [ 4 ] {919dfcdb-32e7-469f-9c31-8c915c89db9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3912 | 2025.02.10 18:50:13.350693 [ 187 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1430 rows starting from the beginning of the part | ||
| 3913 | 2025.02.10 18:50:13.350768 [ 4 ] {919dfcdb-32e7-469f-9c31-8c915c89db9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3914 | 2025.02.10 18:50:13.350968 [ 187 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::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 | ||
| 3915 | 2025.02.10 18:50:13.351291 [ 187 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 273 rows starting from the beginning of the part | ||
| 3916 | 2025.02.10 18:50:13.351667 [ 187 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::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 | ||
| 3917 | 2025.02.10 18:50:13.352038 [ 187 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::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 | ||
| 3918 | 2025.02.10 18:50:13.352403 [ 187 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 273 rows starting from the beginning of the part | ||
| 3919 | 2025.02.10 18:50:13.353623 [ 4 ] {919dfcdb-32e7-469f-9c31-8c915c89db9d} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3920 | 2025.02.10 18:50:13.353682 [ 4 ] {919dfcdb-32e7-469f-9c31-8c915c89db9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3921 | 2025.02.10 18:50:13.354708 [ 4 ] {919dfcdb-32e7-469f-9c31-8c915c89db9d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3922 | 2025.02.10 18:50:13.355180 [ 4 ] {919dfcdb-32e7-469f-9c31-8c915c89db9d} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3923 | 2025.02.10 18:50:13.355463 [ 4 ] {919dfcdb-32e7-469f-9c31-8c915c89db9d} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.004849 sec., 8661.579707156116 rows/sec., 636.81 KiB/sec. | ||
| 3924 | 2025.02.10 18:50:13.355775 [ 4 ] {919dfcdb-32e7-469f-9c31-8c915c89db9d} <Debug> TCPHandler: Processed in 0.0053818 sec. | ||
| 3925 | 2025.02.10 18:50:13.356119 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3926 | 2025.02.10 18:50:13.356240 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3306 rows, containing 5 columns (5 merged, 0 gathered) in 0.005975914 sec., 553220.8127493133 rows/sec., 48.49 MiB/sec. | ||
| 3927 | 2025.02.10 18:50:13.356352 [ 256 ] {38aee798-f41b-456e-a670-368ae3a766d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3928 | 2025.02.10 18:50:13.356424 [ 256 ] {38aee798-f41b-456e-a670-368ae3a766d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3929 | 2025.02.10 18:50:13.356624 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3930 | 2025.02.10 18:50:13.357305 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_26_5} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3931 | 2025.02.10 18:50:13.357530 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_26_5} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3932 | 2025.02.10 18:50:13.357700 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 3933 | 2025.02.10 18:50:13.357811 [ 256 ] {38aee798-f41b-456e-a670-368ae3a766d0} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3934 | 2025.02.10 18:50:13.357856 [ 256 ] {38aee798-f41b-456e-a670-368ae3a766d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3935 | 2025.02.10 18:50:13.358217 [ 256 ] {38aee798-f41b-456e-a670-368ae3a766d0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3936 | 2025.02.10 18:50:13.358473 [ 256 ] {38aee798-f41b-456e-a670-368ae3a766d0} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3937 | 2025.02.10 18:50:13.358735 [ 256 ] {38aee798-f41b-456e-a670-368ae3a766d0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002431 sec., 5758.9469354175235 rows/sec., 403.32 KiB/sec. | ||
| 3938 | 2025.02.10 18:50:13.358961 [ 256 ] {38aee798-f41b-456e-a670-368ae3a766d0} <Debug> TCPHandler: Processed in 0.003024103 sec. | ||
| 3939 | 2025.02.10 18:50:13.359114 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3940 | 2025.02.10 18:50:13.359232 [ 4 ] {087fc5dc-abbe-4381-9370-7b0efdbf306d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3941 | 2025.02.10 18:50:13.359282 [ 4 ] {087fc5dc-abbe-4381-9370-7b0efdbf306d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3942 | 2025.02.10 18:50:13.359877 [ 4 ] {087fc5dc-abbe-4381-9370-7b0efdbf306d} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3943 | 2025.02.10 18:50:13.359914 [ 4 ] {087fc5dc-abbe-4381-9370-7b0efdbf306d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3944 | 2025.02.10 18:50:13.360264 [ 4 ] {087fc5dc-abbe-4381-9370-7b0efdbf306d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3945 | 2025.02.10 18:50:13.360512 [ 4 ] {087fc5dc-abbe-4381-9370-7b0efdbf306d} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3946 | 2025.02.10 18:50:13.360690 [ 4 ] {087fc5dc-abbe-4381-9370-7b0efdbf306d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001484 sec., 8760.10781671159 rows/sec., 546.19 KiB/sec. | ||
| 3947 | 2025.02.10 18:50:13.360742 [ 4 ] {087fc5dc-abbe-4381-9370-7b0efdbf306d} <Debug> TCPHandler: Processed in 0.001683471 sec. | ||
| 3948 | 2025.02.10 18:50:13.360894 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3949 | 2025.02.10 18:50:13.361013 [ 256 ] {85eb6750-8dc1-4275-948d-a35c5199530a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3950 | 2025.02.10 18:50:13.361063 [ 256 ] {85eb6750-8dc1-4275-948d-a35c5199530a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3951 | 2025.02.10 18:50:13.361777 [ 256 ] {85eb6750-8dc1-4275-948d-a35c5199530a} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3952 | 2025.02.10 18:50:13.361817 [ 256 ] {85eb6750-8dc1-4275-948d-a35c5199530a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3953 | 2025.02.10 18:50:13.362202 [ 256 ] {85eb6750-8dc1-4275-948d-a35c5199530a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3954 | 2025.02.10 18:50:13.362446 [ 256 ] {85eb6750-8dc1-4275-948d-a35c5199530a} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3955 | 2025.02.10 18:50:13.362600 [ 90 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3956 | 2025.02.10 18:50:13.362657 [ 90 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3957 | 2025.02.10 18:50:13.362695 [ 256 ] {85eb6750-8dc1-4275-948d-a35c5199530a} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001696 sec., 245872.64150943395 rows/sec., 17.55 MiB/sec. | ||
| 3958 | 2025.02.10 18:50:13.362702 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3959 | 2025.02.10 18:50:13.362878 [ 256 ] {85eb6750-8dc1-4275-948d-a35c5199530a} <Debug> TCPHandler: Processed in 0.002031349 sec. | ||
| 3960 | 2025.02.10 18:50:13.363116 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::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 | ||
| 3961 | 2025.02.10 18:50:13.363155 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3962 | 2025.02.10 18:50:13.363568 [ 4 ] {e8c426a3-253c-4e3b-b9e6-ba9c3c2da9f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3963 | 2025.02.10 18:50:13.363655 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3964 | 2025.02.10 18:50:13.363684 [ 4 ] {e8c426a3-253c-4e3b-b9e6-ba9c3c2da9f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3965 | 2025.02.10 18:50:13.363699 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::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 | ||
| 3966 | 2025.02.10 18:50:13.363894 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::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 | ||
| 3967 | 2025.02.10 18:50:13.364264 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::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 | ||
| 3968 | 2025.02.10 18:50:13.364551 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::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 | ||
| 3969 | 2025.02.10 18:50:13.364745 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::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 | ||
| 3970 | 2025.02.10 18:50:13.364927 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::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 | ||
| 3971 | 2025.02.10 18:50:13.365397 [ 4 ] {e8c426a3-253c-4e3b-b9e6-ba9c3c2da9f7} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3972 | 2025.02.10 18:50:13.365440 [ 4 ] {e8c426a3-253c-4e3b-b9e6-ba9c3c2da9f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3973 | 2025.02.10 18:50:13.365959 [ 4 ] {e8c426a3-253c-4e3b-b9e6-ba9c3c2da9f7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3974 | 2025.02.10 18:50:13.366292 [ 4 ] {e8c426a3-253c-4e3b-b9e6-ba9c3c2da9f7} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3975 | 2025.02.10 18:50:13.366418 [ 90 ] {} <Debug> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3976 | 2025.02.10 18:50:13.366465 [ 90 ] {} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3977 | 2025.02.10 18:50:13.366492 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3978 | 2025.02.10 18:50:13.366496 [ 4 ] {e8c426a3-253c-4e3b-b9e6-ba9c3c2da9f7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003063 sec., 1958.863858961802 rows/sec., 102.34 KiB/sec. | ||
| 3979 | 2025.02.10 18:50:13.366786 [ 4 ] {e8c426a3-253c-4e3b-b9e6-ba9c3c2da9f7} <Debug> TCPHandler: Processed in 0.003764111 sec. | ||
| 3980 | 2025.02.10 18:50:13.366986 [ 191 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::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.10 18:50:13.367364 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3982 | 2025.02.10 18:50:13.367535 [ 191 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3983 | 2025.02.10 18:50:13.367604 [ 191 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::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 | ||
| 3984 | 2025.02.10 18:50:13.367638 [ 200 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2406 rows, containing 5 columns (5 merged, 0 gathered) in 0.004786406 sec., 502673.61356307846 rows/sec., 38.54 MiB/sec. | ||
| 3985 | 2025.02.10 18:50:13.367851 [ 256 ] {524c9a79-c500-4ce5-928f-5af99a9b3e92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3986 | 2025.02.10 18:50:13.367938 [ 191 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::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 | ||
| 3987 | 2025.02.10 18:50:13.368167 [ 256 ] {524c9a79-c500-4ce5-928f-5af99a9b3e92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3988 | 2025.02.10 18:50:13.368167 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3989 | 2025.02.10 18:50:13.368367 [ 191 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::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 | ||
| 3990 | 2025.02.10 18:50:13.368809 [ 191 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::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 | ||
| 3991 | 2025.02.10 18:50:13.369203 [ 191 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::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 | ||
| 3992 | 2025.02.10 18:50:13.369571 [ 191 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::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 | ||
| 3993 | 2025.02.10 18:50:13.369664 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_26_5} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3994 | 2025.02.10 18:50:13.370168 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_26_5} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3995 | 2025.02.10 18:50:13.370428 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 3996 | 2025.02.10 18:50:13.371908 [ 256 ] {524c9a79-c500-4ce5-928f-5af99a9b3e92} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3997 | 2025.02.10 18:50:13.371989 [ 256 ] {524c9a79-c500-4ce5-928f-5af99a9b3e92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 3998 | 2025.02.10 18:50:13.372620 [ 191 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.006042875 sec., 10921.953540326418 rows/sec., 570.63 KiB/sec. | ||
| 3999 | 2025.02.10 18:50:13.372805 [ 191 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4000 | 2025.02.10 18:50:13.373072 [ 256 ] {524c9a79-c500-4ce5-928f-5af99a9b3e92} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4001 | 2025.02.10 18:50:13.373313 [ 191 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_11_2} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4002 | 2025.02.10 18:50:13.373474 [ 191 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_11_2} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4003 | 2025.02.10 18:50:13.373555 [ 256 ] {524c9a79-c500-4ce5-928f-5af99a9b3e92} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4004 | 2025.02.10 18:50:13.373633 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4005 | 2025.02.10 18:50:13.373819 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4006 | 2025.02.10 18:50:13.373883 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4007 | 2025.02.10 18:50:13.373924 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4008 | 2025.02.10 18:50:13.373934 [ 256 ] {524c9a79-c500-4ce5-928f-5af99a9b3e92} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006261 sec., 37853.37805462386 rows/sec., 2.54 MiB/sec. | ||
| 4009 | 2025.02.10 18:50:13.374175 [ 256 ] {524c9a79-c500-4ce5-928f-5af99a9b3e92} <Debug> TCPHandler: Processed in 0.007243065 sec. | ||
| 4010 | 2025.02.10 18:50:13.374214 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::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 | ||
| 4011 | 2025.02.10 18:50:13.374345 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4012 | 2025.02.10 18:50:13.374369 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4013 | 2025.02.10 18:50:13.374404 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7422 rows starting from the beginning of the part | ||
| 4014 | 2025.02.10 18:50:13.374576 [ 4 ] {99dea15a-9212-4276-99a5-5195aa05cea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4015 | 2025.02.10 18:50:13.374622 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::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 | ||
| 4016 | 2025.02.10 18:50:13.374731 [ 4 ] {99dea15a-9212-4276-99a5-5195aa05cea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4017 | 2025.02.10 18:50:13.374964 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::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 | ||
| 4018 | 2025.02.10 18:50:13.375195 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 966 rows starting from the beginning of the part | ||
| 4019 | 2025.02.10 18:50:13.375416 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 42 rows starting from the beginning of the part | ||
| 4020 | 2025.02.10 18:50:13.375651 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::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 | ||
| 4021 | 2025.02.10 18:50:13.376187 [ 4 ] {99dea15a-9212-4276-99a5-5195aa05cea2} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4022 | 2025.02.10 18:50:13.376227 [ 4 ] {99dea15a-9212-4276-99a5-5195aa05cea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4023 | 2025.02.10 18:50:13.376657 [ 4 ] {99dea15a-9212-4276-99a5-5195aa05cea2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4024 | 2025.02.10 18:50:13.376967 [ 4 ] {99dea15a-9212-4276-99a5-5195aa05cea2} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4025 | 2025.02.10 18:50:13.377249 [ 4 ] {99dea15a-9212-4276-99a5-5195aa05cea2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002792 sec., 358.1661891117478 rows/sec., 24.13 KiB/sec. | ||
| 4026 | 2025.02.10 18:50:13.377327 [ 4 ] {99dea15a-9212-4276-99a5-5195aa05cea2} <Debug> TCPHandler: Processed in 0.003041173 sec. | ||
| 4027 | 2025.02.10 18:50:13.377492 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4028 | 2025.02.10 18:50:13.377634 [ 256 ] {883b2c0c-c773-4778-9f10-027de5835560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4029 | 2025.02.10 18:50:13.377750 [ 256 ] {883b2c0c-c773-4778-9f10-027de5835560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4030 | 2025.02.10 18:50:13.379529 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9064 rows, containing 5 columns (5 merged, 0 gathered) in 0.005524544 sec., 1640678.3980723114 rows/sec., 110.65 MiB/sec. | ||
| 4031 | 2025.02.10 18:50:13.379804 [ 256 ] {883b2c0c-c773-4778-9f10-027de5835560} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4032 | 2025.02.10 18:50:13.379809 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4033 | 2025.02.10 18:50:13.379878 [ 256 ] {883b2c0c-c773-4778-9f10-027de5835560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4034 | 2025.02.10 18:50:13.380458 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4035 | 2025.02.10 18:50:13.380643 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4036 | 2025.02.10 18:50:13.380796 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. | ||
| 4037 | 2025.02.10 18:50:13.381149 [ 256 ] {883b2c0c-c773-4778-9f10-027de5835560} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4038 | 2025.02.10 18:50:13.381436 [ 256 ] {883b2c0c-c773-4778-9f10-027de5835560} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4039 | 2025.02.10 18:50:13.381775 [ 256 ] {883b2c0c-c773-4778-9f10-027de5835560} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.004173 sec., 8387.251377905584 rows/sec., 15.03 MiB/sec. | ||
| 4040 | 2025.02.10 18:50:13.382302 [ 256 ] {883b2c0c-c773-4778-9f10-027de5835560} <Debug> TCPHandler: Processed in 0.004891318 sec. | ||
| 4041 | 2025.02.10 18:50:13.382449 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4042 | 2025.02.10 18:50:13.382568 [ 4 ] {89937abe-fd5e-4103-87f6-001084819970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4043 | 2025.02.10 18:50:13.382617 [ 4 ] {89937abe-fd5e-4103-87f6-001084819970} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4044 | 2025.02.10 18:50:13.383110 [ 4 ] {89937abe-fd5e-4103-87f6-001084819970} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4045 | 2025.02.10 18:50:13.383147 [ 4 ] {89937abe-fd5e-4103-87f6-001084819970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4046 | 2025.02.10 18:50:13.383522 [ 4 ] {89937abe-fd5e-4103-87f6-001084819970} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4047 | 2025.02.10 18:50:13.383751 [ 4 ] {89937abe-fd5e-4103-87f6-001084819970} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4048 | 2025.02.10 18:50:13.383872 [ 90 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4049 | 2025.02.10 18:50:13.383915 [ 90 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4050 | 2025.02.10 18:50:13.383934 [ 4 ] {89937abe-fd5e-4103-87f6-001084819970} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001387 sec., 59120.403749098776 rows/sec., 3.75 MiB/sec. | ||
| 4051 | 2025.02.10 18:50:13.383943 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4052 | 2025.02.10 18:50:13.384031 [ 4 ] {89937abe-fd5e-4103-87f6-001084819970} <Debug> TCPHandler: Processed in 0.00164026 sec. | ||
| 4053 | 2025.02.10 18:50:13.384180 [ 191 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 4054 | 2025.02.10 18:50:13.384296 [ 191 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4055 | 2025.02.10 18:50:13.384328 [ 191 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 4056 | 2025.02.10 18:50:13.384446 [ 191 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 4057 | 2025.02.10 18:50:13.384561 [ 191 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 4058 | 2025.02.10 18:50:13.384719 [ 191 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 44 rows starting from the beginning of the part | ||
| 4059 | 2025.02.10 18:50:13.384871 [ 191 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 16 rows starting from the beginning of the part | ||
| 4060 | 2025.02.10 18:50:13.384982 [ 191 ] {d601b582-081b-4269-a62d-1718944342b0::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 | ||
| 4061 | 2025.02.10 18:50:13.386239 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1610 rows, containing 4 columns (4 merged, 0 gathered) in 0.002191793 sec., 734558.4186097865 rows/sec., 47.91 MiB/sec. | ||
| 4062 | 2025.02.10 18:50:13.386477 [ 197 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4063 | 2025.02.10 18:50:13.386826 [ 197 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_26_5} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4064 | 2025.02.10 18:50:13.386921 [ 197 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_26_5} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4065 | 2025.02.10 18:50:13.387020 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 4066 | 2025.02.10 18:50:17.600095 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4067 | 2025.02.10 18:50:17.600167 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4068 | 2025.02.10 18:50:17.691730 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 | ||
| 4069 | 2025.02.10 18:50:17.692389 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4070 | 2025.02.10 18:50:17.692440 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4071 | 2025.02.10 18:50:17.693027 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4072 | 2025.02.10 18:50:17.693308 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4073 | 2025.02.10 18:50:17.693571 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 4074 | 2025.02.10 18:50:18.244984 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 4075 | 2025.02.10 18:50:18.265099 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4076 | 2025.02.10 18:50:18.265161 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4077 | 2025.02.10 18:50:18.272844 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4078 | 2025.02.10 18:50:18.273591 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4079 | 2025.02.10 18:50:18.276278 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 4080 | 2025.02.10 18:50:18.339007 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4081 | 2025.02.10 18:50:18.339220 [ 4 ] {82bb97a5-56b2-4a55-b5a1-fa47f0c80f3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4082 | 2025.02.10 18:50:18.339300 [ 4 ] {82bb97a5-56b2-4a55-b5a1-fa47f0c80f3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4083 | 2025.02.10 18:50:18.340076 [ 4 ] {82bb97a5-56b2-4a55-b5a1-fa47f0c80f3a} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4084 | 2025.02.10 18:50:18.340124 [ 4 ] {82bb97a5-56b2-4a55-b5a1-fa47f0c80f3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4085 | 2025.02.10 18:50:18.340564 [ 4 ] {82bb97a5-56b2-4a55-b5a1-fa47f0c80f3a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4086 | 2025.02.10 18:50:18.340814 [ 4 ] {82bb97a5-56b2-4a55-b5a1-fa47f0c80f3a} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4087 | 2025.02.10 18:50:18.341043 [ 4 ] {82bb97a5-56b2-4a55-b5a1-fa47f0c80f3a} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001882 sec., 35069.075451647186 rows/sec., 2.79 MiB/sec. | ||
| 4088 | 2025.02.10 18:50:18.341098 [ 4 ] {82bb97a5-56b2-4a55-b5a1-fa47f0c80f3a} <Debug> TCPHandler: Processed in 0.002231983 sec. | ||
| 4089 | 2025.02.10 18:50:18.341409 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4090 | 2025.02.10 18:50:18.341719 [ 256 ] {ef085fe2-40aa-4b72-8f65-921d5a7490c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4091 | 2025.02.10 18:50:18.341838 [ 256 ] {ef085fe2-40aa-4b72-8f65-921d5a7490c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4092 | 2025.02.10 18:50:18.342811 [ 256 ] {ef085fe2-40aa-4b72-8f65-921d5a7490c1} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4093 | 2025.02.10 18:50:18.342857 [ 256 ] {ef085fe2-40aa-4b72-8f65-921d5a7490c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4094 | 2025.02.10 18:50:18.343293 [ 256 ] {ef085fe2-40aa-4b72-8f65-921d5a7490c1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4095 | 2025.02.10 18:50:18.343554 [ 256 ] {ef085fe2-40aa-4b72-8f65-921d5a7490c1} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4096 | 2025.02.10 18:50:18.343805 [ 256 ] {ef085fe2-40aa-4b72-8f65-921d5a7490c1} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.002174 sec., 2299.9080036798528 rows/sec., 172.94 KiB/sec. | ||
| 4097 | 2025.02.10 18:50:18.343873 [ 256 ] {ef085fe2-40aa-4b72-8f65-921d5a7490c1} <Debug> TCPHandler: Processed in 0.002660304 sec. | ||
| 4098 | 2025.02.10 18:50:18.344025 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4099 | 2025.02.10 18:50:18.344174 [ 4 ] {1089ad84-40c7-46f2-8c63-b2a8b03876a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4100 | 2025.02.10 18:50:18.344234 [ 4 ] {1089ad84-40c7-46f2-8c63-b2a8b03876a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4101 | 2025.02.10 18:50:18.344880 [ 4 ] {1089ad84-40c7-46f2-8c63-b2a8b03876a8} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4102 | 2025.02.10 18:50:18.344921 [ 4 ] {1089ad84-40c7-46f2-8c63-b2a8b03876a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4103 | 2025.02.10 18:50:18.345300 [ 4 ] {1089ad84-40c7-46f2-8c63-b2a8b03876a8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4104 | 2025.02.10 18:50:18.345538 [ 4 ] {1089ad84-40c7-46f2-8c63-b2a8b03876a8} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4105 | 2025.02.10 18:50:18.345749 [ 4 ] {1089ad84-40c7-46f2-8c63-b2a8b03876a8} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001606 sec., 42963.88542963885 rows/sec., 3.35 MiB/sec. | ||
| 4106 | 2025.02.10 18:50:18.345806 [ 4 ] {1089ad84-40c7-46f2-8c63-b2a8b03876a8} <Debug> TCPHandler: Processed in 0.001853995 sec. | ||
| 4107 | 2025.02.10 18:50:18.345962 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4108 | 2025.02.10 18:50:18.346108 [ 256 ] {08acbf91-fef7-4353-bfba-044539c27549} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4109 | 2025.02.10 18:50:18.346177 [ 256 ] {08acbf91-fef7-4353-bfba-044539c27549} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4110 | 2025.02.10 18:50:18.346792 [ 256 ] {08acbf91-fef7-4353-bfba-044539c27549} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4111 | 2025.02.10 18:50:18.346831 [ 256 ] {08acbf91-fef7-4353-bfba-044539c27549} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4112 | 2025.02.10 18:50:18.347235 [ 256 ] {08acbf91-fef7-4353-bfba-044539c27549} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4113 | 2025.02.10 18:50:18.347486 [ 256 ] {08acbf91-fef7-4353-bfba-044539c27549} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4114 | 2025.02.10 18:50:18.347704 [ 256 ] {08acbf91-fef7-4353-bfba-044539c27549} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001632 sec., 98039.21568627452 rows/sec., 6.83 MiB/sec. | ||
| 4115 | 2025.02.10 18:50:18.347762 [ 256 ] {08acbf91-fef7-4353-bfba-044539c27549} <Debug> TCPHandler: Processed in 0.001868735 sec. | ||
| 4116 | 2025.02.10 18:50:18.347918 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4117 | 2025.02.10 18:50:18.348055 [ 4 ] {8cc12b82-1273-4723-b331-a99e9939bee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4118 | 2025.02.10 18:50:18.348151 [ 4 ] {8cc12b82-1273-4723-b331-a99e9939bee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4119 | 2025.02.10 18:50:18.349292 [ 4 ] {8cc12b82-1273-4723-b331-a99e9939bee7} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4120 | 2025.02.10 18:50:18.349331 [ 4 ] {8cc12b82-1273-4723-b331-a99e9939bee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4121 | 2025.02.10 18:50:18.349950 [ 4 ] {8cc12b82-1273-4723-b331-a99e9939bee7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4122 | 2025.02.10 18:50:18.350201 [ 4 ] {8cc12b82-1273-4723-b331-a99e9939bee7} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4123 | 2025.02.10 18:50:18.350440 [ 4 ] {8cc12b82-1273-4723-b331-a99e9939bee7} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002415 sec., 2070.3933747412007 rows/sec., 3.71 MiB/sec. | ||
| 4124 | 2025.02.10 18:50:18.350551 [ 4 ] {8cc12b82-1273-4723-b331-a99e9939bee7} <Debug> TCPHandler: Processed in 0.002701206 sec. | ||
| 4125 | 2025.02.10 18:50:18.350757 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4126 | 2025.02.10 18:50:18.350988 [ 256 ] {7da33a0f-93ac-46aa-b6a4-4d6c5981de69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4127 | 2025.02.10 18:50:18.351086 [ 256 ] {7da33a0f-93ac-46aa-b6a4-4d6c5981de69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4128 | 2025.02.10 18:50:18.351744 [ 256 ] {7da33a0f-93ac-46aa-b6a4-4d6c5981de69} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4129 | 2025.02.10 18:50:18.351784 [ 256 ] {7da33a0f-93ac-46aa-b6a4-4d6c5981de69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4130 | 2025.02.10 18:50:18.352157 [ 256 ] {7da33a0f-93ac-46aa-b6a4-4d6c5981de69} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4131 | 2025.02.10 18:50:18.352410 [ 256 ] {7da33a0f-93ac-46aa-b6a4-4d6c5981de69} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4132 | 2025.02.10 18:50:18.352624 [ 256 ] {7da33a0f-93ac-46aa-b6a4-4d6c5981de69} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001691 sec., 35481.96333530455 rows/sec., 2.39 MiB/sec. | ||
| 4133 | 2025.02.10 18:50:18.352678 [ 256 ] {7da33a0f-93ac-46aa-b6a4-4d6c5981de69} <Debug> TCPHandler: Processed in 0.002034829 sec. | ||
| 4134 | 2025.02.10 18:50:22.723606 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 598 | ||
| 4135 | 2025.02.10 18:50:22.726739 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4136 | 2025.02.10 18:50:22.726784 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4137 | 2025.02.10 18:50:22.728510 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4138 | 2025.02.10 18:50:22.728832 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4139 | 2025.02.10 18:50:22.729350 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 598 | ||
| 4140 | 2025.02.10 18:50:23.345295 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4141 | 2025.02.10 18:50:23.345479 [ 4 ] {a151b1d6-9c1c-4427-9fa2-7a74a73cfe83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4142 | 2025.02.10 18:50:23.345550 [ 4 ] {a151b1d6-9c1c-4427-9fa2-7a74a73cfe83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4143 | 2025.02.10 18:50:23.346294 [ 4 ] {a151b1d6-9c1c-4427-9fa2-7a74a73cfe83} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4144 | 2025.02.10 18:50:23.346335 [ 4 ] {a151b1d6-9c1c-4427-9fa2-7a74a73cfe83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4145 | 2025.02.10 18:50:23.346763 [ 4 ] {a151b1d6-9c1c-4427-9fa2-7a74a73cfe83} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4146 | 2025.02.10 18:50:23.347011 [ 4 ] {a151b1d6-9c1c-4427-9fa2-7a74a73cfe83} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4147 | 2025.02.10 18:50:23.347204 [ 4 ] {a151b1d6-9c1c-4427-9fa2-7a74a73cfe83} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001778 sec., 7874.015748031496 rows/sec., 566.82 KiB/sec. | ||
| 4148 | 2025.02.10 18:50:23.347261 [ 4 ] {a151b1d6-9c1c-4427-9fa2-7a74a73cfe83} <Debug> TCPHandler: Processed in 0.002089431 sec. | ||
| 4149 | 2025.02.10 18:50:23.347530 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4150 | 2025.02.10 18:50:23.347733 [ 256 ] {76710a30-5608-4f6b-aab6-2522c9ca6ded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4151 | 2025.02.10 18:50:23.347815 [ 256 ] {76710a30-5608-4f6b-aab6-2522c9ca6ded} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4152 | 2025.02.10 18:50:23.348603 [ 256 ] {76710a30-5608-4f6b-aab6-2522c9ca6ded} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4153 | 2025.02.10 18:50:23.348652 [ 256 ] {76710a30-5608-4f6b-aab6-2522c9ca6ded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4154 | 2025.02.10 18:50:23.349082 [ 256 ] {76710a30-5608-4f6b-aab6-2522c9ca6ded} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4155 | 2025.02.10 18:50:23.349342 [ 256 ] {76710a30-5608-4f6b-aab6-2522c9ca6ded} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4156 | 2025.02.10 18:50:23.349649 [ 256 ] {76710a30-5608-4f6b-aab6-2522c9ca6ded} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001952 sec., 5122.950819672131 rows/sec., 417.74 KiB/sec. | ||
| 4157 | 2025.02.10 18:50:23.349797 [ 256 ] {76710a30-5608-4f6b-aab6-2522c9ca6ded} <Debug> TCPHandler: Processed in 0.002403578 sec. | ||
| 4158 | 2025.02.10 18:50:23.349993 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4159 | 2025.02.10 18:50:23.350137 [ 4 ] {b72eefd8-2efb-4695-bb96-762405a1cbbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4160 | 2025.02.10 18:50:23.350198 [ 4 ] {b72eefd8-2efb-4695-bb96-762405a1cbbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4161 | 2025.02.10 18:50:23.350939 [ 4 ] {b72eefd8-2efb-4695-bb96-762405a1cbbe} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4162 | 2025.02.10 18:50:23.350977 [ 4 ] {b72eefd8-2efb-4695-bb96-762405a1cbbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4163 | 2025.02.10 18:50:23.351372 [ 4 ] {b72eefd8-2efb-4695-bb96-762405a1cbbe} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4164 | 2025.02.10 18:50:23.351611 [ 4 ] {b72eefd8-2efb-4695-bb96-762405a1cbbe} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4165 | 2025.02.10 18:50:23.351790 [ 4 ] {b72eefd8-2efb-4695-bb96-762405a1cbbe} <Debug> executeQuery: Read 278 rows, 25.00 KiB in 0.001684 sec., 165083.135391924 rows/sec., 14.50 MiB/sec. | ||
| 4166 | 2025.02.10 18:50:23.351841 [ 4 ] {b72eefd8-2efb-4695-bb96-762405a1cbbe} <Debug> TCPHandler: Processed in 0.001920106 sec. | ||
| 4167 | 2025.02.10 18:50:23.352008 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4168 | 2025.02.10 18:50:23.352160 [ 256 ] {c8471da2-4a1b-4aa3-8ce5-b1de0c93090c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4169 | 2025.02.10 18:50:23.352222 [ 256 ] {c8471da2-4a1b-4aa3-8ce5-b1de0c93090c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4170 | 2025.02.10 18:50:23.352897 [ 256 ] {c8471da2-4a1b-4aa3-8ce5-b1de0c93090c} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4171 | 2025.02.10 18:50:23.352937 [ 256 ] {c8471da2-4a1b-4aa3-8ce5-b1de0c93090c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4172 | 2025.02.10 18:50:23.353317 [ 256 ] {c8471da2-4a1b-4aa3-8ce5-b1de0c93090c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4173 | 2025.02.10 18:50:23.353573 [ 256 ] {c8471da2-4a1b-4aa3-8ce5-b1de0c93090c} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4174 | 2025.02.10 18:50:23.353809 [ 256 ] {c8471da2-4a1b-4aa3-8ce5-b1de0c93090c} <Debug> executeQuery: Read 52 rows, 3.79 KiB in 0.001685 sec., 30860.534124629077 rows/sec., 2.19 MiB/sec. | ||
| 4175 | 2025.02.10 18:50:23.353910 [ 256 ] {c8471da2-4a1b-4aa3-8ce5-b1de0c93090c} <Debug> TCPHandler: Processed in 0.001972788 sec. | ||
| 4176 | 2025.02.10 18:50:23.354070 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4177 | 2025.02.10 18:50:23.354188 [ 4 ] {fe721cb2-8170-46bc-979c-d9f03ab0b4e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4178 | 2025.02.10 18:50:23.354236 [ 4 ] {fe721cb2-8170-46bc-979c-d9f03ab0b4e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4179 | 2025.02.10 18:50:23.354804 [ 4 ] {fe721cb2-8170-46bc-979c-d9f03ab0b4e5} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4180 | 2025.02.10 18:50:23.354843 [ 4 ] {fe721cb2-8170-46bc-979c-d9f03ab0b4e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4181 | 2025.02.10 18:50:23.355189 [ 4 ] {fe721cb2-8170-46bc-979c-d9f03ab0b4e5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4182 | 2025.02.10 18:50:23.355425 [ 4 ] {fe721cb2-8170-46bc-979c-d9f03ab0b4e5} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4183 | 2025.02.10 18:50:23.355596 [ 4 ] {fe721cb2-8170-46bc-979c-d9f03ab0b4e5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001433 sec., 9769.713886950454 rows/sec., 684.21 KiB/sec. | ||
| 4184 | 2025.02.10 18:50:23.355648 [ 4 ] {fe721cb2-8170-46bc-979c-d9f03ab0b4e5} <Debug> TCPHandler: Processed in 0.001635709 sec. | ||
| 4185 | 2025.02.10 18:50:23.355808 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4186 | 2025.02.10 18:50:23.355955 [ 256 ] {e694f21c-7b15-49f7-b8be-f36a43a22e3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4187 | 2025.02.10 18:50:23.356016 [ 256 ] {e694f21c-7b15-49f7-b8be-f36a43a22e3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4188 | 2025.02.10 18:50:23.356692 [ 256 ] {e694f21c-7b15-49f7-b8be-f36a43a22e3f} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4189 | 2025.02.10 18:50:23.356732 [ 256 ] {e694f21c-7b15-49f7-b8be-f36a43a22e3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4190 | 2025.02.10 18:50:23.357087 [ 256 ] {e694f21c-7b15-49f7-b8be-f36a43a22e3f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4191 | 2025.02.10 18:50:23.357341 [ 256 ] {e694f21c-7b15-49f7-b8be-f36a43a22e3f} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4192 | 2025.02.10 18:50:23.357594 [ 256 ] {e694f21c-7b15-49f7-b8be-f36a43a22e3f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001672 sec., 7775.11961722488 rows/sec., 484.78 KiB/sec. | ||
| 4193 | 2025.02.10 18:50:23.357785 [ 256 ] {e694f21c-7b15-49f7-b8be-f36a43a22e3f} <Debug> TCPHandler: Processed in 0.002034969 sec. | ||
| 4194 | 2025.02.10 18:50:23.357943 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4195 | 2025.02.10 18:50:23.358067 [ 4 ] {c61aa480-7c50-4ed7-b0ed-1252fe3e11be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4196 | 2025.02.10 18:50:23.358117 [ 4 ] {c61aa480-7c50-4ed7-b0ed-1252fe3e11be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4197 | 2025.02.10 18:50:23.358857 [ 4 ] {c61aa480-7c50-4ed7-b0ed-1252fe3e11be} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4198 | 2025.02.10 18:50:23.358895 [ 4 ] {c61aa480-7c50-4ed7-b0ed-1252fe3e11be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4199 | 2025.02.10 18:50:23.359292 [ 4 ] {c61aa480-7c50-4ed7-b0ed-1252fe3e11be} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4200 | 2025.02.10 18:50:23.359593 [ 4 ] {c61aa480-7c50-4ed7-b0ed-1252fe3e11be} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4201 | 2025.02.10 18:50:23.359779 [ 4 ] {c61aa480-7c50-4ed7-b0ed-1252fe3e11be} <Debug> executeQuery: Read 427 rows, 31.30 KiB in 0.001736 sec., 245967.74193548388 rows/sec., 17.61 MiB/sec. | ||
| 4202 | 2025.02.10 18:50:23.359830 [ 4 ] {c61aa480-7c50-4ed7-b0ed-1252fe3e11be} <Debug> TCPHandler: Processed in 0.001944747 sec. | ||
| 4203 | 2025.02.10 18:50:23.359993 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4204 | 2025.02.10 18:50:23.360136 [ 256 ] {c0035f57-87b9-4092-9236-58c95feee45e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4205 | 2025.02.10 18:50:23.360197 [ 256 ] {c0035f57-87b9-4092-9236-58c95feee45e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4206 | 2025.02.10 18:50:23.360745 [ 256 ] {c0035f57-87b9-4092-9236-58c95feee45e} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4207 | 2025.02.10 18:50:23.360784 [ 256 ] {c0035f57-87b9-4092-9236-58c95feee45e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4208 | 2025.02.10 18:50:23.361151 [ 256 ] {c0035f57-87b9-4092-9236-58c95feee45e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4209 | 2025.02.10 18:50:23.361391 [ 256 ] {c0035f57-87b9-4092-9236-58c95feee45e} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4210 | 2025.02.10 18:50:23.361598 [ 256 ] {c0035f57-87b9-4092-9236-58c95feee45e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001495 sec., 4013.3779264214045 rows/sec., 209.68 KiB/sec. | ||
| 4211 | 2025.02.10 18:50:23.361647 [ 256 ] {c0035f57-87b9-4092-9236-58c95feee45e} <Debug> TCPHandler: Processed in 0.001721632 sec. | ||
| 4212 | 2025.02.10 18:50:23.361783 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4213 | 2025.02.10 18:50:23.361899 [ 4 ] {cb1d6041-fa15-49af-9e39-74a5e6c8e539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4214 | 2025.02.10 18:50:23.361951 [ 4 ] {cb1d6041-fa15-49af-9e39-74a5e6c8e539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4215 | 2025.02.10 18:50:23.362556 [ 4 ] {cb1d6041-fa15-49af-9e39-74a5e6c8e539} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4216 | 2025.02.10 18:50:23.362593 [ 4 ] {cb1d6041-fa15-49af-9e39-74a5e6c8e539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4217 | 2025.02.10 18:50:23.362986 [ 4 ] {cb1d6041-fa15-49af-9e39-74a5e6c8e539} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4218 | 2025.02.10 18:50:23.363221 [ 4 ] {cb1d6041-fa15-49af-9e39-74a5e6c8e539} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4219 | 2025.02.10 18:50:23.363401 [ 4 ] {cb1d6041-fa15-49af-9e39-74a5e6c8e539} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.001527 sec., 158480.68107400133 rows/sec., 10.63 MiB/sec. | ||
| 4220 | 2025.02.10 18:50:23.363461 [ 4 ] {cb1d6041-fa15-49af-9e39-74a5e6c8e539} <Debug> TCPHandler: Processed in 0.001731071 sec. | ||
| 4221 | 2025.02.10 18:50:23.363614 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4222 | 2025.02.10 18:50:23.363754 [ 256 ] {8081e6f8-7c8d-466c-8907-3fe97a587aa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4223 | 2025.02.10 18:50:23.363816 [ 256 ] {8081e6f8-7c8d-466c-8907-3fe97a587aa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4224 | 2025.02.10 18:50:23.364390 [ 256 ] {8081e6f8-7c8d-466c-8907-3fe97a587aa5} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4225 | 2025.02.10 18:50:23.364436 [ 256 ] {8081e6f8-7c8d-466c-8907-3fe97a587aa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4226 | 2025.02.10 18:50:23.364810 [ 256 ] {8081e6f8-7c8d-466c-8907-3fe97a587aa5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4227 | 2025.02.10 18:50:23.365047 [ 256 ] {8081e6f8-7c8d-466c-8907-3fe97a587aa5} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4228 | 2025.02.10 18:50:23.365272 [ 256 ] {8081e6f8-7c8d-466c-8907-3fe97a587aa5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001548 sec., 645.9948320413437 rows/sec., 43.53 KiB/sec. | ||
| 4229 | 2025.02.10 18:50:23.365361 [ 256 ] {8081e6f8-7c8d-466c-8907-3fe97a587aa5} <Debug> TCPHandler: Processed in 0.001810083 sec. | ||
| 4230 | 2025.02.10 18:50:23.365504 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4231 | 2025.02.10 18:50:23.365621 [ 4 ] {a7e1187c-22b5-43b0-8d82-5d5fa13921b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4232 | 2025.02.10 18:50:23.365701 [ 4 ] {a7e1187c-22b5-43b0-8d82-5d5fa13921b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4233 | 2025.02.10 18:50:23.366832 [ 4 ] {a7e1187c-22b5-43b0-8d82-5d5fa13921b2} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4234 | 2025.02.10 18:50:23.366872 [ 4 ] {a7e1187c-22b5-43b0-8d82-5d5fa13921b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4235 | 2025.02.10 18:50:23.367611 [ 4 ] {a7e1187c-22b5-43b0-8d82-5d5fa13921b2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4236 | 2025.02.10 18:50:23.367867 [ 4 ] {a7e1187c-22b5-43b0-8d82-5d5fa13921b2} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4237 | 2025.02.10 18:50:23.368081 [ 4 ] {a7e1187c-22b5-43b0-8d82-5d5fa13921b2} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002484 sec., 14090.177133655394 rows/sec., 25.25 MiB/sec. | ||
| 4238 | 2025.02.10 18:50:23.368296 [ 4 ] {a7e1187c-22b5-43b0-8d82-5d5fa13921b2} <Debug> TCPHandler: Processed in 0.002844849 sec. | ||
| 4239 | 2025.02.10 18:50:23.368445 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4240 | 2025.02.10 18:50:23.368584 [ 256 ] {f7094540-d370-4e75-99a0-59f1035f9859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4241 | 2025.02.10 18:50:23.368647 [ 256 ] {f7094540-d370-4e75-99a0-59f1035f9859} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4242 | 2025.02.10 18:50:23.369224 [ 256 ] {f7094540-d370-4e75-99a0-59f1035f9859} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4243 | 2025.02.10 18:50:23.369271 [ 256 ] {f7094540-d370-4e75-99a0-59f1035f9859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4244 | 2025.02.10 18:50:23.369738 [ 256 ] {f7094540-d370-4e75-99a0-59f1035f9859} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4245 | 2025.02.10 18:50:23.370010 [ 256 ] {f7094540-d370-4e75-99a0-59f1035f9859} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4246 | 2025.02.10 18:50:23.370231 [ 256 ] {f7094540-d370-4e75-99a0-59f1035f9859} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001675 sec., 48955.22388059701 rows/sec., 3.11 MiB/sec. | ||
| 4247 | 2025.02.10 18:50:23.370289 [ 256 ] {f7094540-d370-4e75-99a0-59f1035f9859} <Debug> TCPHandler: Processed in 0.001912866 sec. | ||
| 4248 | 2025.02.10 18:50:25.193718 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 | ||
| 4249 | 2025.02.10 18:50:25.194515 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4250 | 2025.02.10 18:50:25.194569 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4251 | 2025.02.10 18:50:25.195168 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4252 | 2025.02.10 18:50:25.195419 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4253 | 2025.02.10 18:50:25.195672 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 | ||
| 4254 | 2025.02.10 18:50:25.776370 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4255 | 2025.02.10 18:50:25.796914 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4256 | 2025.02.10 18:50:25.796982 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4257 | 2025.02.10 18:50:25.804771 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4258 | 2025.02.10 18:50:25.805558 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4259 | 2025.02.10 18:50:25.808322 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4260 | 2025.02.10 18:50:28.339714 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4261 | 2025.02.10 18:50:28.339899 [ 4 ] {a346161a-0ba9-4306-a9f6-d86f4df4a2a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4262 | 2025.02.10 18:50:28.339969 [ 4 ] {a346161a-0ba9-4306-a9f6-d86f4df4a2a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4263 | 2025.02.10 18:50:28.340760 [ 4 ] {a346161a-0ba9-4306-a9f6-d86f4df4a2a6} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4264 | 2025.02.10 18:50:28.340805 [ 4 ] {a346161a-0ba9-4306-a9f6-d86f4df4a2a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4265 | 2025.02.10 18:50:28.341222 [ 4 ] {a346161a-0ba9-4306-a9f6-d86f4df4a2a6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4266 | 2025.02.10 18:50:28.341482 [ 4 ] {a346161a-0ba9-4306-a9f6-d86f4df4a2a6} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4267 | 2025.02.10 18:50:28.341715 [ 4 ] {a346161a-0ba9-4306-a9f6-d86f4df4a2a6} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001868 sec., 35331.90578158458 rows/sec., 2.81 MiB/sec. | ||
| 4268 | 2025.02.10 18:50:28.341780 [ 4 ] {a346161a-0ba9-4306-a9f6-d86f4df4a2a6} <Debug> TCPHandler: Processed in 0.002191863 sec. | ||
| 4269 | 2025.02.10 18:50:28.342048 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4270 | 2025.02.10 18:50:28.342247 [ 256 ] {7a3abc4b-6efd-47a8-9cd7-dc553e3cae6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4271 | 2025.02.10 18:50:28.342325 [ 256 ] {7a3abc4b-6efd-47a8-9cd7-dc553e3cae6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4272 | 2025.02.10 18:50:28.343096 [ 256 ] {7a3abc4b-6efd-47a8-9cd7-dc553e3cae6b} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4273 | 2025.02.10 18:50:28.343150 [ 256 ] {7a3abc4b-6efd-47a8-9cd7-dc553e3cae6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4274 | 2025.02.10 18:50:28.343584 [ 256 ] {7a3abc4b-6efd-47a8-9cd7-dc553e3cae6b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4275 | 2025.02.10 18:50:28.343844 [ 256 ] {7a3abc4b-6efd-47a8-9cd7-dc553e3cae6b} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4276 | 2025.02.10 18:50:28.344103 [ 256 ] {7a3abc4b-6efd-47a8-9cd7-dc553e3cae6b} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001901 sec., 2630.194634402946 rows/sec., 197.78 KiB/sec. | ||
| 4277 | 2025.02.10 18:50:28.344322 [ 256 ] {7a3abc4b-6efd-47a8-9cd7-dc553e3cae6b} <Debug> TCPHandler: Processed in 0.002408908 sec. | ||
| 4278 | 2025.02.10 18:50:28.344506 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4279 | 2025.02.10 18:50:28.344630 [ 4 ] {e6189365-145c-45f8-8107-6b77b8703a1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4280 | 2025.02.10 18:50:28.344682 [ 4 ] {e6189365-145c-45f8-8107-6b77b8703a1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4281 | 2025.02.10 18:50:28.345276 [ 4 ] {e6189365-145c-45f8-8107-6b77b8703a1a} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4282 | 2025.02.10 18:50:28.345312 [ 4 ] {e6189365-145c-45f8-8107-6b77b8703a1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4283 | 2025.02.10 18:50:28.345678 [ 4 ] {e6189365-145c-45f8-8107-6b77b8703a1a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4284 | 2025.02.10 18:50:28.345909 [ 4 ] {e6189365-145c-45f8-8107-6b77b8703a1a} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4285 | 2025.02.10 18:50:28.346166 [ 4 ] {e6189365-145c-45f8-8107-6b77b8703a1a} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001559 sec., 44259.14047466325 rows/sec., 3.46 MiB/sec. | ||
| 4286 | 2025.02.10 18:50:28.346370 [ 4 ] {e6189365-145c-45f8-8107-6b77b8703a1a} <Debug> TCPHandler: Processed in 0.001929807 sec. | ||
| 4287 | 2025.02.10 18:50:28.346552 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4288 | 2025.02.10 18:50:28.346674 [ 256 ] {2c665835-908e-4067-ab01-ff14d4195846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4289 | 2025.02.10 18:50:28.346731 [ 256 ] {2c665835-908e-4067-ab01-ff14d4195846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4290 | 2025.02.10 18:50:28.347428 [ 256 ] {2c665835-908e-4067-ab01-ff14d4195846} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4291 | 2025.02.10 18:50:28.347478 [ 256 ] {2c665835-908e-4067-ab01-ff14d4195846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4292 | 2025.02.10 18:50:28.347927 [ 256 ] {2c665835-908e-4067-ab01-ff14d4195846} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4293 | 2025.02.10 18:50:28.348168 [ 256 ] {2c665835-908e-4067-ab01-ff14d4195846} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4294 | 2025.02.10 18:50:28.348423 [ 256 ] {2c665835-908e-4067-ab01-ff14d4195846} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001776 sec., 90090.09009009009 rows/sec., 6.27 MiB/sec. | ||
| 4295 | 2025.02.10 18:50:28.348625 [ 256 ] {2c665835-908e-4067-ab01-ff14d4195846} <Debug> TCPHandler: Processed in 0.002146322 sec. | ||
| 4296 | 2025.02.10 18:50:28.348805 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4297 | 2025.02.10 18:50:28.348924 [ 4 ] {b9104d62-659d-4f9e-99f8-3b87699d37f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4298 | 2025.02.10 18:50:28.349004 [ 4 ] {b9104d62-659d-4f9e-99f8-3b87699d37f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4299 | 2025.02.10 18:50:28.350118 [ 4 ] {b9104d62-659d-4f9e-99f8-3b87699d37f4} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4300 | 2025.02.10 18:50:28.350156 [ 4 ] {b9104d62-659d-4f9e-99f8-3b87699d37f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4301 | 2025.02.10 18:50:28.350790 [ 4 ] {b9104d62-659d-4f9e-99f8-3b87699d37f4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4302 | 2025.02.10 18:50:28.351052 [ 4 ] {b9104d62-659d-4f9e-99f8-3b87699d37f4} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4303 | 2025.02.10 18:50:28.351311 [ 4 ] {b9104d62-659d-4f9e-99f8-3b87699d37f4} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002412 sec., 2072.9684908789386 rows/sec., 3.71 MiB/sec. | ||
| 4304 | 2025.02.10 18:50:28.351425 [ 4 ] {b9104d62-659d-4f9e-99f8-3b87699d37f4} <Debug> TCPHandler: Processed in 0.002707026 sec. | ||
| 4305 | 2025.02.10 18:50:28.351585 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4306 | 2025.02.10 18:50:28.351711 [ 256 ] {a2fc04e4-44ba-4ba7-95b0-2db6bbcebff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4307 | 2025.02.10 18:50:28.351762 [ 256 ] {a2fc04e4-44ba-4ba7-95b0-2db6bbcebff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4308 | 2025.02.10 18:50:28.352275 [ 256 ] {a2fc04e4-44ba-4ba7-95b0-2db6bbcebff8} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4309 | 2025.02.10 18:50:28.352314 [ 256 ] {a2fc04e4-44ba-4ba7-95b0-2db6bbcebff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4310 | 2025.02.10 18:50:28.352699 [ 256 ] {a2fc04e4-44ba-4ba7-95b0-2db6bbcebff8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4311 | 2025.02.10 18:50:28.352940 [ 256 ] {a2fc04e4-44ba-4ba7-95b0-2db6bbcebff8} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4312 | 2025.02.10 18:50:28.353125 [ 256 ] {a2fc04e4-44ba-4ba7-95b0-2db6bbcebff8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001441 sec., 41637.75156141568 rows/sec., 2.81 MiB/sec. | ||
| 4313 | 2025.02.10 18:50:28.353174 [ 256 ] {a2fc04e4-44ba-4ba7-95b0-2db6bbcebff8} <Debug> TCPHandler: Processed in 0.00164853 sec. | ||
| 4314 | 2025.02.10 18:50:32.600206 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4315 | 2025.02.10 18:50:32.600274 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4316 | 2025.02.10 18:50:32.695818 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 | ||
| 4317 | 2025.02.10 18:50:32.696439 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4318 | 2025.02.10 18:50:32.696478 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4319 | 2025.02.10 18:50:32.697028 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4320 | 2025.02.10 18:50:32.697276 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4321 | 2025.02.10 18:50:32.697524 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4322 | 2025.02.10 18:50:32.729575 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 634 | ||
| 4323 | 2025.02.10 18:50:32.732721 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4324 | 2025.02.10 18:50:32.732781 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4325 | 2025.02.10 18:50:32.734243 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4326 | 2025.02.10 18:50:32.734555 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4327 | 2025.02.10 18:50:32.735144 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 634 | ||
| 4328 | 2025.02.10 18:50:33.308410 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4329 | 2025.02.10 18:50:33.329856 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4330 | 2025.02.10 18:50:33.329911 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4331 | 2025.02.10 18:50:33.337430 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4332 | 2025.02.10 18:50:33.338216 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4333 | 2025.02.10 18:50:33.340921 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4334 | 2025.02.10 18:50:33.345834 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4335 | 2025.02.10 18:50:33.346055 [ 4 ] {458954a5-42d7-4209-b2a6-3ee17be7cd3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4336 | 2025.02.10 18:50:33.346137 [ 4 ] {458954a5-42d7-4209-b2a6-3ee17be7cd3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4337 | 2025.02.10 18:50:33.347035 [ 4 ] {458954a5-42d7-4209-b2a6-3ee17be7cd3f} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4338 | 2025.02.10 18:50:33.347082 [ 4 ] {458954a5-42d7-4209-b2a6-3ee17be7cd3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4339 | 2025.02.10 18:50:33.347535 [ 4 ] {458954a5-42d7-4209-b2a6-3ee17be7cd3f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4340 | 2025.02.10 18:50:33.347793 [ 4 ] {458954a5-42d7-4209-b2a6-3ee17be7cd3f} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4341 | 2025.02.10 18:50:33.347964 [ 79 ] {} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4342 | 2025.02.10 18:50:33.348029 [ 79 ] {} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4343 | 2025.02.10 18:50:33.348071 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4344 | 2025.02.10 18:50:33.348071 [ 4 ] {458954a5-42d7-4209-b2a6-3ee17be7cd3f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002063 sec., 6786.233640329617 rows/sec., 488.52 KiB/sec. | ||
| 4345 | 2025.02.10 18:50:33.348291 [ 4 ] {458954a5-42d7-4209-b2a6-3ee17be7cd3f} <Debug> TCPHandler: Processed in 0.002583362 sec. | ||
| 4346 | 2025.02.10 18:50:33.348322 [ 191 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
| 4347 | 2025.02.10 18:50:33.348480 [ 191 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4348 | 2025.02.10 18:50:33.348513 [ 191 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 14 rows starting from the beginning of the part | ||
| 4349 | 2025.02.10 18:50:33.348588 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4350 | 2025.02.10 18:50:33.348648 [ 191 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 4351 | 2025.02.10 18:50:33.349079 [ 191 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
| 4352 | 2025.02.10 18:50:33.349209 [ 256 ] {9bb15b60-32a9-4b83-9a32-dede577d288f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4353 | 2025.02.10 18:50:33.349328 [ 191 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 4354 | 2025.02.10 18:50:33.349433 [ 256 ] {9bb15b60-32a9-4b83-9a32-dede577d288f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4355 | 2025.02.10 18:50:33.349648 [ 191 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 4356 | 2025.02.10 18:50:33.352106 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003945646 sec., 17741.07459209468 rows/sec., 1.31 MiB/sec. | ||
| 4357 | 2025.02.10 18:50:33.352107 [ 256 ] {9bb15b60-32a9-4b83-9a32-dede577d288f} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4358 | 2025.02.10 18:50:33.352215 [ 256 ] {9bb15b60-32a9-4b83-9a32-dede577d288f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4359 | 2025.02.10 18:50:33.352363 [ 199 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4360 | 2025.02.10 18:50:33.352974 [ 199 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_13_3} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4361 | 2025.02.10 18:50:33.353110 [ 199 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_13_3} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4362 | 2025.02.10 18:50:33.353127 [ 256 ] {9bb15b60-32a9-4b83-9a32-dede577d288f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4363 | 2025.02.10 18:50:33.353234 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4364 | 2025.02.10 18:50:33.353486 [ 256 ] {9bb15b60-32a9-4b83-9a32-dede577d288f} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4365 | 2025.02.10 18:50:33.353780 [ 256 ] {9bb15b60-32a9-4b83-9a32-dede577d288f} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.004754 sec., 57425.326041228436 rows/sec., 5.06 MiB/sec. | ||
| 4366 | 2025.02.10 18:50:33.354009 [ 256 ] {9bb15b60-32a9-4b83-9a32-dede577d288f} <Debug> TCPHandler: Processed in 0.005583855 sec. | ||
| 4367 | 2025.02.10 18:50:33.354224 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4368 | 2025.02.10 18:50:33.354347 [ 4 ] {4cba50bd-84a8-42f6-8847-2623ef5c1f9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4369 | 2025.02.10 18:50:33.354399 [ 4 ] {4cba50bd-84a8-42f6-8847-2623ef5c1f9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4370 | 2025.02.10 18:50:33.355005 [ 4 ] {4cba50bd-84a8-42f6-8847-2623ef5c1f9e} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4371 | 2025.02.10 18:50:33.355044 [ 4 ] {4cba50bd-84a8-42f6-8847-2623ef5c1f9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4372 | 2025.02.10 18:50:33.355422 [ 4 ] {4cba50bd-84a8-42f6-8847-2623ef5c1f9e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4373 | 2025.02.10 18:50:33.355677 [ 4 ] {4cba50bd-84a8-42f6-8847-2623ef5c1f9e} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4374 | 2025.02.10 18:50:33.355848 [ 77 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4375 | 2025.02.10 18:50:33.355903 [ 77 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4376 | 2025.02.10 18:50:33.355918 [ 4 ] {4cba50bd-84a8-42f6-8847-2623ef5c1f9e} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001588 sec., 26448.362720403024 rows/sec., 1.90 MiB/sec. | ||
| 4377 | 2025.02.10 18:50:33.355946 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4378 | 2025.02.10 18:50:33.356070 [ 4 ] {4cba50bd-84a8-42f6-8847-2623ef5c1f9e} <Debug> TCPHandler: Processed in 0.001920266 sec. | ||
| 4379 | 2025.02.10 18:50:33.356160 [ 189 ] {76b738aa-a526-489f-91e1-a20435763813::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 | ||
| 4380 | 2025.02.10 18:50:33.356252 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4381 | 2025.02.10 18:50:33.356291 [ 189 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4382 | 2025.02.10 18:50:33.356323 [ 189 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 65 rows starting from the beginning of the part | ||
| 4383 | 2025.02.10 18:50:33.356405 [ 256 ] {58ee3431-0cfc-402e-9a5e-050937873465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4384 | 2025.02.10 18:50:33.356504 [ 189 ] {76b738aa-a526-489f-91e1-a20435763813::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 | ||
| 4385 | 2025.02.10 18:50:33.356534 [ 256 ] {58ee3431-0cfc-402e-9a5e-050937873465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4386 | 2025.02.10 18:50:33.356903 [ 189 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 5 rows starting from the beginning of the part | ||
| 4387 | 2025.02.10 18:50:33.357242 [ 189 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 52 rows starting from the beginning of the part | ||
| 4388 | 2025.02.10 18:50:33.357580 [ 189 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 5 rows starting from the beginning of the part | ||
| 4389 | 2025.02.10 18:50:33.357934 [ 189 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 42 rows starting from the beginning of the part | ||
| 4390 | 2025.02.10 18:50:33.358893 [ 256 ] {58ee3431-0cfc-402e-9a5e-050937873465} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4391 | 2025.02.10 18:50:33.358942 [ 256 ] {58ee3431-0cfc-402e-9a5e-050937873465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4392 | 2025.02.10 18:50:33.359548 [ 256 ] {58ee3431-0cfc-402e-9a5e-050937873465} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4393 | 2025.02.10 18:50:33.359599 [ 199 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 5 columns (5 merged, 0 gathered) in 0.003533195 sec., 59719.31919976113 rows/sec., 4.49 MiB/sec. | ||
| 4394 | 2025.02.10 18:50:33.359790 [ 199 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4395 | 2025.02.10 18:50:33.359941 [ 256 ] {58ee3431-0cfc-402e-9a5e-050937873465} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4396 | 2025.02.10 18:50:33.360165 [ 77 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4397 | 2025.02.10 18:50:33.360259 [ 77 ] {} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4398 | 2025.02.10 18:50:33.360321 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4399 | 2025.02.10 18:50:33.360392 [ 256 ] {58ee3431-0cfc-402e-9a5e-050937873465} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004013 sec., 3488.66184899078 rows/sec., 244.32 KiB/sec. | ||
| 4400 | 2025.02.10 18:50:33.360438 [ 199 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_21_4} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4401 | 2025.02.10 18:50:33.360936 [ 199 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_21_4} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4402 | 2025.02.10 18:50:33.361160 [ 196 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::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 | ||
| 4403 | 2025.02.10 18:50:33.361231 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4404 | 2025.02.10 18:50:33.361234 [ 256 ] {58ee3431-0cfc-402e-9a5e-050937873465} <Debug> TCPHandler: Processed in 0.005035792 sec. | ||
| 4405 | 2025.02.10 18:50:33.361522 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4406 | 2025.02.10 18:50:33.361544 [ 196 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4407 | 2025.02.10 18:50:33.361599 [ 196 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 242 rows starting from the beginning of the part | ||
| 4408 | 2025.02.10 18:50:33.361764 [ 4 ] {d3fab228-53b0-4bd9-abba-19b0508eb53d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4409 | 2025.02.10 18:50:33.361910 [ 196 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 4410 | 2025.02.10 18:50:33.361936 [ 4 ] {d3fab228-53b0-4bd9-abba-19b0508eb53d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4411 | 2025.02.10 18:50:33.362392 [ 196 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 228 rows starting from the beginning of the part | ||
| 4412 | 2025.02.10 18:50:33.362682 [ 196 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 4413 | 2025.02.10 18:50:33.363083 [ 196 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 4414 | 2025.02.10 18:50:33.363477 [ 196 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 4415 | 2025.02.10 18:50:33.364621 [ 4 ] {d3fab228-53b0-4bd9-abba-19b0508eb53d} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4416 | 2025.02.10 18:50:33.364707 [ 4 ] {d3fab228-53b0-4bd9-abba-19b0508eb53d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4417 | 2025.02.10 18:50:33.365680 [ 4 ] {d3fab228-53b0-4bd9-abba-19b0508eb53d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4418 | 2025.02.10 18:50:33.366339 [ 4 ] {d3fab228-53b0-4bd9-abba-19b0508eb53d} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4419 | 2025.02.10 18:50:33.366416 [ 198 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005970624 sec., 88097.99444748154 rows/sec., 6.31 MiB/sec. | ||
| 4420 | 2025.02.10 18:50:33.366563 [ 77 ] {} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4421 | 2025.02.10 18:50:33.366676 [ 77 ] {} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4422 | 2025.02.10 18:50:33.366691 [ 198 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4423 | 2025.02.10 18:50:33.366755 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4424 | 2025.02.10 18:50:33.366782 [ 4 ] {d3fab228-53b0-4bd9-abba-19b0508eb53d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005101 sec., 2548.5198980592045 rows/sec., 158.90 KiB/sec. | ||
| 4425 | 2025.02.10 18:50:33.367437 [ 4 ] {d3fab228-53b0-4bd9-abba-19b0508eb53d} <Debug> TCPHandler: Processed in 0.006004954 sec. | ||
| 4426 | 2025.02.10 18:50:33.367527 [ 196 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
| 4427 | 2025.02.10 18:50:33.367981 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4428 | 2025.02.10 18:50:33.368156 [ 198 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_16_3} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4429 | 2025.02.10 18:50:33.368359 [ 196 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4430 | 2025.02.10 18:50:33.368438 [ 256 ] {9e5e922b-7ede-4149-8e0e-596b04c9d6a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4431 | 2025.02.10 18:50:33.368468 [ 198 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_16_3} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4432 | 2025.02.10 18:50:33.368498 [ 196 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 13 rows starting from the beginning of the part | ||
| 4433 | 2025.02.10 18:50:33.368635 [ 256 ] {9e5e922b-7ede-4149-8e0e-596b04c9d6a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4434 | 2025.02.10 18:50:33.368770 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 4435 | 2025.02.10 18:50:33.369058 [ 196 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 13 rows starting from the beginning of the part | ||
| 4436 | 2025.02.10 18:50:33.369403 [ 196 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 13 rows starting from the beginning of the part | ||
| 4437 | 2025.02.10 18:50:33.369749 [ 196 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 13 rows starting from the beginning of the part | ||
| 4438 | 2025.02.10 18:50:33.370132 [ 196 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 13 rows starting from the beginning of the part | ||
| 4439 | 2025.02.10 18:50:33.371648 [ 256 ] {9e5e922b-7ede-4149-8e0e-596b04c9d6a4} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4440 | 2025.02.10 18:50:33.371732 [ 256 ] {9e5e922b-7ede-4149-8e0e-596b04c9d6a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4441 | 2025.02.10 18:50:33.372611 [ 198 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005653636 sec., 11497.025984693744 rows/sec., 761.75 KiB/sec. | ||
| 4442 | 2025.02.10 18:50:33.372816 [ 198 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4443 | 2025.02.10 18:50:33.372822 [ 256 ] {9e5e922b-7ede-4149-8e0e-596b04c9d6a4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4444 | 2025.02.10 18:50:33.373305 [ 256 ] {9e5e922b-7ede-4149-8e0e-596b04c9d6a4} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4445 | 2025.02.10 18:50:33.373319 [ 198 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_13_3} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4446 | 2025.02.10 18:50:33.373482 [ 198 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_13_3} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4447 | 2025.02.10 18:50:33.373689 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4448 | 2025.02.10 18:50:33.373740 [ 256 ] {9e5e922b-7ede-4149-8e0e-596b04c9d6a4} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.005413 sec., 77036.76334749676 rows/sec., 5.50 MiB/sec. | ||
| 4449 | 2025.02.10 18:50:33.373812 [ 256 ] {9e5e922b-7ede-4149-8e0e-596b04c9d6a4} <Debug> TCPHandler: Processed in 0.006217061 sec. | ||
| 4450 | 2025.02.10 18:50:33.373966 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4451 | 2025.02.10 18:50:33.374092 [ 4 ] {518cbbd0-10b0-4fbf-81eb-b20b1a5464dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4452 | 2025.02.10 18:50:33.374145 [ 4 ] {518cbbd0-10b0-4fbf-81eb-b20b1a5464dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4453 | 2025.02.10 18:50:33.374643 [ 4 ] {518cbbd0-10b0-4fbf-81eb-b20b1a5464dc} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4454 | 2025.02.10 18:50:33.374683 [ 4 ] {518cbbd0-10b0-4fbf-81eb-b20b1a5464dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4455 | 2025.02.10 18:50:33.375062 [ 4 ] {518cbbd0-10b0-4fbf-81eb-b20b1a5464dc} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4456 | 2025.02.10 18:50:33.375308 [ 4 ] {518cbbd0-10b0-4fbf-81eb-b20b1a5464dc} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4457 | 2025.02.10 18:50:33.375567 [ 4 ] {518cbbd0-10b0-4fbf-81eb-b20b1a5464dc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0015 sec., 4000 rows/sec., 208.98 KiB/sec. | ||
| 4458 | 2025.02.10 18:50:33.375760 [ 4 ] {518cbbd0-10b0-4fbf-81eb-b20b1a5464dc} <Debug> TCPHandler: Processed in 0.001856484 sec. | ||
| 4459 | 2025.02.10 18:50:33.375935 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4460 | 2025.02.10 18:50:33.376104 [ 256 ] {6dd4617c-1081-42b3-9ec2-abb1376cf1d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4461 | 2025.02.10 18:50:33.376165 [ 256 ] {6dd4617c-1081-42b3-9ec2-abb1376cf1d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4462 | 2025.02.10 18:50:33.376752 [ 256 ] {6dd4617c-1081-42b3-9ec2-abb1376cf1d0} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4463 | 2025.02.10 18:50:33.376791 [ 256 ] {6dd4617c-1081-42b3-9ec2-abb1376cf1d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4464 | 2025.02.10 18:50:33.377226 [ 256 ] {6dd4617c-1081-42b3-9ec2-abb1376cf1d0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4465 | 2025.02.10 18:50:33.377483 [ 256 ] {6dd4617c-1081-42b3-9ec2-abb1376cf1d0} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4466 | 2025.02.10 18:50:33.377674 [ 256 ] {6dd4617c-1081-42b3-9ec2-abb1376cf1d0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001597 sec., 148403.25610519724 rows/sec., 9.95 MiB/sec. | ||
| 4467 | 2025.02.10 18:50:33.377727 [ 256 ] {6dd4617c-1081-42b3-9ec2-abb1376cf1d0} <Debug> TCPHandler: Processed in 0.001853125 sec. | ||
| 4468 | 2025.02.10 18:50:33.377869 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4469 | 2025.02.10 18:50:33.377999 [ 4 ] {700c2c91-f8e5-405a-92a1-6bedda73b36a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4470 | 2025.02.10 18:50:33.378061 [ 4 ] {700c2c91-f8e5-405a-92a1-6bedda73b36a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4471 | 2025.02.10 18:50:33.378623 [ 4 ] {700c2c91-f8e5-405a-92a1-6bedda73b36a} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4472 | 2025.02.10 18:50:33.378669 [ 4 ] {700c2c91-f8e5-405a-92a1-6bedda73b36a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4473 | 2025.02.10 18:50:33.379077 [ 4 ] {700c2c91-f8e5-405a-92a1-6bedda73b36a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4474 | 2025.02.10 18:50:33.379316 [ 4 ] {700c2c91-f8e5-405a-92a1-6bedda73b36a} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4475 | 2025.02.10 18:50:33.379522 [ 4 ] {700c2c91-f8e5-405a-92a1-6bedda73b36a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001555 sec., 643.0868167202573 rows/sec., 43.33 KiB/sec. | ||
| 4476 | 2025.02.10 18:50:33.379575 [ 4 ] {700c2c91-f8e5-405a-92a1-6bedda73b36a} <Debug> TCPHandler: Processed in 0.001760873 sec. | ||
| 4477 | 2025.02.10 18:50:33.379707 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4478 | 2025.02.10 18:50:33.379826 [ 256 ] {2e808e01-8a5d-4695-8c04-027d75facc6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4479 | 2025.02.10 18:50:33.379906 [ 256 ] {2e808e01-8a5d-4695-8c04-027d75facc6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4480 | 2025.02.10 18:50:33.381219 [ 256 ] {2e808e01-8a5d-4695-8c04-027d75facc6d} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4481 | 2025.02.10 18:50:33.381259 [ 256 ] {2e808e01-8a5d-4695-8c04-027d75facc6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4482 | 2025.02.10 18:50:33.381940 [ 256 ] {2e808e01-8a5d-4695-8c04-027d75facc6d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4483 | 2025.02.10 18:50:33.382201 [ 256 ] {2e808e01-8a5d-4695-8c04-027d75facc6d} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4484 | 2025.02.10 18:50:33.382345 [ 77 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4485 | 2025.02.10 18:50:33.382391 [ 77 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4486 | 2025.02.10 18:50:33.382420 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4487 | 2025.02.10 18:50:33.382426 [ 256 ] {2e808e01-8a5d-4695-8c04-027d75facc6d} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002623 sec., 13343.499809378574 rows/sec., 23.91 MiB/sec. | ||
| 4488 | 2025.02.10 18:50:33.382742 [ 193 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::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 | ||
| 4489 | 2025.02.10 18:50:33.383179 [ 256 ] {2e808e01-8a5d-4695-8c04-027d75facc6d} <Debug> TCPHandler: Processed in 0.003519415 sec. | ||
| 4490 | 2025.02.10 18:50:33.383395 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4491 | 2025.02.10 18:50:33.383495 [ 193 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4492 | 2025.02.10 18:50:33.383687 [ 193 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 294 rows starting from the beginning of the part | ||
| 4493 | 2025.02.10 18:50:33.383688 [ 4 ] {8b286c92-20c3-4d0b-bd5b-2835d27893d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4494 | 2025.02.10 18:50:33.383842 [ 4 ] {8b286c92-20c3-4d0b-bd5b-2835d27893d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4495 | 2025.02.10 18:50:33.384417 [ 193 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 35 rows starting from the beginning of the part | ||
| 4496 | 2025.02.10 18:50:33.385112 [ 193 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 5 rows starting from the beginning of the part | ||
| 4497 | 2025.02.10 18:50:33.385844 [ 193 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 35 rows starting from the beginning of the part | ||
| 4498 | 2025.02.10 18:50:33.386305 [ 4 ] {8b286c92-20c3-4d0b-bd5b-2835d27893d6} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4499 | 2025.02.10 18:50:33.386415 [ 4 ] {8b286c92-20c3-4d0b-bd5b-2835d27893d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4500 | 2025.02.10 18:50:33.386510 [ 193 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 5 rows starting from the beginning of the part | ||
| 4501 | 2025.02.10 18:50:33.387211 [ 193 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 35 rows starting from the beginning of the part | ||
| 4502 | 2025.02.10 18:50:33.388100 [ 4 ] {8b286c92-20c3-4d0b-bd5b-2835d27893d6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4503 | 2025.02.10 18:50:33.388697 [ 4 ] {8b286c92-20c3-4d0b-bd5b-2835d27893d6} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4504 | 2025.02.10 18:50:33.389299 [ 4 ] {8b286c92-20c3-4d0b-bd5b-2835d27893d6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005725 sec., 14323.144104803494 rows/sec., 931.53 KiB/sec. | ||
| 4505 | 2025.02.10 18:50:33.389392 [ 4 ] {8b286c92-20c3-4d0b-bd5b-2835d27893d6} <Debug> TCPHandler: Processed in 0.006114077 sec. | ||
| 4506 | 2025.02.10 18:50:33.392122 [ 192 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 409 rows, containing 19 columns (19 merged, 0 gathered) in 0.009640743 sec., 42424.116066572875 rows/sec., 76.02 MiB/sec. | ||
| 4507 | 2025.02.10 18:50:33.393063 [ 192 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4508 | 2025.02.10 18:50:33.393518 [ 192 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4509 | 2025.02.10 18:50:33.393612 [ 192 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4510 | 2025.02.10 18:50:33.393771 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.14 MiB. | ||
| 4511 | 2025.02.10 18:50:34.846895 [ 75 ] {} <Debug> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4512 | 2025.02.10 18:50:34.846970 [ 75 ] {} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4513 | 2025.02.10 18:50:34.846994 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4514 | 2025.02.10 18:50:34.847215 [ 201 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::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 | ||
| 4515 | 2025.02.10 18:50:34.847389 [ 201 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4516 | 2025.02.10 18:50:34.847427 [ 201 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part | ||
| 4517 | 2025.02.10 18:50:34.847512 [ 201 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
| 4518 | 2025.02.10 18:50:34.847735 [ 201 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
| 4519 | 2025.02.10 18:50:34.847858 [ 201 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
| 4520 | 2025.02.10 18:50:34.848102 [ 201 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part | ||
| 4521 | 2025.02.10 18:50:34.849232 [ 192 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 5 columns (5 merged, 0 gathered) in 0.002142851 sec., 13066.704124551825 rows/sec., 1.09 MiB/sec. | ||
| 4522 | 2025.02.10 18:50:34.849442 [ 195 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4523 | 2025.02.10 18:50:34.849845 [ 195 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_5_1} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4524 | 2025.02.10 18:50:34.849943 [ 195 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_5_1} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4525 | 2025.02.10 18:50:34.850050 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4526 | 2025.02.10 18:50:36.542910 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4527 | 2025.02.10 18:50:36.543101 [ 4 ] {5219a08c-b576-478c-9b4d-3ad9c6dc0500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4528 | 2025.02.10 18:50:36.543173 [ 4 ] {5219a08c-b576-478c-9b4d-3ad9c6dc0500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4529 | 2025.02.10 18:50:36.543898 [ 4 ] {5219a08c-b576-478c-9b4d-3ad9c6dc0500} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4530 | 2025.02.10 18:50:36.543953 [ 4 ] {5219a08c-b576-478c-9b4d-3ad9c6dc0500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4531 | 2025.02.10 18:50:36.544377 [ 4 ] {5219a08c-b576-478c-9b4d-3ad9c6dc0500} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4532 | 2025.02.10 18:50:36.544638 [ 4 ] {5219a08c-b576-478c-9b4d-3ad9c6dc0500} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4533 | 2025.02.10 18:50:36.544874 [ 4 ] {5219a08c-b576-478c-9b4d-3ad9c6dc0500} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001825 sec., 1095.890410958904 rows/sec., 89.36 KiB/sec. | ||
| 4534 | 2025.02.10 18:50:36.544941 [ 4 ] {5219a08c-b576-478c-9b4d-3ad9c6dc0500} <Debug> TCPHandler: Processed in 0.002158682 sec. | ||
| 4535 | 2025.02.10 18:50:36.545252 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4536 | 2025.02.10 18:50:36.545474 [ 256 ] {6e85597f-1ea9-4949-b2a9-3cacbc008c52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4537 | 2025.02.10 18:50:36.545559 [ 256 ] {6e85597f-1ea9-4949-b2a9-3cacbc008c52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4538 | 2025.02.10 18:50:36.547012 [ 256 ] {6e85597f-1ea9-4949-b2a9-3cacbc008c52} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4539 | 2025.02.10 18:50:36.547064 [ 256 ] {6e85597f-1ea9-4949-b2a9-3cacbc008c52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4540 | 2025.02.10 18:50:36.547581 [ 256 ] {6e85597f-1ea9-4949-b2a9-3cacbc008c52} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4541 | 2025.02.10 18:50:36.547837 [ 256 ] {6e85597f-1ea9-4949-b2a9-3cacbc008c52} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4542 | 2025.02.10 18:50:36.548046 [ 64 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4543 | 2025.02.10 18:50:36.548122 [ 256 ] {6e85597f-1ea9-4949-b2a9-3cacbc008c52} <Debug> executeQuery: Read 1207 rows, 102.02 KiB in 0.002705 sec., 446210.72088724584 rows/sec., 36.83 MiB/sec. | ||
| 4544 | 2025.02.10 18:50:36.548145 [ 64 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4545 | 2025.02.10 18:50:36.548218 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4546 | 2025.02.10 18:50:36.548276 [ 256 ] {6e85597f-1ea9-4949-b2a9-3cacbc008c52} <Debug> TCPHandler: Processed in 0.003168917 sec. | ||
| 4547 | 2025.02.10 18:50:36.548504 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 4548 | 2025.02.10 18:50:36.548525 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4549 | 2025.02.10 18:50:36.548782 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4550 | 2025.02.10 18:50:36.548797 [ 4 ] {14ee0de8-379f-4cc3-821f-8016b03719ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4551 | 2025.02.10 18:50:36.548849 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1432 rows starting from the beginning of the part | ||
| 4552 | 2025.02.10 18:50:36.548914 [ 4 ] {14ee0de8-379f-4cc3-821f-8016b03719ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4553 | 2025.02.10 18:50:36.549246 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 66 rows starting from the beginning of the part | ||
| 4554 | 2025.02.10 18:50:36.549560 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 278 rows starting from the beginning of the part | ||
| 4555 | 2025.02.10 18:50:36.549903 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 66 rows starting from the beginning of the part | ||
| 4556 | 2025.02.10 18:50:36.550346 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 273 rows starting from the beginning of the part | ||
| 4557 | 2025.02.10 18:50:36.550737 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1207 rows starting from the beginning of the part | ||
| 4558 | 2025.02.10 18:50:36.551776 [ 4 ] {14ee0de8-379f-4cc3-821f-8016b03719ea} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4559 | 2025.02.10 18:50:36.551862 [ 4 ] {14ee0de8-379f-4cc3-821f-8016b03719ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4560 | 2025.02.10 18:50:36.552684 [ 4 ] {14ee0de8-379f-4cc3-821f-8016b03719ea} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4561 | 2025.02.10 18:50:36.553227 [ 4 ] {14ee0de8-379f-4cc3-821f-8016b03719ea} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4562 | 2025.02.10 18:50:36.553512 [ 4 ] {14ee0de8-379f-4cc3-821f-8016b03719ea} <Debug> executeQuery: Read 7 rows, 528.00 B in 0.004798 sec., 1458.9412255106295 rows/sec., 107.47 KiB/sec. | ||
| 4563 | 2025.02.10 18:50:36.553588 [ 4 ] {14ee0de8-379f-4cc3-821f-8016b03719ea} <Debug> TCPHandler: Processed in 0.005170295 sec. | ||
| 4564 | 2025.02.10 18:50:36.553879 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4565 | 2025.02.10 18:50:36.554148 [ 195 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3322 rows, containing 5 columns (5 merged, 0 gathered) in 0.00581432 sec., 571347.9822232006 rows/sec., 50.09 MiB/sec. | ||
| 4566 | 2025.02.10 18:50:36.554178 [ 256 ] {95952e75-5b6f-4b8b-9ff7-9c00922b76c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4567 | 2025.02.10 18:50:36.554266 [ 256 ] {95952e75-5b6f-4b8b-9ff7-9c00922b76c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4568 | 2025.02.10 18:50:36.554567 [ 195 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4569 | 2025.02.10 18:50:36.555243 [ 195 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_31_6} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4570 | 2025.02.10 18:50:36.555478 [ 195 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_31_6} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4571 | 2025.02.10 18:50:36.555617 [ 256 ] {95952e75-5b6f-4b8b-9ff7-9c00922b76c6} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4572 | 2025.02.10 18:50:36.555637 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 4573 | 2025.02.10 18:50:36.555686 [ 256 ] {95952e75-5b6f-4b8b-9ff7-9c00922b76c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4574 | 2025.02.10 18:50:36.556093 [ 256 ] {95952e75-5b6f-4b8b-9ff7-9c00922b76c6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4575 | 2025.02.10 18:50:36.556329 [ 256 ] {95952e75-5b6f-4b8b-9ff7-9c00922b76c6} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4576 | 2025.02.10 18:50:36.556541 [ 256 ] {95952e75-5b6f-4b8b-9ff7-9c00922b76c6} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002408 sec., 94684.3853820598 rows/sec., 6.41 MiB/sec. | ||
| 4577 | 2025.02.10 18:50:36.556600 [ 256 ] {95952e75-5b6f-4b8b-9ff7-9c00922b76c6} <Debug> TCPHandler: Processed in 0.00289186 sec. | ||
| 4578 | 2025.02.10 18:50:36.556764 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4579 | 2025.02.10 18:50:36.556904 [ 4 ] {94633bc9-95f3-48ce-b7fb-73fbdbf3e675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4580 | 2025.02.10 18:50:36.556963 [ 4 ] {94633bc9-95f3-48ce-b7fb-73fbdbf3e675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4581 | 2025.02.10 18:50:36.557819 [ 4 ] {94633bc9-95f3-48ce-b7fb-73fbdbf3e675} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4582 | 2025.02.10 18:50:36.557858 [ 4 ] {94633bc9-95f3-48ce-b7fb-73fbdbf3e675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4583 | 2025.02.10 18:50:36.558254 [ 4 ] {94633bc9-95f3-48ce-b7fb-73fbdbf3e675} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4584 | 2025.02.10 18:50:36.558506 [ 4 ] {94633bc9-95f3-48ce-b7fb-73fbdbf3e675} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4585 | 2025.02.10 18:50:36.558674 [ 64 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4586 | 2025.02.10 18:50:36.558733 [ 64 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4587 | 2025.02.10 18:50:36.558748 [ 4 ] {94633bc9-95f3-48ce-b7fb-73fbdbf3e675} <Debug> executeQuery: Read 527 rows, 39.97 KiB in 0.001862 sec., 283029.0010741139 rows/sec., 20.96 MiB/sec. | ||
| 4588 | 2025.02.10 18:50:36.558768 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4589 | 2025.02.10 18:50:36.558969 [ 4 ] {94633bc9-95f3-48ce-b7fb-73fbdbf3e675} <Debug> TCPHandler: Processed in 0.002265235 sec. | ||
| 4590 | 2025.02.10 18:50:36.559210 [ 200 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 4591 | 2025.02.10 18:50:36.559425 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4592 | 2025.02.10 18:50:36.559697 [ 200 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4593 | 2025.02.10 18:50:36.559829 [ 200 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 914 rows starting from the beginning of the part | ||
| 4594 | 2025.02.10 18:50:36.559897 [ 256 ] {a5028db7-f6cb-458d-be16-aa9129bcb087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4595 | 2025.02.10 18:50:36.560073 [ 200 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 69 rows starting from the beginning of the part | ||
| 4596 | 2025.02.10 18:50:36.560123 [ 256 ] {a5028db7-f6cb-458d-be16-aa9129bcb087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4597 | 2025.02.10 18:50:36.560487 [ 200 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part | ||
| 4598 | 2025.02.10 18:50:36.560833 [ 200 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 69 rows starting from the beginning of the part | ||
| 4599 | 2025.02.10 18:50:36.561206 [ 200 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 417 rows starting from the beginning of the part | ||
| 4600 | 2025.02.10 18:50:36.561555 [ 200 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 527 rows starting from the beginning of the part | ||
| 4601 | 2025.02.10 18:50:36.562905 [ 256 ] {a5028db7-f6cb-458d-be16-aa9129bcb087} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4602 | 2025.02.10 18:50:36.562982 [ 256 ] {a5028db7-f6cb-458d-be16-aa9129bcb087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4603 | 2025.02.10 18:50:36.564003 [ 256 ] {a5028db7-f6cb-458d-be16-aa9129bcb087} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4604 | 2025.02.10 18:50:36.564501 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.005620436 sec., 431105.3448522499 rows/sec., 33.07 MiB/sec. | ||
| 4605 | 2025.02.10 18:50:36.564509 [ 256 ] {a5028db7-f6cb-458d-be16-aa9129bcb087} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4606 | 2025.02.10 18:50:36.564779 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4607 | 2025.02.10 18:50:36.564826 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4608 | 2025.02.10 18:50:36.564878 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4609 | 2025.02.10 18:50:36.564938 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4610 | 2025.02.10 18:50:36.565017 [ 256 ] {a5028db7-f6cb-458d-be16-aa9129bcb087} <Debug> executeQuery: Read 965 rows, 66.32 KiB in 0.00515 sec., 187378.64077669903 rows/sec., 12.58 MiB/sec. | ||
| 4611 | 2025.02.10 18:50:36.565295 [ 200 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 4612 | 2025.02.10 18:50:36.565337 [ 256 ] {a5028db7-f6cb-458d-be16-aa9129bcb087} <Debug> TCPHandler: Processed in 0.006190989 sec. | ||
| 4613 | 2025.02.10 18:50:36.565656 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4614 | 2025.02.10 18:50:36.565723 [ 200 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4615 | 2025.02.10 18:50:36.565768 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_31_6} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4616 | 2025.02.10 18:50:36.565798 [ 200 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9064 rows starting from the beginning of the part | ||
| 4617 | 2025.02.10 18:50:36.566094 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_31_6} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4618 | 2025.02.10 18:50:36.566151 [ 4 ] {fcc8556c-e1c6-4f14-9e8c-00843437b317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4619 | 2025.02.10 18:50:36.566283 [ 200 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
| 4620 | 2025.02.10 18:50:36.566529 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 4621 | 2025.02.10 18:50:36.566681 [ 4 ] {fcc8556c-e1c6-4f14-9e8c-00843437b317} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4622 | 2025.02.10 18:50:36.566810 [ 200 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 242 rows starting from the beginning of the part | ||
| 4623 | 2025.02.10 18:50:36.567330 [ 200 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
| 4624 | 2025.02.10 18:50:36.567735 [ 200 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 237 rows starting from the beginning of the part | ||
| 4625 | 2025.02.10 18:50:36.568124 [ 200 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 965 rows starting from the beginning of the part | ||
| 4626 | 2025.02.10 18:50:36.571155 [ 4 ] {fcc8556c-e1c6-4f14-9e8c-00843437b317} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4627 | 2025.02.10 18:50:36.571240 [ 4 ] {fcc8556c-e1c6-4f14-9e8c-00843437b317} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4628 | 2025.02.10 18:50:36.572348 [ 4 ] {fcc8556c-e1c6-4f14-9e8c-00843437b317} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4629 | 2025.02.10 18:50:36.573155 [ 4 ] {fcc8556c-e1c6-4f14-9e8c-00843437b317} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4630 | 2025.02.10 18:50:36.573416 [ 4 ] {fcc8556c-e1c6-4f14-9e8c-00843437b317} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.00746 sec., 670.2412868632708 rows/sec., 1.20 MiB/sec. | ||
| 4631 | 2025.02.10 18:50:36.573588 [ 4 ] {fcc8556c-e1c6-4f14-9e8c-00843437b317} <Debug> TCPHandler: Processed in 0.008102745 sec. | ||
| 4632 | 2025.02.10 18:50:36.573825 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4633 | 2025.02.10 18:50:36.574232 [ 256 ] {3ba75e6f-b0ca-4cfc-adb5-307b9997586f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4634 | 2025.02.10 18:50:36.574279 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10828 rows, containing 5 columns (5 merged, 0 gathered) in 0.009211722 sec., 1175458.83386407 rows/sec., 79.29 MiB/sec. | ||
| 4635 | 2025.02.10 18:50:36.574302 [ 256 ] {3ba75e6f-b0ca-4cfc-adb5-307b9997586f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4636 | 2025.02.10 18:50:36.574702 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4637 | 2025.02.10 18:50:36.575132 [ 256 ] {3ba75e6f-b0ca-4cfc-adb5-307b9997586f} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4638 | 2025.02.10 18:50:36.575181 [ 256 ] {3ba75e6f-b0ca-4cfc-adb5-307b9997586f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4639 | 2025.02.10 18:50:36.575371 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4640 | 2025.02.10 18:50:36.575574 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4641 | 2025.02.10 18:50:36.575749 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB. | ||
| 4642 | 2025.02.10 18:50:36.575908 [ 256 ] {3ba75e6f-b0ca-4cfc-adb5-307b9997586f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4643 | 2025.02.10 18:50:36.576154 [ 256 ] {3ba75e6f-b0ca-4cfc-adb5-307b9997586f} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4644 | 2025.02.10 18:50:36.576315 [ 64 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4645 | 2025.02.10 18:50:36.576378 [ 64 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4646 | 2025.02.10 18:50:36.576415 [ 256 ] {3ba75e6f-b0ca-4cfc-adb5-307b9997586f} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.002275 sec., 19340.65934065934 rows/sec., 1.30 MiB/sec. | ||
| 4647 | 2025.02.10 18:50:36.576422 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4648 | 2025.02.10 18:50:36.576579 [ 256 ] {3ba75e6f-b0ca-4cfc-adb5-307b9997586f} <Debug> TCPHandler: Processed in 0.002874239 sec. | ||
| 4649 | 2025.02.10 18:50:36.576665 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 4650 | 2025.02.10 18:50:36.576791 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4651 | 2025.02.10 18:50:36.576824 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1610 rows starting from the beginning of the part | ||
| 4652 | 2025.02.10 18:50:36.576924 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
| 4653 | 2025.02.10 18:50:36.577070 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part | ||
| 4654 | 2025.02.10 18:50:36.577245 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
| 4655 | 2025.02.10 18:50:36.577329 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part | ||
| 4656 | 2025.02.10 18:50:36.577522 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 44 rows starting from the beginning of the part | ||
| 4657 | 2025.02.10 18:50:36.578915 [ 200 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1938 rows, containing 4 columns (4 merged, 0 gathered) in 0.002353207 sec., 823556.9586525962 rows/sec., 53.74 MiB/sec. | ||
| 4658 | 2025.02.10 18:50:36.579107 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4659 | 2025.02.10 18:50:36.579396 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_31_6} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4660 | 2025.02.10 18:50:36.579480 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_31_6} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4661 | 2025.02.10 18:50:36.579555 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 4662 | 2025.02.10 18:50:38.333384 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4663 | 2025.02.10 18:50:38.333579 [ 4 ] {5a1bf0b7-6b5f-4b13-a6da-a50a7b5dbdf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4664 | 2025.02.10 18:50:38.333655 [ 4 ] {5a1bf0b7-6b5f-4b13-a6da-a50a7b5dbdf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4665 | 2025.02.10 18:50:38.334442 [ 4 ] {5a1bf0b7-6b5f-4b13-a6da-a50a7b5dbdf0} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4666 | 2025.02.10 18:50:38.334495 [ 4 ] {5a1bf0b7-6b5f-4b13-a6da-a50a7b5dbdf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4667 | 2025.02.10 18:50:38.334929 [ 4 ] {5a1bf0b7-6b5f-4b13-a6da-a50a7b5dbdf0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4668 | 2025.02.10 18:50:38.335185 [ 4 ] {5a1bf0b7-6b5f-4b13-a6da-a50a7b5dbdf0} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4669 | 2025.02.10 18:50:38.335442 [ 4 ] {5a1bf0b7-6b5f-4b13-a6da-a50a7b5dbdf0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00191 sec., 29319.37172774869 rows/sec., 2.25 MiB/sec. | ||
| 4670 | 2025.02.10 18:50:38.335560 [ 4 ] {5a1bf0b7-6b5f-4b13-a6da-a50a7b5dbdf0} <Debug> TCPHandler: Processed in 0.002306826 sec. | ||
| 4671 | 2025.02.10 18:50:38.335886 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4672 | 2025.02.10 18:50:38.336083 [ 256 ] {69928713-ea1f-4e7c-b8a8-43273c2518aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4673 | 2025.02.10 18:50:38.336160 [ 256 ] {69928713-ea1f-4e7c-b8a8-43273c2518aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4674 | 2025.02.10 18:50:38.336962 [ 256 ] {69928713-ea1f-4e7c-b8a8-43273c2518aa} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4675 | 2025.02.10 18:50:38.337017 [ 256 ] {69928713-ea1f-4e7c-b8a8-43273c2518aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4676 | 2025.02.10 18:50:38.337456 [ 256 ] {69928713-ea1f-4e7c-b8a8-43273c2518aa} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4677 | 2025.02.10 18:50:38.337731 [ 256 ] {69928713-ea1f-4e7c-b8a8-43273c2518aa} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4678 | 2025.02.10 18:50:38.338017 [ 256 ] {69928713-ea1f-4e7c-b8a8-43273c2518aa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001987 sec., 32209.36084549572 rows/sec., 2.51 MiB/sec. | ||
| 4679 | 2025.02.10 18:50:38.338226 [ 256 ] {69928713-ea1f-4e7c-b8a8-43273c2518aa} <Debug> TCPHandler: Processed in 0.002507431 sec. | ||
| 4680 | 2025.02.10 18:50:38.338458 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4681 | 2025.02.10 18:50:38.338605 [ 4 ] {f2f94cdf-b1bf-4555-9f17-1237543cc362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4682 | 2025.02.10 18:50:38.338673 [ 4 ] {f2f94cdf-b1bf-4555-9f17-1237543cc362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4683 | 2025.02.10 18:50:38.339305 [ 4 ] {f2f94cdf-b1bf-4555-9f17-1237543cc362} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4684 | 2025.02.10 18:50:38.339347 [ 4 ] {f2f94cdf-b1bf-4555-9f17-1237543cc362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4685 | 2025.02.10 18:50:38.339753 [ 4 ] {f2f94cdf-b1bf-4555-9f17-1237543cc362} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4686 | 2025.02.10 18:50:38.340013 [ 4 ] {f2f94cdf-b1bf-4555-9f17-1237543cc362} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4687 | 2025.02.10 18:50:38.340227 [ 4 ] {f2f94cdf-b1bf-4555-9f17-1237543cc362} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001657 sec., 25347.012673506335 rows/sec., 1.76 MiB/sec. | ||
| 4688 | 2025.02.10 18:50:38.340282 [ 4 ] {f2f94cdf-b1bf-4555-9f17-1237543cc362} <Debug> TCPHandler: Processed in 0.001947847 sec. | ||
| 4689 | 2025.02.10 18:50:38.340435 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4690 | 2025.02.10 18:50:38.340581 [ 256 ] {f521bd61-75dc-40ba-97cd-f59c6ae86a5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4691 | 2025.02.10 18:50:38.340646 [ 256 ] {f521bd61-75dc-40ba-97cd-f59c6ae86a5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4692 | 2025.02.10 18:50:38.341222 [ 256 ] {f521bd61-75dc-40ba-97cd-f59c6ae86a5e} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4693 | 2025.02.10 18:50:38.341264 [ 256 ] {f521bd61-75dc-40ba-97cd-f59c6ae86a5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 4694 | 2025.02.10 18:50:38.341648 [ 256 ] {f521bd61-75dc-40ba-97cd-f59c6ae86a5e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4695 | 2025.02.10 18:50:38.341890 [ 256 ] {f521bd61-75dc-40ba-97cd-f59c6ae86a5e} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4696 | 2025.02.10 18:50:38.342106 [ 256 ] {f521bd61-75dc-40ba-97cd-f59c6ae86a5e} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.00156 sec., 10256.410256410256 rows/sec., 711.14 KiB/sec. | ||
| 4697 | 2025.02.10 18:50:38.342159 [ 256 ] {f521bd61-75dc-40ba-97cd-f59c6ae86a5e} <Debug> TCPHandler: Processed in 0.001792304 sec. | ||
| 4698 | 2025.02.10 18:50:40.197693 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 | ||
| 4699 | 2025.02.10 18:50:40.198768 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4700 | 2025.02.10 18:50:40.198812 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4701 | 2025.02.10 18:50:40.199348 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4702 | 2025.02.10 18:50:40.199623 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4703 | 2025.02.10 18:50:40.199826 [ 69 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4704 | 2025.02.10 18:50:40.199868 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
| 4705 | 2025.02.10 18:50:40.199919 [ 69 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4706 | 2025.02.10 18:50:40.199952 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4707 | 2025.02.10 18:50:40.200200 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::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 | ||
| 4708 | 2025.02.10 18:50:40.200399 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4709 | 2025.02.10 18:50:40.200448 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7381 rows starting from the beginning of the part | ||
| 4710 | 2025.02.10 18:50:40.200535 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part | ||
| 4711 | 2025.02.10 18:50:40.200632 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part | ||
| 4712 | 2025.02.10 18:50:40.200910 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part | ||
| 4713 | 2025.02.10 18:50:40.201032 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part | ||
| 4714 | 2025.02.10 18:50:40.201237 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part | ||
| 4715 | 2025.02.10 18:50:40.203419 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003378882 sec., 2870476.0923879556 rows/sec., 41.06 MiB/sec. | ||
| 4716 | 2025.02.10 18:50:40.203631 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4717 | 2025.02.10 18:50:40.203914 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_21_4} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4718 | 2025.02.10 18:50:40.203999 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_21_4} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4719 | 2025.02.10 18:50:40.204094 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 4720 | 2025.02.10 18:50:40.840998 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4721 | 2025.02.10 18:50:40.862163 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4722 | 2025.02.10 18:50:40.862231 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4723 | 2025.02.10 18:50:40.870201 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4724 | 2025.02.10 18:50:40.871084 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4725 | 2025.02.10 18:50:40.871501 [ 68 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4726 | 2025.02.10 18:50:40.871627 [ 68 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4727 | 2025.02.10 18:50:40.871697 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4728 | 2025.02.10 18:50:40.872137 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::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 | ||
| 4729 | 2025.02.10 18:50:40.888326 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4730 | 2025.02.10 18:50:40.889592 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4731 | 2025.02.10 18:50:40.890890 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part | ||
| 4732 | 2025.02.10 18:50:40.896042 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part | ||
| 4733 | 2025.02.10 18:50:40.901328 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 7 rows starting from the beginning of the part | ||
| 4734 | 2025.02.10 18:50:40.906746 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part | ||
| 4735 | 2025.02.10 18:50:40.912179 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part | ||
| 4736 | 2025.02.10 18:50:40.916816 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part | ||
| 4737 | 2025.02.10 18:50:40.990315 [ 194 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.118469807 sec., 1342.1141135141715 rows/sec., 6.94 MiB/sec. | ||
| 4738 | 2025.02.10 18:50:40.992943 [ 197 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4739 | 2025.02.10 18:50:40.995878 [ 197 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_21_4} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4740 | 2025.02.10 18:50:40.996003 [ 197 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_21_4} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4741 | 2025.02.10 18:50:40.998129 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4742 | 2025.02.10 18:50:41.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.92 MiB, peak 194.47 MiB, free memory in arenas 0.00 B, will set to 186.20 MiB (RSS), difference: 2.28 MiB | ||
| 4743 | 2025.02.10 18:50:42.735369 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 680 | ||
| 4744 | 2025.02.10 18:50:42.738836 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4745 | 2025.02.10 18:50:42.738894 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4746 | 2025.02.10 18:50:42.740391 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4747 | 2025.02.10 18:50:42.740711 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4748 | 2025.02.10 18:50:42.741709 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 680 | ||
| 4749 | 2025.02.10 18:50:43.345702 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4750 | 2025.02.10 18:50:43.345914 [ 4 ] {7cc68fd4-61d7-4738-b4c8-c157e9debbbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4751 | 2025.02.10 18:50:43.345993 [ 4 ] {7cc68fd4-61d7-4738-b4c8-c157e9debbbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4752 | 2025.02.10 18:50:43.346798 [ 4 ] {7cc68fd4-61d7-4738-b4c8-c157e9debbbb} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4753 | 2025.02.10 18:50:43.346843 [ 4 ] {7cc68fd4-61d7-4738-b4c8-c157e9debbbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4754 | 2025.02.10 18:50:43.347286 [ 4 ] {7cc68fd4-61d7-4738-b4c8-c157e9debbbb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4755 | 2025.02.10 18:50:43.347551 [ 4 ] {7cc68fd4-61d7-4738-b4c8-c157e9debbbb} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4756 | 2025.02.10 18:50:43.347757 [ 4 ] {7cc68fd4-61d7-4738-b4c8-c157e9debbbb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001902 sec., 7360.672975814931 rows/sec., 529.87 KiB/sec. | ||
| 4757 | 2025.02.10 18:50:43.347825 [ 4 ] {7cc68fd4-61d7-4738-b4c8-c157e9debbbb} <Debug> TCPHandler: Processed in 0.002254495 sec. | ||
| 4758 | 2025.02.10 18:50:43.348151 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4759 | 2025.02.10 18:50:43.348437 [ 256 ] {a9a617fd-1383-4ec2-a908-88979466807c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4760 | 2025.02.10 18:50:43.348520 [ 256 ] {a9a617fd-1383-4ec2-a908-88979466807c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4761 | 2025.02.10 18:50:43.349456 [ 256 ] {a9a617fd-1383-4ec2-a908-88979466807c} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4762 | 2025.02.10 18:50:43.349511 [ 256 ] {a9a617fd-1383-4ec2-a908-88979466807c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4763 | 2025.02.10 18:50:43.349985 [ 256 ] {a9a617fd-1383-4ec2-a908-88979466807c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4764 | 2025.02.10 18:50:43.350269 [ 256 ] {a9a617fd-1383-4ec2-a908-88979466807c} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4765 | 2025.02.10 18:50:43.350558 [ 256 ] {a9a617fd-1383-4ec2-a908-88979466807c} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.002168 sec., 125922.50922509226 rows/sec., 11.10 MiB/sec. | ||
| 4766 | 2025.02.10 18:50:43.350783 [ 256 ] {a9a617fd-1383-4ec2-a908-88979466807c} <Debug> TCPHandler: Processed in 0.002827648 sec. | ||
| 4767 | 2025.02.10 18:50:43.351024 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4768 | 2025.02.10 18:50:43.351163 [ 4 ] {297049f4-b41f-40f7-b9e4-bf386d82a7a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4769 | 2025.02.10 18:50:43.351220 [ 4 ] {297049f4-b41f-40f7-b9e4-bf386d82a7a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4770 | 2025.02.10 18:50:43.351859 [ 4 ] {297049f4-b41f-40f7-b9e4-bf386d82a7a3} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4771 | 2025.02.10 18:50:43.351900 [ 4 ] {297049f4-b41f-40f7-b9e4-bf386d82a7a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4772 | 2025.02.10 18:50:43.352286 [ 4 ] {297049f4-b41f-40f7-b9e4-bf386d82a7a3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4773 | 2025.02.10 18:50:43.352532 [ 4 ] {297049f4-b41f-40f7-b9e4-bf386d82a7a3} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4774 | 2025.02.10 18:50:43.352717 [ 4 ] {297049f4-b41f-40f7-b9e4-bf386d82a7a3} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001585 sec., 26498.422712933752 rows/sec., 1.90 MiB/sec. | ||
| 4775 | 2025.02.10 18:50:43.352780 [ 4 ] {297049f4-b41f-40f7-b9e4-bf386d82a7a3} <Debug> TCPHandler: Processed in 0.001860765 sec. | ||
| 4776 | 2025.02.10 18:50:43.352928 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4777 | 2025.02.10 18:50:43.353057 [ 256 ] {99383b32-9775-4045-aaf5-f7dee0d22fbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4778 | 2025.02.10 18:50:43.353111 [ 256 ] {99383b32-9775-4045-aaf5-f7dee0d22fbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4779 | 2025.02.10 18:50:43.353716 [ 256 ] {99383b32-9775-4045-aaf5-f7dee0d22fbd} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4780 | 2025.02.10 18:50:43.353759 [ 256 ] {99383b32-9775-4045-aaf5-f7dee0d22fbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4781 | 2025.02.10 18:50:43.354137 [ 256 ] {99383b32-9775-4045-aaf5-f7dee0d22fbd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4782 | 2025.02.10 18:50:43.354393 [ 256 ] {99383b32-9775-4045-aaf5-f7dee0d22fbd} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4783 | 2025.02.10 18:50:43.354641 [ 256 ] {99383b32-9775-4045-aaf5-f7dee0d22fbd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001606 sec., 8717.3100871731 rows/sec., 610.50 KiB/sec. | ||
| 4784 | 2025.02.10 18:50:43.354858 [ 256 ] {99383b32-9775-4045-aaf5-f7dee0d22fbd} <Debug> TCPHandler: Processed in 0.001985498 sec. | ||
| 4785 | 2025.02.10 18:50:43.355049 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4786 | 2025.02.10 18:50:43.355192 [ 4 ] {ae5fbe40-f3bf-4e1d-ac2a-af9c41ea8c0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4787 | 2025.02.10 18:50:43.355253 [ 4 ] {ae5fbe40-f3bf-4e1d-ac2a-af9c41ea8c0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4788 | 2025.02.10 18:50:43.356082 [ 4 ] {ae5fbe40-f3bf-4e1d-ac2a-af9c41ea8c0a} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4789 | 2025.02.10 18:50:43.356122 [ 4 ] {ae5fbe40-f3bf-4e1d-ac2a-af9c41ea8c0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4790 | 2025.02.10 18:50:43.356478 [ 4 ] {ae5fbe40-f3bf-4e1d-ac2a-af9c41ea8c0a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4791 | 2025.02.10 18:50:43.356740 [ 4 ] {ae5fbe40-f3bf-4e1d-ac2a-af9c41ea8c0a} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4792 | 2025.02.10 18:50:43.357016 [ 4 ] {ae5fbe40-f3bf-4e1d-ac2a-af9c41ea8c0a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001851 sec., 7023.230686115613 rows/sec., 437.90 KiB/sec. | ||
| 4793 | 2025.02.10 18:50:43.357093 [ 4 ] {ae5fbe40-f3bf-4e1d-ac2a-af9c41ea8c0a} <Debug> TCPHandler: Processed in 0.002133611 sec. | ||
| 4794 | 2025.02.10 18:50:43.357246 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4795 | 2025.02.10 18:50:43.357365 [ 256 ] {97ff753b-c3cc-4544-9f68-fc848e4e05ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4796 | 2025.02.10 18:50:43.357415 [ 256 ] {97ff753b-c3cc-4544-9f68-fc848e4e05ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4797 | 2025.02.10 18:50:43.358184 [ 256 ] {97ff753b-c3cc-4544-9f68-fc848e4e05ee} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4798 | 2025.02.10 18:50:43.358222 [ 256 ] {97ff753b-c3cc-4544-9f68-fc848e4e05ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4799 | 2025.02.10 18:50:43.358603 [ 256 ] {97ff753b-c3cc-4544-9f68-fc848e4e05ee} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4800 | 2025.02.10 18:50:43.358842 [ 256 ] {97ff753b-c3cc-4544-9f68-fc848e4e05ee} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4801 | 2025.02.10 18:50:43.359023 [ 256 ] {97ff753b-c3cc-4544-9f68-fc848e4e05ee} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001683 sec., 247771.83600713013 rows/sec., 17.69 MiB/sec. | ||
| 4802 | 2025.02.10 18:50:43.359074 [ 256 ] {97ff753b-c3cc-4544-9f68-fc848e4e05ee} <Debug> TCPHandler: Processed in 0.001886155 sec. | ||
| 4803 | 2025.02.10 18:50:43.359208 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4804 | 2025.02.10 18:50:43.359330 [ 4 ] {9870e261-2231-4fc5-9495-537f4399540f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4805 | 2025.02.10 18:50:43.359393 [ 4 ] {9870e261-2231-4fc5-9495-537f4399540f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4806 | 2025.02.10 18:50:43.359966 [ 4 ] {9870e261-2231-4fc5-9495-537f4399540f} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4807 | 2025.02.10 18:50:43.360012 [ 4 ] {9870e261-2231-4fc5-9495-537f4399540f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4808 | 2025.02.10 18:50:43.360425 [ 4 ] {9870e261-2231-4fc5-9495-537f4399540f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4809 | 2025.02.10 18:50:43.360668 [ 4 ] {9870e261-2231-4fc5-9495-537f4399540f} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4810 | 2025.02.10 18:50:43.360889 [ 4 ] {9870e261-2231-4fc5-9495-537f4399540f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001586 sec., 3783.1021437578815 rows/sec., 197.65 KiB/sec. | ||
| 4811 | 2025.02.10 18:50:43.360940 [ 4 ] {9870e261-2231-4fc5-9495-537f4399540f} <Debug> TCPHandler: Processed in 0.001787313 sec. | ||
| 4812 | 2025.02.10 18:50:43.361075 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4813 | 2025.02.10 18:50:43.361192 [ 256 ] {b47aa38a-f5e5-45c2-bb8a-b646f20d5a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4814 | 2025.02.10 18:50:43.361245 [ 256 ] {b47aa38a-f5e5-45c2-bb8a-b646f20d5a74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4815 | 2025.02.10 18:50:43.361944 [ 256 ] {b47aa38a-f5e5-45c2-bb8a-b646f20d5a74} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4816 | 2025.02.10 18:50:43.361988 [ 256 ] {b47aa38a-f5e5-45c2-bb8a-b646f20d5a74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4817 | 2025.02.10 18:50:43.362435 [ 256 ] {b47aa38a-f5e5-45c2-bb8a-b646f20d5a74} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4818 | 2025.02.10 18:50:43.362671 [ 256 ] {b47aa38a-f5e5-45c2-bb8a-b646f20d5a74} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4819 | 2025.02.10 18:50:43.362891 [ 256 ] {b47aa38a-f5e5-45c2-bb8a-b646f20d5a74} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001715 sec., 138192.4198250729 rows/sec., 9.26 MiB/sec. | ||
| 4820 | 2025.02.10 18:50:43.363087 [ 256 ] {b47aa38a-f5e5-45c2-bb8a-b646f20d5a74} <Debug> TCPHandler: Processed in 0.00206211 sec. | ||
| 4821 | 2025.02.10 18:50:43.363297 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4822 | 2025.02.10 18:50:43.363449 [ 4 ] {83ada2c5-2d93-48e0-ba59-4c1cc72a4c84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4823 | 2025.02.10 18:50:43.363509 [ 4 ] {83ada2c5-2d93-48e0-ba59-4c1cc72a4c84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4824 | 2025.02.10 18:50:43.364059 [ 4 ] {83ada2c5-2d93-48e0-ba59-4c1cc72a4c84} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4825 | 2025.02.10 18:50:43.364105 [ 4 ] {83ada2c5-2d93-48e0-ba59-4c1cc72a4c84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4826 | 2025.02.10 18:50:43.364493 [ 4 ] {83ada2c5-2d93-48e0-ba59-4c1cc72a4c84} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4827 | 2025.02.10 18:50:43.364724 [ 4 ] {83ada2c5-2d93-48e0-ba59-4c1cc72a4c84} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4828 | 2025.02.10 18:50:43.364993 [ 4 ] {83ada2c5-2d93-48e0-ba59-4c1cc72a4c84} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001569 sec., 637.348629700446 rows/sec., 42.95 KiB/sec. | ||
| 4829 | 2025.02.10 18:50:43.365168 [ 4 ] {83ada2c5-2d93-48e0-ba59-4c1cc72a4c84} <Debug> TCPHandler: Processed in 0.001980618 sec. | ||
| 4830 | 2025.02.10 18:50:43.365314 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4831 | 2025.02.10 18:50:43.365450 [ 256 ] {e887213e-9586-40de-a7e1-7acb66405ea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4832 | 2025.02.10 18:50:43.365541 [ 256 ] {e887213e-9586-40de-a7e1-7acb66405ea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4833 | 2025.02.10 18:50:43.366847 [ 256 ] {e887213e-9586-40de-a7e1-7acb66405ea9} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4834 | 2025.02.10 18:50:43.366885 [ 256 ] {e887213e-9586-40de-a7e1-7acb66405ea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4835 | 2025.02.10 18:50:43.367570 [ 256 ] {e887213e-9586-40de-a7e1-7acb66405ea9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4836 | 2025.02.10 18:50:43.367855 [ 256 ] {e887213e-9586-40de-a7e1-7acb66405ea9} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4837 | 2025.02.10 18:50:43.368073 [ 256 ] {e887213e-9586-40de-a7e1-7acb66405ea9} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00265 sec., 13207.547169811322 rows/sec., 23.67 MiB/sec. | ||
| 4838 | 2025.02.10 18:50:43.368175 [ 256 ] {e887213e-9586-40de-a7e1-7acb66405ea9} <Debug> TCPHandler: Processed in 0.00291874 sec. | ||
| 4839 | 2025.02.10 18:50:43.368354 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4840 | 2025.02.10 18:50:43.368504 [ 4 ] {ad0fa017-efd7-4cad-b60b-7c7874ffec2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4841 | 2025.02.10 18:50:43.368572 [ 4 ] {ad0fa017-efd7-4cad-b60b-7c7874ffec2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4842 | 2025.02.10 18:50:43.369242 [ 4 ] {ad0fa017-efd7-4cad-b60b-7c7874ffec2c} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4843 | 2025.02.10 18:50:43.369356 [ 4 ] {ad0fa017-efd7-4cad-b60b-7c7874ffec2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4844 | 2025.02.10 18:50:43.369800 [ 4 ] {ad0fa017-efd7-4cad-b60b-7c7874ffec2c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4845 | 2025.02.10 18:50:43.370065 [ 4 ] {ad0fa017-efd7-4cad-b60b-7c7874ffec2c} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4846 | 2025.02.10 18:50:43.370312 [ 4 ] {ad0fa017-efd7-4cad-b60b-7c7874ffec2c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00184 sec., 44565.217391304344 rows/sec., 2.83 MiB/sec. | ||
| 4847 | 2025.02.10 18:50:43.370370 [ 4 ] {ad0fa017-efd7-4cad-b60b-7c7874ffec2c} <Debug> TCPHandler: Processed in 0.002113842 sec. | ||
| 4848 | 2025.02.10 18:50:47.600320 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4849 | 2025.02.10 18:50:47.600388 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4850 | 2025.02.10 18:50:47.700025 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 | ||
| 4851 | 2025.02.10 18:50:47.700680 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4852 | 2025.02.10 18:50:47.700730 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4853 | 2025.02.10 18:50:47.701334 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4854 | 2025.02.10 18:50:47.701595 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4855 | 2025.02.10 18:50:47.701850 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4856 | 2025.02.10 18:50:48.339858 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4857 | 2025.02.10 18:50:48.340070 [ 4 ] {fda8beac-7e9d-4ab0-b53e-f32a56cdc61a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4858 | 2025.02.10 18:50:48.340150 [ 4 ] {fda8beac-7e9d-4ab0-b53e-f32a56cdc61a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4859 | 2025.02.10 18:50:48.340973 [ 4 ] {fda8beac-7e9d-4ab0-b53e-f32a56cdc61a} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4860 | 2025.02.10 18:50:48.341019 [ 4 ] {fda8beac-7e9d-4ab0-b53e-f32a56cdc61a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4861 | 2025.02.10 18:50:48.341433 [ 4 ] {fda8beac-7e9d-4ab0-b53e-f32a56cdc61a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4862 | 2025.02.10 18:50:48.341694 [ 4 ] {fda8beac-7e9d-4ab0-b53e-f32a56cdc61a} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4863 | 2025.02.10 18:50:48.341931 [ 4 ] {fda8beac-7e9d-4ab0-b53e-f32a56cdc61a} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001918 sec., 34410.844629822735 rows/sec., 2.74 MiB/sec. | ||
| 4864 | 2025.02.10 18:50:48.342048 [ 4 ] {fda8beac-7e9d-4ab0-b53e-f32a56cdc61a} <Debug> TCPHandler: Processed in 0.002322196 sec. | ||
| 4865 | 2025.02.10 18:50:48.342316 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4866 | 2025.02.10 18:50:48.342509 [ 256 ] {045d2b41-dddc-4c4c-bc43-c9f9d31f8f8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4867 | 2025.02.10 18:50:48.342582 [ 256 ] {045d2b41-dddc-4c4c-bc43-c9f9d31f8f8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4868 | 2025.02.10 18:50:48.343334 [ 256 ] {045d2b41-dddc-4c4c-bc43-c9f9d31f8f8e} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4869 | 2025.02.10 18:50:48.343376 [ 256 ] {045d2b41-dddc-4c4c-bc43-c9f9d31f8f8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4870 | 2025.02.10 18:50:48.343804 [ 256 ] {045d2b41-dddc-4c4c-bc43-c9f9d31f8f8e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4871 | 2025.02.10 18:50:48.344064 [ 256 ] {045d2b41-dddc-4c4c-bc43-c9f9d31f8f8e} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4872 | 2025.02.10 18:50:48.344287 [ 256 ] {045d2b41-dddc-4c4c-bc43-c9f9d31f8f8e} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001827 sec., 2736.726874657909 rows/sec., 205.79 KiB/sec. | ||
| 4873 | 2025.02.10 18:50:48.344394 [ 256 ] {045d2b41-dddc-4c4c-bc43-c9f9d31f8f8e} <Debug> TCPHandler: Processed in 0.002209353 sec. | ||
| 4874 | 2025.02.10 18:50:48.344562 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4875 | 2025.02.10 18:50:48.344703 [ 4 ] {b5d80bca-5569-4cdf-a7de-6dc565a72340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4876 | 2025.02.10 18:50:48.344762 [ 4 ] {b5d80bca-5569-4cdf-a7de-6dc565a72340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4877 | 2025.02.10 18:50:48.345484 [ 4 ] {b5d80bca-5569-4cdf-a7de-6dc565a72340} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4878 | 2025.02.10 18:50:48.345530 [ 4 ] {b5d80bca-5569-4cdf-a7de-6dc565a72340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4879 | 2025.02.10 18:50:48.345883 [ 4 ] {b5d80bca-5569-4cdf-a7de-6dc565a72340} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4880 | 2025.02.10 18:50:48.346120 [ 4 ] {b5d80bca-5569-4cdf-a7de-6dc565a72340} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4881 | 2025.02.10 18:50:48.346342 [ 4 ] {b5d80bca-5569-4cdf-a7de-6dc565a72340} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001669 sec., 41342.121030557224 rows/sec., 3.23 MiB/sec. | ||
| 4882 | 2025.02.10 18:50:48.346472 [ 4 ] {b5d80bca-5569-4cdf-a7de-6dc565a72340} <Debug> TCPHandler: Processed in 0.001974848 sec. | ||
| 4883 | 2025.02.10 18:50:48.346659 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4884 | 2025.02.10 18:50:48.346801 [ 256 ] {1c94c5c8-67c3-4169-941a-c9d90cab13ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4885 | 2025.02.10 18:50:48.346865 [ 256 ] {1c94c5c8-67c3-4169-941a-c9d90cab13ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4886 | 2025.02.10 18:50:48.347556 [ 256 ] {1c94c5c8-67c3-4169-941a-c9d90cab13ec} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4887 | 2025.02.10 18:50:48.347596 [ 256 ] {1c94c5c8-67c3-4169-941a-c9d90cab13ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4888 | 2025.02.10 18:50:48.348003 [ 256 ] {1c94c5c8-67c3-4169-941a-c9d90cab13ec} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4889 | 2025.02.10 18:50:48.348249 [ 256 ] {1c94c5c8-67c3-4169-941a-c9d90cab13ec} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4890 | 2025.02.10 18:50:48.348435 [ 256 ] {1c94c5c8-67c3-4169-941a-c9d90cab13ec} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001666 sec., 96038.41536614647 rows/sec., 6.69 MiB/sec. | ||
| 4891 | 2025.02.10 18:50:48.348560 [ 256 ] {1c94c5c8-67c3-4169-941a-c9d90cab13ec} <Debug> TCPHandler: Processed in 0.001968237 sec. | ||
| 4892 | 2025.02.10 18:50:48.348743 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4893 | 2025.02.10 18:50:48.348885 [ 4 ] {b2046a9c-bded-415a-b19d-0e2a2693744b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4894 | 2025.02.10 18:50:48.348980 [ 4 ] {b2046a9c-bded-415a-b19d-0e2a2693744b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4895 | 2025.02.10 18:50:48.350361 [ 4 ] {b2046a9c-bded-415a-b19d-0e2a2693744b} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4896 | 2025.02.10 18:50:48.350400 [ 4 ] {b2046a9c-bded-415a-b19d-0e2a2693744b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4897 | 2025.02.10 18:50:48.351008 [ 4 ] {b2046a9c-bded-415a-b19d-0e2a2693744b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4898 | 2025.02.10 18:50:48.351259 [ 4 ] {b2046a9c-bded-415a-b19d-0e2a2693744b} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4899 | 2025.02.10 18:50:48.351506 [ 4 ] {b2046a9c-bded-415a-b19d-0e2a2693744b} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002653 sec., 1884.6588767433095 rows/sec., 3.38 MiB/sec. | ||
| 4900 | 2025.02.10 18:50:48.351607 [ 4 ] {b2046a9c-bded-415a-b19d-0e2a2693744b} <Debug> TCPHandler: Processed in 0.002932691 sec. | ||
| 4901 | 2025.02.10 18:50:48.351784 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4902 | 2025.02.10 18:50:48.351925 [ 256 ] {06376c5b-68c1-4d5f-8e11-982366d128a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4903 | 2025.02.10 18:50:48.351986 [ 256 ] {06376c5b-68c1-4d5f-8e11-982366d128a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4904 | 2025.02.10 18:50:48.352573 [ 256 ] {06376c5b-68c1-4d5f-8e11-982366d128a2} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4905 | 2025.02.10 18:50:48.352614 [ 256 ] {06376c5b-68c1-4d5f-8e11-982366d128a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4906 | 2025.02.10 18:50:48.352985 [ 256 ] {06376c5b-68c1-4d5f-8e11-982366d128a2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4907 | 2025.02.10 18:50:48.353224 [ 256 ] {06376c5b-68c1-4d5f-8e11-982366d128a2} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4908 | 2025.02.10 18:50:48.353440 [ 256 ] {06376c5b-68c1-4d5f-8e11-982366d128a2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001545 sec., 38834.95145631068 rows/sec., 2.62 MiB/sec. | ||
| 4909 | 2025.02.10 18:50:48.353491 [ 256 ] {06376c5b-68c1-4d5f-8e11-982366d128a2} <Debug> TCPHandler: Processed in 0.001773063 sec. | ||
| 4910 | 2025.02.10 18:50:48.388427 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4911 | 2025.02.10 18:50:48.411430 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4912 | 2025.02.10 18:50:48.411499 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4913 | 2025.02.10 18:50:48.418771 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4914 | 2025.02.10 18:50:48.419516 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4915 | 2025.02.10 18:50:48.422917 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4916 | 2025.02.10 18:50:52.741970 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 714 | ||
| 4917 | 2025.02.10 18:50:52.745117 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4918 | 2025.02.10 18:50:52.745179 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4919 | 2025.02.10 18:50:52.746669 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4920 | 2025.02.10 18:50:52.747005 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4921 | 2025.02.10 18:50:52.747247 [ 53 ] {} <Debug> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4922 | 2025.02.10 18:50:52.747378 [ 53 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4923 | 2025.02.10 18:50:52.747448 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4924 | 2025.02.10 18:50:52.747895 [ 193 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::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 | ||
| 4925 | 2025.02.10 18:50:52.749178 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 714 | ||
| 4926 | 2025.02.10 18:50:52.749579 [ 193 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4927 | 2025.02.10 18:50:52.749781 [ 193 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 518 rows starting from the beginning of the part | ||
| 4928 | 2025.02.10 18:50:52.750467 [ 193 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 46 rows starting from the beginning of the part | ||
| 4929 | 2025.02.10 18:50:52.751176 [ 193 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part | ||
| 4930 | 2025.02.10 18:50:52.751808 [ 193 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part | ||
| 4931 | 2025.02.10 18:50:52.752414 [ 193 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 46 rows starting from the beginning of the part | ||
| 4932 | 2025.02.10 18:50:52.753011 [ 193 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part | ||
| 4933 | 2025.02.10 18:50:52.761663 [ 194 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 714 rows, containing 72 columns (72 merged, 0 gathered) in 0.014053739 sec., 50804.98506482865 rows/sec., 43.11 MiB/sec. | ||
| 4934 | 2025.02.10 18:50:52.762807 [ 194 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4935 | 2025.02.10 18:50:52.763605 [ 194 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_16_3} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4936 | 2025.02.10 18:50:52.763689 [ 194 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_16_3} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4937 | 2025.02.10 18:50:52.764014 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. | ||
| 4938 | 2025.02.10 18:50:53.345300 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4939 | 2025.02.10 18:50:53.345525 [ 4 ] {eb87ceca-e790-40b0-843a-5b4f7776eb73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4940 | 2025.02.10 18:50:53.345610 [ 4 ] {eb87ceca-e790-40b0-843a-5b4f7776eb73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4941 | 2025.02.10 18:50:53.346387 [ 4 ] {eb87ceca-e790-40b0-843a-5b4f7776eb73} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4942 | 2025.02.10 18:50:53.346443 [ 4 ] {eb87ceca-e790-40b0-843a-5b4f7776eb73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4943 | 2025.02.10 18:50:53.346893 [ 4 ] {eb87ceca-e790-40b0-843a-5b4f7776eb73} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4944 | 2025.02.10 18:50:53.347160 [ 4 ] {eb87ceca-e790-40b0-843a-5b4f7776eb73} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4945 | 2025.02.10 18:50:53.347453 [ 4 ] {eb87ceca-e790-40b0-843a-5b4f7776eb73} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001986 sec., 7049.345417925479 rows/sec., 507.46 KiB/sec. | ||
| 4946 | 2025.02.10 18:50:53.347682 [ 4 ] {eb87ceca-e790-40b0-843a-5b4f7776eb73} <Debug> TCPHandler: Processed in 0.00252409 sec. | ||
| 4947 | 2025.02.10 18:50:53.348015 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4948 | 2025.02.10 18:50:53.348269 [ 256 ] {5cc252cd-fefa-41c2-ba81-a7ef0ff1ae58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4949 | 2025.02.10 18:50:53.348368 [ 256 ] {5cc252cd-fefa-41c2-ba81-a7ef0ff1ae58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4950 | 2025.02.10 18:50:53.349195 [ 256 ] {5cc252cd-fefa-41c2-ba81-a7ef0ff1ae58} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4951 | 2025.02.10 18:50:53.349246 [ 256 ] {5cc252cd-fefa-41c2-ba81-a7ef0ff1ae58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4952 | 2025.02.10 18:50:53.349686 [ 256 ] {5cc252cd-fefa-41c2-ba81-a7ef0ff1ae58} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4953 | 2025.02.10 18:50:53.349950 [ 256 ] {5cc252cd-fefa-41c2-ba81-a7ef0ff1ae58} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4954 | 2025.02.10 18:50:53.350186 [ 256 ] {5cc252cd-fefa-41c2-ba81-a7ef0ff1ae58} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001987 sec., 1006.5425264217413 rows/sec., 82.08 KiB/sec. | ||
| 4955 | 2025.02.10 18:50:53.350244 [ 256 ] {5cc252cd-fefa-41c2-ba81-a7ef0ff1ae58} <Debug> TCPHandler: Processed in 0.002396618 sec. | ||
| 4956 | 2025.02.10 18:50:53.350434 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4957 | 2025.02.10 18:50:53.350583 [ 4 ] {6856616f-a96b-4158-bb81-d9ac574bc2f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4958 | 2025.02.10 18:50:53.350645 [ 4 ] {6856616f-a96b-4158-bb81-d9ac574bc2f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4959 | 2025.02.10 18:50:53.351367 [ 4 ] {6856616f-a96b-4158-bb81-d9ac574bc2f3} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4960 | 2025.02.10 18:50:53.351409 [ 4 ] {6856616f-a96b-4158-bb81-d9ac574bc2f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4961 | 2025.02.10 18:50:53.351802 [ 4 ] {6856616f-a96b-4158-bb81-d9ac574bc2f3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4962 | 2025.02.10 18:50:53.352042 [ 4 ] {6856616f-a96b-4158-bb81-d9ac574bc2f3} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4963 | 2025.02.10 18:50:53.352290 [ 4 ] {6856616f-a96b-4158-bb81-d9ac574bc2f3} <Debug> executeQuery: Read 274 rows, 24.71 KiB in 0.00173 sec., 158381.5028901734 rows/sec., 13.95 MiB/sec. | ||
| 4964 | 2025.02.10 18:50:53.352360 [ 4 ] {6856616f-a96b-4158-bb81-d9ac574bc2f3} <Debug> TCPHandler: Processed in 0.001997788 sec. | ||
| 4965 | 2025.02.10 18:50:53.352574 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4966 | 2025.02.10 18:50:53.352701 [ 256 ] {762d40e9-40cb-4747-84d6-a7d0fc1f53cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4967 | 2025.02.10 18:50:53.352759 [ 256 ] {762d40e9-40cb-4747-84d6-a7d0fc1f53cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4968 | 2025.02.10 18:50:53.353461 [ 256 ] {762d40e9-40cb-4747-84d6-a7d0fc1f53cf} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4969 | 2025.02.10 18:50:53.353508 [ 256 ] {762d40e9-40cb-4747-84d6-a7d0fc1f53cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4970 | 2025.02.10 18:50:53.353922 [ 256 ] {762d40e9-40cb-4747-84d6-a7d0fc1f53cf} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4971 | 2025.02.10 18:50:53.354172 [ 256 ] {762d40e9-40cb-4747-84d6-a7d0fc1f53cf} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4972 | 2025.02.10 18:50:53.354392 [ 256 ] {762d40e9-40cb-4747-84d6-a7d0fc1f53cf} <Debug> executeQuery: Read 44 rows, 3.23 KiB in 0.001718 sec., 25611.17578579744 rows/sec., 1.83 MiB/sec. | ||
| 4973 | 2025.02.10 18:50:53.354445 [ 256 ] {762d40e9-40cb-4747-84d6-a7d0fc1f53cf} <Debug> TCPHandler: Processed in 0.001977028 sec. | ||
| 4974 | 2025.02.10 18:50:53.354589 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4975 | 2025.02.10 18:50:53.354715 [ 4 ] {b861c27f-00c1-43ea-831e-e3b8ab7d381e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4976 | 2025.02.10 18:50:53.354776 [ 4 ] {b861c27f-00c1-43ea-831e-e3b8ab7d381e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4977 | 2025.02.10 18:50:53.355468 [ 4 ] {b861c27f-00c1-43ea-831e-e3b8ab7d381e} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4978 | 2025.02.10 18:50:53.355516 [ 4 ] {b861c27f-00c1-43ea-831e-e3b8ab7d381e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4979 | 2025.02.10 18:50:53.355901 [ 4 ] {b861c27f-00c1-43ea-831e-e3b8ab7d381e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4980 | 2025.02.10 18:50:53.356134 [ 4 ] {b861c27f-00c1-43ea-831e-e3b8ab7d381e} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4981 | 2025.02.10 18:50:53.356349 [ 4 ] {b861c27f-00c1-43ea-831e-e3b8ab7d381e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001665 sec., 8408.408408408408 rows/sec., 588.87 KiB/sec. | ||
| 4982 | 2025.02.10 18:50:53.356401 [ 4 ] {b861c27f-00c1-43ea-831e-e3b8ab7d381e} <Debug> TCPHandler: Processed in 0.001869105 sec. | ||
| 4983 | 2025.02.10 18:50:53.356549 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4984 | 2025.02.10 18:50:53.356666 [ 256 ] {a84174f5-dfa5-4915-9502-e34a4b09178c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4985 | 2025.02.10 18:50:53.356720 [ 256 ] {a84174f5-dfa5-4915-9502-e34a4b09178c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4986 | 2025.02.10 18:50:53.357409 [ 256 ] {a84174f5-dfa5-4915-9502-e34a4b09178c} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4987 | 2025.02.10 18:50:53.357457 [ 256 ] {a84174f5-dfa5-4915-9502-e34a4b09178c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4988 | 2025.02.10 18:50:53.357850 [ 256 ] {a84174f5-dfa5-4915-9502-e34a4b09178c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4989 | 2025.02.10 18:50:53.358094 [ 256 ] {a84174f5-dfa5-4915-9502-e34a4b09178c} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4990 | 2025.02.10 18:50:53.358308 [ 256 ] {a84174f5-dfa5-4915-9502-e34a4b09178c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001667 sec., 7798.440311937612 rows/sec., 486.23 KiB/sec. | ||
| 4991 | 2025.02.10 18:50:53.358360 [ 256 ] {a84174f5-dfa5-4915-9502-e34a4b09178c} <Debug> TCPHandler: Processed in 0.001873495 sec. | ||
| 4992 | 2025.02.10 18:50:53.358503 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4993 | 2025.02.10 18:50:53.358621 [ 4 ] {d3680be1-237a-4e51-a9a3-3c5ad81c2826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4994 | 2025.02.10 18:50:53.358671 [ 4 ] {d3680be1-237a-4e51-a9a3-3c5ad81c2826} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4995 | 2025.02.10 18:50:53.359503 [ 4 ] {d3680be1-237a-4e51-a9a3-3c5ad81c2826} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4996 | 2025.02.10 18:50:53.359553 [ 4 ] {d3680be1-237a-4e51-a9a3-3c5ad81c2826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 4997 | 2025.02.10 18:50:53.359952 [ 4 ] {d3680be1-237a-4e51-a9a3-3c5ad81c2826} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4998 | 2025.02.10 18:50:53.360184 [ 4 ] {d3680be1-237a-4e51-a9a3-3c5ad81c2826} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4999 | 2025.02.10 18:50:53.360402 [ 4 ] {d3680be1-237a-4e51-a9a3-3c5ad81c2826} <Debug> executeQuery: Read 419 rows, 30.65 KiB in 0.001804 sec., 232261.64079822614 rows/sec., 16.59 MiB/sec. | ||
| 5000 | 2025.02.10 18:50:53.360505 [ 4 ] {d3680be1-237a-4e51-a9a3-3c5ad81c2826} <Debug> TCPHandler: Processed in 0.00205906 sec. | ||
| 5001 | 2025.02.10 18:50:53.360701 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5002 | 2025.02.10 18:50:53.360817 [ 256 ] {ff409240-8947-485c-9a9d-5adf6b58b5f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5003 | 2025.02.10 18:50:53.360869 [ 256 ] {ff409240-8947-485c-9a9d-5adf6b58b5f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5004 | 2025.02.10 18:50:53.361361 [ 256 ] {ff409240-8947-485c-9a9d-5adf6b58b5f3} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5005 | 2025.02.10 18:50:53.361399 [ 256 ] {ff409240-8947-485c-9a9d-5adf6b58b5f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5006 | 2025.02.10 18:50:53.361771 [ 256 ] {ff409240-8947-485c-9a9d-5adf6b58b5f3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5007 | 2025.02.10 18:50:53.362013 [ 256 ] {ff409240-8947-485c-9a9d-5adf6b58b5f3} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5008 | 2025.02.10 18:50:53.362225 [ 256 ] {ff409240-8947-485c-9a9d-5adf6b58b5f3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001431 sec., 4192.8721174004195 rows/sec., 219.06 KiB/sec. | ||
| 5009 | 2025.02.10 18:50:53.362277 [ 256 ] {ff409240-8947-485c-9a9d-5adf6b58b5f3} <Debug> TCPHandler: Processed in 0.001685941 sec. | ||
| 5010 | 2025.02.10 18:50:53.362423 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5011 | 2025.02.10 18:50:53.362543 [ 4 ] {8ad7a0c8-9732-4533-b450-217ea0a1ba4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5012 | 2025.02.10 18:50:53.362596 [ 4 ] {8ad7a0c8-9732-4533-b450-217ea0a1ba4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5013 | 2025.02.10 18:50:53.363170 [ 4 ] {8ad7a0c8-9732-4533-b450-217ea0a1ba4e} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5014 | 2025.02.10 18:50:53.363209 [ 4 ] {8ad7a0c8-9732-4533-b450-217ea0a1ba4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5015 | 2025.02.10 18:50:53.363603 [ 4 ] {8ad7a0c8-9732-4533-b450-217ea0a1ba4e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5016 | 2025.02.10 18:50:53.363834 [ 4 ] {8ad7a0c8-9732-4533-b450-217ea0a1ba4e} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5017 | 2025.02.10 18:50:53.364045 [ 4 ] {8ad7a0c8-9732-4533-b450-217ea0a1ba4e} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001528 sec., 155759.16230366493 rows/sec., 10.44 MiB/sec. | ||
| 5018 | 2025.02.10 18:50:53.364096 [ 4 ] {8ad7a0c8-9732-4533-b450-217ea0a1ba4e} <Debug> TCPHandler: Processed in 0.001730432 sec. | ||
| 5019 | 2025.02.10 18:50:53.364231 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5020 | 2025.02.10 18:50:53.364347 [ 256 ] {cf1f34cd-8029-4b0b-924d-d301826af998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5021 | 2025.02.10 18:50:53.364400 [ 256 ] {cf1f34cd-8029-4b0b-924d-d301826af998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5022 | 2025.02.10 18:50:53.364875 [ 256 ] {cf1f34cd-8029-4b0b-924d-d301826af998} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5023 | 2025.02.10 18:50:53.364913 [ 256 ] {cf1f34cd-8029-4b0b-924d-d301826af998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5024 | 2025.02.10 18:50:53.365266 [ 256 ] {cf1f34cd-8029-4b0b-924d-d301826af998} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5025 | 2025.02.10 18:50:53.365518 [ 256 ] {cf1f34cd-8029-4b0b-924d-d301826af998} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5026 | 2025.02.10 18:50:53.365670 [ 49 ] {} <Debug> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 5027 | 2025.02.10 18:50:53.365726 [ 49 ] {} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5028 | 2025.02.10 18:50:53.365737 [ 256 ] {cf1f34cd-8029-4b0b-924d-d301826af998} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001411 sec., 708.7172218284904 rows/sec., 47.76 KiB/sec. | ||
| 5029 | 2025.02.10 18:50:53.365756 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5030 | 2025.02.10 18:50:53.365800 [ 256 ] {cf1f34cd-8029-4b0b-924d-d301826af998} <Debug> TCPHandler: Processed in 0.001622409 sec. | ||
| 5031 | 2025.02.10 18:50:53.366018 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5032 | 2025.02.10 18:50:53.366040 [ 199 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::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 | ||
| 5033 | 2025.02.10 18:50:53.366228 [ 4 ] {6a103b9d-6c9a-4fb0-8bd7-d48bdfcf5192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5034 | 2025.02.10 18:50:53.366298 [ 199 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5035 | 2025.02.10 18:50:53.366402 [ 199 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part | ||
| 5036 | 2025.02.10 18:50:53.366435 [ 4 ] {6a103b9d-6c9a-4fb0-8bd7-d48bdfcf5192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5037 | 2025.02.10 18:50:53.366758 [ 199 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 5038 | 2025.02.10 18:50:53.367125 [ 199 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 5039 | 2025.02.10 18:50:53.367520 [ 199 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 5040 | 2025.02.10 18:50:53.367886 [ 199 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 5041 | 2025.02.10 18:50:53.368213 [ 199 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 5042 | 2025.02.10 18:50:53.371654 [ 189 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.005793989 sec., 2588.8899685518904 rows/sec., 174.45 KiB/sec. | ||
| 5043 | 2025.02.10 18:50:53.371924 [ 189 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5044 | 2025.02.10 18:50:53.371939 [ 4 ] {6a103b9d-6c9a-4fb0-8bd7-d48bdfcf5192} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5045 | 2025.02.10 18:50:53.372007 [ 4 ] {6a103b9d-6c9a-4fb0-8bd7-d48bdfcf5192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5046 | 2025.02.10 18:50:53.372579 [ 189 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_15_3} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5047 | 2025.02.10 18:50:53.372760 [ 189 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_15_3} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 5048 | 2025.02.10 18:50:53.372913 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 5049 | 2025.02.10 18:50:53.373256 [ 4 ] {6a103b9d-6c9a-4fb0-8bd7-d48bdfcf5192} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5050 | 2025.02.10 18:50:53.373522 [ 4 ] {6a103b9d-6c9a-4fb0-8bd7-d48bdfcf5192} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5051 | 2025.02.10 18:50:53.373793 [ 4 ] {6a103b9d-6c9a-4fb0-8bd7-d48bdfcf5192} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00763 sec., 4587.155963302753 rows/sec., 8.22 MiB/sec. | ||
| 5052 | 2025.02.10 18:50:53.373903 [ 4 ] {6a103b9d-6c9a-4fb0-8bd7-d48bdfcf5192} <Debug> TCPHandler: Processed in 0.008003853 sec. | ||
| 5053 | 2025.02.10 18:50:53.374061 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5054 | 2025.02.10 18:50:53.374179 [ 256 ] {a9be9f45-c930-4266-b384-c0673c6ad745} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5055 | 2025.02.10 18:50:53.374230 [ 256 ] {a9be9f45-c930-4266-b384-c0673c6ad745} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5056 | 2025.02.10 18:50:53.374740 [ 256 ] {a9be9f45-c930-4266-b384-c0673c6ad745} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5057 | 2025.02.10 18:50:53.374778 [ 256 ] {a9be9f45-c930-4266-b384-c0673c6ad745} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5058 | 2025.02.10 18:50:53.375165 [ 256 ] {a9be9f45-c930-4266-b384-c0673c6ad745} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5059 | 2025.02.10 18:50:53.375413 [ 256 ] {a9be9f45-c930-4266-b384-c0673c6ad745} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5060 | 2025.02.10 18:50:53.375605 [ 256 ] {a9be9f45-c930-4266-b384-c0673c6ad745} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00145 sec., 56551.724137931036 rows/sec., 3.59 MiB/sec. | ||
| 5061 | 2025.02.10 18:50:53.375721 [ 256 ] {a9be9f45-c930-4266-b384-c0673c6ad745} <Debug> TCPHandler: Processed in 0.001719832 sec. | ||
| 5062 | 2025.02.10 18:50:55.201988 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 | ||
| 5063 | 2025.02.10 18:50:55.202784 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5064 | 2025.02.10 18:50:55.202832 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5065 | 2025.02.10 18:50:55.203413 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5066 | 2025.02.10 18:50:55.203672 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5067 | 2025.02.10 18:50:55.203935 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
| 5068 | 2025.02.10 18:50:55.922999 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 5069 | 2025.02.10 18:50:55.943308 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5070 | 2025.02.10 18:50:55.943365 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5071 | 2025.02.10 18:50:55.951060 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5072 | 2025.02.10 18:50:55.951819 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5073 | 2025.02.10 18:50:55.954557 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 5074 | 2025.02.10 18:50:58.339108 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5075 | 2025.02.10 18:50:58.339304 [ 4 ] {7532f98a-479f-4bb6-9a9f-670d6ba31163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5076 | 2025.02.10 18:50:58.339378 [ 4 ] {7532f98a-479f-4bb6-9a9f-670d6ba31163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5077 | 2025.02.10 18:50:58.340167 [ 4 ] {7532f98a-479f-4bb6-9a9f-670d6ba31163} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5078 | 2025.02.10 18:50:58.340213 [ 4 ] {7532f98a-479f-4bb6-9a9f-670d6ba31163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5079 | 2025.02.10 18:50:58.340658 [ 4 ] {7532f98a-479f-4bb6-9a9f-670d6ba31163} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5080 | 2025.02.10 18:50:58.340911 [ 4 ] {7532f98a-479f-4bb6-9a9f-670d6ba31163} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5081 | 2025.02.10 18:50:58.341106 [ 41 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5082 | 2025.02.10 18:50:58.341177 [ 4 ] {7532f98a-479f-4bb6-9a9f-670d6ba31163} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001921 sec., 34357.105674128055 rows/sec., 2.74 MiB/sec. | ||
| 5083 | 2025.02.10 18:50:58.341194 [ 41 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5084 | 2025.02.10 18:50:58.341268 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5085 | 2025.02.10 18:50:58.341328 [ 4 ] {7532f98a-479f-4bb6-9a9f-670d6ba31163} <Debug> TCPHandler: Processed in 0.002345057 sec. | ||
| 5086 | 2025.02.10 18:50:58.341518 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 5087 | 2025.02.10 18:50:58.341649 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5088 | 2025.02.10 18:50:58.341720 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5089 | 2025.02.10 18:50:58.341774 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1432 rows starting from the beginning of the part | ||
| 5090 | 2025.02.10 18:50:58.341965 [ 256 ] {be97e4c9-323d-4f21-af45-2113f355eb95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5091 | 2025.02.10 18:50:58.342009 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part | ||
| 5092 | 2025.02.10 18:50:58.342142 [ 256 ] {be97e4c9-323d-4f21-af45-2113f355eb95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5093 | 2025.02.10 18:50:58.342256 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 273 rows starting from the beginning of the part | ||
| 5094 | 2025.02.10 18:50:58.342673 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 66 rows starting from the beginning of the part | ||
| 5095 | 2025.02.10 18:50:58.342903 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 274 rows starting from the beginning of the part | ||
| 5096 | 2025.02.10 18:50:58.343195 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 66 rows starting from the beginning of the part | ||
| 5097 | 2025.02.10 18:50:58.344922 [ 256 ] {be97e4c9-323d-4f21-af45-2113f355eb95} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5098 | 2025.02.10 18:50:58.344994 [ 256 ] {be97e4c9-323d-4f21-af45-2113f355eb95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5099 | 2025.02.10 18:50:58.345967 [ 256 ] {be97e4c9-323d-4f21-af45-2113f355eb95} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5100 | 2025.02.10 18:50:58.346495 [ 256 ] {be97e4c9-323d-4f21-af45-2113f355eb95} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5101 | 2025.02.10 18:50:58.346530 [ 199 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2167 rows, containing 5 columns (5 merged, 0 gathered) in 0.005141574 sec., 421466.2669447138 rows/sec., 37.19 MiB/sec. | ||
| 5102 | 2025.02.10 18:50:58.346680 [ 41 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5103 | 2025.02.10 18:50:58.346732 [ 41 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5104 | 2025.02.10 18:50:58.346763 [ 256 ] {be97e4c9-323d-4f21-af45-2113f355eb95} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.004932 sec., 1013.7875101378752 rows/sec., 76.23 KiB/sec. | ||
| 5105 | 2025.02.10 18:50:58.346767 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5106 | 2025.02.10 18:50:58.346873 [ 189 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5107 | 2025.02.10 18:50:58.347028 [ 256 ] {be97e4c9-323d-4f21-af45-2113f355eb95} <Debug> TCPHandler: Processed in 0.005540764 sec. | ||
| 5108 | 2025.02.10 18:50:58.347274 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::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 | ||
| 5109 | 2025.02.10 18:50:58.347361 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5110 | 2025.02.10 18:50:58.347645 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5111 | 2025.02.10 18:50:58.347738 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 65 rows starting from the beginning of the part | ||
| 5112 | 2025.02.10 18:50:58.347747 [ 4 ] {84e9b423-8fe3-4b0e-ad62-bbbd7db60973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5113 | 2025.02.10 18:50:58.347954 [ 4 ] {84e9b423-8fe3-4b0e-ad62-bbbd7db60973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5114 | 2025.02.10 18:50:58.348151 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part | ||
| 5115 | 2025.02.10 18:50:58.348038 [ 189 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_36_7} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5116 | 2025.02.10 18:50:58.348553 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 42 rows starting from the beginning of the part | ||
| 5117 | 2025.02.10 18:50:58.348959 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 5 rows starting from the beginning of the part | ||
| 5118 | 2025.02.10 18:50:58.349355 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::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 | ||
| 5119 | 2025.02.10 18:50:58.349481 [ 189 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_36_7} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5120 | 2025.02.10 18:50:58.349789 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 5 rows starting from the beginning of the part | ||
| 5121 | 2025.02.10 18:50:58.350513 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 5122 | 2025.02.10 18:50:58.351477 [ 4 ] {84e9b423-8fe3-4b0e-ad62-bbbd7db60973} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5123 | 2025.02.10 18:50:58.351558 [ 4 ] {84e9b423-8fe3-4b0e-ad62-bbbd7db60973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5124 | 2025.02.10 18:50:58.352585 [ 4 ] {84e9b423-8fe3-4b0e-ad62-bbbd7db60973} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5125 | 2025.02.10 18:50:58.352637 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 5 columns (5 merged, 0 gathered) in 0.005735168 sec., 29292.951836807573 rows/sec., 2.21 MiB/sec. | ||
| 5126 | 2025.02.10 18:50:58.352820 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5127 | 2025.02.10 18:50:58.353000 [ 4 ] {84e9b423-8fe3-4b0e-ad62-bbbd7db60973} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5128 | 2025.02.10 18:50:58.353256 [ 41 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5129 | 2025.02.10 18:50:58.353356 [ 41 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5130 | 2025.02.10 18:50:58.353443 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5131 | 2025.02.10 18:50:58.353446 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_26_5} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5132 | 2025.02.10 18:50:58.353600 [ 4 ] {84e9b423-8fe3-4b0e-ad62-bbbd7db60973} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.005951 sec., 11594.689968072593 rows/sec., 926.84 KiB/sec. | ||
| 5133 | 2025.02.10 18:50:58.353832 [ 187 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 5134 | 2025.02.10 18:50:58.353852 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_26_5} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5135 | 2025.02.10 18:50:58.353919 [ 4 ] {84e9b423-8fe3-4b0e-ad62-bbbd7db60973} <Debug> TCPHandler: Processed in 0.006742683 sec. | ||
| 5136 | 2025.02.10 18:50:58.354218 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5137 | 2025.02.10 18:50:58.354241 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5138 | 2025.02.10 18:50:58.354301 [ 187 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5139 | 2025.02.10 18:50:58.354361 [ 187 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 914 rows starting from the beginning of the part | ||
| 5140 | 2025.02.10 18:50:58.354457 [ 256 ] {e3b842f0-3a83-4308-a712-772d5770b83c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5141 | 2025.02.10 18:50:58.354608 [ 187 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part | ||
| 5142 | 2025.02.10 18:50:58.354680 [ 256 ] {e3b842f0-3a83-4308-a712-772d5770b83c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5143 | 2025.02.10 18:50:58.354865 [ 187 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 417 rows starting from the beginning of the part | ||
| 5144 | 2025.02.10 18:50:58.355258 [ 187 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 69 rows starting from the beginning of the part | ||
| 5145 | 2025.02.10 18:50:58.355648 [ 187 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 419 rows starting from the beginning of the part | ||
| 5146 | 2025.02.10 18:50:58.356008 [ 187 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 69 rows starting from the beginning of the part | ||
| 5147 | 2025.02.10 18:50:58.357457 [ 256 ] {e3b842f0-3a83-4308-a712-772d5770b83c} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5148 | 2025.02.10 18:50:58.357546 [ 256 ] {e3b842f0-3a83-4308-a712-772d5770b83c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5149 | 2025.02.10 18:50:58.358579 [ 256 ] {e3b842f0-3a83-4308-a712-772d5770b83c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5150 | 2025.02.10 18:50:58.359116 [ 256 ] {e3b842f0-3a83-4308-a712-772d5770b83c} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5151 | 2025.02.10 18:50:58.359123 [ 195 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1952 rows, containing 5 columns (5 merged, 0 gathered) in 0.005570714 sec., 350403.9159073684 rows/sec., 26.82 MiB/sec. | ||
| 5152 | 2025.02.10 18:50:58.359335 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5153 | 2025.02.10 18:50:58.359419 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5154 | 2025.02.10 18:50:58.359463 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5155 | 2025.02.10 18:50:58.359513 [ 256 ] {e3b842f0-3a83-4308-a712-772d5770b83c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00512 sec., 31249.999999999996 rows/sec., 2.18 MiB/sec. | ||
| 5156 | 2025.02.10 18:50:58.359530 [ 195 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5157 | 2025.02.10 18:50:58.359991 [ 256 ] {e3b842f0-3a83-4308-a712-772d5770b83c} <Debug> TCPHandler: Processed in 0.005965054 sec. | ||
| 5158 | 2025.02.10 18:50:58.359990 [ 187 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 5159 | 2025.02.10 18:50:58.360288 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5160 | 2025.02.10 18:50:58.360708 [ 187 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5161 | 2025.02.10 18:50:58.360822 [ 195 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_36_7} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5162 | 2025.02.10 18:50:58.360829 [ 4 ] {b7516de8-bd03-4225-804f-4170948f8d51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5163 | 2025.02.10 18:50:58.360890 [ 187 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10828 rows starting from the beginning of the part | ||
| 5164 | 2025.02.10 18:50:58.361521 [ 195 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_36_7} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5165 | 2025.02.10 18:50:58.361558 [ 4 ] {b7516de8-bd03-4225-804f-4170948f8d51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5166 | 2025.02.10 18:50:58.361687 [ 187 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 42 rows starting from the beginning of the part | ||
| 5167 | 2025.02.10 18:50:58.361955 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5168 | 2025.02.10 18:50:58.362314 [ 187 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part | ||
| 5169 | 2025.02.10 18:50:58.362781 [ 187 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
| 5170 | 2025.02.10 18:50:58.363179 [ 187 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 238 rows starting from the beginning of the part | ||
| 5171 | 2025.02.10 18:50:58.363620 [ 187 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
| 5172 | 2025.02.10 18:50:58.366609 [ 4 ] {b7516de8-bd03-4225-804f-4170948f8d51} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5173 | 2025.02.10 18:50:58.366685 [ 4 ] {b7516de8-bd03-4225-804f-4170948f8d51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5174 | 2025.02.10 18:50:58.367969 [ 4 ] {b7516de8-bd03-4225-804f-4170948f8d51} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5175 | 2025.02.10 18:50:58.368702 [ 4 ] {b7516de8-bd03-4225-804f-4170948f8d51} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5176 | 2025.02.10 18:50:58.368926 [ 41 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5177 | 2025.02.10 18:50:58.369018 [ 41 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5178 | 2025.02.10 18:50:58.369052 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5179 | 2025.02.10 18:50:58.369071 [ 4 ] {b7516de8-bd03-4225-804f-4170948f8d51} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.008452 sec., 591.5759583530526 rows/sec., 1.06 MiB/sec. | ||
| 5180 | 2025.02.10 18:50:58.369524 [ 188 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::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 | ||
| 5181 | 2025.02.10 18:50:58.369626 [ 4 ] {b7516de8-bd03-4225-804f-4170948f8d51} <Debug> TCPHandler: Processed in 0.009496569 sec. | ||
| 5182 | 2025.02.10 18:50:58.370276 [ 200 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11665 rows, containing 5 columns (5 merged, 0 gathered) in 0.010696118 sec., 1090582.5833260254 rows/sec., 73.62 MiB/sec. | ||
| 5183 | 2025.02.10 18:50:58.370314 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5184 | 2025.02.10 18:50:58.370637 [ 188 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5185 | 2025.02.10 18:50:58.370646 [ 256 ] {92b4adec-3319-480c-8ecb-cb1fa05933b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5186 | 2025.02.10 18:50:58.370774 [ 200 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5187 | 2025.02.10 18:50:58.370873 [ 188 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 409 rows starting from the beginning of the part | ||
| 5188 | 2025.02.10 18:50:58.370867 [ 256 ] {92b4adec-3319-480c-8ecb-cb1fa05933b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5189 | 2025.02.10 18:50:58.371956 [ 200 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5190 | 2025.02.10 18:50:58.372332 [ 200 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5191 | 2025.02.10 18:50:58.372333 [ 188 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 5 rows starting from the beginning of the part | ||
| 5192 | 2025.02.10 18:50:58.372613 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 5193 | 2025.02.10 18:50:58.373228 [ 188 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 35 rows starting from the beginning of the part | ||
| 5194 | 2025.02.10 18:50:58.373980 [ 256 ] {92b4adec-3319-480c-8ecb-cb1fa05933b4} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5195 | 2025.02.10 18:50:58.374011 [ 188 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 5 rows starting from the beginning of the part | ||
| 5196 | 2025.02.10 18:50:58.374065 [ 256 ] {92b4adec-3319-480c-8ecb-cb1fa05933b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5197 | 2025.02.10 18:50:58.374608 [ 188 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 35 rows starting from the beginning of the part | ||
| 5198 | 2025.02.10 18:50:58.375280 [ 188 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 5 rows starting from the beginning of the part | ||
| 5199 | 2025.02.10 18:50:58.375625 [ 256 ] {92b4adec-3319-480c-8ecb-cb1fa05933b4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5200 | 2025.02.10 18:50:58.376381 [ 256 ] {92b4adec-3319-480c-8ecb-cb1fa05933b4} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5201 | 2025.02.10 18:50:58.376573 [ 41 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5202 | 2025.02.10 18:50:58.376658 [ 41 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5203 | 2025.02.10 18:50:58.376743 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5204 | 2025.02.10 18:50:58.376794 [ 256 ] {92b4adec-3319-480c-8ecb-cb1fa05933b4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00627 sec., 9569.377990430621 rows/sec., 660.39 KiB/sec. | ||
| 5205 | 2025.02.10 18:50:58.377287 [ 256 ] {92b4adec-3319-480c-8ecb-cb1fa05933b4} <Debug> TCPHandler: Processed in 0.007141062 sec. | ||
| 5206 | 2025.02.10 18:50:58.377488 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 5207 | 2025.02.10 18:50:58.377977 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5208 | 2025.02.10 18:50:58.378080 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1938 rows starting from the beginning of the part | ||
| 5209 | 2025.02.10 18:50:58.378276 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 16 rows starting from the beginning of the part | ||
| 5210 | 2025.02.10 18:50:58.378497 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part | ||
| 5211 | 2025.02.10 18:50:58.378761 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
| 5212 | 2025.02.10 18:50:58.378938 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 82 rows starting from the beginning of the part | ||
| 5213 | 2025.02.10 18:50:58.379299 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
| 5214 | 2025.02.10 18:50:58.381658 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2238 rows, containing 4 columns (4 merged, 0 gathered) in 0.004784836 sec., 467727.62953631015 rows/sec., 30.52 MiB/sec. | ||
| 5215 | 2025.02.10 18:50:58.381937 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5216 | 2025.02.10 18:50:58.382624 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_36_7} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5217 | 2025.02.10 18:50:58.382717 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_36_7} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5218 | 2025.02.10 18:50:58.382785 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 5219 | 2025.02.10 18:50:58.383953 [ 188 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 494 rows, containing 19 columns (19 merged, 0 gathered) in 0.014801467 sec., 33375.07018729968 rows/sec., 59.81 MiB/sec. | ||
| 5220 | 2025.02.10 18:50:58.384476 [ 188 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5221 | 2025.02.10 18:50:58.384912 [ 188 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5222 | 2025.02.10 18:50:58.385077 [ 188 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5223 | 2025.02.10 18:50:58.385220 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.84 MiB. | ||
| 5224 | 2025.02.10 18:50:59.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 188.61 MiB, peak 195.49 MiB, free memory in arenas 0.00 B, will set to 189.80 MiB (RSS), difference: 1.19 MiB | ||
| 5225 | 2025.02.10 18:51:02.600440 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5226 | 2025.02.10 18:51:02.600524 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5227 | 2025.02.10 18:51:02.704074 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 | ||
| 5228 | 2025.02.10 18:51:02.704724 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5229 | 2025.02.10 18:51:02.704772 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5230 | 2025.02.10 18:51:02.705304 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5231 | 2025.02.10 18:51:02.705570 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5232 | 2025.02.10 18:51:02.705861 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 5233 | 2025.02.10 18:51:02.749425 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 750 | ||
| 5234 | 2025.02.10 18:51:02.752763 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5235 | 2025.02.10 18:51:02.752823 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5236 | 2025.02.10 18:51:02.754289 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5237 | 2025.02.10 18:51:02.754621 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5238 | 2025.02.10 18:51:02.755633 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 750 | ||
| 5239 | 2025.02.10 18:51:03.345094 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5240 | 2025.02.10 18:51:03.345279 [ 4 ] {f05fd1b7-6014-49e6-a56e-f21f0107e71d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5241 | 2025.02.10 18:51:03.345351 [ 4 ] {f05fd1b7-6014-49e6-a56e-f21f0107e71d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5242 | 2025.02.10 18:51:03.346098 [ 4 ] {f05fd1b7-6014-49e6-a56e-f21f0107e71d} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5243 | 2025.02.10 18:51:03.346146 [ 4 ] {f05fd1b7-6014-49e6-a56e-f21f0107e71d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5244 | 2025.02.10 18:51:03.346578 [ 4 ] {f05fd1b7-6014-49e6-a56e-f21f0107e71d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5245 | 2025.02.10 18:51:03.346836 [ 4 ] {f05fd1b7-6014-49e6-a56e-f21f0107e71d} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5246 | 2025.02.10 18:51:03.347066 [ 4 ] {f05fd1b7-6014-49e6-a56e-f21f0107e71d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00184 sec., 7608.695652173913 rows/sec., 547.72 KiB/sec. | ||
| 5247 | 2025.02.10 18:51:03.347130 [ 4 ] {f05fd1b7-6014-49e6-a56e-f21f0107e71d} <Debug> TCPHandler: Processed in 0.002158922 sec. | ||
| 5248 | 2025.02.10 18:51:03.347413 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5249 | 2025.02.10 18:51:03.347613 [ 256 ] {5958f1a4-a1bf-4e7c-bc0c-b70dea086744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5250 | 2025.02.10 18:51:03.347691 [ 256 ] {5958f1a4-a1bf-4e7c-bc0c-b70dea086744} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5251 | 2025.02.10 18:51:03.348623 [ 256 ] {5958f1a4-a1bf-4e7c-bc0c-b70dea086744} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5252 | 2025.02.10 18:51:03.348679 [ 256 ] {5958f1a4-a1bf-4e7c-bc0c-b70dea086744} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5253 | 2025.02.10 18:51:03.349163 [ 256 ] {5958f1a4-a1bf-4e7c-bc0c-b70dea086744} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5254 | 2025.02.10 18:51:03.349427 [ 256 ] {5958f1a4-a1bf-4e7c-bc0c-b70dea086744} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5255 | 2025.02.10 18:51:03.349700 [ 256 ] {5958f1a4-a1bf-4e7c-bc0c-b70dea086744} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.002135 sec., 127868.85245901639 rows/sec., 11.27 MiB/sec. | ||
| 5256 | 2025.02.10 18:51:03.349896 [ 256 ] {5958f1a4-a1bf-4e7c-bc0c-b70dea086744} <Debug> TCPHandler: Processed in 0.002621193 sec. | ||
| 5257 | 2025.02.10 18:51:03.350130 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5258 | 2025.02.10 18:51:03.350279 [ 4 ] {578b7f1d-474d-4796-b75c-202ef75220a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5259 | 2025.02.10 18:51:03.350343 [ 4 ] {578b7f1d-474d-4796-b75c-202ef75220a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5260 | 2025.02.10 18:51:03.351070 [ 4 ] {578b7f1d-474d-4796-b75c-202ef75220a5} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5261 | 2025.02.10 18:51:03.351113 [ 4 ] {578b7f1d-474d-4796-b75c-202ef75220a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5262 | 2025.02.10 18:51:03.351495 [ 4 ] {578b7f1d-474d-4796-b75c-202ef75220a5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5263 | 2025.02.10 18:51:03.351746 [ 4 ] {578b7f1d-474d-4796-b75c-202ef75220a5} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5264 | 2025.02.10 18:51:03.351965 [ 4 ] {578b7f1d-474d-4796-b75c-202ef75220a5} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001716 sec., 24475.524475524475 rows/sec., 1.76 MiB/sec. | ||
| 5265 | 2025.02.10 18:51:03.352098 [ 4 ] {578b7f1d-474d-4796-b75c-202ef75220a5} <Debug> TCPHandler: Processed in 0.0020763 sec. | ||
| 5266 | 2025.02.10 18:51:03.352268 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5267 | 2025.02.10 18:51:03.352419 [ 256 ] {d758b688-c3ef-4643-8191-2eeb9881feff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5268 | 2025.02.10 18:51:03.352482 [ 256 ] {d758b688-c3ef-4643-8191-2eeb9881feff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5269 | 2025.02.10 18:51:03.353176 [ 256 ] {d758b688-c3ef-4643-8191-2eeb9881feff} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5270 | 2025.02.10 18:51:03.353219 [ 256 ] {d758b688-c3ef-4643-8191-2eeb9881feff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5271 | 2025.02.10 18:51:03.353611 [ 256 ] {d758b688-c3ef-4643-8191-2eeb9881feff} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5272 | 2025.02.10 18:51:03.353863 [ 256 ] {d758b688-c3ef-4643-8191-2eeb9881feff} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5273 | 2025.02.10 18:51:03.354092 [ 256 ] {d758b688-c3ef-4643-8191-2eeb9881feff} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00171 sec., 8187.134502923977 rows/sec., 573.37 KiB/sec. | ||
| 5274 | 2025.02.10 18:51:03.354151 [ 256 ] {d758b688-c3ef-4643-8191-2eeb9881feff} <Debug> TCPHandler: Processed in 0.001950797 sec. | ||
| 5275 | 2025.02.10 18:51:03.354310 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5276 | 2025.02.10 18:51:03.354452 [ 4 ] {d2314239-e10f-482b-8750-627703b38f73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5277 | 2025.02.10 18:51:03.354513 [ 4 ] {d2314239-e10f-482b-8750-627703b38f73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5278 | 2025.02.10 18:51:03.355193 [ 4 ] {d2314239-e10f-482b-8750-627703b38f73} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5279 | 2025.02.10 18:51:03.355233 [ 4 ] {d2314239-e10f-482b-8750-627703b38f73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5280 | 2025.02.10 18:51:03.355594 [ 4 ] {d2314239-e10f-482b-8750-627703b38f73} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5281 | 2025.02.10 18:51:03.355836 [ 4 ] {d2314239-e10f-482b-8750-627703b38f73} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5282 | 2025.02.10 18:51:03.356075 [ 4 ] {d2314239-e10f-482b-8750-627703b38f73} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001649 sec., 7883.565797453001 rows/sec., 491.54 KiB/sec. | ||
| 5283 | 2025.02.10 18:51:03.356281 [ 4 ] {d2314239-e10f-482b-8750-627703b38f73} <Debug> TCPHandler: Processed in 0.002034129 sec. | ||
| 5284 | 2025.02.10 18:51:03.356452 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5285 | 2025.02.10 18:51:03.356595 [ 256 ] {50b762f3-7388-4a2d-b83a-b7401379c482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5286 | 2025.02.10 18:51:03.356656 [ 256 ] {50b762f3-7388-4a2d-b83a-b7401379c482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5287 | 2025.02.10 18:51:03.357458 [ 256 ] {50b762f3-7388-4a2d-b83a-b7401379c482} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5288 | 2025.02.10 18:51:03.357500 [ 256 ] {50b762f3-7388-4a2d-b83a-b7401379c482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5289 | 2025.02.10 18:51:03.357904 [ 256 ] {50b762f3-7388-4a2d-b83a-b7401379c482} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5290 | 2025.02.10 18:51:03.358153 [ 256 ] {50b762f3-7388-4a2d-b83a-b7401379c482} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5291 | 2025.02.10 18:51:03.358411 [ 256 ] {50b762f3-7388-4a2d-b83a-b7401379c482} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001845 sec., 226016.26016260163 rows/sec., 16.14 MiB/sec. | ||
| 5292 | 2025.02.10 18:51:03.358613 [ 256 ] {50b762f3-7388-4a2d-b83a-b7401379c482} <Debug> TCPHandler: Processed in 0.002228513 sec. | ||
| 5293 | 2025.02.10 18:51:03.358835 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5294 | 2025.02.10 18:51:03.358971 [ 4 ] {4776340e-e7e1-4417-b5c9-f38b0e868de5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5295 | 2025.02.10 18:51:03.359031 [ 4 ] {4776340e-e7e1-4417-b5c9-f38b0e868de5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5296 | 2025.02.10 18:51:03.359506 [ 4 ] {4776340e-e7e1-4417-b5c9-f38b0e868de5} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5297 | 2025.02.10 18:51:03.359543 [ 4 ] {4776340e-e7e1-4417-b5c9-f38b0e868de5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5298 | 2025.02.10 18:51:03.359911 [ 4 ] {4776340e-e7e1-4417-b5c9-f38b0e868de5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5299 | 2025.02.10 18:51:03.360144 [ 4 ] {4776340e-e7e1-4417-b5c9-f38b0e868de5} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5300 | 2025.02.10 18:51:03.360313 [ 35 ] {} <Debug> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5301 | 2025.02.10 18:51:03.360383 [ 4 ] {4776340e-e7e1-4417-b5c9-f38b0e868de5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001438 sec., 4172.4617524339355 rows/sec., 217.99 KiB/sec. | ||
| 5302 | 2025.02.10 18:51:03.360405 [ 35 ] {} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5303 | 2025.02.10 18:51:03.360471 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5304 | 2025.02.10 18:51:03.360491 [ 4 ] {4776340e-e7e1-4417-b5c9-f38b0e868de5} <Debug> TCPHandler: Processed in 0.001755913 sec. | ||
| 5305 | 2025.02.10 18:51:03.361045 [ 198 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::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 | ||
| 5306 | 2025.02.10 18:51:03.361387 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5307 | 2025.02.10 18:51:03.361471 [ 198 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5308 | 2025.02.10 18:51:03.361529 [ 198 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 5309 | 2025.02.10 18:51:03.361645 [ 256 ] {df211153-d465-4a9d-bac0-bc271e0c4ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5310 | 2025.02.10 18:51:03.361731 [ 198 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 5311 | 2025.02.10 18:51:03.361808 [ 256 ] {df211153-d465-4a9d-bac0-bc271e0c4ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5312 | 2025.02.10 18:51:03.362161 [ 198 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 5313 | 2025.02.10 18:51:03.362529 [ 198 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 5314 | 2025.02.10 18:51:03.362955 [ 198 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 5315 | 2025.02.10 18:51:03.363288 [ 198 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 5316 | 2025.02.10 18:51:03.364379 [ 256 ] {df211153-d465-4a9d-bac0-bc271e0c4ccb} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5317 | 2025.02.10 18:51:03.364460 [ 256 ] {df211153-d465-4a9d-bac0-bc271e0c4ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5318 | 2025.02.10 18:51:03.365548 [ 256 ] {df211153-d465-4a9d-bac0-bc271e0c4ccb} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5319 | 2025.02.10 18:51:03.365818 [ 190 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.005241816 sec., 18314.26360635322 rows/sec., 956.85 KiB/sec. | ||
| 5320 | 2025.02.10 18:51:03.366008 [ 190 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5321 | 2025.02.10 18:51:03.366093 [ 256 ] {df211153-d465-4a9d-bac0-bc271e0c4ccb} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5322 | 2025.02.10 18:51:03.366466 [ 256 ] {df211153-d465-4a9d-bac0-bc271e0c4ccb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004894 sec., 48426.644871270946 rows/sec., 3.25 MiB/sec. | ||
| 5323 | 2025.02.10 18:51:03.366618 [ 190 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_16_3} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5324 | 2025.02.10 18:51:03.366639 [ 256 ] {df211153-d465-4a9d-bac0-bc271e0c4ccb} <Debug> TCPHandler: Processed in 0.006041676 sec. | ||
| 5325 | 2025.02.10 18:51:03.366798 [ 190 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_16_3} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5326 | 2025.02.10 18:51:03.366845 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5327 | 2025.02.10 18:51:03.366889 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5328 | 2025.02.10 18:51:03.366977 [ 4 ] {25444b3b-d8a7-42df-a470-dd0034e2d439} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5329 | 2025.02.10 18:51:03.367031 [ 4 ] {25444b3b-d8a7-42df-a470-dd0034e2d439} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5330 | 2025.02.10 18:51:03.367492 [ 4 ] {25444b3b-d8a7-42df-a470-dd0034e2d439} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5331 | 2025.02.10 18:51:03.367530 [ 4 ] {25444b3b-d8a7-42df-a470-dd0034e2d439} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5332 | 2025.02.10 18:51:03.367904 [ 4 ] {25444b3b-d8a7-42df-a470-dd0034e2d439} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5333 | 2025.02.10 18:51:03.368147 [ 4 ] {25444b3b-d8a7-42df-a470-dd0034e2d439} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5334 | 2025.02.10 18:51:03.368347 [ 4 ] {25444b3b-d8a7-42df-a470-dd0034e2d439} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001393 sec., 717.8750897343863 rows/sec., 48.37 KiB/sec. | ||
| 5335 | 2025.02.10 18:51:03.368400 [ 4 ] {25444b3b-d8a7-42df-a470-dd0034e2d439} <Debug> TCPHandler: Processed in 0.001631239 sec. | ||
| 5336 | 2025.02.10 18:51:03.368569 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5337 | 2025.02.10 18:51:03.368691 [ 256 ] {7ca22f4a-cc50-4877-9475-b9d2f7c20f10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5338 | 2025.02.10 18:51:03.368777 [ 256 ] {7ca22f4a-cc50-4877-9475-b9d2f7c20f10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5339 | 2025.02.10 18:51:03.369993 [ 256 ] {7ca22f4a-cc50-4877-9475-b9d2f7c20f10} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5340 | 2025.02.10 18:51:03.370033 [ 256 ] {7ca22f4a-cc50-4877-9475-b9d2f7c20f10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5341 | 2025.02.10 18:51:03.370707 [ 256 ] {7ca22f4a-cc50-4877-9475-b9d2f7c20f10} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5342 | 2025.02.10 18:51:03.370979 [ 256 ] {7ca22f4a-cc50-4877-9475-b9d2f7c20f10} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5343 | 2025.02.10 18:51:03.371223 [ 256 ] {7ca22f4a-cc50-4877-9475-b9d2f7c20f10} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002559 sec., 13677.217663149668 rows/sec., 24.51 MiB/sec. | ||
| 5344 | 2025.02.10 18:51:03.371317 [ 256 ] {7ca22f4a-cc50-4877-9475-b9d2f7c20f10} <Debug> TCPHandler: Processed in 0.002805768 sec. | ||
| 5345 | 2025.02.10 18:51:03.371483 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5346 | 2025.02.10 18:51:03.371628 [ 4 ] {464ce539-d3ec-4f15-bc74-6a04cf714c87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5347 | 2025.02.10 18:51:03.371689 [ 4 ] {464ce539-d3ec-4f15-bc74-6a04cf714c87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5348 | 2025.02.10 18:51:03.372236 [ 4 ] {464ce539-d3ec-4f15-bc74-6a04cf714c87} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5349 | 2025.02.10 18:51:03.372274 [ 4 ] {464ce539-d3ec-4f15-bc74-6a04cf714c87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5350 | 2025.02.10 18:51:03.372656 [ 4 ] {464ce539-d3ec-4f15-bc74-6a04cf714c87} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5351 | 2025.02.10 18:51:03.372900 [ 4 ] {464ce539-d3ec-4f15-bc74-6a04cf714c87} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5352 | 2025.02.10 18:51:03.373114 [ 4 ] {464ce539-d3ec-4f15-bc74-6a04cf714c87} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001509 sec., 54340.62292909212 rows/sec., 3.45 MiB/sec. | ||
| 5353 | 2025.02.10 18:51:03.373180 [ 4 ] {464ce539-d3ec-4f15-bc74-6a04cf714c87} <Debug> TCPHandler: Processed in 0.001775503 sec. | ||
| 5354 | 2025.02.10 18:51:03.454642 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 5355 | 2025.02.10 18:51:03.475593 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5356 | 2025.02.10 18:51:03.475640 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5357 | 2025.02.10 18:51:03.483113 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5358 | 2025.02.10 18:51:03.483882 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5359 | 2025.02.10 18:51:03.486764 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 5360 | 2025.02.10 18:51:06.542743 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5361 | 2025.02.10 18:51:06.542974 [ 4 ] {a132dab1-fdbe-4eca-858c-41129f45c796} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5362 | 2025.02.10 18:51:06.543058 [ 4 ] {a132dab1-fdbe-4eca-858c-41129f45c796} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5363 | 2025.02.10 18:51:06.543808 [ 4 ] {a132dab1-fdbe-4eca-858c-41129f45c796} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5364 | 2025.02.10 18:51:06.543857 [ 4 ] {a132dab1-fdbe-4eca-858c-41129f45c796} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5365 | 2025.02.10 18:51:06.544288 [ 4 ] {a132dab1-fdbe-4eca-858c-41129f45c796} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5366 | 2025.02.10 18:51:06.544543 [ 4 ] {a132dab1-fdbe-4eca-858c-41129f45c796} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5367 | 2025.02.10 18:51:06.544750 [ 4 ] {a132dab1-fdbe-4eca-858c-41129f45c796} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001832 sec., 2183.406113537118 rows/sec., 178.04 KiB/sec. | ||
| 5368 | 2025.02.10 18:51:06.544872 [ 4 ] {a132dab1-fdbe-4eca-858c-41129f45c796} <Debug> TCPHandler: Processed in 0.002270704 sec. | ||
| 5369 | 2025.02.10 18:51:06.545177 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5370 | 2025.02.10 18:51:06.545401 [ 256 ] {c89139e2-9731-40ec-96ee-87686bae58ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5371 | 2025.02.10 18:51:06.545485 [ 256 ] {c89139e2-9731-40ec-96ee-87686bae58ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5372 | 2025.02.10 18:51:06.546793 [ 256 ] {c89139e2-9731-40ec-96ee-87686bae58ad} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5373 | 2025.02.10 18:51:06.546845 [ 256 ] {c89139e2-9731-40ec-96ee-87686bae58ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5374 | 2025.02.10 18:51:06.547413 [ 256 ] {c89139e2-9731-40ec-96ee-87686bae58ad} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5375 | 2025.02.10 18:51:06.547675 [ 256 ] {c89139e2-9731-40ec-96ee-87686bae58ad} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5376 | 2025.02.10 18:51:06.547917 [ 256 ] {c89139e2-9731-40ec-96ee-87686bae58ad} <Debug> executeQuery: Read 1208 rows, 102.09 KiB in 0.002578 sec., 468580.2948021722 rows/sec., 38.67 MiB/sec. | ||
| 5377 | 2025.02.10 18:51:06.547976 [ 256 ] {c89139e2-9731-40ec-96ee-87686bae58ad} <Debug> TCPHandler: Processed in 0.002949831 sec. | ||
| 5378 | 2025.02.10 18:51:06.548136 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5379 | 2025.02.10 18:51:06.548284 [ 4 ] {b5225a4d-040f-489f-b3bc-7ce4842158ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5380 | 2025.02.10 18:51:06.548349 [ 4 ] {b5225a4d-040f-489f-b3bc-7ce4842158ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5381 | 2025.02.10 18:51:06.549052 [ 4 ] {b5225a4d-040f-489f-b3bc-7ce4842158ae} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5382 | 2025.02.10 18:51:06.549099 [ 4 ] {b5225a4d-040f-489f-b3bc-7ce4842158ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5383 | 2025.02.10 18:51:06.549481 [ 4 ] {b5225a4d-040f-489f-b3bc-7ce4842158ae} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5384 | 2025.02.10 18:51:06.549749 [ 4 ] {b5225a4d-040f-489f-b3bc-7ce4842158ae} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5385 | 2025.02.10 18:51:06.549963 [ 4 ] {b5225a4d-040f-489f-b3bc-7ce4842158ae} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.001708 sec., 5269.320843091335 rows/sec., 383.65 KiB/sec. | ||
| 5386 | 2025.02.10 18:51:06.550132 [ 4 ] {b5225a4d-040f-489f-b3bc-7ce4842158ae} <Debug> TCPHandler: Processed in 0.00206019 sec. | ||
| 5387 | 2025.02.10 18:51:06.550338 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5388 | 2025.02.10 18:51:06.550473 [ 256 ] {bdf595c0-478f-41b5-a713-0933ccd4af68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5389 | 2025.02.10 18:51:06.550532 [ 256 ] {bdf595c0-478f-41b5-a713-0933ccd4af68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5390 | 2025.02.10 18:51:06.551293 [ 256 ] {bdf595c0-478f-41b5-a713-0933ccd4af68} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5391 | 2025.02.10 18:51:06.551331 [ 256 ] {bdf595c0-478f-41b5-a713-0933ccd4af68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5392 | 2025.02.10 18:51:06.551692 [ 256 ] {bdf595c0-478f-41b5-a713-0933ccd4af68} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5393 | 2025.02.10 18:51:06.551935 [ 256 ] {bdf595c0-478f-41b5-a713-0933ccd4af68} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5394 | 2025.02.10 18:51:06.552104 [ 30 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5395 | 2025.02.10 18:51:06.552172 [ 30 ] {} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5396 | 2025.02.10 18:51:06.552171 [ 256 ] {bdf595c0-478f-41b5-a713-0933ccd4af68} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001719 sec., 132635.25305410122 rows/sec., 8.98 MiB/sec. | ||
| 5397 | 2025.02.10 18:51:06.552203 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5398 | 2025.02.10 18:51:06.552325 [ 256 ] {bdf595c0-478f-41b5-a713-0933ccd4af68} <Debug> TCPHandler: Processed in 0.00208537 sec. | ||
| 5399 | 2025.02.10 18:51:06.552387 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::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 | ||
| 5400 | 2025.02.10 18:51:06.552523 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5401 | 2025.02.10 18:51:06.552548 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5402 | 2025.02.10 18:51:06.552566 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 242 rows starting from the beginning of the part | ||
| 5403 | 2025.02.10 18:51:06.552767 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 228 rows starting from the beginning of the part | ||
| 5404 | 2025.02.10 18:51:06.552984 [ 4 ] {a7746a6a-2165-40c3-a70a-b5548a9e0e73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5405 | 2025.02.10 18:51:06.553092 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
| 5406 | 2025.02.10 18:51:06.553164 [ 4 ] {a7746a6a-2165-40c3-a70a-b5548a9e0e73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5407 | 2025.02.10 18:51:06.553452 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 5408 | 2025.02.10 18:51:06.553813 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 5409 | 2025.02.10 18:51:06.554099 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 228 rows starting from the beginning of the part | ||
| 5410 | 2025.02.10 18:51:06.556244 [ 4 ] {a7746a6a-2165-40c3-a70a-b5548a9e0e73} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5411 | 2025.02.10 18:51:06.556325 [ 4 ] {a7746a6a-2165-40c3-a70a-b5548a9e0e73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5412 | 2025.02.10 18:51:06.556912 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.004588071 sec., 161287.8266269201 rows/sec., 11.54 MiB/sec. | ||
| 5413 | 2025.02.10 18:51:06.557111 [ 198 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5414 | 2025.02.10 18:51:06.557128 [ 4 ] {a7746a6a-2165-40c3-a70a-b5548a9e0e73} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5415 | 2025.02.10 18:51:06.557454 [ 4 ] {a7746a6a-2165-40c3-a70a-b5548a9e0e73} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5416 | 2025.02.10 18:51:06.557479 [ 198 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_21_4} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5417 | 2025.02.10 18:51:06.557582 [ 198 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_21_4} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5418 | 2025.02.10 18:51:06.557703 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 5419 | 2025.02.10 18:51:06.557722 [ 4 ] {a7746a6a-2165-40c3-a70a-b5548a9e0e73} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.004925 sec., 107411.16751269036 rows/sec., 7.96 MiB/sec. | ||
| 5420 | 2025.02.10 18:51:06.557789 [ 4 ] {a7746a6a-2165-40c3-a70a-b5548a9e0e73} <Debug> TCPHandler: Processed in 0.005345679 sec. | ||
| 5421 | 2025.02.10 18:51:06.557960 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5422 | 2025.02.10 18:51:06.558100 [ 256 ] {46641b7d-d48f-4258-8e1f-fb1cbace3df5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5423 | 2025.02.10 18:51:06.558164 [ 256 ] {46641b7d-d48f-4258-8e1f-fb1cbace3df5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5424 | 2025.02.10 18:51:06.559114 [ 256 ] {46641b7d-d48f-4258-8e1f-fb1cbace3df5} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5425 | 2025.02.10 18:51:06.559161 [ 256 ] {46641b7d-d48f-4258-8e1f-fb1cbace3df5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5426 | 2025.02.10 18:51:06.559621 [ 256 ] {46641b7d-d48f-4258-8e1f-fb1cbace3df5} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5427 | 2025.02.10 18:51:06.559865 [ 256 ] {46641b7d-d48f-4258-8e1f-fb1cbace3df5} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5428 | 2025.02.10 18:51:06.560126 [ 256 ] {46641b7d-d48f-4258-8e1f-fb1cbace3df5} <Debug> executeQuery: Read 966 rows, 66.39 KiB in 0.002045 sec., 472371.6381418093 rows/sec., 31.70 MiB/sec. | ||
| 5429 | 2025.02.10 18:51:06.560310 [ 256 ] {46641b7d-d48f-4258-8e1f-fb1cbace3df5} <Debug> TCPHandler: Processed in 0.002409878 sec. | ||
| 5430 | 2025.02.10 18:51:06.560489 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5431 | 2025.02.10 18:51:06.560605 [ 4 ] {d95c11d6-5f68-4077-8c2c-df9084695c43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5432 | 2025.02.10 18:51:06.560681 [ 4 ] {d95c11d6-5f68-4077-8c2c-df9084695c43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5433 | 2025.02.10 18:51:06.561768 [ 4 ] {d95c11d6-5f68-4077-8c2c-df9084695c43} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5434 | 2025.02.10 18:51:06.561807 [ 4 ] {d95c11d6-5f68-4077-8c2c-df9084695c43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5435 | 2025.02.10 18:51:06.562420 [ 4 ] {d95c11d6-5f68-4077-8c2c-df9084695c43} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5436 | 2025.02.10 18:51:06.562676 [ 4 ] {d95c11d6-5f68-4077-8c2c-df9084695c43} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5437 | 2025.02.10 18:51:06.562876 [ 4 ] {d95c11d6-5f68-4077-8c2c-df9084695c43} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002293 sec., 2180.5494984736156 rows/sec., 3.91 MiB/sec. | ||
| 5438 | 2025.02.10 18:51:06.562970 [ 4 ] {d95c11d6-5f68-4077-8c2c-df9084695c43} <Debug> TCPHandler: Processed in 0.002550842 sec. | ||
| 5439 | 2025.02.10 18:51:06.563130 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5440 | 2025.02.10 18:51:06.563270 [ 256 ] {992102c3-df8d-4425-a775-223f059b6e5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5441 | 2025.02.10 18:51:06.563330 [ 256 ] {992102c3-df8d-4425-a775-223f059b6e5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5442 | 2025.02.10 18:51:06.563907 [ 256 ] {992102c3-df8d-4425-a775-223f059b6e5c} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5443 | 2025.02.10 18:51:06.563953 [ 256 ] {992102c3-df8d-4425-a775-223f059b6e5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5444 | 2025.02.10 18:51:06.564370 [ 256 ] {992102c3-df8d-4425-a775-223f059b6e5c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5445 | 2025.02.10 18:51:06.564615 [ 256 ] {992102c3-df8d-4425-a775-223f059b6e5c} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5446 | 2025.02.10 18:51:06.564832 [ 256 ] {992102c3-df8d-4425-a775-223f059b6e5c} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001593 sec., 27620.841180163214 rows/sec., 1.86 MiB/sec. | ||
| 5447 | 2025.02.10 18:51:06.564883 [ 256 ] {992102c3-df8d-4425-a775-223f059b6e5c} <Debug> TCPHandler: Processed in 0.001818344 sec. | ||
| 5448 | 2025.02.10 18:51:08.333934 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5449 | 2025.02.10 18:51:08.334122 [ 4 ] {3a94ae07-caed-4e91-9739-7b2ddf4d253a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5450 | 2025.02.10 18:51:08.334196 [ 4 ] {3a94ae07-caed-4e91-9739-7b2ddf4d253a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5451 | 2025.02.10 18:51:08.334987 [ 4 ] {3a94ae07-caed-4e91-9739-7b2ddf4d253a} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5452 | 2025.02.10 18:51:08.335035 [ 4 ] {3a94ae07-caed-4e91-9739-7b2ddf4d253a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5453 | 2025.02.10 18:51:08.335473 [ 4 ] {3a94ae07-caed-4e91-9739-7b2ddf4d253a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5454 | 2025.02.10 18:51:08.335746 [ 4 ] {3a94ae07-caed-4e91-9739-7b2ddf4d253a} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5455 | 2025.02.10 18:51:08.335980 [ 4 ] {3a94ae07-caed-4e91-9739-7b2ddf4d253a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001911 sec., 29304.029304029304 rows/sec., 2.25 MiB/sec. | ||
| 5456 | 2025.02.10 18:51:08.336047 [ 4 ] {3a94ae07-caed-4e91-9739-7b2ddf4d253a} <Debug> TCPHandler: Processed in 0.002240734 sec. | ||
| 5457 | 2025.02.10 18:51:08.336325 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5458 | 2025.02.10 18:51:08.336534 [ 256 ] {8b5a40ec-c51d-4c21-a521-1bdcf5d560d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5459 | 2025.02.10 18:51:08.336614 [ 256 ] {8b5a40ec-c51d-4c21-a521-1bdcf5d560d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5460 | 2025.02.10 18:51:08.337438 [ 256 ] {8b5a40ec-c51d-4c21-a521-1bdcf5d560d9} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5461 | 2025.02.10 18:51:08.337493 [ 256 ] {8b5a40ec-c51d-4c21-a521-1bdcf5d560d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5462 | 2025.02.10 18:51:08.337956 [ 256 ] {8b5a40ec-c51d-4c21-a521-1bdcf5d560d9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5463 | 2025.02.10 18:51:08.338222 [ 256 ] {8b5a40ec-c51d-4c21-a521-1bdcf5d560d9} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5464 | 2025.02.10 18:51:08.338499 [ 256 ] {8b5a40ec-c51d-4c21-a521-1bdcf5d560d9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002017 sec., 31730.292513634107 rows/sec., 2.48 MiB/sec. | ||
| 5465 | 2025.02.10 18:51:08.338624 [ 256 ] {8b5a40ec-c51d-4c21-a521-1bdcf5d560d9} <Debug> TCPHandler: Processed in 0.002435039 sec. | ||
| 5466 | 2025.02.10 18:51:08.338880 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5467 | 2025.02.10 18:51:08.339033 [ 4 ] {73aae47d-cf26-4c70-8082-11d51f8e88e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5468 | 2025.02.10 18:51:08.339102 [ 4 ] {73aae47d-cf26-4c70-8082-11d51f8e88e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5469 | 2025.02.10 18:51:08.339679 [ 4 ] {73aae47d-cf26-4c70-8082-11d51f8e88e5} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5470 | 2025.02.10 18:51:08.339718 [ 4 ] {73aae47d-cf26-4c70-8082-11d51f8e88e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5471 | 2025.02.10 18:51:08.340123 [ 4 ] {73aae47d-cf26-4c70-8082-11d51f8e88e5} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5472 | 2025.02.10 18:51:08.340362 [ 4 ] {73aae47d-cf26-4c70-8082-11d51f8e88e5} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5473 | 2025.02.10 18:51:08.340544 [ 4 ] {73aae47d-cf26-4c70-8082-11d51f8e88e5} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.00155 sec., 27096.774193548386 rows/sec., 1.89 MiB/sec. | ||
| 5474 | 2025.02.10 18:51:08.340598 [ 4 ] {73aae47d-cf26-4c70-8082-11d51f8e88e5} <Debug> TCPHandler: Processed in 0.001842295 sec. | ||
| 5475 | 2025.02.10 18:51:08.340749 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5476 | 2025.02.10 18:51:08.340878 [ 256 ] {c462a982-1e78-4e03-b8bf-c662b4714ac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5477 | 2025.02.10 18:51:08.340937 [ 256 ] {c462a982-1e78-4e03-b8bf-c662b4714ac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5478 | 2025.02.10 18:51:08.341452 [ 256 ] {c462a982-1e78-4e03-b8bf-c662b4714ac2} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5479 | 2025.02.10 18:51:08.341493 [ 256 ] {c462a982-1e78-4e03-b8bf-c662b4714ac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5480 | 2025.02.10 18:51:08.341890 [ 256 ] {c462a982-1e78-4e03-b8bf-c662b4714ac2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5481 | 2025.02.10 18:51:08.342139 [ 256 ] {c462a982-1e78-4e03-b8bf-c662b4714ac2} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5482 | 2025.02.10 18:51:08.342354 [ 256 ] {c462a982-1e78-4e03-b8bf-c662b4714ac2} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001506 sec., 10624.169986719788 rows/sec., 736.64 KiB/sec. | ||
| 5483 | 2025.02.10 18:51:08.342411 [ 256 ] {c462a982-1e78-4e03-b8bf-c662b4714ac2} <Debug> TCPHandler: Processed in 0.001721611 sec. | ||
| 5484 | 2025.02.10 18:51:10.206004 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 | ||
| 5485 | 2025.02.10 18:51:10.206738 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5486 | 2025.02.10 18:51:10.206783 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5487 | 2025.02.10 18:51:10.207292 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5488 | 2025.02.10 18:51:10.207532 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5489 | 2025.02.10 18:51:10.207762 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
| 5490 | 2025.02.10 18:51:10.986850 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5491 | 2025.02.10 18:51:11.008509 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5492 | 2025.02.10 18:51:11.008564 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5493 | 2025.02.10 18:51:11.016709 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5494 | 2025.02.10 18:51:11.017467 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5495 | 2025.02.10 18:51:11.021462 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5496 | 2025.02.10 18:51:12.755853 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 796 | ||
| 5497 | 2025.02.10 18:51:12.759359 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5498 | 2025.02.10 18:51:12.759418 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5499 | 2025.02.10 18:51:12.760940 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5500 | 2025.02.10 18:51:12.761277 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5501 | 2025.02.10 18:51:12.762112 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 796 | ||
| 5502 | 2025.02.10 18:51:13.345777 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5503 | 2025.02.10 18:51:13.345969 [ 4 ] {ab8e2746-6b98-4624-8f08-f52ea36cae8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5504 | 2025.02.10 18:51:13.346044 [ 4 ] {ab8e2746-6b98-4624-8f08-f52ea36cae8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5505 | 2025.02.10 18:51:13.346810 [ 4 ] {ab8e2746-6b98-4624-8f08-f52ea36cae8e} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5506 | 2025.02.10 18:51:13.346863 [ 4 ] {ab8e2746-6b98-4624-8f08-f52ea36cae8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5507 | 2025.02.10 18:51:13.347295 [ 4 ] {ab8e2746-6b98-4624-8f08-f52ea36cae8e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5508 | 2025.02.10 18:51:13.347553 [ 4 ] {ab8e2746-6b98-4624-8f08-f52ea36cae8e} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5509 | 2025.02.10 18:51:13.347741 [ 83 ] {} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5510 | 2025.02.10 18:51:13.347810 [ 4 ] {ab8e2746-6b98-4624-8f08-f52ea36cae8e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001889 sec., 7411.3287453679195 rows/sec., 533.52 KiB/sec. | ||
| 5511 | 2025.02.10 18:51:13.347828 [ 83 ] {} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5512 | 2025.02.10 18:51:13.347899 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5513 | 2025.02.10 18:51:13.347951 [ 4 ] {ab8e2746-6b98-4624-8f08-f52ea36cae8e} <Debug> TCPHandler: Processed in 0.002298115 sec. | ||
| 5514 | 2025.02.10 18:51:13.348265 [ 186 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
| 5515 | 2025.02.10 18:51:13.348381 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5516 | 2025.02.10 18:51:13.348506 [ 186 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5517 | 2025.02.10 18:51:13.348585 [ 186 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 14 rows starting from the beginning of the part | ||
| 5518 | 2025.02.10 18:51:13.348748 [ 256 ] {8e01d408-ec60-434a-98a4-6680a0305422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5519 | 2025.02.10 18:51:13.348822 [ 186 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 5520 | 2025.02.10 18:51:13.348970 [ 256 ] {8e01d408-ec60-434a-98a4-6680a0305422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5521 | 2025.02.10 18:51:13.349062 [ 186 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 5522 | 2025.02.10 18:51:13.349437 [ 186 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 5523 | 2025.02.10 18:51:13.349724 [ 186 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 5524 | 2025.02.10 18:51:13.351935 [ 256 ] {8e01d408-ec60-434a-98a4-6680a0305422} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5525 | 2025.02.10 18:51:13.352047 [ 256 ] {8e01d408-ec60-434a-98a4-6680a0305422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5526 | 2025.02.10 18:51:13.352271 [ 198 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004275304 sec., 16373.10469618067 rows/sec., 1.21 MiB/sec. | ||
| 5527 | 2025.02.10 18:51:13.352438 [ 198 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5528 | 2025.02.10 18:51:13.353013 [ 198 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_17_4} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5529 | 2025.02.10 18:51:13.353099 [ 256 ] {8e01d408-ec60-434a-98a4-6680a0305422} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5530 | 2025.02.10 18:51:13.353151 [ 198 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_17_4} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5531 | 2025.02.10 18:51:13.353296 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5532 | 2025.02.10 18:51:13.353481 [ 256 ] {8e01d408-ec60-434a-98a4-6680a0305422} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5533 | 2025.02.10 18:51:13.353743 [ 256 ] {8e01d408-ec60-434a-98a4-6680a0305422} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.005148 sec., 53030.30303030303 rows/sec., 4.67 MiB/sec. | ||
| 5534 | 2025.02.10 18:51:13.353824 [ 256 ] {8e01d408-ec60-434a-98a4-6680a0305422} <Debug> TCPHandler: Processed in 0.005717578 sec. | ||
| 5535 | 2025.02.10 18:51:13.354000 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5536 | 2025.02.10 18:51:13.354131 [ 4 ] {8fbcd5ab-2288-4a0b-8aaf-01eaaf456f45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5537 | 2025.02.10 18:51:13.354187 [ 4 ] {8fbcd5ab-2288-4a0b-8aaf-01eaaf456f45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5538 | 2025.02.10 18:51:13.354831 [ 4 ] {8fbcd5ab-2288-4a0b-8aaf-01eaaf456f45} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5539 | 2025.02.10 18:51:13.354872 [ 4 ] {8fbcd5ab-2288-4a0b-8aaf-01eaaf456f45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5540 | 2025.02.10 18:51:13.355234 [ 4 ] {8fbcd5ab-2288-4a0b-8aaf-01eaaf456f45} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5541 | 2025.02.10 18:51:13.355464 [ 4 ] {8fbcd5ab-2288-4a0b-8aaf-01eaaf456f45} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5542 | 2025.02.10 18:51:13.355713 [ 4 ] {8fbcd5ab-2288-4a0b-8aaf-01eaaf456f45} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001602 sec., 26217.228464419477 rows/sec., 1.88 MiB/sec. | ||
| 5543 | 2025.02.10 18:51:13.355904 [ 4 ] {8fbcd5ab-2288-4a0b-8aaf-01eaaf456f45} <Debug> TCPHandler: Processed in 0.001961807 sec. | ||
| 5544 | 2025.02.10 18:51:13.356099 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5545 | 2025.02.10 18:51:13.356245 [ 256 ] {8477aa49-3816-4814-a0c1-b7b83e0c21ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5546 | 2025.02.10 18:51:13.356307 [ 256 ] {8477aa49-3816-4814-a0c1-b7b83e0c21ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5547 | 2025.02.10 18:51:13.356921 [ 256 ] {8477aa49-3816-4814-a0c1-b7b83e0c21ae} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5548 | 2025.02.10 18:51:13.356962 [ 256 ] {8477aa49-3816-4814-a0c1-b7b83e0c21ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5549 | 2025.02.10 18:51:13.357329 [ 256 ] {8477aa49-3816-4814-a0c1-b7b83e0c21ae} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5550 | 2025.02.10 18:51:13.357567 [ 256 ] {8477aa49-3816-4814-a0c1-b7b83e0c21ae} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5551 | 2025.02.10 18:51:13.357845 [ 256 ] {8477aa49-3816-4814-a0c1-b7b83e0c21ae} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001634 sec., 8567.931456548347 rows/sec., 600.04 KiB/sec. | ||
| 5552 | 2025.02.10 18:51:13.358070 [ 256 ] {8477aa49-3816-4814-a0c1-b7b83e0c21ae} <Debug> TCPHandler: Processed in 0.002040539 sec. | ||
| 5553 | 2025.02.10 18:51:13.358255 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5554 | 2025.02.10 18:51:13.358399 [ 4 ] {d946185b-eae5-44d3-a664-d97e80bf186c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5555 | 2025.02.10 18:51:13.358456 [ 4 ] {d946185b-eae5-44d3-a664-d97e80bf186c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5556 | 2025.02.10 18:51:13.359041 [ 4 ] {d946185b-eae5-44d3-a664-d97e80bf186c} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5557 | 2025.02.10 18:51:13.359081 [ 4 ] {d946185b-eae5-44d3-a664-d97e80bf186c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5558 | 2025.02.10 18:51:13.359424 [ 4 ] {d946185b-eae5-44d3-a664-d97e80bf186c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5559 | 2025.02.10 18:51:13.359654 [ 4 ] {d946185b-eae5-44d3-a664-d97e80bf186c} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5560 | 2025.02.10 18:51:13.359815 [ 83 ] {} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5561 | 2025.02.10 18:51:13.359877 [ 83 ] {} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5562 | 2025.02.10 18:51:13.359896 [ 4 ] {d946185b-eae5-44d3-a664-d97e80bf186c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00152 sec., 8552.631578947368 rows/sec., 533.25 KiB/sec. | ||
| 5563 | 2025.02.10 18:51:13.359913 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5564 | 2025.02.10 18:51:13.360052 [ 4 ] {d946185b-eae5-44d3-a664-d97e80bf186c} <Debug> TCPHandler: Processed in 0.001861075 sec. | ||
| 5565 | 2025.02.10 18:51:13.360331 [ 194 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
| 5566 | 2025.02.10 18:51:13.360347 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5567 | 2025.02.10 18:51:13.360709 [ 256 ] {4d2dede6-bbae-48b9-8766-30ff399420ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5568 | 2025.02.10 18:51:13.360717 [ 194 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5569 | 2025.02.10 18:51:13.360799 [ 194 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 13 rows starting from the beginning of the part | ||
| 5570 | 2025.02.10 18:51:13.360811 [ 256 ] {4d2dede6-bbae-48b9-8766-30ff399420ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5571 | 2025.02.10 18:51:13.361146 [ 194 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 13 rows starting from the beginning of the part | ||
| 5572 | 2025.02.10 18:51:13.361463 [ 194 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 13 rows starting from the beginning of the part | ||
| 5573 | 2025.02.10 18:51:13.361811 [ 194 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 13 rows starting from the beginning of the part | ||
| 5574 | 2025.02.10 18:51:13.362226 [ 194 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 13 rows starting from the beginning of the part | ||
| 5575 | 2025.02.10 18:51:13.364019 [ 256 ] {4d2dede6-bbae-48b9-8766-30ff399420ce} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5576 | 2025.02.10 18:51:13.364101 [ 256 ] {4d2dede6-bbae-48b9-8766-30ff399420ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5577 | 2025.02.10 18:51:13.364826 [ 194 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004792465 sec., 13562.957684615329 rows/sec., 898.63 KiB/sec. | ||
| 5578 | 2025.02.10 18:51:13.365025 [ 194 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5579 | 2025.02.10 18:51:13.365134 [ 256 ] {4d2dede6-bbae-48b9-8766-30ff399420ce} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5580 | 2025.02.10 18:51:13.365447 [ 198 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_17_4} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5581 | 2025.02.10 18:51:13.365642 [ 256 ] {4d2dede6-bbae-48b9-8766-30ff399420ce} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5582 | 2025.02.10 18:51:13.365707 [ 198 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_17_4} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5583 | 2025.02.10 18:51:13.365860 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5584 | 2025.02.10 18:51:13.366031 [ 256 ] {4d2dede6-bbae-48b9-8766-30ff399420ce} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.005435 sec., 76724.9310027599 rows/sec., 5.48 MiB/sec. | ||
| 5585 | 2025.02.10 18:51:13.366111 [ 256 ] {4d2dede6-bbae-48b9-8766-30ff399420ce} <Debug> TCPHandler: Processed in 0.005930873 sec. | ||
| 5586 | 2025.02.10 18:51:13.366309 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5587 | 2025.02.10 18:51:13.366453 [ 4 ] {df07a96a-f895-49c9-82e1-f960a0e4a18a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5588 | 2025.02.10 18:51:13.366505 [ 4 ] {df07a96a-f895-49c9-82e1-f960a0e4a18a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5589 | 2025.02.10 18:51:13.366988 [ 4 ] {df07a96a-f895-49c9-82e1-f960a0e4a18a} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5590 | 2025.02.10 18:51:13.367025 [ 4 ] {df07a96a-f895-49c9-82e1-f960a0e4a18a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5591 | 2025.02.10 18:51:13.367379 [ 4 ] {df07a96a-f895-49c9-82e1-f960a0e4a18a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5592 | 2025.02.10 18:51:13.367614 [ 4 ] {df07a96a-f895-49c9-82e1-f960a0e4a18a} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5593 | 2025.02.10 18:51:13.367867 [ 4 ] {df07a96a-f895-49c9-82e1-f960a0e4a18a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001442 sec., 4160.887656033287 rows/sec., 217.39 KiB/sec. | ||
| 5594 | 2025.02.10 18:51:13.368060 [ 4 ] {df07a96a-f895-49c9-82e1-f960a0e4a18a} <Debug> TCPHandler: Processed in 0.001815354 sec. | ||
| 5595 | 2025.02.10 18:51:13.368213 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5596 | 2025.02.10 18:51:13.368337 [ 256 ] {89ec5495-b841-49f2-a116-e817de933946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5597 | 2025.02.10 18:51:13.368393 [ 256 ] {89ec5495-b841-49f2-a116-e817de933946} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5598 | 2025.02.10 18:51:13.369090 [ 256 ] {89ec5495-b841-49f2-a116-e817de933946} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5599 | 2025.02.10 18:51:13.369139 [ 256 ] {89ec5495-b841-49f2-a116-e817de933946} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5600 | 2025.02.10 18:51:13.369614 [ 256 ] {89ec5495-b841-49f2-a116-e817de933946} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5601 | 2025.02.10 18:51:13.369945 [ 256 ] {89ec5495-b841-49f2-a116-e817de933946} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5602 | 2025.02.10 18:51:13.370166 [ 256 ] {89ec5495-b841-49f2-a116-e817de933946} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001858 sec., 127556.51237890204 rows/sec., 8.55 MiB/sec. | ||
| 5603 | 2025.02.10 18:51:13.370219 [ 256 ] {89ec5495-b841-49f2-a116-e817de933946} <Debug> TCPHandler: Processed in 0.00206373 sec. | ||
| 5604 | 2025.02.10 18:51:13.370372 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5605 | 2025.02.10 18:51:13.370506 [ 4 ] {1a372d86-a4f6-4873-97ee-4db9d582b854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5606 | 2025.02.10 18:51:13.370566 [ 4 ] {1a372d86-a4f6-4873-97ee-4db9d582b854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5607 | 2025.02.10 18:51:13.371123 [ 4 ] {1a372d86-a4f6-4873-97ee-4db9d582b854} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5608 | 2025.02.10 18:51:13.371168 [ 4 ] {1a372d86-a4f6-4873-97ee-4db9d582b854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5609 | 2025.02.10 18:51:13.371563 [ 4 ] {1a372d86-a4f6-4873-97ee-4db9d582b854} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5610 | 2025.02.10 18:51:13.371788 [ 4 ] {1a372d86-a4f6-4873-97ee-4db9d582b854} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5611 | 2025.02.10 18:51:13.371996 [ 4 ] {1a372d86-a4f6-4873-97ee-4db9d582b854} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001521 sec., 657.4621959237344 rows/sec., 44.30 KiB/sec. | ||
| 5612 | 2025.02.10 18:51:13.372046 [ 4 ] {1a372d86-a4f6-4873-97ee-4db9d582b854} <Debug> TCPHandler: Processed in 0.001729452 sec. | ||
| 5613 | 2025.02.10 18:51:13.372189 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5614 | 2025.02.10 18:51:13.372307 [ 256 ] {6eead7e6-c8ff-419b-9cab-d5f2052e67e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5615 | 2025.02.10 18:51:13.372390 [ 256 ] {6eead7e6-c8ff-419b-9cab-d5f2052e67e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5616 | 2025.02.10 18:51:13.373731 [ 256 ] {6eead7e6-c8ff-419b-9cab-d5f2052e67e3} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5617 | 2025.02.10 18:51:13.373771 [ 256 ] {6eead7e6-c8ff-419b-9cab-d5f2052e67e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5618 | 2025.02.10 18:51:13.374429 [ 256 ] {6eead7e6-c8ff-419b-9cab-d5f2052e67e3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5619 | 2025.02.10 18:51:13.374685 [ 256 ] {6eead7e6-c8ff-419b-9cab-d5f2052e67e3} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5620 | 2025.02.10 18:51:13.374922 [ 256 ] {6eead7e6-c8ff-419b-9cab-d5f2052e67e3} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00264 sec., 13257.575757575758 rows/sec., 23.76 MiB/sec. | ||
| 5621 | 2025.02.10 18:51:13.375015 [ 256 ] {6eead7e6-c8ff-419b-9cab-d5f2052e67e3} <Debug> TCPHandler: Processed in 0.00288184 sec. | ||
| 5622 | 2025.02.10 18:51:13.375158 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5623 | 2025.02.10 18:51:13.375277 [ 4 ] {51bf6477-be67-4b76-93a7-9c899387176e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5624 | 2025.02.10 18:51:13.375329 [ 4 ] {51bf6477-be67-4b76-93a7-9c899387176e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5625 | 2025.02.10 18:51:13.375832 [ 4 ] {51bf6477-be67-4b76-93a7-9c899387176e} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5626 | 2025.02.10 18:51:13.375871 [ 4 ] {51bf6477-be67-4b76-93a7-9c899387176e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5627 | 2025.02.10 18:51:13.376236 [ 4 ] {51bf6477-be67-4b76-93a7-9c899387176e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5628 | 2025.02.10 18:51:13.376467 [ 4 ] {51bf6477-be67-4b76-93a7-9c899387176e} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5629 | 2025.02.10 18:51:13.376708 [ 4 ] {51bf6477-be67-4b76-93a7-9c899387176e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00145 sec., 56551.724137931036 rows/sec., 3.59 MiB/sec. | ||
| 5630 | 2025.02.10 18:51:13.376769 [ 4 ] {51bf6477-be67-4b76-93a7-9c899387176e} <Debug> TCPHandler: Processed in 0.001661369 sec. | ||
| 5631 | 2025.02.10 18:51:17.600780 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5632 | 2025.02.10 18:51:17.600848 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5633 | 2025.02.10 18:51:17.707916 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 | ||
| 5634 | 2025.02.10 18:51:17.708571 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5635 | 2025.02.10 18:51:17.708626 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5636 | 2025.02.10 18:51:17.709173 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5637 | 2025.02.10 18:51:17.709443 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5638 | 2025.02.10 18:51:17.709660 [ 118 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5639 | 2025.02.10 18:51:17.709718 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5640 | 2025.02.10 18:51:17.709742 [ 118 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5641 | 2025.02.10 18:51:17.709775 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5642 | 2025.02.10 18:51:17.709979 [ 196 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::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 | ||
| 5643 | 2025.02.10 18:51:17.710269 [ 196 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5644 | 2025.02.10 18:51:17.710311 [ 196 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part | ||
| 5645 | 2025.02.10 18:51:17.710379 [ 196 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part | ||
| 5646 | 2025.02.10 18:51:17.710590 [ 196 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part | ||
| 5647 | 2025.02.10 18:51:17.710878 [ 196 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part | ||
| 5648 | 2025.02.10 18:51:17.710969 [ 196 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part | ||
| 5649 | 2025.02.10 18:51:17.711153 [ 196 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part | ||
| 5650 | 2025.02.10 18:51:17.716225 [ 193 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.006373593 sec., 1875864.994831016 rows/sec., 26.83 MiB/sec. | ||
| 5651 | 2025.02.10 18:51:17.716669 [ 193 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5652 | 2025.02.10 18:51:17.717011 [ 193 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_26_5} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5653 | 2025.02.10 18:51:17.717109 [ 193 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_26_5} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5654 | 2025.02.10 18:51:17.717231 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 5655 | 2025.02.10 18:51:18.339378 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5656 | 2025.02.10 18:51:18.339597 [ 4 ] {bf6c7084-35c0-4341-b3e4-80073bfa9ca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5657 | 2025.02.10 18:51:18.339677 [ 4 ] {bf6c7084-35c0-4341-b3e4-80073bfa9ca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5658 | 2025.02.10 18:51:18.340471 [ 4 ] {bf6c7084-35c0-4341-b3e4-80073bfa9ca3} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5659 | 2025.02.10 18:51:18.340515 [ 4 ] {bf6c7084-35c0-4341-b3e4-80073bfa9ca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5660 | 2025.02.10 18:51:18.340949 [ 4 ] {bf6c7084-35c0-4341-b3e4-80073bfa9ca3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5661 | 2025.02.10 18:51:18.341211 [ 4 ] {bf6c7084-35c0-4341-b3e4-80073bfa9ca3} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5662 | 2025.02.10 18:51:18.341368 [ 118 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5663 | 2025.02.10 18:51:18.341409 [ 118 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5664 | 2025.02.10 18:51:18.341425 [ 4 ] {bf6c7084-35c0-4341-b3e4-80073bfa9ca3} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001886 sec., 34994.69777306468 rows/sec., 2.79 MiB/sec. | ||
| 5665 | 2025.02.10 18:51:18.341433 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5666 | 2025.02.10 18:51:18.341620 [ 4 ] {bf6c7084-35c0-4341-b3e4-80073bfa9ca3} <Debug> TCPHandler: Processed in 0.002370648 sec. | ||
| 5667 | 2025.02.10 18:51:18.341745 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 5668 | 2025.02.10 18:51:18.342070 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5669 | 2025.02.10 18:51:18.342111 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5670 | 2025.02.10 18:51:18.342165 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1432 rows starting from the beginning of the part | ||
| 5671 | 2025.02.10 18:51:18.342432 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 273 rows starting from the beginning of the part | ||
| 5672 | 2025.02.10 18:51:18.342457 [ 256 ] {1141e066-25b3-4244-8b32-f1c99e4cde87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5673 | 2025.02.10 18:51:18.342658 [ 256 ] {1141e066-25b3-4244-8b32-f1c99e4cde87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5674 | 2025.02.10 18:51:18.342730 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1208 rows starting from the beginning of the part | ||
| 5675 | 2025.02.10 18:51:18.343165 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part | ||
| 5676 | 2025.02.10 18:51:18.343431 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 273 rows starting from the beginning of the part | ||
| 5677 | 2025.02.10 18:51:18.343735 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 66 rows starting from the beginning of the part | ||
| 5678 | 2025.02.10 18:51:18.345438 [ 256 ] {1141e066-25b3-4244-8b32-f1c99e4cde87} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5679 | 2025.02.10 18:51:18.345520 [ 256 ] {1141e066-25b3-4244-8b32-f1c99e4cde87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5680 | 2025.02.10 18:51:18.346469 [ 256 ] {1141e066-25b3-4244-8b32-f1c99e4cde87} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5681 | 2025.02.10 18:51:18.346818 [ 256 ] {1141e066-25b3-4244-8b32-f1c99e4cde87} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5682 | 2025.02.10 18:51:18.347558 [ 256 ] {1141e066-25b3-4244-8b32-f1c99e4cde87} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.005246 sec., 953.1071292413268 rows/sec., 71.67 KiB/sec. | ||
| 5683 | 2025.02.10 18:51:18.347707 [ 193 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.006143068 sec., 538493.1438167378 rows/sec., 47.20 MiB/sec. | ||
| 5684 | 2025.02.10 18:51:18.347914 [ 256 ] {1141e066-25b3-4244-8b32-f1c99e4cde87} <Debug> TCPHandler: Processed in 0.006111687 sec. | ||
| 5685 | 2025.02.10 18:51:18.348155 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5686 | 2025.02.10 18:51:18.348359 [ 4 ] {8c47812f-872a-482e-93b3-6f74bc089c09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5687 | 2025.02.10 18:51:18.348405 [ 195 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5688 | 2025.02.10 18:51:18.348436 [ 4 ] {8c47812f-872a-482e-93b3-6f74bc089c09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5689 | 2025.02.10 18:51:18.349207 [ 195 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_41_8} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5690 | 2025.02.10 18:51:18.349326 [ 195 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_41_8} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5691 | 2025.02.10 18:51:18.349514 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 5692 | 2025.02.10 18:51:18.349705 [ 4 ] {8c47812f-872a-482e-93b3-6f74bc089c09} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5693 | 2025.02.10 18:51:18.349749 [ 4 ] {8c47812f-872a-482e-93b3-6f74bc089c09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5694 | 2025.02.10 18:51:18.350125 [ 4 ] {8c47812f-872a-482e-93b3-6f74bc089c09} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5695 | 2025.02.10 18:51:18.350381 [ 4 ] {8c47812f-872a-482e-93b3-6f74bc089c09} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5696 | 2025.02.10 18:51:18.350568 [ 128 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5697 | 2025.02.10 18:51:18.350633 [ 128 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5698 | 2025.02.10 18:51:18.350642 [ 4 ] {8c47812f-872a-482e-93b3-6f74bc089c09} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.002335 sec., 29550.321199143473 rows/sec., 2.31 MiB/sec. | ||
| 5699 | 2025.02.10 18:51:18.350678 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5700 | 2025.02.10 18:51:18.350905 [ 4 ] {8c47812f-872a-482e-93b3-6f74bc089c09} <Debug> TCPHandler: Processed in 0.002815498 sec. | ||
| 5701 | 2025.02.10 18:51:18.350955 [ 193 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 5702 | 2025.02.10 18:51:18.351124 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5703 | 2025.02.10 18:51:18.351132 [ 193 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5704 | 2025.02.10 18:51:18.351180 [ 193 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 914 rows starting from the beginning of the part | ||
| 5705 | 2025.02.10 18:51:18.351371 [ 256 ] {d1d485fb-8590-4f2f-8e7f-c6acd3462c14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5706 | 2025.02.10 18:51:18.351395 [ 193 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 417 rows starting from the beginning of the part | ||
| 5707 | 2025.02.10 18:51:18.351579 [ 256 ] {d1d485fb-8590-4f2f-8e7f-c6acd3462c14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5708 | 2025.02.10 18:51:18.351758 [ 193 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 529 rows starting from the beginning of the part | ||
| 5709 | 2025.02.10 18:51:18.352129 [ 193 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part | ||
| 5710 | 2025.02.10 18:51:18.352565 [ 193 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 417 rows starting from the beginning of the part | ||
| 5711 | 2025.02.10 18:51:18.352866 [ 193 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 69 rows starting from the beginning of the part | ||
| 5712 | 2025.02.10 18:51:18.353934 [ 256 ] {d1d485fb-8590-4f2f-8e7f-c6acd3462c14} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5713 | 2025.02.10 18:51:18.353985 [ 256 ] {d1d485fb-8590-4f2f-8e7f-c6acd3462c14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5714 | 2025.02.10 18:51:18.354655 [ 256 ] {d1d485fb-8590-4f2f-8e7f-c6acd3462c14} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5715 | 2025.02.10 18:51:18.355011 [ 256 ] {d1d485fb-8590-4f2f-8e7f-c6acd3462c14} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5716 | 2025.02.10 18:51:18.355141 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.004339605 sec., 555350.0837057751 rows/sec., 42.58 MiB/sec. | ||
| 5717 | 2025.02.10 18:51:18.355277 [ 128 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5718 | 2025.02.10 18:51:18.355357 [ 128 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5719 | 2025.02.10 18:51:18.355431 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5720 | 2025.02.10 18:51:18.355508 [ 256 ] {d1d485fb-8590-4f2f-8e7f-c6acd3462c14} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004232 sec., 37807.18336483932 rows/sec., 2.63 MiB/sec. | ||
| 5721 | 2025.02.10 18:51:18.355622 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5722 | 2025.02.10 18:51:18.355948 [ 189 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 5723 | 2025.02.10 18:51:18.355968 [ 256 ] {d1d485fb-8590-4f2f-8e7f-c6acd3462c14} <Debug> TCPHandler: Processed in 0.004921219 sec. | ||
| 5724 | 2025.02.10 18:51:18.356335 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5725 | 2025.02.10 18:51:18.356736 [ 189 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5726 | 2025.02.10 18:51:18.356813 [ 4 ] {db68f06e-0287-48a2-b11b-59ef4028d62d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5727 | 2025.02.10 18:51:18.356910 [ 189 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11665 rows starting from the beginning of the part | ||
| 5728 | 2025.02.10 18:51:18.357242 [ 4 ] {db68f06e-0287-48a2-b11b-59ef4028d62d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5729 | 2025.02.10 18:51:18.357394 [ 189 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 237 rows starting from the beginning of the part | ||
| 5730 | 2025.02.10 18:51:18.358155 [ 189 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 966 rows starting from the beginning of the part | ||
| 5731 | 2025.02.10 18:51:18.358594 [ 189 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 42 rows starting from the beginning of the part | ||
| 5732 | 2025.02.10 18:51:18.359029 [ 189 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part | ||
| 5733 | 2025.02.10 18:51:18.359601 [ 189 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
| 5734 | 2025.02.10 18:51:18.359993 [ 193 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_41_8} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5735 | 2025.02.10 18:51:18.360410 [ 193 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_41_8} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5736 | 2025.02.10 18:51:18.360796 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 5737 | 2025.02.10 18:51:18.362965 [ 4 ] {db68f06e-0287-48a2-b11b-59ef4028d62d} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5738 | 2025.02.10 18:51:18.363035 [ 4 ] {db68f06e-0287-48a2-b11b-59ef4028d62d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5739 | 2025.02.10 18:51:18.364515 [ 4 ] {db68f06e-0287-48a2-b11b-59ef4028d62d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5740 | 2025.02.10 18:51:18.365133 [ 4 ] {db68f06e-0287-48a2-b11b-59ef4028d62d} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5741 | 2025.02.10 18:51:18.365573 [ 4 ] {db68f06e-0287-48a2-b11b-59ef4028d62d} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.008922 sec., 560.4124635731899 rows/sec., 1.00 MiB/sec. | ||
| 5742 | 2025.02.10 18:51:18.365693 [ 4 ] {db68f06e-0287-48a2-b11b-59ef4028d62d} <Debug> TCPHandler: Processed in 0.009571411 sec. | ||
| 5743 | 2025.02.10 18:51:18.365867 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5744 | 2025.02.10 18:51:18.366026 [ 256 ] {e96a4d2d-cc9e-430c-920a-72fe2be483da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5745 | 2025.02.10 18:51:18.366087 [ 256 ] {e96a4d2d-cc9e-430c-920a-72fe2be483da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5746 | 2025.02.10 18:51:18.366816 [ 256 ] {e96a4d2d-cc9e-430c-920a-72fe2be483da} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5747 | 2025.02.10 18:51:18.366877 [ 256 ] {e96a4d2d-cc9e-430c-920a-72fe2be483da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5748 | 2025.02.10 18:51:18.366918 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13307 rows, containing 5 columns (5 merged, 0 gathered) in 0.011390875 sec., 1168215.7867591383 rows/sec., 78.85 MiB/sec. | ||
| 5749 | 2025.02.10 18:51:18.367427 [ 256 ] {e96a4d2d-cc9e-430c-920a-72fe2be483da} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5750 | 2025.02.10 18:51:18.367452 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5751 | 2025.02.10 18:51:18.367870 [ 256 ] {e96a4d2d-cc9e-430c-920a-72fe2be483da} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5752 | 2025.02.10 18:51:18.367979 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5753 | 2025.02.10 18:51:18.368139 [ 128 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5754 | 2025.02.10 18:51:18.368228 [ 128 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5755 | 2025.02.10 18:51:18.368241 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5756 | 2025.02.10 18:51:18.368310 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5757 | 2025.02.10 18:51:18.368422 [ 256 ] {e96a4d2d-cc9e-430c-920a-72fe2be483da} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002388 sec., 25125.628140703517 rows/sec., 1.69 MiB/sec. | ||
| 5758 | 2025.02.10 18:51:18.368692 [ 256 ] {e96a4d2d-cc9e-430c-920a-72fe2be483da} <Debug> TCPHandler: Processed in 0.00289321 sec. | ||
| 5759 | 2025.02.10 18:51:18.368728 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.40 MiB. | ||
| 5760 | 2025.02.10 18:51:18.368831 [ 191 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 5761 | 2025.02.10 18:51:18.368965 [ 191 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5762 | 2025.02.10 18:51:18.368998 [ 191 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2238 rows starting from the beginning of the part | ||
| 5763 | 2025.02.10 18:51:18.369080 [ 191 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part | ||
| 5764 | 2025.02.10 18:51:18.369252 [ 191 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 44 rows starting from the beginning of the part | ||
| 5765 | 2025.02.10 18:51:18.369441 [ 191 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 16 rows starting from the beginning of the part | ||
| 5766 | 2025.02.10 18:51:18.369532 [ 191 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part | ||
| 5767 | 2025.02.10 18:51:18.369720 [ 191 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
| 5768 | 2025.02.10 18:51:18.371119 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2522 rows, containing 4 columns (4 merged, 0 gathered) in 0.002649874 sec., 951743.365910983 rows/sec., 62.10 MiB/sec. | ||
| 5769 | 2025.02.10 18:51:18.371355 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5770 | 2025.02.10 18:51:18.371640 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_41_8} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5771 | 2025.02.10 18:51:18.371716 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_41_8} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5772 | 2025.02.10 18:51:18.371787 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 5773 | 2025.02.10 18:51:18.521542 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5774 | 2025.02.10 18:51:18.543532 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5775 | 2025.02.10 18:51:18.543596 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5776 | 2025.02.10 18:51:18.551189 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5777 | 2025.02.10 18:51:18.551983 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5778 | 2025.02.10 18:51:18.552439 [ 128 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5779 | 2025.02.10 18:51:18.552617 [ 128 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5780 | 2025.02.10 18:51:18.552701 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5781 | 2025.02.10 18:51:18.553000 [ 191 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::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 | ||
| 5782 | 2025.02.10 18:51:18.561562 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5783 | 2025.02.10 18:51:18.562902 [ 191 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5784 | 2025.02.10 18:51:18.563803 [ 191 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part | ||
| 5785 | 2025.02.10 18:51:18.568172 [ 191 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part | ||
| 5786 | 2025.02.10 18:51:18.572648 [ 191 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part | ||
| 5787 | 2025.02.10 18:51:18.577454 [ 191 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part | ||
| 5788 | 2025.02.10 18:51:18.582585 [ 191 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part | ||
| 5789 | 2025.02.10 18:51:18.586796 [ 191 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part | ||
| 5790 | 2025.02.10 18:51:18.645057 [ 188 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.092220745 sec., 2125.3352485929277 rows/sec., 10.99 MiB/sec. | ||
| 5791 | 2025.02.10 18:51:18.648113 [ 188 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5792 | 2025.02.10 18:51:18.651243 [ 188 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_26_5} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5793 | 2025.02.10 18:51:18.651368 [ 188 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_26_5} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5794 | 2025.02.10 18:51:18.654046 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5795 | 2025.02.10 18:51:19.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.66 MiB, peak 203.23 MiB, free memory in arenas 0.00 B, will set to 194.24 MiB (RSS), difference: 1.58 MiB | ||
| 5796 | 2025.02.10 18:51:22.762367 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 830 | ||
| 5797 | 2025.02.10 18:51:22.765553 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5798 | 2025.02.10 18:51:22.765617 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5799 | 2025.02.10 18:51:22.767107 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5800 | 2025.02.10 18:51:22.767419 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5801 | 2025.02.10 18:51:22.768479 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 830 | ||
| 5802 | 2025.02.10 18:51:23.345743 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5803 | 2025.02.10 18:51:23.345933 [ 4 ] {0f21fa2c-bffa-43b3-b855-1959137e94d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5804 | 2025.02.10 18:51:23.346007 [ 4 ] {0f21fa2c-bffa-43b3-b855-1959137e94d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5805 | 2025.02.10 18:51:23.346782 [ 4 ] {0f21fa2c-bffa-43b3-b855-1959137e94d0} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5806 | 2025.02.10 18:51:23.346828 [ 4 ] {0f21fa2c-bffa-43b3-b855-1959137e94d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5807 | 2025.02.10 18:51:23.347223 [ 4 ] {0f21fa2c-bffa-43b3-b855-1959137e94d0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5808 | 2025.02.10 18:51:23.347471 [ 4 ] {0f21fa2c-bffa-43b3-b855-1959137e94d0} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5809 | 2025.02.10 18:51:23.347696 [ 4 ] {0f21fa2c-bffa-43b3-b855-1959137e94d0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001815 sec., 7713.498622589532 rows/sec., 555.27 KiB/sec. | ||
| 5810 | 2025.02.10 18:51:23.347753 [ 4 ] {0f21fa2c-bffa-43b3-b855-1959137e94d0} <Debug> TCPHandler: Processed in 0.002113721 sec. | ||
| 5811 | 2025.02.10 18:51:23.348088 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5812 | 2025.02.10 18:51:23.348405 [ 256 ] {9b634088-024b-41a5-9baf-9ce076b25ca5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5813 | 2025.02.10 18:51:23.348526 [ 256 ] {9b634088-024b-41a5-9baf-9ce076b25ca5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5814 | 2025.02.10 18:51:23.349413 [ 256 ] {9b634088-024b-41a5-9baf-9ce076b25ca5} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5815 | 2025.02.10 18:51:23.349466 [ 256 ] {9b634088-024b-41a5-9baf-9ce076b25ca5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5816 | 2025.02.10 18:51:23.349911 [ 256 ] {9b634088-024b-41a5-9baf-9ce076b25ca5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5817 | 2025.02.10 18:51:23.350169 [ 256 ] {9b634088-024b-41a5-9baf-9ce076b25ca5} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5818 | 2025.02.10 18:51:23.350463 [ 256 ] {9b634088-024b-41a5-9baf-9ce076b25ca5} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002139 sec., 4675.081813931744 rows/sec., 381.22 KiB/sec. | ||
| 5819 | 2025.02.10 18:51:23.350633 [ 256 ] {9b634088-024b-41a5-9baf-9ce076b25ca5} <Debug> TCPHandler: Processed in 0.002739886 sec. | ||
| 5820 | 2025.02.10 18:51:23.350787 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5821 | 2025.02.10 18:51:23.350936 [ 4 ] {753aa74f-3419-45a3-980a-732237a7ae75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5822 | 2025.02.10 18:51:23.350999 [ 4 ] {753aa74f-3419-45a3-980a-732237a7ae75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5823 | 2025.02.10 18:51:23.351832 [ 4 ] {753aa74f-3419-45a3-980a-732237a7ae75} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5824 | 2025.02.10 18:51:23.351874 [ 4 ] {753aa74f-3419-45a3-980a-732237a7ae75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5825 | 2025.02.10 18:51:23.352260 [ 4 ] {753aa74f-3419-45a3-980a-732237a7ae75} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5826 | 2025.02.10 18:51:23.352496 [ 4 ] {753aa74f-3419-45a3-980a-732237a7ae75} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5827 | 2025.02.10 18:51:23.352729 [ 4 ] {753aa74f-3419-45a3-980a-732237a7ae75} <Debug> executeQuery: Read 278 rows, 25.00 KiB in 0.001824 sec., 152412.28070175438 rows/sec., 13.39 MiB/sec. | ||
| 5828 | 2025.02.10 18:51:23.352853 [ 4 ] {753aa74f-3419-45a3-980a-732237a7ae75} <Debug> TCPHandler: Processed in 0.002133031 sec. | ||
| 5829 | 2025.02.10 18:51:23.353097 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5830 | 2025.02.10 18:51:23.353329 [ 256 ] {c18905ae-840a-41bb-b812-37e8e3e30e7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5831 | 2025.02.10 18:51:23.353426 [ 256 ] {c18905ae-840a-41bb-b812-37e8e3e30e7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5832 | 2025.02.10 18:51:23.354256 [ 256 ] {c18905ae-840a-41bb-b812-37e8e3e30e7c} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5833 | 2025.02.10 18:51:23.354298 [ 256 ] {c18905ae-840a-41bb-b812-37e8e3e30e7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5834 | 2025.02.10 18:51:23.354682 [ 256 ] {c18905ae-840a-41bb-b812-37e8e3e30e7c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5835 | 2025.02.10 18:51:23.354941 [ 256 ] {c18905ae-840a-41bb-b812-37e8e3e30e7c} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5836 | 2025.02.10 18:51:23.355100 [ 92 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5837 | 2025.02.10 18:51:23.355167 [ 256 ] {c18905ae-840a-41bb-b812-37e8e3e30e7c} <Debug> executeQuery: Read 52 rows, 3.79 KiB in 0.001894 sec., 27455.121436114045 rows/sec., 1.95 MiB/sec. | ||
| 5838 | 2025.02.10 18:51:23.355185 [ 92 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5839 | 2025.02.10 18:51:23.355252 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5840 | 2025.02.10 18:51:23.355304 [ 256 ] {c18905ae-840a-41bb-b812-37e8e3e30e7c} <Debug> TCPHandler: Processed in 0.002343706 sec. | ||
| 5841 | 2025.02.10 18:51:23.355596 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5842 | 2025.02.10 18:51:23.355783 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 5843 | 2025.02.10 18:51:23.355921 [ 4 ] {9a888360-242f-4616-8c5a-a187e6a438ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5844 | 2025.02.10 18:51:23.356059 [ 4 ] {9a888360-242f-4616-8c5a-a187e6a438ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5845 | 2025.02.10 18:51:23.356306 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5846 | 2025.02.10 18:51:23.356391 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 65 rows starting from the beginning of the part | ||
| 5847 | 2025.02.10 18:51:23.356741 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 42 rows starting from the beginning of the part | ||
| 5848 | 2025.02.10 18:51:23.357086 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 9 rows starting from the beginning of the part | ||
| 5849 | 2025.02.10 18:51:23.357439 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 42 rows starting from the beginning of the part | ||
| 5850 | 2025.02.10 18:51:23.357833 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 5 rows starting from the beginning of the part | ||
| 5851 | 2025.02.10 18:51:23.358171 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 52 rows starting from the beginning of the part | ||
| 5852 | 2025.02.10 18:51:23.358980 [ 4 ] {9a888360-242f-4616-8c5a-a187e6a438ec} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5853 | 2025.02.10 18:51:23.359039 [ 4 ] {9a888360-242f-4616-8c5a-a187e6a438ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5854 | 2025.02.10 18:51:23.360114 [ 4 ] {9a888360-242f-4616-8c5a-a187e6a438ec} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5855 | 2025.02.10 18:51:23.360637 [ 4 ] {9a888360-242f-4616-8c5a-a187e6a438ec} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5856 | 2025.02.10 18:51:23.361286 [ 4 ] {9a888360-242f-4616-8c5a-a187e6a438ec} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00543 sec., 2578.268876611418 rows/sec., 180.57 KiB/sec. | ||
| 5857 | 2025.02.10 18:51:23.361667 [ 4 ] {9a888360-242f-4616-8c5a-a187e6a438ec} <Debug> TCPHandler: Processed in 0.006246501 sec. | ||
| 5858 | 2025.02.10 18:51:23.362045 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 215 rows, containing 5 columns (5 merged, 0 gathered) in 0.006658331 sec., 32290.37426946783 rows/sec., 2.43 MiB/sec. | ||
| 5859 | 2025.02.10 18:51:23.362057 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5860 | 2025.02.10 18:51:23.362244 [ 256 ] {04dc4ad4-2c3d-4598-a27c-a7cd7cf0ff34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5861 | 2025.02.10 18:51:23.362247 [ 186 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5862 | 2025.02.10 18:51:23.362363 [ 256 ] {04dc4ad4-2c3d-4598-a27c-a7cd7cf0ff34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5863 | 2025.02.10 18:51:23.362957 [ 186 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_31_6} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5864 | 2025.02.10 18:51:23.363181 [ 186 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_31_6} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5865 | 2025.02.10 18:51:23.363336 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5866 | 2025.02.10 18:51:23.363566 [ 256 ] {04dc4ad4-2c3d-4598-a27c-a7cd7cf0ff34} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5867 | 2025.02.10 18:51:23.363613 [ 256 ] {04dc4ad4-2c3d-4598-a27c-a7cd7cf0ff34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5868 | 2025.02.10 18:51:23.363979 [ 256 ] {04dc4ad4-2c3d-4598-a27c-a7cd7cf0ff34} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5869 | 2025.02.10 18:51:23.364220 [ 256 ] {04dc4ad4-2c3d-4598-a27c-a7cd7cf0ff34} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5870 | 2025.02.10 18:51:23.364478 [ 256 ] {04dc4ad4-2c3d-4598-a27c-a7cd7cf0ff34} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002284 sec., 5691.768826619965 rows/sec., 354.88 KiB/sec. | ||
| 5871 | 2025.02.10 18:51:23.364677 [ 256 ] {04dc4ad4-2c3d-4598-a27c-a7cd7cf0ff34} <Debug> TCPHandler: Processed in 0.002818398 sec. | ||
| 5872 | 2025.02.10 18:51:23.364854 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5873 | 2025.02.10 18:51:23.364991 [ 4 ] {ebd8d13b-c25a-4aaa-9028-cef507cdef71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5874 | 2025.02.10 18:51:23.365048 [ 4 ] {ebd8d13b-c25a-4aaa-9028-cef507cdef71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5875 | 2025.02.10 18:51:23.365912 [ 4 ] {ebd8d13b-c25a-4aaa-9028-cef507cdef71} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5876 | 2025.02.10 18:51:23.365952 [ 4 ] {ebd8d13b-c25a-4aaa-9028-cef507cdef71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5877 | 2025.02.10 18:51:23.366332 [ 4 ] {ebd8d13b-c25a-4aaa-9028-cef507cdef71} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5878 | 2025.02.10 18:51:23.366562 [ 4 ] {ebd8d13b-c25a-4aaa-9028-cef507cdef71} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5879 | 2025.02.10 18:51:23.366784 [ 4 ] {ebd8d13b-c25a-4aaa-9028-cef507cdef71} <Debug> executeQuery: Read 427 rows, 31.30 KiB in 0.001823 sec., 234229.2923752057 rows/sec., 16.77 MiB/sec. | ||
| 5880 | 2025.02.10 18:51:23.366835 [ 4 ] {ebd8d13b-c25a-4aaa-9028-cef507cdef71} <Debug> TCPHandler: Processed in 0.002051209 sec. | ||
| 5881 | 2025.02.10 18:51:23.366980 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5882 | 2025.02.10 18:51:23.367100 [ 256 ] {99d2bb17-c1b9-46db-8f88-885a21a27908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5883 | 2025.02.10 18:51:23.367153 [ 256 ] {99d2bb17-c1b9-46db-8f88-885a21a27908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5884 | 2025.02.10 18:51:23.367651 [ 256 ] {99d2bb17-c1b9-46db-8f88-885a21a27908} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5885 | 2025.02.10 18:51:23.367691 [ 256 ] {99d2bb17-c1b9-46db-8f88-885a21a27908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5886 | 2025.02.10 18:51:23.368071 [ 256 ] {99d2bb17-c1b9-46db-8f88-885a21a27908} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5887 | 2025.02.10 18:51:23.368311 [ 256 ] {99d2bb17-c1b9-46db-8f88-885a21a27908} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5888 | 2025.02.10 18:51:23.368527 [ 256 ] {99d2bb17-c1b9-46db-8f88-885a21a27908} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001451 sec., 4135.079255685734 rows/sec., 216.04 KiB/sec. | ||
| 5889 | 2025.02.10 18:51:23.368579 [ 256 ] {99d2bb17-c1b9-46db-8f88-885a21a27908} <Debug> TCPHandler: Processed in 0.00165412 sec. | ||
| 5890 | 2025.02.10 18:51:23.368725 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5891 | 2025.02.10 18:51:23.368852 [ 4 ] {74f468e5-0499-47c1-8373-0b8c5961c499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5892 | 2025.02.10 18:51:23.368913 [ 4 ] {74f468e5-0499-47c1-8373-0b8c5961c499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5893 | 2025.02.10 18:51:23.369605 [ 4 ] {74f468e5-0499-47c1-8373-0b8c5961c499} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5894 | 2025.02.10 18:51:23.369652 [ 4 ] {74f468e5-0499-47c1-8373-0b8c5961c499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5895 | 2025.02.10 18:51:23.370068 [ 4 ] {74f468e5-0499-47c1-8373-0b8c5961c499} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5896 | 2025.02.10 18:51:23.370305 [ 4 ] {74f468e5-0499-47c1-8373-0b8c5961c499} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5897 | 2025.02.10 18:51:23.370543 [ 4 ] {74f468e5-0499-47c1-8373-0b8c5961c499} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.00172 sec., 140697.67441860464 rows/sec., 9.44 MiB/sec. | ||
| 5898 | 2025.02.10 18:51:23.370650 [ 4 ] {74f468e5-0499-47c1-8373-0b8c5961c499} <Debug> TCPHandler: Processed in 0.001980558 sec. | ||
| 5899 | 2025.02.10 18:51:23.370843 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5900 | 2025.02.10 18:51:23.370982 [ 256 ] {3974e1f7-6b22-40ab-971d-7321e09e109d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5901 | 2025.02.10 18:51:23.371045 [ 256 ] {3974e1f7-6b22-40ab-971d-7321e09e109d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5902 | 2025.02.10 18:51:23.371601 [ 256 ] {3974e1f7-6b22-40ab-971d-7321e09e109d} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5903 | 2025.02.10 18:51:23.371651 [ 256 ] {3974e1f7-6b22-40ab-971d-7321e09e109d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5904 | 2025.02.10 18:51:23.372043 [ 256 ] {3974e1f7-6b22-40ab-971d-7321e09e109d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5905 | 2025.02.10 18:51:23.372300 [ 256 ] {3974e1f7-6b22-40ab-971d-7321e09e109d} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5906 | 2025.02.10 18:51:23.372573 [ 256 ] {3974e1f7-6b22-40ab-971d-7321e09e109d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00162 sec., 617.283950617284 rows/sec., 41.59 KiB/sec. | ||
| 5907 | 2025.02.10 18:51:23.372743 [ 256 ] {3974e1f7-6b22-40ab-971d-7321e09e109d} <Debug> TCPHandler: Processed in 0.002000298 sec. | ||
| 5908 | 2025.02.10 18:51:23.372904 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5909 | 2025.02.10 18:51:23.373023 [ 4 ] {c2e11594-badb-45b0-b7b7-dca4ed90b225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5910 | 2025.02.10 18:51:23.373104 [ 4 ] {c2e11594-badb-45b0-b7b7-dca4ed90b225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5911 | 2025.02.10 18:51:23.374257 [ 4 ] {c2e11594-badb-45b0-b7b7-dca4ed90b225} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5912 | 2025.02.10 18:51:23.374295 [ 4 ] {c2e11594-badb-45b0-b7b7-dca4ed90b225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5913 | 2025.02.10 18:51:23.374946 [ 4 ] {c2e11594-badb-45b0-b7b7-dca4ed90b225} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5914 | 2025.02.10 18:51:23.375208 [ 4 ] {c2e11594-badb-45b0-b7b7-dca4ed90b225} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5915 | 2025.02.10 18:51:23.375393 [ 92 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5916 | 2025.02.10 18:51:23.375465 [ 92 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5917 | 2025.02.10 18:51:23.375501 [ 4 ] {c2e11594-badb-45b0-b7b7-dca4ed90b225} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002493 sec., 14039.310068190935 rows/sec., 25.16 MiB/sec. | ||
| 5918 | 2025.02.10 18:51:23.375508 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5919 | 2025.02.10 18:51:23.375884 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 5920 | 2025.02.10 18:51:23.375896 [ 4 ] {c2e11594-badb-45b0-b7b7-dca4ed90b225} <Debug> TCPHandler: Processed in 0.003054204 sec. | ||
| 5921 | 2025.02.10 18:51:23.376169 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5922 | 2025.02.10 18:51:23.376436 [ 256 ] {d13e414a-15df-4b8f-a511-2f86240c8732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5923 | 2025.02.10 18:51:23.376570 [ 256 ] {d13e414a-15df-4b8f-a511-2f86240c8732} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5924 | 2025.02.10 18:51:23.376580 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5925 | 2025.02.10 18:51:23.376835 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 494 rows starting from the beginning of the part | ||
| 5926 | 2025.02.10 18:51:23.377595 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 35 rows starting from the beginning of the part | ||
| 5927 | 2025.02.10 18:51:23.378159 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 5 rows starting from the beginning of the part | ||
| 5928 | 2025.02.10 18:51:23.378865 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 35 rows starting from the beginning of the part | ||
| 5929 | 2025.02.10 18:51:23.379012 [ 256 ] {d13e414a-15df-4b8f-a511-2f86240c8732} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5930 | 2025.02.10 18:51:23.379099 [ 256 ] {d13e414a-15df-4b8f-a511-2f86240c8732} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 5931 | 2025.02.10 18:51:23.379561 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 5 rows starting from the beginning of the part | ||
| 5932 | 2025.02.10 18:51:23.380247 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 35 rows starting from the beginning of the part | ||
| 5933 | 2025.02.10 18:51:23.380666 [ 256 ] {d13e414a-15df-4b8f-a511-2f86240c8732} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5934 | 2025.02.10 18:51:23.381318 [ 256 ] {d13e414a-15df-4b8f-a511-2f86240c8732} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5935 | 2025.02.10 18:51:23.381798 [ 256 ] {d13e414a-15df-4b8f-a511-2f86240c8732} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005442 sec., 15067.989709665564 rows/sec., 979.97 KiB/sec. | ||
| 5936 | 2025.02.10 18:51:23.382005 [ 256 ] {d13e414a-15df-4b8f-a511-2f86240c8732} <Debug> TCPHandler: Processed in 0.005982584 sec. | ||
| 5937 | 2025.02.10 18:51:23.392373 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 609 rows, containing 19 columns (19 merged, 0 gathered) in 0.016716803 sec., 36430.41076693911 rows/sec., 65.28 MiB/sec. | ||
| 5938 | 2025.02.10 18:51:23.393088 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5939 | 2025.02.10 18:51:23.393522 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5940 | 2025.02.10 18:51:23.393606 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5941 | 2025.02.10 18:51:23.393788 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.40 MiB. | ||
| 5942 | 2025.02.10 18:51:25.209883 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 | ||
| 5943 | 2025.02.10 18:51:25.210976 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5944 | 2025.02.10 18:51:25.211017 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 5945 | 2025.02.10 18:51:25.211557 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5946 | 2025.02.10 18:51:25.211827 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5947 | 2025.02.10 18:51:25.212050 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 | ||
| 5948 | 2025.02.10 18:51:26.061637 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5949 | 2025.02.10 18:51:26.079978 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5950 | 2025.02.10 18:51:26.080027 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 5951 | 2025.02.10 18:51:26.086778 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5952 | 2025.02.10 18:51:26.087515 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5953 | 2025.02.10 18:51:26.090074 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5954 | 2025.02.10 18:51:28.339460 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5955 | 2025.02.10 18:51:28.339678 [ 4 ] {749487d6-26bd-40c3-9d87-a1c2601e8799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5956 | 2025.02.10 18:51:28.339764 [ 4 ] {749487d6-26bd-40c3-9d87-a1c2601e8799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5957 | 2025.02.10 18:51:28.340590 [ 4 ] {749487d6-26bd-40c3-9d87-a1c2601e8799} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5958 | 2025.02.10 18:51:28.340641 [ 4 ] {749487d6-26bd-40c3-9d87-a1c2601e8799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 5959 | 2025.02.10 18:51:28.341160 [ 4 ] {749487d6-26bd-40c3-9d87-a1c2601e8799} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5960 | 2025.02.10 18:51:28.341462 [ 4 ] {749487d6-26bd-40c3-9d87-a1c2601e8799} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5961 | 2025.02.10 18:51:28.341694 [ 4 ] {749487d6-26bd-40c3-9d87-a1c2601e8799} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.002081 sec., 31715.521383950025 rows/sec., 2.53 MiB/sec. | ||
| 5962 | 2025.02.10 18:51:28.341762 [ 4 ] {749487d6-26bd-40c3-9d87-a1c2601e8799} <Debug> TCPHandler: Processed in 0.002441899 sec. | ||
| 5963 | 2025.02.10 18:51:28.342041 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5964 | 2025.02.10 18:51:28.342263 [ 256 ] {7e5e2893-cb7a-4a76-bcd2-aa4c61cd1beb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5965 | 2025.02.10 18:51:28.342348 [ 256 ] {7e5e2893-cb7a-4a76-bcd2-aa4c61cd1beb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5966 | 2025.02.10 18:51:28.343182 [ 256 ] {7e5e2893-cb7a-4a76-bcd2-aa4c61cd1beb} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5967 | 2025.02.10 18:51:28.343234 [ 256 ] {7e5e2893-cb7a-4a76-bcd2-aa4c61cd1beb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 5968 | 2025.02.10 18:51:28.343666 [ 256 ] {7e5e2893-cb7a-4a76-bcd2-aa4c61cd1beb} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5969 | 2025.02.10 18:51:28.343917 [ 256 ] {7e5e2893-cb7a-4a76-bcd2-aa4c61cd1beb} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5970 | 2025.02.10 18:51:28.344187 [ 256 ] {7e5e2893-cb7a-4a76-bcd2-aa4c61cd1beb} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001984 sec., 2520.1612903225805 rows/sec., 189.50 KiB/sec. | ||
| 5971 | 2025.02.10 18:51:28.344392 [ 256 ] {7e5e2893-cb7a-4a76-bcd2-aa4c61cd1beb} <Debug> TCPHandler: Processed in 0.002499691 sec. | ||
| 5972 | 2025.02.10 18:51:28.344611 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5973 | 2025.02.10 18:51:28.344757 [ 4 ] {4eeb5e1f-375a-4e6f-9c16-c3259ca84ffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5974 | 2025.02.10 18:51:28.344818 [ 4 ] {4eeb5e1f-375a-4e6f-9c16-c3259ca84ffb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5975 | 2025.02.10 18:51:28.345450 [ 4 ] {4eeb5e1f-375a-4e6f-9c16-c3259ca84ffb} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5976 | 2025.02.10 18:51:28.345492 [ 4 ] {4eeb5e1f-375a-4e6f-9c16-c3259ca84ffb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 5977 | 2025.02.10 18:51:28.345860 [ 4 ] {4eeb5e1f-375a-4e6f-9c16-c3259ca84ffb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5978 | 2025.02.10 18:51:28.346098 [ 4 ] {4eeb5e1f-375a-4e6f-9c16-c3259ca84ffb} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5979 | 2025.02.10 18:51:28.346320 [ 4 ] {4eeb5e1f-375a-4e6f-9c16-c3259ca84ffb} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001598 sec., 43178.97371714643 rows/sec., 3.37 MiB/sec. | ||
| 5980 | 2025.02.10 18:51:28.346375 [ 4 ] {4eeb5e1f-375a-4e6f-9c16-c3259ca84ffb} <Debug> TCPHandler: Processed in 0.001866675 sec. | ||
| 5981 | 2025.02.10 18:51:28.346532 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5982 | 2025.02.10 18:51:28.346676 [ 256 ] {d5796454-2b81-456f-8fab-bf20ab40d604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5983 | 2025.02.10 18:51:28.346739 [ 256 ] {d5796454-2b81-456f-8fab-bf20ab40d604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5984 | 2025.02.10 18:51:28.347402 [ 256 ] {d5796454-2b81-456f-8fab-bf20ab40d604} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5985 | 2025.02.10 18:51:28.347442 [ 256 ] {d5796454-2b81-456f-8fab-bf20ab40d604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 5986 | 2025.02.10 18:51:28.347837 [ 256 ] {d5796454-2b81-456f-8fab-bf20ab40d604} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5987 | 2025.02.10 18:51:28.348081 [ 256 ] {d5796454-2b81-456f-8fab-bf20ab40d604} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5988 | 2025.02.10 18:51:28.348298 [ 256 ] {d5796454-2b81-456f-8fab-bf20ab40d604} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001654 sec., 96735.18742442563 rows/sec., 6.74 MiB/sec. | ||
| 5989 | 2025.02.10 18:51:28.348351 [ 256 ] {d5796454-2b81-456f-8fab-bf20ab40d604} <Debug> TCPHandler: Processed in 0.001883865 sec. | ||
| 5990 | 2025.02.10 18:51:28.348510 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5991 | 2025.02.10 18:51:28.348634 [ 4 ] {09379dcd-579c-457d-8529-8c7c6c09ba39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5992 | 2025.02.10 18:51:28.348719 [ 4 ] {09379dcd-579c-457d-8529-8c7c6c09ba39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5993 | 2025.02.10 18:51:28.349857 [ 4 ] {09379dcd-579c-457d-8529-8c7c6c09ba39} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5994 | 2025.02.10 18:51:28.349897 [ 4 ] {09379dcd-579c-457d-8529-8c7c6c09ba39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 5995 | 2025.02.10 18:51:28.350511 [ 4 ] {09379dcd-579c-457d-8529-8c7c6c09ba39} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5996 | 2025.02.10 18:51:28.350793 [ 4 ] {09379dcd-579c-457d-8529-8c7c6c09ba39} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5997 | 2025.02.10 18:51:28.351026 [ 4 ] {09379dcd-579c-457d-8529-8c7c6c09ba39} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002419 sec., 2066.969822240595 rows/sec., 3.70 MiB/sec. | ||
| 5998 | 2025.02.10 18:51:28.351135 [ 4 ] {09379dcd-579c-457d-8529-8c7c6c09ba39} <Debug> TCPHandler: Processed in 0.002683125 sec. | ||
| 5999 | 2025.02.10 18:51:28.351303 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6000 | 2025.02.10 18:51:28.351434 [ 256 ] {95002598-cf15-48ff-915e-df5214438f97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6001 | 2025.02.10 18:51:28.351492 [ 256 ] {95002598-cf15-48ff-915e-df5214438f97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6002 | 2025.02.10 18:51:28.351998 [ 256 ] {95002598-cf15-48ff-915e-df5214438f97} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6003 | 2025.02.10 18:51:28.352038 [ 256 ] {95002598-cf15-48ff-915e-df5214438f97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6004 | 2025.02.10 18:51:28.352407 [ 256 ] {95002598-cf15-48ff-915e-df5214438f97} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6005 | 2025.02.10 18:51:28.352653 [ 256 ] {95002598-cf15-48ff-915e-df5214438f97} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6006 | 2025.02.10 18:51:28.352904 [ 256 ] {95002598-cf15-48ff-915e-df5214438f97} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001489 sec., 40295.500335795834 rows/sec., 2.72 MiB/sec. | ||
| 6007 | 2025.02.10 18:51:28.352994 [ 256 ] {95002598-cf15-48ff-915e-df5214438f97} <Debug> TCPHandler: Processed in 0.001755602 sec. | ||
| 6008 | 2025.02.10 18:51:32.600896 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6009 | 2025.02.10 18:51:32.600974 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6010 | 2025.02.10 18:51:32.712184 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 | ||
| 6011 | 2025.02.10 18:51:32.712826 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6012 | 2025.02.10 18:51:32.712871 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6013 | 2025.02.10 18:51:32.713396 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6014 | 2025.02.10 18:51:32.713659 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6015 | 2025.02.10 18:51:32.713888 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 6016 | 2025.02.10 18:51:32.768726 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 866 | ||
| 6017 | 2025.02.10 18:51:32.772088 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6018 | 2025.02.10 18:51:32.772150 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6019 | 2025.02.10 18:51:32.773639 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6020 | 2025.02.10 18:51:32.773959 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6021 | 2025.02.10 18:51:32.774654 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 866 | ||
| 6022 | 2025.02.10 18:51:33.345686 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6023 | 2025.02.10 18:51:33.345875 [ 4 ] {fc41f170-b503-4184-a529-e6543b2b447e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6024 | 2025.02.10 18:51:33.345949 [ 4 ] {fc41f170-b503-4184-a529-e6543b2b447e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6025 | 2025.02.10 18:51:33.346680 [ 4 ] {fc41f170-b503-4184-a529-e6543b2b447e} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6026 | 2025.02.10 18:51:33.346725 [ 4 ] {fc41f170-b503-4184-a529-e6543b2b447e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6027 | 2025.02.10 18:51:33.347121 [ 4 ] {fc41f170-b503-4184-a529-e6543b2b447e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6028 | 2025.02.10 18:51:33.347370 [ 4 ] {fc41f170-b503-4184-a529-e6543b2b447e} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6029 | 2025.02.10 18:51:33.347621 [ 4 ] {fc41f170-b503-4184-a529-e6543b2b447e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001793 sec., 7808.1427774679305 rows/sec., 562.08 KiB/sec. | ||
| 6030 | 2025.02.10 18:51:33.347743 [ 4 ] {fc41f170-b503-4184-a529-e6543b2b447e} <Debug> TCPHandler: Processed in 0.002159702 sec. | ||
| 6031 | 2025.02.10 18:51:33.348023 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6032 | 2025.02.10 18:51:33.348242 [ 256 ] {c0860ed7-be67-4dd6-974f-a1eb23ce0fcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6033 | 2025.02.10 18:51:33.348325 [ 256 ] {c0860ed7-be67-4dd6-974f-a1eb23ce0fcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6034 | 2025.02.10 18:51:33.349315 [ 256 ] {c0860ed7-be67-4dd6-974f-a1eb23ce0fcf} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6035 | 2025.02.10 18:51:33.349361 [ 256 ] {c0860ed7-be67-4dd6-974f-a1eb23ce0fcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6036 | 2025.02.10 18:51:33.349839 [ 256 ] {c0860ed7-be67-4dd6-974f-a1eb23ce0fcf} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6037 | 2025.02.10 18:51:33.350098 [ 256 ] {c0860ed7-be67-4dd6-974f-a1eb23ce0fcf} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6038 | 2025.02.10 18:51:33.350333 [ 256 ] {c0860ed7-be67-4dd6-974f-a1eb23ce0fcf} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.002151 sec., 126917.71269177126 rows/sec., 11.19 MiB/sec. | ||
| 6039 | 2025.02.10 18:51:33.350393 [ 256 ] {c0860ed7-be67-4dd6-974f-a1eb23ce0fcf} <Debug> TCPHandler: Processed in 0.00251412 sec. | ||
| 6040 | 2025.02.10 18:51:33.350570 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6041 | 2025.02.10 18:51:33.350726 [ 4 ] {effac875-6186-4f26-9873-34b5b481c791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6042 | 2025.02.10 18:51:33.350791 [ 4 ] {effac875-6186-4f26-9873-34b5b481c791} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6043 | 2025.02.10 18:51:33.351489 [ 4 ] {effac875-6186-4f26-9873-34b5b481c791} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6044 | 2025.02.10 18:51:33.351532 [ 4 ] {effac875-6186-4f26-9873-34b5b481c791} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6045 | 2025.02.10 18:51:33.351913 [ 4 ] {effac875-6186-4f26-9873-34b5b481c791} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6046 | 2025.02.10 18:51:33.352149 [ 4 ] {effac875-6186-4f26-9873-34b5b481c791} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6047 | 2025.02.10 18:51:33.352366 [ 4 ] {effac875-6186-4f26-9873-34b5b481c791} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001676 sec., 25059.66587112172 rows/sec., 1.80 MiB/sec. | ||
| 6048 | 2025.02.10 18:51:33.352421 [ 4 ] {effac875-6186-4f26-9873-34b5b481c791} <Debug> TCPHandler: Processed in 0.001920156 sec. | ||
| 6049 | 2025.02.10 18:51:33.352587 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6050 | 2025.02.10 18:51:33.352729 [ 256 ] {8634a827-6fc6-4384-afb3-8e91d25ee03f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6051 | 2025.02.10 18:51:33.352787 [ 256 ] {8634a827-6fc6-4384-afb3-8e91d25ee03f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6052 | 2025.02.10 18:51:33.353428 [ 256 ] {8634a827-6fc6-4384-afb3-8e91d25ee03f} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6053 | 2025.02.10 18:51:33.353468 [ 256 ] {8634a827-6fc6-4384-afb3-8e91d25ee03f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6054 | 2025.02.10 18:51:33.353831 [ 256 ] {8634a827-6fc6-4384-afb3-8e91d25ee03f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6055 | 2025.02.10 18:51:33.354078 [ 256 ] {8634a827-6fc6-4384-afb3-8e91d25ee03f} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6056 | 2025.02.10 18:51:33.354297 [ 256 ] {8634a827-6fc6-4384-afb3-8e91d25ee03f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001601 sec., 8744.534665833853 rows/sec., 612.41 KiB/sec. | ||
| 6057 | 2025.02.10 18:51:33.354351 [ 256 ] {8634a827-6fc6-4384-afb3-8e91d25ee03f} <Debug> TCPHandler: Processed in 0.001829584 sec. | ||
| 6058 | 2025.02.10 18:51:33.354515 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6059 | 2025.02.10 18:51:33.354671 [ 4 ] {0113db76-326a-4911-98d1-a58774aa85dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6060 | 2025.02.10 18:51:33.354742 [ 4 ] {0113db76-326a-4911-98d1-a58774aa85dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6061 | 2025.02.10 18:51:33.355400 [ 4 ] {0113db76-326a-4911-98d1-a58774aa85dc} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6062 | 2025.02.10 18:51:33.355441 [ 4 ] {0113db76-326a-4911-98d1-a58774aa85dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6063 | 2025.02.10 18:51:33.355804 [ 4 ] {0113db76-326a-4911-98d1-a58774aa85dc} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6064 | 2025.02.10 18:51:33.356050 [ 4 ] {0113db76-326a-4911-98d1-a58774aa85dc} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6065 | 2025.02.10 18:51:33.356304 [ 4 ] {0113db76-326a-4911-98d1-a58774aa85dc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001681 sec., 7733.491969066032 rows/sec., 482.18 KiB/sec. | ||
| 6066 | 2025.02.10 18:51:33.356519 [ 4 ] {0113db76-326a-4911-98d1-a58774aa85dc} <Debug> TCPHandler: Processed in 0.00207053 sec. | ||
| 6067 | 2025.02.10 18:51:33.356697 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6068 | 2025.02.10 18:51:33.356832 [ 256 ] {6d682fde-c281-49ff-811c-759139e91f9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6069 | 2025.02.10 18:51:33.356889 [ 256 ] {6d682fde-c281-49ff-811c-759139e91f9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6070 | 2025.02.10 18:51:33.357664 [ 256 ] {6d682fde-c281-49ff-811c-759139e91f9b} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6071 | 2025.02.10 18:51:33.357701 [ 256 ] {6d682fde-c281-49ff-811c-759139e91f9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6072 | 2025.02.10 18:51:33.358086 [ 256 ] {6d682fde-c281-49ff-811c-759139e91f9b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6073 | 2025.02.10 18:51:33.358332 [ 256 ] {6d682fde-c281-49ff-811c-759139e91f9b} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6074 | 2025.02.10 18:51:33.358586 [ 256 ] {6d682fde-c281-49ff-811c-759139e91f9b} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001776 sec., 234797.2972972973 rows/sec., 16.76 MiB/sec. | ||
| 6075 | 2025.02.10 18:51:33.358704 [ 256 ] {6d682fde-c281-49ff-811c-759139e91f9b} <Debug> TCPHandler: Processed in 0.0020701 sec. | ||
| 6076 | 2025.02.10 18:51:33.358927 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6077 | 2025.02.10 18:51:33.359066 [ 4 ] {4d69ca3a-0bdb-45c2-80dd-4d48d5f0f6a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6078 | 2025.02.10 18:51:33.359123 [ 4 ] {4d69ca3a-0bdb-45c2-80dd-4d48d5f0f6a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6079 | 2025.02.10 18:51:33.359608 [ 4 ] {4d69ca3a-0bdb-45c2-80dd-4d48d5f0f6a3} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6080 | 2025.02.10 18:51:33.359648 [ 4 ] {4d69ca3a-0bdb-45c2-80dd-4d48d5f0f6a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6081 | 2025.02.10 18:51:33.360007 [ 4 ] {4d69ca3a-0bdb-45c2-80dd-4d48d5f0f6a3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6082 | 2025.02.10 18:51:33.360243 [ 4 ] {4d69ca3a-0bdb-45c2-80dd-4d48d5f0f6a3} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6083 | 2025.02.10 18:51:33.360508 [ 4 ] {4d69ca3a-0bdb-45c2-80dd-4d48d5f0f6a3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001458 sec., 4115.226337448559 rows/sec., 215.00 KiB/sec. | ||
| 6084 | 2025.02.10 18:51:33.360704 [ 4 ] {4d69ca3a-0bdb-45c2-80dd-4d48d5f0f6a3} <Debug> TCPHandler: Processed in 0.001885775 sec. | ||
| 6085 | 2025.02.10 18:51:33.360867 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6086 | 2025.02.10 18:51:33.360984 [ 256 ] {53b5a8e0-1537-4f9b-8e24-26a2a13d5b50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6087 | 2025.02.10 18:51:33.361037 [ 256 ] {53b5a8e0-1537-4f9b-8e24-26a2a13d5b50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6088 | 2025.02.10 18:51:33.361617 [ 256 ] {53b5a8e0-1537-4f9b-8e24-26a2a13d5b50} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6089 | 2025.02.10 18:51:33.361655 [ 256 ] {53b5a8e0-1537-4f9b-8e24-26a2a13d5b50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6090 | 2025.02.10 18:51:33.362043 [ 256 ] {53b5a8e0-1537-4f9b-8e24-26a2a13d5b50} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6091 | 2025.02.10 18:51:33.362273 [ 256 ] {53b5a8e0-1537-4f9b-8e24-26a2a13d5b50} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6092 | 2025.02.10 18:51:33.362476 [ 256 ] {53b5a8e0-1537-4f9b-8e24-26a2a13d5b50} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001516 sec., 156332.45382585752 rows/sec., 10.48 MiB/sec. | ||
| 6093 | 2025.02.10 18:51:33.362527 [ 256 ] {53b5a8e0-1537-4f9b-8e24-26a2a13d5b50} <Debug> TCPHandler: Processed in 0.001719081 sec. | ||
| 6094 | 2025.02.10 18:51:33.362675 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6095 | 2025.02.10 18:51:33.362815 [ 4 ] {2113c031-1082-413a-a675-bc94387316a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6096 | 2025.02.10 18:51:33.362876 [ 4 ] {2113c031-1082-413a-a675-bc94387316a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6097 | 2025.02.10 18:51:33.363388 [ 4 ] {2113c031-1082-413a-a675-bc94387316a2} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6098 | 2025.02.10 18:51:33.363427 [ 4 ] {2113c031-1082-413a-a675-bc94387316a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6099 | 2025.02.10 18:51:33.363789 [ 4 ] {2113c031-1082-413a-a675-bc94387316a2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6100 | 2025.02.10 18:51:33.364036 [ 4 ] {2113c031-1082-413a-a675-bc94387316a2} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6101 | 2025.02.10 18:51:33.364276 [ 4 ] {2113c031-1082-413a-a675-bc94387316a2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001486 sec., 672.9475100942127 rows/sec., 45.35 KiB/sec. | ||
| 6102 | 2025.02.10 18:51:33.364379 [ 4 ] {2113c031-1082-413a-a675-bc94387316a2} <Debug> TCPHandler: Processed in 0.001767713 sec. | ||
| 6103 | 2025.02.10 18:51:33.364538 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6104 | 2025.02.10 18:51:33.364682 [ 256 ] {fcc4013f-38ea-4b4b-b7f4-2b704b69a14a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6105 | 2025.02.10 18:51:33.364777 [ 256 ] {fcc4013f-38ea-4b4b-b7f4-2b704b69a14a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6106 | 2025.02.10 18:51:33.366001 [ 256 ] {fcc4013f-38ea-4b4b-b7f4-2b704b69a14a} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6107 | 2025.02.10 18:51:33.366040 [ 256 ] {fcc4013f-38ea-4b4b-b7f4-2b704b69a14a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6108 | 2025.02.10 18:51:33.366713 [ 256 ] {fcc4013f-38ea-4b4b-b7f4-2b704b69a14a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6109 | 2025.02.10 18:51:33.366964 [ 256 ] {fcc4013f-38ea-4b4b-b7f4-2b704b69a14a} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6110 | 2025.02.10 18:51:33.367202 [ 256 ] {fcc4013f-38ea-4b4b-b7f4-2b704b69a14a} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002556 sec., 13693.270735524256 rows/sec., 24.54 MiB/sec. | ||
| 6111 | 2025.02.10 18:51:33.367300 [ 256 ] {fcc4013f-38ea-4b4b-b7f4-2b704b69a14a} <Debug> TCPHandler: Processed in 0.002827988 sec. | ||
| 6112 | 2025.02.10 18:51:33.367467 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6113 | 2025.02.10 18:51:33.367609 [ 4 ] {94f6d1d3-e077-44c3-9969-d378ca3db136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6114 | 2025.02.10 18:51:33.367669 [ 4 ] {94f6d1d3-e077-44c3-9969-d378ca3db136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6115 | 2025.02.10 18:51:33.368229 [ 4 ] {94f6d1d3-e077-44c3-9969-d378ca3db136} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6116 | 2025.02.10 18:51:33.368265 [ 4 ] {94f6d1d3-e077-44c3-9969-d378ca3db136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6117 | 2025.02.10 18:51:33.368630 [ 4 ] {94f6d1d3-e077-44c3-9969-d378ca3db136} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6118 | 2025.02.10 18:51:33.368865 [ 4 ] {94f6d1d3-e077-44c3-9969-d378ca3db136} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6119 | 2025.02.10 18:51:33.369053 [ 4 ] {94f6d1d3-e077-44c3-9969-d378ca3db136} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001471 sec., 55744.3915703603 rows/sec., 3.54 MiB/sec. | ||
| 6120 | 2025.02.10 18:51:33.369117 [ 4 ] {94f6d1d3-e077-44c3-9969-d378ca3db136} <Debug> TCPHandler: Processed in 0.001717322 sec. | ||
| 6121 | 2025.02.10 18:51:33.590143 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 6122 | 2025.02.10 18:51:33.609754 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6123 | 2025.02.10 18:51:33.609813 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6124 | 2025.02.10 18:51:33.617214 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6125 | 2025.02.10 18:51:33.617970 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6126 | 2025.02.10 18:51:33.621543 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 6127 | 2025.02.10 18:51:34.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.61 MiB, peak 203.23 MiB, free memory in arenas 0.00 B, will set to 196.34 MiB (RSS), difference: -1.27 MiB | ||
| 6128 | 2025.02.10 18:51:34.695412 [ 141 ] {} <Debug> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6129 | 2025.02.10 18:51:34.695484 [ 141 ] {} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6130 | 2025.02.10 18:51:34.695512 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6131 | 2025.02.10 18:51:34.695705 [ 194 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::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 | ||
| 6132 | 2025.02.10 18:51:34.695909 [ 194 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6133 | 2025.02.10 18:51:34.695953 [ 194 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part | ||
| 6134 | 2025.02.10 18:51:34.696052 [ 194 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 6135 | 2025.02.10 18:51:34.696302 [ 194 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
| 6136 | 2025.02.10 18:51:34.696542 [ 194 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 6137 | 2025.02.10 18:51:34.696754 [ 194 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part | ||
| 6138 | 2025.02.10 18:51:34.697882 [ 197 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002296575 sec., 15675.516802194574 rows/sec., 1.31 MiB/sec. | ||
| 6139 | 2025.02.10 18:51:34.698075 [ 197 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6140 | 2025.02.10 18:51:34.698436 [ 197 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_9_2} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6141 | 2025.02.10 18:51:34.698528 [ 197 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_9_2} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6142 | 2025.02.10 18:51:34.698635 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6143 | 2025.02.10 18:51:36.543446 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6144 | 2025.02.10 18:51:36.543654 [ 4 ] {466f1096-3acf-4385-a088-1d57f33c9e29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6145 | 2025.02.10 18:51:36.543735 [ 4 ] {466f1096-3acf-4385-a088-1d57f33c9e29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6146 | 2025.02.10 18:51:36.544518 [ 4 ] {466f1096-3acf-4385-a088-1d57f33c9e29} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6147 | 2025.02.10 18:51:36.544559 [ 4 ] {466f1096-3acf-4385-a088-1d57f33c9e29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6148 | 2025.02.10 18:51:36.544958 [ 4 ] {466f1096-3acf-4385-a088-1d57f33c9e29} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6149 | 2025.02.10 18:51:36.545207 [ 4 ] {466f1096-3acf-4385-a088-1d57f33c9e29} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6150 | 2025.02.10 18:51:36.545400 [ 4 ] {466f1096-3acf-4385-a088-1d57f33c9e29} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001808 sec., 1106.1946902654868 rows/sec., 90.20 KiB/sec. | ||
| 6151 | 2025.02.10 18:51:36.545465 [ 4 ] {466f1096-3acf-4385-a088-1d57f33c9e29} <Debug> TCPHandler: Processed in 0.002150112 sec. | ||
| 6152 | 2025.02.10 18:51:36.545731 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6153 | 2025.02.10 18:51:36.545934 [ 256 ] {39802ce3-36a1-481e-ab5b-7dbc0c16396c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6154 | 2025.02.10 18:51:36.546010 [ 256 ] {39802ce3-36a1-481e-ab5b-7dbc0c16396c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6155 | 2025.02.10 18:51:36.547434 [ 256 ] {39802ce3-36a1-481e-ab5b-7dbc0c16396c} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6156 | 2025.02.10 18:51:36.547490 [ 256 ] {39802ce3-36a1-481e-ab5b-7dbc0c16396c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6157 | 2025.02.10 18:51:36.548013 [ 256 ] {39802ce3-36a1-481e-ab5b-7dbc0c16396c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6158 | 2025.02.10 18:51:36.548290 [ 256 ] {39802ce3-36a1-481e-ab5b-7dbc0c16396c} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6159 | 2025.02.10 18:51:36.548559 [ 256 ] {39802ce3-36a1-481e-ab5b-7dbc0c16396c} <Debug> executeQuery: Read 1207 rows, 102.02 KiB in 0.002681 sec., 450205.1473330847 rows/sec., 37.16 MiB/sec. | ||
| 6160 | 2025.02.10 18:51:36.548673 [ 256 ] {39802ce3-36a1-481e-ab5b-7dbc0c16396c} <Debug> TCPHandler: Processed in 0.003080954 sec. | ||
| 6161 | 2025.02.10 18:51:36.548856 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6162 | 2025.02.10 18:51:36.549006 [ 4 ] {73c0e235-5fdd-4f2f-859c-dafda4e51950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6163 | 2025.02.10 18:51:36.549060 [ 4 ] {73c0e235-5fdd-4f2f-859c-dafda4e51950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6164 | 2025.02.10 18:51:36.549650 [ 4 ] {73c0e235-5fdd-4f2f-859c-dafda4e51950} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6165 | 2025.02.10 18:51:36.549696 [ 4 ] {73c0e235-5fdd-4f2f-859c-dafda4e51950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6166 | 2025.02.10 18:51:36.550072 [ 4 ] {73c0e235-5fdd-4f2f-859c-dafda4e51950} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6167 | 2025.02.10 18:51:36.550309 [ 4 ] {73c0e235-5fdd-4f2f-859c-dafda4e51950} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6168 | 2025.02.10 18:51:36.550496 [ 4 ] {73c0e235-5fdd-4f2f-859c-dafda4e51950} <Debug> executeQuery: Read 7 rows, 528.00 B in 0.001519 sec., 4608.294930875576 rows/sec., 339.45 KiB/sec. | ||
| 6169 | 2025.02.10 18:51:36.550622 [ 4 ] {73c0e235-5fdd-4f2f-859c-dafda4e51950} <Debug> TCPHandler: Processed in 0.001846685 sec. | ||
| 6170 | 2025.02.10 18:51:36.550803 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6171 | 2025.02.10 18:51:36.550953 [ 256 ] {20201c02-0c5c-4c13-8979-d24f4f37e4e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6172 | 2025.02.10 18:51:36.551017 [ 256 ] {20201c02-0c5c-4c13-8979-d24f4f37e4e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6173 | 2025.02.10 18:51:36.551765 [ 256 ] {20201c02-0c5c-4c13-8979-d24f4f37e4e3} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6174 | 2025.02.10 18:51:36.551807 [ 256 ] {20201c02-0c5c-4c13-8979-d24f4f37e4e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6175 | 2025.02.10 18:51:36.552187 [ 256 ] {20201c02-0c5c-4c13-8979-d24f4f37e4e3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6176 | 2025.02.10 18:51:36.552449 [ 256 ] {20201c02-0c5c-4c13-8979-d24f4f37e4e3} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6177 | 2025.02.10 18:51:36.552681 [ 256 ] {20201c02-0c5c-4c13-8979-d24f4f37e4e3} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001766 sec., 129105.3227633069 rows/sec., 8.74 MiB/sec. | ||
| 6178 | 2025.02.10 18:51:36.552743 [ 256 ] {20201c02-0c5c-4c13-8979-d24f4f37e4e3} <Debug> TCPHandler: Processed in 0.002030679 sec. | ||
| 6179 | 2025.02.10 18:51:36.552911 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6180 | 2025.02.10 18:51:36.553051 [ 4 ] {15ba2971-550f-455a-aa28-18bb10a1a20d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6181 | 2025.02.10 18:51:36.553109 [ 4 ] {15ba2971-550f-455a-aa28-18bb10a1a20d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6182 | 2025.02.10 18:51:36.553975 [ 4 ] {15ba2971-550f-455a-aa28-18bb10a1a20d} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6183 | 2025.02.10 18:51:36.554012 [ 4 ] {15ba2971-550f-455a-aa28-18bb10a1a20d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6184 | 2025.02.10 18:51:36.554389 [ 4 ] {15ba2971-550f-455a-aa28-18bb10a1a20d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6185 | 2025.02.10 18:51:36.554621 [ 4 ] {15ba2971-550f-455a-aa28-18bb10a1a20d} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6186 | 2025.02.10 18:51:36.554801 [ 4 ] {15ba2971-550f-455a-aa28-18bb10a1a20d} <Debug> executeQuery: Read 527 rows, 39.97 KiB in 0.001782 sec., 295735.1290684624 rows/sec., 21.90 MiB/sec. | ||
| 6187 | 2025.02.10 18:51:36.554854 [ 4 ] {15ba2971-550f-455a-aa28-18bb10a1a20d} <Debug> TCPHandler: Processed in 0.002010528 sec. | ||
| 6188 | 2025.02.10 18:51:36.555047 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6189 | 2025.02.10 18:51:36.555194 [ 256 ] {3f538b22-9d49-4f65-9647-6db9fae24ab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6190 | 2025.02.10 18:51:36.555260 [ 256 ] {3f538b22-9d49-4f65-9647-6db9fae24ab5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6191 | 2025.02.10 18:51:36.556199 [ 256 ] {3f538b22-9d49-4f65-9647-6db9fae24ab5} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6192 | 2025.02.10 18:51:36.556249 [ 256 ] {3f538b22-9d49-4f65-9647-6db9fae24ab5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6193 | 2025.02.10 18:51:36.556706 [ 256 ] {3f538b22-9d49-4f65-9647-6db9fae24ab5} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6194 | 2025.02.10 18:51:36.556948 [ 256 ] {3f538b22-9d49-4f65-9647-6db9fae24ab5} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6195 | 2025.02.10 18:51:36.557178 [ 256 ] {3f538b22-9d49-4f65-9647-6db9fae24ab5} <Debug> executeQuery: Read 965 rows, 66.32 KiB in 0.002019 sec., 477959.38583457156 rows/sec., 32.08 MiB/sec. | ||
| 6196 | 2025.02.10 18:51:36.557237 [ 256 ] {3f538b22-9d49-4f65-9647-6db9fae24ab5} <Debug> TCPHandler: Processed in 0.002257645 sec. | ||
| 6197 | 2025.02.10 18:51:36.557397 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6198 | 2025.02.10 18:51:36.557537 [ 4 ] {1404b66b-5dc0-495d-807f-ee0e93773d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6199 | 2025.02.10 18:51:36.557629 [ 4 ] {1404b66b-5dc0-495d-807f-ee0e93773d9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6200 | 2025.02.10 18:51:36.558819 [ 4 ] {1404b66b-5dc0-495d-807f-ee0e93773d9d} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6201 | 2025.02.10 18:51:36.558856 [ 4 ] {1404b66b-5dc0-495d-807f-ee0e93773d9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6202 | 2025.02.10 18:51:36.559464 [ 4 ] {1404b66b-5dc0-495d-807f-ee0e93773d9d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6203 | 2025.02.10 18:51:36.559717 [ 4 ] {1404b66b-5dc0-495d-807f-ee0e93773d9d} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6204 | 2025.02.10 18:51:36.559911 [ 4 ] {1404b66b-5dc0-495d-807f-ee0e93773d9d} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002405 sec., 2079.002079002079 rows/sec., 3.73 MiB/sec. | ||
| 6205 | 2025.02.10 18:51:36.560002 [ 4 ] {1404b66b-5dc0-495d-807f-ee0e93773d9d} <Debug> TCPHandler: Processed in 0.002669694 sec. | ||
| 6206 | 2025.02.10 18:51:36.560157 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6207 | 2025.02.10 18:51:36.560297 [ 256 ] {01e11ead-e76e-4408-9774-fb21c07c8e2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6208 | 2025.02.10 18:51:36.560359 [ 256 ] {01e11ead-e76e-4408-9774-fb21c07c8e2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6209 | 2025.02.10 18:51:36.560934 [ 256 ] {01e11ead-e76e-4408-9774-fb21c07c8e2b} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6210 | 2025.02.10 18:51:36.560980 [ 256 ] {01e11ead-e76e-4408-9774-fb21c07c8e2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6211 | 2025.02.10 18:51:36.561396 [ 256 ] {01e11ead-e76e-4408-9774-fb21c07c8e2b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6212 | 2025.02.10 18:51:36.561632 [ 256 ] {01e11ead-e76e-4408-9774-fb21c07c8e2b} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6213 | 2025.02.10 18:51:36.561889 [ 256 ] {01e11ead-e76e-4408-9774-fb21c07c8e2b} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001621 sec., 27143.738433066006 rows/sec., 1.83 MiB/sec. | ||
| 6214 | 2025.02.10 18:51:36.561977 [ 256 ] {01e11ead-e76e-4408-9774-fb21c07c8e2b} <Debug> TCPHandler: Processed in 0.001886936 sec. | ||
| 6215 | 2025.02.10 18:51:38.333399 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6216 | 2025.02.10 18:51:38.333607 [ 4 ] {426a4440-5e6b-4026-98d6-ebfe59c7084d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6217 | 2025.02.10 18:51:38.333687 [ 4 ] {426a4440-5e6b-4026-98d6-ebfe59c7084d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6218 | 2025.02.10 18:51:38.334560 [ 4 ] {426a4440-5e6b-4026-98d6-ebfe59c7084d} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6219 | 2025.02.10 18:51:38.334611 [ 4 ] {426a4440-5e6b-4026-98d6-ebfe59c7084d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6220 | 2025.02.10 18:51:38.335020 [ 4 ] {426a4440-5e6b-4026-98d6-ebfe59c7084d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6221 | 2025.02.10 18:51:38.335280 [ 4 ] {426a4440-5e6b-4026-98d6-ebfe59c7084d} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6222 | 2025.02.10 18:51:38.335476 [ 135 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6223 | 2025.02.10 18:51:38.335536 [ 4 ] {426a4440-5e6b-4026-98d6-ebfe59c7084d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001978 sec., 28311.425682507583 rows/sec., 2.17 MiB/sec. | ||
| 6224 | 2025.02.10 18:51:38.335568 [ 135 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6225 | 2025.02.10 18:51:38.335643 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6226 | 2025.02.10 18:51:38.335650 [ 4 ] {426a4440-5e6b-4026-98d6-ebfe59c7084d} <Debug> TCPHandler: Processed in 0.002389537 sec. | ||
| 6227 | 2025.02.10 18:51:38.335923 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 6228 | 2025.02.10 18:51:38.336025 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6229 | 2025.02.10 18:51:38.336204 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6230 | 2025.02.10 18:51:38.336291 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1432 rows starting from the beginning of the part | ||
| 6231 | 2025.02.10 18:51:38.336383 [ 256 ] {a8189fd4-ed02-4fe0-b6d5-cd8cf15e7308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6232 | 2025.02.10 18:51:38.336459 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 278 rows starting from the beginning of the part | ||
| 6233 | 2025.02.10 18:51:38.336500 [ 256 ] {a8189fd4-ed02-4fe0-b6d5-cd8cf15e7308} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6234 | 2025.02.10 18:51:38.336765 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 66 rows starting from the beginning of the part | ||
| 6235 | 2025.02.10 18:51:38.337125 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 273 rows starting from the beginning of the part | ||
| 6236 | 2025.02.10 18:51:38.337415 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1207 rows starting from the beginning of the part | ||
| 6237 | 2025.02.10 18:51:38.337823 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part | ||
| 6238 | 2025.02.10 18:51:38.339022 [ 256 ] {a8189fd4-ed02-4fe0-b6d5-cd8cf15e7308} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6239 | 2025.02.10 18:51:38.339075 [ 256 ] {a8189fd4-ed02-4fe0-b6d5-cd8cf15e7308} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6240 | 2025.02.10 18:51:38.339758 [ 256 ] {a8189fd4-ed02-4fe0-b6d5-cd8cf15e7308} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6241 | 2025.02.10 18:51:38.340046 [ 256 ] {a8189fd4-ed02-4fe0-b6d5-cd8cf15e7308} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6242 | 2025.02.10 18:51:38.340295 [ 135 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6243 | 2025.02.10 18:51:38.340454 [ 135 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6244 | 2025.02.10 18:51:38.340559 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6245 | 2025.02.10 18:51:38.340639 [ 256 ] {a8189fd4-ed02-4fe0-b6d5-cd8cf15e7308} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004343 sec., 14736.3573566659 rows/sec., 1.15 MiB/sec. | ||
| 6246 | 2025.02.10 18:51:38.340645 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3312 rows, containing 5 columns (5 merged, 0 gathered) in 0.004855367 sec., 682131.7523474538 rows/sec., 59.78 MiB/sec. | ||
| 6247 | 2025.02.10 18:51:38.340990 [ 256 ] {a8189fd4-ed02-4fe0-b6d5-cd8cf15e7308} <Debug> TCPHandler: Processed in 0.005174335 sec. | ||
| 6248 | 2025.02.10 18:51:38.341064 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6249 | 2025.02.10 18:51:38.341101 [ 200 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 6250 | 2025.02.10 18:51:38.341278 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6251 | 2025.02.10 18:51:38.341645 [ 200 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6252 | 2025.02.10 18:51:38.341669 [ 4 ] {dbce09d5-89e5-453a-bb5f-516422aae78c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6253 | 2025.02.10 18:51:38.341756 [ 200 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 914 rows starting from the beginning of the part | ||
| 6254 | 2025.02.10 18:51:38.341842 [ 4 ] {dbce09d5-89e5-453a-bb5f-516422aae78c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6255 | 2025.02.10 18:51:38.341842 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_46_9} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6256 | 2025.02.10 18:51:38.342271 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_46_9} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6257 | 2025.02.10 18:51:38.342536 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 6258 | 2025.02.10 18:51:38.342456 [ 200 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part | ||
| 6259 | 2025.02.10 18:51:38.343001 [ 200 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 69 rows starting from the beginning of the part | ||
| 6260 | 2025.02.10 18:51:38.343361 [ 200 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 417 rows starting from the beginning of the part | ||
| 6261 | 2025.02.10 18:51:38.343560 [ 200 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 527 rows starting from the beginning of the part | ||
| 6262 | 2025.02.10 18:51:38.343882 [ 200 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 64 rows starting from the beginning of the part | ||
| 6263 | 2025.02.10 18:51:38.344655 [ 4 ] {dbce09d5-89e5-453a-bb5f-516422aae78c} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6264 | 2025.02.10 18:51:38.344719 [ 4 ] {dbce09d5-89e5-453a-bb5f-516422aae78c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6265 | 2025.02.10 18:51:38.345632 [ 4 ] {dbce09d5-89e5-453a-bb5f-516422aae78c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6266 | 2025.02.10 18:51:38.346193 [ 4 ] {dbce09d5-89e5-453a-bb5f-516422aae78c} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6267 | 2025.02.10 18:51:38.346537 [ 135 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6268 | 2025.02.10 18:51:38.346678 [ 4 ] {dbce09d5-89e5-453a-bb5f-516422aae78c} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.00513 sec., 8187.1345029239765 rows/sec., 583.27 KiB/sec. | ||
| 6269 | 2025.02.10 18:51:38.346690 [ 135 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6270 | 2025.02.10 18:51:38.346826 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6271 | 2025.02.10 18:51:38.346905 [ 4 ] {dbce09d5-89e5-453a-bb5f-516422aae78c} <Debug> TCPHandler: Processed in 0.005768949 sec. | ||
| 6272 | 2025.02.10 18:51:38.347635 [ 199 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 6273 | 2025.02.10 18:51:38.347732 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 5 columns (5 merged, 0 gathered) in 0.006984288 sec., 346205.65474963235 rows/sec., 26.55 MiB/sec. | ||
| 6274 | 2025.02.10 18:51:38.347711 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6275 | 2025.02.10 18:51:38.348129 [ 199 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6276 | 2025.02.10 18:51:38.348150 [ 200 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6277 | 2025.02.10 18:51:38.348295 [ 199 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 13307 rows starting from the beginning of the part | ||
| 6278 | 2025.02.10 18:51:38.348629 [ 256 ] {780bc5b4-f743-43e2-a2c5-9a20038ec776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6279 | 2025.02.10 18:51:38.348778 [ 199 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 242 rows starting from the beginning of the part | ||
| 6280 | 2025.02.10 18:51:38.348907 [ 256 ] {780bc5b4-f743-43e2-a2c5-9a20038ec776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6281 | 2025.02.10 18:51:38.349430 [ 199 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
| 6282 | 2025.02.10 18:51:38.349941 [ 199 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 237 rows starting from the beginning of the part | ||
| 6283 | 2025.02.10 18:51:38.350408 [ 199 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 965 rows starting from the beginning of the part | ||
| 6284 | 2025.02.10 18:51:38.350715 [ 199 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 42 rows starting from the beginning of the part | ||
| 6285 | 2025.02.10 18:51:38.351944 [ 200 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_46_9} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6286 | 2025.02.10 18:51:38.352371 [ 200 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_46_9} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6287 | 2025.02.10 18:51:38.352602 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6288 | 2025.02.10 18:51:38.352640 [ 256 ] {780bc5b4-f743-43e2-a2c5-9a20038ec776} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6289 | 2025.02.10 18:51:38.352693 [ 256 ] {780bc5b4-f743-43e2-a2c5-9a20038ec776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6290 | 2025.02.10 18:51:38.353264 [ 256 ] {780bc5b4-f743-43e2-a2c5-9a20038ec776} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6291 | 2025.02.10 18:51:38.353840 [ 256 ] {780bc5b4-f743-43e2-a2c5-9a20038ec776} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6292 | 2025.02.10 18:51:38.354157 [ 135 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6293 | 2025.02.10 18:51:38.354256 [ 135 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6294 | 2025.02.10 18:51:38.354325 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6295 | 2025.02.10 18:51:38.354516 [ 256 ] {780bc5b4-f743-43e2-a2c5-9a20038ec776} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.006029 sec., 2653.8397744236195 rows/sec., 184.01 KiB/sec. | ||
| 6296 | 2025.02.10 18:51:38.355042 [ 256 ] {780bc5b4-f743-43e2-a2c5-9a20038ec776} <Debug> TCPHandler: Processed in 0.007739927 sec. | ||
| 6297 | 2025.02.10 18:51:38.355291 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 6298 | 2025.02.10 18:51:38.355716 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6299 | 2025.02.10 18:51:38.355752 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2522 rows starting from the beginning of the part | ||
| 6300 | 2025.02.10 18:51:38.356004 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 82 rows starting from the beginning of the part | ||
| 6301 | 2025.02.10 18:51:38.356295 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part | ||
| 6302 | 2025.02.10 18:51:38.356559 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 82 rows starting from the beginning of the part | ||
| 6303 | 2025.02.10 18:51:38.356772 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 44 rows starting from the beginning of the part | ||
| 6304 | 2025.02.10 18:51:38.356992 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 16 rows starting from the beginning of the part | ||
| 6305 | 2025.02.10 18:51:38.358375 [ 199 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14953 rows, containing 5 columns (5 merged, 0 gathered) in 0.011224361 sec., 1332191.649930005 rows/sec., 89.90 MiB/sec. | ||
| 6306 | 2025.02.10 18:51:38.358839 [ 199 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6307 | 2025.02.10 18:51:38.359482 [ 199 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6308 | 2025.02.10 18:51:38.359514 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.00497784 sec., 563698.3109139707 rows/sec., 36.77 MiB/sec. | ||
| 6309 | 2025.02.10 18:51:38.359606 [ 199 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6310 | 2025.02.10 18:51:38.359707 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB. | ||
| 6311 | 2025.02.10 18:51:38.359888 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6312 | 2025.02.10 18:51:38.360201 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_46_9} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6313 | 2025.02.10 18:51:38.360280 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_46_9} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6314 | 2025.02.10 18:51:38.360367 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 6315 | 2025.02.10 18:51:40.214017 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 | ||
| 6316 | 2025.02.10 18:51:40.214786 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6317 | 2025.02.10 18:51:40.214838 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6318 | 2025.02.10 18:51:40.215378 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6319 | 2025.02.10 18:51:40.215642 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6320 | 2025.02.10 18:51:40.215957 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 | ||
| 6321 | 2025.02.10 18:51:41.121630 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 6322 | 2025.02.10 18:51:41.141963 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6323 | 2025.02.10 18:51:41.142016 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6324 | 2025.02.10 18:51:41.149263 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6325 | 2025.02.10 18:51:41.150042 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6326 | 2025.02.10 18:51:41.152681 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 6327 | 2025.02.10 18:51:42.774935 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 912 | ||
| 6328 | 2025.02.10 18:51:42.778263 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6329 | 2025.02.10 18:51:42.778307 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6330 | 2025.02.10 18:51:42.779779 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6331 | 2025.02.10 18:51:42.780096 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6332 | 2025.02.10 18:51:42.780274 [ 130 ] {} <Debug> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6333 | 2025.02.10 18:51:42.780348 [ 130 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6334 | 2025.02.10 18:51:42.780396 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6335 | 2025.02.10 18:51:42.780926 [ 195 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::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 | ||
| 6336 | 2025.02.10 18:51:42.782192 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 912 | ||
| 6337 | 2025.02.10 18:51:42.782599 [ 195 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6338 | 2025.02.10 18:51:42.782794 [ 195 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 714 rows starting from the beginning of the part | ||
| 6339 | 2025.02.10 18:51:42.783496 [ 195 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part | ||
| 6340 | 2025.02.10 18:51:42.784101 [ 195 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 46 rows starting from the beginning of the part | ||
| 6341 | 2025.02.10 18:51:42.784695 [ 195 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part | ||
| 6342 | 2025.02.10 18:51:42.785286 [ 195 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part | ||
| 6343 | 2025.02.10 18:51:42.785861 [ 195 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 46 rows starting from the beginning of the part | ||
| 6344 | 2025.02.10 18:51:42.794410 [ 196 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 912 rows, containing 72 columns (72 merged, 0 gathered) in 0.013821133 sec., 65985.90723350973 rows/sec., 53.96 MiB/sec. | ||
| 6345 | 2025.02.10 18:51:42.795912 [ 196 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6346 | 2025.02.10 18:51:42.796764 [ 196 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_21_4} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6347 | 2025.02.10 18:51:42.796867 [ 196 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_21_4} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6348 | 2025.02.10 18:51:42.797221 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
| 6349 | 2025.02.10 18:51:43.346111 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6350 | 2025.02.10 18:51:43.346320 [ 4 ] {61955d61-426c-4d5c-aa71-2f2a1e6c84b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6351 | 2025.02.10 18:51:43.346399 [ 4 ] {61955d61-426c-4d5c-aa71-2f2a1e6c84b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6352 | 2025.02.10 18:51:43.347169 [ 4 ] {61955d61-426c-4d5c-aa71-2f2a1e6c84b6} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6353 | 2025.02.10 18:51:43.347212 [ 4 ] {61955d61-426c-4d5c-aa71-2f2a1e6c84b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6354 | 2025.02.10 18:51:43.347642 [ 4 ] {61955d61-426c-4d5c-aa71-2f2a1e6c84b6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6355 | 2025.02.10 18:51:43.347903 [ 4 ] {61955d61-426c-4d5c-aa71-2f2a1e6c84b6} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6356 | 2025.02.10 18:51:43.348118 [ 4 ] {61955d61-426c-4d5c-aa71-2f2a1e6c84b6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001854 sec., 7551.240560949299 rows/sec., 543.59 KiB/sec. | ||
| 6357 | 2025.02.10 18:51:43.348253 [ 4 ] {61955d61-426c-4d5c-aa71-2f2a1e6c84b6} <Debug> TCPHandler: Processed in 0.002267844 sec. | ||
| 6358 | 2025.02.10 18:51:43.348548 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6359 | 2025.02.10 18:51:43.348855 [ 256 ] {e0898a3b-da37-4b67-befc-8c488dac813e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6360 | 2025.02.10 18:51:43.348976 [ 256 ] {e0898a3b-da37-4b67-befc-8c488dac813e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6361 | 2025.02.10 18:51:43.350138 [ 256 ] {e0898a3b-da37-4b67-befc-8c488dac813e} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6362 | 2025.02.10 18:51:43.350189 [ 256 ] {e0898a3b-da37-4b67-befc-8c488dac813e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6363 | 2025.02.10 18:51:43.350670 [ 256 ] {e0898a3b-da37-4b67-befc-8c488dac813e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6364 | 2025.02.10 18:51:43.350936 [ 256 ] {e0898a3b-da37-4b67-befc-8c488dac813e} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6365 | 2025.02.10 18:51:43.351202 [ 256 ] {e0898a3b-da37-4b67-befc-8c488dac813e} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.002433 sec., 112207.15166461159 rows/sec., 9.89 MiB/sec. | ||
| 6366 | 2025.02.10 18:51:43.351426 [ 256 ] {e0898a3b-da37-4b67-befc-8c488dac813e} <Debug> TCPHandler: Processed in 0.003023193 sec. | ||
| 6367 | 2025.02.10 18:51:43.351636 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6368 | 2025.02.10 18:51:43.351772 [ 4 ] {4cd7bf78-3572-4b1f-8e71-a090e041c165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6369 | 2025.02.10 18:51:43.351825 [ 4 ] {4cd7bf78-3572-4b1f-8e71-a090e041c165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6370 | 2025.02.10 18:51:43.352427 [ 4 ] {4cd7bf78-3572-4b1f-8e71-a090e041c165} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6371 | 2025.02.10 18:51:43.352466 [ 4 ] {4cd7bf78-3572-4b1f-8e71-a090e041c165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6372 | 2025.02.10 18:51:43.352843 [ 4 ] {4cd7bf78-3572-4b1f-8e71-a090e041c165} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6373 | 2025.02.10 18:51:43.353080 [ 4 ] {4cd7bf78-3572-4b1f-8e71-a090e041c165} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6374 | 2025.02.10 18:51:43.353281 [ 4 ] {4cd7bf78-3572-4b1f-8e71-a090e041c165} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001537 sec., 27325.959661678597 rows/sec., 1.96 MiB/sec. | ||
| 6375 | 2025.02.10 18:51:43.353336 [ 4 ] {4cd7bf78-3572-4b1f-8e71-a090e041c165} <Debug> TCPHandler: Processed in 0.001796273 sec. | ||
| 6376 | 2025.02.10 18:51:43.353506 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6377 | 2025.02.10 18:51:43.353719 [ 256 ] {10172253-7e0b-432f-b7ce-bb98b19d6280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6378 | 2025.02.10 18:51:43.353814 [ 256 ] {10172253-7e0b-432f-b7ce-bb98b19d6280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6379 | 2025.02.10 18:51:43.354751 [ 256 ] {10172253-7e0b-432f-b7ce-bb98b19d6280} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6380 | 2025.02.10 18:51:43.354792 [ 256 ] {10172253-7e0b-432f-b7ce-bb98b19d6280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6381 | 2025.02.10 18:51:43.355166 [ 256 ] {10172253-7e0b-432f-b7ce-bb98b19d6280} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6382 | 2025.02.10 18:51:43.355406 [ 256 ] {10172253-7e0b-432f-b7ce-bb98b19d6280} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6383 | 2025.02.10 18:51:43.355576 [ 127 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6384 | 2025.02.10 18:51:43.355657 [ 256 ] {10172253-7e0b-432f-b7ce-bb98b19d6280} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001995 sec., 7017.543859649123 rows/sec., 491.46 KiB/sec. | ||
| 6385 | 2025.02.10 18:51:43.355682 [ 127 ] {} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6386 | 2025.02.10 18:51:43.355765 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6387 | 2025.02.10 18:51:43.355790 [ 256 ] {10172253-7e0b-432f-b7ce-bb98b19d6280} <Debug> TCPHandler: Processed in 0.002342126 sec. | ||
| 6388 | 2025.02.10 18:51:43.356081 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6389 | 2025.02.10 18:51:43.356257 [ 191 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::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 | ||
| 6390 | 2025.02.10 18:51:43.356424 [ 4 ] {e71baf6d-8642-457e-bf91-d254fcd1c22f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6391 | 2025.02.10 18:51:43.356535 [ 4 ] {e71baf6d-8642-457e-bf91-d254fcd1c22f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6392 | 2025.02.10 18:51:43.356683 [ 191 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6393 | 2025.02.10 18:51:43.356774 [ 191 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 242 rows starting from the beginning of the part | ||
| 6394 | 2025.02.10 18:51:43.357020 [ 191 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 6395 | 2025.02.10 18:51:43.357488 [ 191 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 6396 | 2025.02.10 18:51:43.357849 [ 191 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 6397 | 2025.02.10 18:51:43.358139 [ 191 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 228 rows starting from the beginning of the part | ||
| 6398 | 2025.02.10 18:51:43.358513 [ 191 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 6399 | 2025.02.10 18:51:43.359420 [ 4 ] {e71baf6d-8642-457e-bf91-d254fcd1c22f} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6400 | 2025.02.10 18:51:43.359480 [ 4 ] {e71baf6d-8642-457e-bf91-d254fcd1c22f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6401 | 2025.02.10 18:51:43.360334 [ 4 ] {e71baf6d-8642-457e-bf91-d254fcd1c22f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6402 | 2025.02.10 18:51:43.360782 [ 4 ] {e71baf6d-8642-457e-bf91-d254fcd1c22f} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6403 | 2025.02.10 18:51:43.361345 [ 186 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005459312 sec., 96349.13703411711 rows/sec., 6.90 MiB/sec. | ||
| 6404 | 2025.02.10 18:51:43.361352 [ 4 ] {e71baf6d-8642-457e-bf91-d254fcd1c22f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005041 sec., 2578.853402102757 rows/sec., 160.79 KiB/sec. | ||
| 6405 | 2025.02.10 18:51:43.361455 [ 4 ] {e71baf6d-8642-457e-bf91-d254fcd1c22f} <Debug> TCPHandler: Processed in 0.005513953 sec. | ||
| 6406 | 2025.02.10 18:51:43.361559 [ 186 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6407 | 2025.02.10 18:51:43.361648 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6408 | 2025.02.10 18:51:43.361892 [ 256 ] {3b4e0326-d927-457d-97c5-695aca42fac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6409 | 2025.02.10 18:51:43.361992 [ 256 ] {3b4e0326-d927-457d-97c5-695aca42fac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6410 | 2025.02.10 18:51:43.362115 [ 186 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_26_5} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6411 | 2025.02.10 18:51:43.362320 [ 186 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_26_5} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6412 | 2025.02.10 18:51:43.362528 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 6413 | 2025.02.10 18:51:43.363154 [ 256 ] {3b4e0326-d927-457d-97c5-695aca42fac0} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6414 | 2025.02.10 18:51:43.363199 [ 256 ] {3b4e0326-d927-457d-97c5-695aca42fac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6415 | 2025.02.10 18:51:43.363605 [ 256 ] {3b4e0326-d927-457d-97c5-695aca42fac0} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6416 | 2025.02.10 18:51:43.363858 [ 256 ] {3b4e0326-d927-457d-97c5-695aca42fac0} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6417 | 2025.02.10 18:51:43.364122 [ 256 ] {3b4e0326-d927-457d-97c5-695aca42fac0} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.002288 sec., 182255.24475524476 rows/sec., 13.01 MiB/sec. | ||
| 6418 | 2025.02.10 18:51:43.364286 [ 256 ] {3b4e0326-d927-457d-97c5-695aca42fac0} <Debug> TCPHandler: Processed in 0.002729116 sec. | ||
| 6419 | 2025.02.10 18:51:43.364497 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6420 | 2025.02.10 18:51:43.364625 [ 4 ] {45f08f44-7781-46f5-95c2-4c473a9ed553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6421 | 2025.02.10 18:51:43.364679 [ 4 ] {45f08f44-7781-46f5-95c2-4c473a9ed553} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6422 | 2025.02.10 18:51:43.365145 [ 4 ] {45f08f44-7781-46f5-95c2-4c473a9ed553} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6423 | 2025.02.10 18:51:43.365183 [ 4 ] {45f08f44-7781-46f5-95c2-4c473a9ed553} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6424 | 2025.02.10 18:51:43.365550 [ 4 ] {45f08f44-7781-46f5-95c2-4c473a9ed553} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6425 | 2025.02.10 18:51:43.365794 [ 4 ] {45f08f44-7781-46f5-95c2-4c473a9ed553} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6426 | 2025.02.10 18:51:43.366008 [ 4 ] {45f08f44-7781-46f5-95c2-4c473a9ed553} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001407 sec., 4264.392324093817 rows/sec., 222.80 KiB/sec. | ||
| 6427 | 2025.02.10 18:51:43.366058 [ 4 ] {45f08f44-7781-46f5-95c2-4c473a9ed553} <Debug> TCPHandler: Processed in 0.00166077 sec. | ||
| 6428 | 2025.02.10 18:51:43.366203 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6429 | 2025.02.10 18:51:43.366320 [ 256 ] {73a14c42-989b-4f5d-8b0e-6439919a3051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6430 | 2025.02.10 18:51:43.366374 [ 256 ] {73a14c42-989b-4f5d-8b0e-6439919a3051} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6431 | 2025.02.10 18:51:43.366963 [ 256 ] {73a14c42-989b-4f5d-8b0e-6439919a3051} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6432 | 2025.02.10 18:51:43.367003 [ 256 ] {73a14c42-989b-4f5d-8b0e-6439919a3051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6433 | 2025.02.10 18:51:43.367400 [ 256 ] {73a14c42-989b-4f5d-8b0e-6439919a3051} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6434 | 2025.02.10 18:51:43.367634 [ 256 ] {73a14c42-989b-4f5d-8b0e-6439919a3051} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6435 | 2025.02.10 18:51:43.367839 [ 256 ] {73a14c42-989b-4f5d-8b0e-6439919a3051} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001544 sec., 153497.40932642488 rows/sec., 10.29 MiB/sec. | ||
| 6436 | 2025.02.10 18:51:43.367890 [ 256 ] {73a14c42-989b-4f5d-8b0e-6439919a3051} <Debug> TCPHandler: Processed in 0.001746722 sec. | ||
| 6437 | 2025.02.10 18:51:43.368055 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6438 | 2025.02.10 18:51:43.368197 [ 4 ] {487967aa-1d4c-48e3-b00e-82b26e9d9c4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6439 | 2025.02.10 18:51:43.368260 [ 4 ] {487967aa-1d4c-48e3-b00e-82b26e9d9c4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6440 | 2025.02.10 18:51:43.368787 [ 4 ] {487967aa-1d4c-48e3-b00e-82b26e9d9c4a} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6441 | 2025.02.10 18:51:43.368827 [ 4 ] {487967aa-1d4c-48e3-b00e-82b26e9d9c4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6442 | 2025.02.10 18:51:43.369212 [ 4 ] {487967aa-1d4c-48e3-b00e-82b26e9d9c4a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6443 | 2025.02.10 18:51:43.369462 [ 4 ] {487967aa-1d4c-48e3-b00e-82b26e9d9c4a} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6444 | 2025.02.10 18:51:43.369649 [ 127 ] {} <Debug> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 6445 | 2025.02.10 18:51:43.369711 [ 4 ] {487967aa-1d4c-48e3-b00e-82b26e9d9c4a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001544 sec., 647.6683937823834 rows/sec., 43.64 KiB/sec. | ||
| 6446 | 2025.02.10 18:51:43.369727 [ 127 ] {} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6447 | 2025.02.10 18:51:43.369807 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6448 | 2025.02.10 18:51:43.369827 [ 4 ] {487967aa-1d4c-48e3-b00e-82b26e9d9c4a} <Debug> TCPHandler: Processed in 0.001840355 sec. | ||
| 6449 | 2025.02.10 18:51:43.370140 [ 187 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 6450 | 2025.02.10 18:51:43.370157 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6451 | 2025.02.10 18:51:43.370493 [ 187 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6452 | 2025.02.10 18:51:43.370548 [ 256 ] {ba02555a-f3eb-4383-854f-016b29910fcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6453 | 2025.02.10 18:51:43.370583 [ 187 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part | ||
| 6454 | 2025.02.10 18:51:43.370842 [ 256 ] {ba02555a-f3eb-4383-854f-016b29910fcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6455 | 2025.02.10 18:51:43.370923 [ 187 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 6456 | 2025.02.10 18:51:43.371336 [ 187 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 6457 | 2025.02.10 18:51:43.371698 [ 187 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 6458 | 2025.02.10 18:51:43.371990 [ 187 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 6459 | 2025.02.10 18:51:43.372376 [ 187 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 6460 | 2025.02.10 18:51:43.375821 [ 187 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.005855811 sec., 3415.4107774311706 rows/sec., 230.14 KiB/sec. | ||
| 6461 | 2025.02.10 18:51:43.376057 [ 187 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6462 | 2025.02.10 18:51:43.376432 [ 256 ] {ba02555a-f3eb-4383-854f-016b29910fcb} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6463 | 2025.02.10 18:51:43.376503 [ 256 ] {ba02555a-f3eb-4383-854f-016b29910fcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6464 | 2025.02.10 18:51:43.376711 [ 187 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_20_4} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6465 | 2025.02.10 18:51:43.376947 [ 187 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_20_4} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6466 | 2025.02.10 18:51:43.377084 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6467 | 2025.02.10 18:51:43.377575 [ 256 ] {ba02555a-f3eb-4383-854f-016b29910fcb} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6468 | 2025.02.10 18:51:43.377843 [ 256 ] {ba02555a-f3eb-4383-854f-016b29910fcb} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6469 | 2025.02.10 18:51:43.378099 [ 256 ] {ba02555a-f3eb-4383-854f-016b29910fcb} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.007661 sec., 4568.594178305704 rows/sec., 8.19 MiB/sec. | ||
| 6470 | 2025.02.10 18:51:43.378210 [ 256 ] {ba02555a-f3eb-4383-854f-016b29910fcb} <Debug> TCPHandler: Processed in 0.008268949 sec. | ||
| 6471 | 2025.02.10 18:51:43.378362 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6472 | 2025.02.10 18:51:43.378504 [ 4 ] {39400534-e029-495a-b759-dd1cb842e067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6473 | 2025.02.10 18:51:43.378566 [ 4 ] {39400534-e029-495a-b759-dd1cb842e067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6474 | 2025.02.10 18:51:43.379152 [ 4 ] {39400534-e029-495a-b759-dd1cb842e067} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6475 | 2025.02.10 18:51:43.379200 [ 4 ] {39400534-e029-495a-b759-dd1cb842e067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6476 | 2025.02.10 18:51:43.379636 [ 4 ] {39400534-e029-495a-b759-dd1cb842e067} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6477 | 2025.02.10 18:51:43.379879 [ 4 ] {39400534-e029-495a-b759-dd1cb842e067} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6478 | 2025.02.10 18:51:43.380096 [ 4 ] {39400534-e029-495a-b759-dd1cb842e067} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001623 sec., 50523.721503388784 rows/sec., 3.21 MiB/sec. | ||
| 6479 | 2025.02.10 18:51:43.380207 [ 4 ] {39400534-e029-495a-b759-dd1cb842e067} <Debug> TCPHandler: Processed in 0.001912986 sec. | ||
| 6480 | 2025.02.10 18:51:47.601025 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6481 | 2025.02.10 18:51:47.601130 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6482 | 2025.02.10 18:51:47.716119 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 | ||
| 6483 | 2025.02.10 18:51:47.717021 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6484 | 2025.02.10 18:51:47.717063 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6485 | 2025.02.10 18:51:47.717583 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6486 | 2025.02.10 18:51:47.717843 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6487 | 2025.02.10 18:51:47.718089 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6488 | 2025.02.10 18:51:48.339956 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6489 | 2025.02.10 18:51:48.340245 [ 4 ] {4c3c3398-68d3-4127-8c49-931276944b36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6490 | 2025.02.10 18:51:48.340353 [ 4 ] {4c3c3398-68d3-4127-8c49-931276944b36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6491 | 2025.02.10 18:51:48.341334 [ 4 ] {4c3c3398-68d3-4127-8c49-931276944b36} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6492 | 2025.02.10 18:51:48.341386 [ 4 ] {4c3c3398-68d3-4127-8c49-931276944b36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6493 | 2025.02.10 18:51:48.341818 [ 4 ] {4c3c3398-68d3-4127-8c49-931276944b36} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6494 | 2025.02.10 18:51:48.342071 [ 4 ] {4c3c3398-68d3-4127-8c49-931276944b36} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6495 | 2025.02.10 18:51:48.342304 [ 4 ] {4c3c3398-68d3-4127-8c49-931276944b36} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.002139 sec., 30855.53997194951 rows/sec., 2.46 MiB/sec. | ||
| 6496 | 2025.02.10 18:51:48.342371 [ 4 ] {4c3c3398-68d3-4127-8c49-931276944b36} <Debug> TCPHandler: Processed in 0.002589523 sec. | ||
| 6497 | 2025.02.10 18:51:48.342699 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6498 | 2025.02.10 18:51:48.343012 [ 256 ] {64e6ef9e-706e-4def-969a-ceb272b9b029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6499 | 2025.02.10 18:51:48.343130 [ 256 ] {64e6ef9e-706e-4def-969a-ceb272b9b029} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6500 | 2025.02.10 18:51:48.344131 [ 256 ] {64e6ef9e-706e-4def-969a-ceb272b9b029} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6501 | 2025.02.10 18:51:48.344183 [ 256 ] {64e6ef9e-706e-4def-969a-ceb272b9b029} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6502 | 2025.02.10 18:51:48.344607 [ 256 ] {64e6ef9e-706e-4def-969a-ceb272b9b029} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6503 | 2025.02.10 18:51:48.344859 [ 256 ] {64e6ef9e-706e-4def-969a-ceb272b9b029} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6504 | 2025.02.10 18:51:48.345069 [ 119 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6505 | 2025.02.10 18:51:48.345122 [ 256 ] {64e6ef9e-706e-4def-969a-ceb272b9b029} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.002199 sec., 2273.7608003638015 rows/sec., 170.98 KiB/sec. | ||
| 6506 | 2025.02.10 18:51:48.345187 [ 119 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6507 | 2025.02.10 18:51:48.345246 [ 256 ] {64e6ef9e-706e-4def-969a-ceb272b9b029} <Debug> TCPHandler: Processed in 0.002742156 sec. | ||
| 6508 | 2025.02.10 18:51:48.345275 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6509 | 2025.02.10 18:51:48.345487 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6510 | 2025.02.10 18:51:48.345793 [ 191 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 6511 | 2025.02.10 18:51:48.345918 [ 4 ] {7d245579-9d2f-44da-96a3-e14737aa8e63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6512 | 2025.02.10 18:51:48.346110 [ 4 ] {7d245579-9d2f-44da-96a3-e14737aa8e63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6513 | 2025.02.10 18:51:48.346312 [ 191 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6514 | 2025.02.10 18:51:48.346440 [ 191 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 65 rows starting from the beginning of the part | ||
| 6515 | 2025.02.10 18:51:48.346768 [ 191 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 5 rows starting from the beginning of the part | ||
| 6516 | 2025.02.10 18:51:48.347153 [ 191 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 42 rows starting from the beginning of the part | ||
| 6517 | 2025.02.10 18:51:48.347502 [ 191 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 7 rows starting from the beginning of the part | ||
| 6518 | 2025.02.10 18:51:48.347834 [ 191 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 42 rows starting from the beginning of the part | ||
| 6519 | 2025.02.10 18:51:48.348002 [ 191 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 5 rows starting from the beginning of the part | ||
| 6520 | 2025.02.10 18:51:48.349118 [ 4 ] {7d245579-9d2f-44da-96a3-e14737aa8e63} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6521 | 2025.02.10 18:51:48.349196 [ 4 ] {7d245579-9d2f-44da-96a3-e14737aa8e63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6522 | 2025.02.10 18:51:48.350155 [ 4 ] {7d245579-9d2f-44da-96a3-e14737aa8e63} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6523 | 2025.02.10 18:51:48.350683 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 166 rows, containing 5 columns (5 merged, 0 gathered) in 0.005269457 sec., 31502.29710575492 rows/sec., 2.37 MiB/sec. | ||
| 6524 | 2025.02.10 18:51:48.350717 [ 4 ] {7d245579-9d2f-44da-96a3-e14737aa8e63} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6525 | 2025.02.10 18:51:48.350929 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6526 | 2025.02.10 18:51:48.351159 [ 4 ] {7d245579-9d2f-44da-96a3-e14737aa8e63} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.005404 sec., 12768.319763138416 rows/sec., 1020.66 KiB/sec. | ||
| 6527 | 2025.02.10 18:51:48.351296 [ 4 ] {7d245579-9d2f-44da-96a3-e14737aa8e63} <Debug> TCPHandler: Processed in 0.005935183 sec. | ||
| 6528 | 2025.02.10 18:51:48.351481 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6529 | 2025.02.10 18:51:48.351582 [ 198 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_36_7} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6530 | 2025.02.10 18:51:48.351722 [ 256 ] {20bff939-01ff-4151-97d4-4548493ccfd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6531 | 2025.02.10 18:51:48.351827 [ 198 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_36_7} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6532 | 2025.02.10 18:51:48.351834 [ 256 ] {20bff939-01ff-4151-97d4-4548493ccfd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6533 | 2025.02.10 18:51:48.352040 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6534 | 2025.02.10 18:51:48.352610 [ 256 ] {20bff939-01ff-4151-97d4-4548493ccfd0} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6535 | 2025.02.10 18:51:48.352654 [ 256 ] {20bff939-01ff-4151-97d4-4548493ccfd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6536 | 2025.02.10 18:51:48.353060 [ 256 ] {20bff939-01ff-4151-97d4-4548493ccfd0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6537 | 2025.02.10 18:51:48.353298 [ 256 ] {20bff939-01ff-4151-97d4-4548493ccfd0} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6538 | 2025.02.10 18:51:48.353550 [ 256 ] {20bff939-01ff-4151-97d4-4548493ccfd0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001909 sec., 83813.51492928235 rows/sec., 5.84 MiB/sec. | ||
| 6539 | 2025.02.10 18:51:48.353616 [ 256 ] {20bff939-01ff-4151-97d4-4548493ccfd0} <Debug> TCPHandler: Processed in 0.002216043 sec. | ||
| 6540 | 2025.02.10 18:51:48.353830 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6541 | 2025.02.10 18:51:48.353978 [ 4 ] {207df2a4-bcbb-42dc-a6fa-83ec695432fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6542 | 2025.02.10 18:51:48.354069 [ 4 ] {207df2a4-bcbb-42dc-a6fa-83ec695432fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6543 | 2025.02.10 18:51:48.355269 [ 4 ] {207df2a4-bcbb-42dc-a6fa-83ec695432fe} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6544 | 2025.02.10 18:51:48.355309 [ 4 ] {207df2a4-bcbb-42dc-a6fa-83ec695432fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6545 | 2025.02.10 18:51:48.355913 [ 4 ] {207df2a4-bcbb-42dc-a6fa-83ec695432fe} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6546 | 2025.02.10 18:51:48.356171 [ 4 ] {207df2a4-bcbb-42dc-a6fa-83ec695432fe} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6547 | 2025.02.10 18:51:48.356361 [ 117 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6548 | 2025.02.10 18:51:48.356436 [ 117 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6549 | 2025.02.10 18:51:48.356436 [ 4 ] {207df2a4-bcbb-42dc-a6fa-83ec695432fe} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002479 sec., 2016.9423154497783 rows/sec., 3.61 MiB/sec. | ||
| 6550 | 2025.02.10 18:51:48.356479 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6551 | 2025.02.10 18:51:48.356852 [ 4 ] {207df2a4-bcbb-42dc-a6fa-83ec695432fe} <Debug> TCPHandler: Processed in 0.003131546 sec. | ||
| 6552 | 2025.02.10 18:51:48.356858 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 6553 | 2025.02.10 18:51:48.357050 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6554 | 2025.02.10 18:51:48.357295 [ 256 ] {f8f54383-3e7f-4e28-8c08-85e560d8b34b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6555 | 2025.02.10 18:51:48.357429 [ 256 ] {f8f54383-3e7f-4e28-8c08-85e560d8b34b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6556 | 2025.02.10 18:51:48.357856 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6557 | 2025.02.10 18:51:48.358099 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 609 rows starting from the beginning of the part | ||
| 6558 | 2025.02.10 18:51:48.358768 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 5 rows starting from the beginning of the part | ||
| 6559 | 2025.02.10 18:51:48.359541 [ 256 ] {f8f54383-3e7f-4e28-8c08-85e560d8b34b} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6560 | 2025.02.10 18:51:48.359545 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 35 rows starting from the beginning of the part | ||
| 6561 | 2025.02.10 18:51:48.359615 [ 256 ] {f8f54383-3e7f-4e28-8c08-85e560d8b34b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6562 | 2025.02.10 18:51:48.360257 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 5 rows starting from the beginning of the part | ||
| 6563 | 2025.02.10 18:51:48.360948 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 35 rows starting from the beginning of the part | ||
| 6564 | 2025.02.10 18:51:48.361029 [ 256 ] {f8f54383-3e7f-4e28-8c08-85e560d8b34b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6565 | 2025.02.10 18:51:48.361406 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 5 rows starting from the beginning of the part | ||
| 6566 | 2025.02.10 18:51:48.361892 [ 256 ] {f8f54383-3e7f-4e28-8c08-85e560d8b34b} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6567 | 2025.02.10 18:51:48.362538 [ 256 ] {f8f54383-3e7f-4e28-8c08-85e560d8b34b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005319 sec., 11280.315848843768 rows/sec., 778.46 KiB/sec. | ||
| 6568 | 2025.02.10 18:51:48.362640 [ 256 ] {f8f54383-3e7f-4e28-8c08-85e560d8b34b} <Debug> TCPHandler: Processed in 0.005695238 sec. | ||
| 6569 | 2025.02.10 18:51:48.369326 [ 197 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 694 rows, containing 19 columns (19 merged, 0 gathered) in 0.012701267 sec., 54640.218176659066 rows/sec., 97.91 MiB/sec. | ||
| 6570 | 2025.02.10 18:51:48.370496 [ 197 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6571 | 2025.02.10 18:51:48.370916 [ 197 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6572 | 2025.02.10 18:51:48.370996 [ 197 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6573 | 2025.02.10 18:51:48.371143 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.46 MiB. | ||
| 6574 | 2025.02.10 18:51:48.652752 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6575 | 2025.02.10 18:51:48.673766 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6576 | 2025.02.10 18:51:48.673831 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6577 | 2025.02.10 18:51:48.681156 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6578 | 2025.02.10 18:51:48.681932 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6579 | 2025.02.10 18:51:48.684913 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6580 | 2025.02.10 18:51:52.782464 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 946 | ||
| 6581 | 2025.02.10 18:51:52.785631 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6582 | 2025.02.10 18:51:52.785682 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6583 | 2025.02.10 18:51:52.787168 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6584 | 2025.02.10 18:51:52.787486 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6585 | 2025.02.10 18:51:52.788300 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 946 | ||
| 6586 | 2025.02.10 18:51:53.346065 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6587 | 2025.02.10 18:51:53.346261 [ 4 ] {58716063-fdd6-400d-9612-e9e5489a14cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6588 | 2025.02.10 18:51:53.346337 [ 4 ] {58716063-fdd6-400d-9612-e9e5489a14cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6589 | 2025.02.10 18:51:53.347133 [ 4 ] {58716063-fdd6-400d-9612-e9e5489a14cc} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6590 | 2025.02.10 18:51:53.347179 [ 4 ] {58716063-fdd6-400d-9612-e9e5489a14cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6591 | 2025.02.10 18:51:53.347587 [ 4 ] {58716063-fdd6-400d-9612-e9e5489a14cc} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6592 | 2025.02.10 18:51:53.347849 [ 4 ] {58716063-fdd6-400d-9612-e9e5489a14cc} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6593 | 2025.02.10 18:51:53.348035 [ 113 ] {} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6594 | 2025.02.10 18:51:53.348105 [ 4 ] {58716063-fdd6-400d-9612-e9e5489a14cc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001895 sec., 7387.862796833773 rows/sec., 531.83 KiB/sec. | ||
| 6595 | 2025.02.10 18:51:53.348137 [ 113 ] {} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6596 | 2025.02.10 18:51:53.348224 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6597 | 2025.02.10 18:51:53.348243 [ 4 ] {58716063-fdd6-400d-9612-e9e5489a14cc} <Debug> TCPHandler: Processed in 0.002295445 sec. | ||
| 6598 | 2025.02.10 18:51:53.348587 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 6599 | 2025.02.10 18:51:53.348629 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6600 | 2025.02.10 18:51:53.348972 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6601 | 2025.02.10 18:51:53.348979 [ 256 ] {3d2fef8d-2595-4db0-9013-6dd7bf0f5ad1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6602 | 2025.02.10 18:51:53.349015 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 14 rows starting from the beginning of the part | ||
| 6603 | 2025.02.10 18:51:53.349062 [ 256 ] {3d2fef8d-2595-4db0-9013-6dd7bf0f5ad1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6604 | 2025.02.10 18:51:53.349142 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
| 6605 | 2025.02.10 18:51:53.349560 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 6606 | 2025.02.10 18:51:53.349811 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 6607 | 2025.02.10 18:51:53.350179 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
| 6608 | 2025.02.10 18:51:53.351260 [ 256 ] {3d2fef8d-2595-4db0-9013-6dd7bf0f5ad1} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6609 | 2025.02.10 18:51:53.351312 [ 256 ] {3d2fef8d-2595-4db0-9013-6dd7bf0f5ad1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6610 | 2025.02.10 18:51:53.351918 [ 194 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003577397 sec., 19567.299911080598 rows/sec., 1.45 MiB/sec. | ||
| 6611 | 2025.02.10 18:51:53.352018 [ 256 ] {3d2fef8d-2595-4db0-9013-6dd7bf0f5ad1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6612 | 2025.02.10 18:51:53.352104 [ 194 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6613 | 2025.02.10 18:51:53.352481 [ 256 ] {3d2fef8d-2595-4db0-9013-6dd7bf0f5ad1} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6614 | 2025.02.10 18:51:53.352606 [ 194 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_21_5} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6615 | 2025.02.10 18:51:53.352860 [ 194 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_21_5} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6616 | 2025.02.10 18:51:53.352894 [ 256 ] {3d2fef8d-2595-4db0-9013-6dd7bf0f5ad1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003987 sec., 501.6302984700276 rows/sec., 40.90 KiB/sec. | ||
| 6617 | 2025.02.10 18:51:53.353064 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6618 | 2025.02.10 18:51:53.353094 [ 256 ] {3d2fef8d-2595-4db0-9013-6dd7bf0f5ad1} <Debug> TCPHandler: Processed in 0.004695223 sec. | ||
| 6619 | 2025.02.10 18:51:53.353280 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6620 | 2025.02.10 18:51:53.353427 [ 4 ] {1d02808d-e828-4858-a91f-a777050ec916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6621 | 2025.02.10 18:51:53.353488 [ 4 ] {1d02808d-e828-4858-a91f-a777050ec916} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6622 | 2025.02.10 18:51:53.354256 [ 4 ] {1d02808d-e828-4858-a91f-a777050ec916} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6623 | 2025.02.10 18:51:53.354295 [ 4 ] {1d02808d-e828-4858-a91f-a777050ec916} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6624 | 2025.02.10 18:51:53.354680 [ 4 ] {1d02808d-e828-4858-a91f-a777050ec916} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6625 | 2025.02.10 18:51:53.354931 [ 4 ] {1d02808d-e828-4858-a91f-a777050ec916} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6626 | 2025.02.10 18:51:53.355150 [ 4 ] {1d02808d-e828-4858-a91f-a777050ec916} <Debug> executeQuery: Read 274 rows, 24.71 KiB in 0.001758 sec., 155858.9306029579 rows/sec., 13.73 MiB/sec. | ||
| 6627 | 2025.02.10 18:51:53.355205 [ 4 ] {1d02808d-e828-4858-a91f-a777050ec916} <Debug> TCPHandler: Processed in 0.001994208 sec. | ||
| 6628 | 2025.02.10 18:51:53.355368 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6629 | 2025.02.10 18:51:53.355510 [ 256 ] {c12f404d-c7f6-4f6e-869b-ae166eab38c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6630 | 2025.02.10 18:51:53.355569 [ 256 ] {c12f404d-c7f6-4f6e-869b-ae166eab38c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6631 | 2025.02.10 18:51:53.356231 [ 256 ] {c12f404d-c7f6-4f6e-869b-ae166eab38c9} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6632 | 2025.02.10 18:51:53.356267 [ 256 ] {c12f404d-c7f6-4f6e-869b-ae166eab38c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6633 | 2025.02.10 18:51:53.356627 [ 256 ] {c12f404d-c7f6-4f6e-869b-ae166eab38c9} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6634 | 2025.02.10 18:51:53.356865 [ 256 ] {c12f404d-c7f6-4f6e-869b-ae166eab38c9} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6635 | 2025.02.10 18:51:53.357089 [ 256 ] {c12f404d-c7f6-4f6e-869b-ae166eab38c9} <Debug> executeQuery: Read 44 rows, 3.23 KiB in 0.001604 sec., 27431.42144638404 rows/sec., 1.97 MiB/sec. | ||
| 6636 | 2025.02.10 18:51:53.357159 [ 256 ] {c12f404d-c7f6-4f6e-869b-ae166eab38c9} <Debug> TCPHandler: Processed in 0.001861335 sec. | ||
| 6637 | 2025.02.10 18:51:53.357415 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6638 | 2025.02.10 18:51:53.357568 [ 4 ] {9093c11e-4d27-4393-8cf1-e7763079e754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6639 | 2025.02.10 18:51:53.357628 [ 4 ] {9093c11e-4d27-4393-8cf1-e7763079e754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6640 | 2025.02.10 18:51:53.358263 [ 4 ] {9093c11e-4d27-4393-8cf1-e7763079e754} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6641 | 2025.02.10 18:51:53.358303 [ 4 ] {9093c11e-4d27-4393-8cf1-e7763079e754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6642 | 2025.02.10 18:51:53.358655 [ 4 ] {9093c11e-4d27-4393-8cf1-e7763079e754} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6643 | 2025.02.10 18:51:53.358897 [ 4 ] {9093c11e-4d27-4393-8cf1-e7763079e754} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6644 | 2025.02.10 18:51:53.359115 [ 4 ] {9093c11e-4d27-4393-8cf1-e7763079e754} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001578 sec., 8871.989860583017 rows/sec., 621.34 KiB/sec. | ||
| 6645 | 2025.02.10 18:51:53.359172 [ 4 ] {9093c11e-4d27-4393-8cf1-e7763079e754} <Debug> TCPHandler: Processed in 0.001893226 sec. | ||
| 6646 | 2025.02.10 18:51:53.359333 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6647 | 2025.02.10 18:51:53.359451 [ 256 ] {fd07bff1-2925-4836-b5fd-a98ebf6409e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6648 | 2025.02.10 18:51:53.359499 [ 256 ] {fd07bff1-2925-4836-b5fd-a98ebf6409e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6649 | 2025.02.10 18:51:53.360079 [ 256 ] {fd07bff1-2925-4836-b5fd-a98ebf6409e6} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6650 | 2025.02.10 18:51:53.360120 [ 256 ] {fd07bff1-2925-4836-b5fd-a98ebf6409e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6651 | 2025.02.10 18:51:53.360475 [ 256 ] {fd07bff1-2925-4836-b5fd-a98ebf6409e6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6652 | 2025.02.10 18:51:53.360713 [ 256 ] {fd07bff1-2925-4836-b5fd-a98ebf6409e6} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6653 | 2025.02.10 18:51:53.360893 [ 112 ] {} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6654 | 2025.02.10 18:51:53.360953 [ 256 ] {fd07bff1-2925-4836-b5fd-a98ebf6409e6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001526 sec., 8519.003931847968 rows/sec., 531.16 KiB/sec. | ||
| 6655 | 2025.02.10 18:51:53.360977 [ 112 ] {} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6656 | 2025.02.10 18:51:53.361042 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6657 | 2025.02.10 18:51:53.361084 [ 256 ] {fd07bff1-2925-4836-b5fd-a98ebf6409e6} <Debug> TCPHandler: Processed in 0.001806393 sec. | ||
| 6658 | 2025.02.10 18:51:53.361292 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6659 | 2025.02.10 18:51:53.361337 [ 199 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 6660 | 2025.02.10 18:51:53.361469 [ 4 ] {dfa95ccd-77c8-43b1-ae7e-a79f6dc2ab25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6661 | 2025.02.10 18:51:53.361569 [ 4 ] {dfa95ccd-77c8-43b1-ae7e-a79f6dc2ab25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6662 | 2025.02.10 18:51:53.361598 [ 199 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6663 | 2025.02.10 18:51:53.361714 [ 199 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 13 rows starting from the beginning of the part | ||
| 6664 | 2025.02.10 18:51:53.361949 [ 199 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 13 rows starting from the beginning of the part | ||
| 6665 | 2025.02.10 18:51:53.362391 [ 199 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 13 rows starting from the beginning of the part | ||
| 6666 | 2025.02.10 18:51:53.362783 [ 199 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 13 rows starting from the beginning of the part | ||
| 6667 | 2025.02.10 18:51:53.363156 [ 199 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 13 rows starting from the beginning of the part | ||
| 6668 | 2025.02.10 18:51:53.364274 [ 4 ] {dfa95ccd-77c8-43b1-ae7e-a79f6dc2ab25} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6669 | 2025.02.10 18:51:53.364341 [ 4 ] {dfa95ccd-77c8-43b1-ae7e-a79f6dc2ab25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6670 | 2025.02.10 18:51:53.365358 [ 4 ] {dfa95ccd-77c8-43b1-ae7e-a79f6dc2ab25} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6671 | 2025.02.10 18:51:53.365389 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004216222 sec., 15416.645518191403 rows/sec., 1021.45 KiB/sec. | ||
| 6672 | 2025.02.10 18:51:53.365794 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6673 | 2025.02.10 18:51:53.365798 [ 4 ] {dfa95ccd-77c8-43b1-ae7e-a79f6dc2ab25} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6674 | 2025.02.10 18:51:53.366272 [ 4 ] {dfa95ccd-77c8-43b1-ae7e-a79f6dc2ab25} <Debug> executeQuery: Read 419 rows, 30.65 KiB in 0.00486 sec., 86213.99176954733 rows/sec., 6.16 MiB/sec. | ||
| 6675 | 2025.02.10 18:51:53.366410 [ 4 ] {dfa95ccd-77c8-43b1-ae7e-a79f6dc2ab25} <Debug> TCPHandler: Processed in 0.005228316 sec. | ||
| 6676 | 2025.02.10 18:51:53.366498 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_21_5} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6677 | 2025.02.10 18:51:53.366611 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6678 | 2025.02.10 18:51:53.366630 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_21_5} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6679 | 2025.02.10 18:51:53.366810 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6680 | 2025.02.10 18:51:53.366871 [ 256 ] {bd82c216-a833-4bad-8bc0-bf66480618b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6681 | 2025.02.10 18:51:53.366933 [ 256 ] {bd82c216-a833-4bad-8bc0-bf66480618b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6682 | 2025.02.10 18:51:53.367431 [ 256 ] {bd82c216-a833-4bad-8bc0-bf66480618b2} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6683 | 2025.02.10 18:51:53.367471 [ 256 ] {bd82c216-a833-4bad-8bc0-bf66480618b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6684 | 2025.02.10 18:51:53.367844 [ 256 ] {bd82c216-a833-4bad-8bc0-bf66480618b2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6685 | 2025.02.10 18:51:53.368099 [ 256 ] {bd82c216-a833-4bad-8bc0-bf66480618b2} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6686 | 2025.02.10 18:51:53.368267 [ 112 ] {} <Debug> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6687 | 2025.02.10 18:51:53.368324 [ 112 ] {} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6688 | 2025.02.10 18:51:53.368358 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6689 | 2025.02.10 18:51:53.368356 [ 256 ] {bd82c216-a833-4bad-8bc0-bf66480618b2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00155 sec., 3870.967741935484 rows/sec., 202.24 KiB/sec. | ||
| 6690 | 2025.02.10 18:51:53.368642 [ 256 ] {bd82c216-a833-4bad-8bc0-bf66480618b2} <Debug> TCPHandler: Processed in 0.002105251 sec. | ||
| 6691 | 2025.02.10 18:51:53.368935 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6692 | 2025.02.10 18:51:53.368970 [ 188 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::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 | ||
| 6693 | 2025.02.10 18:51:53.369219 [ 4 ] {1190c86e-ed40-4a39-a1b7-88d7cef6a966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6694 | 2025.02.10 18:51:53.369241 [ 188 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6695 | 2025.02.10 18:51:53.369308 [ 188 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part | ||
| 6696 | 2025.02.10 18:51:53.369341 [ 4 ] {1190c86e-ed40-4a39-a1b7-88d7cef6a966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6697 | 2025.02.10 18:51:53.369655 [ 188 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 6698 | 2025.02.10 18:51:53.369933 [ 188 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 6699 | 2025.02.10 18:51:53.370306 [ 188 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 6700 | 2025.02.10 18:51:53.370638 [ 188 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 6701 | 2025.02.10 18:51:53.371011 [ 188 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 6702 | 2025.02.10 18:51:53.372020 [ 4 ] {1190c86e-ed40-4a39-a1b7-88d7cef6a966} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6703 | 2025.02.10 18:51:53.372105 [ 4 ] {1190c86e-ed40-4a39-a1b7-88d7cef6a966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6704 | 2025.02.10 18:51:53.373214 [ 4 ] {1190c86e-ed40-4a39-a1b7-88d7cef6a966} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6705 | 2025.02.10 18:51:53.373525 [ 188 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.005097673 sec., 24717.160163078333 rows/sec., 1.26 MiB/sec. | ||
| 6706 | 2025.02.10 18:51:53.373722 [ 188 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6707 | 2025.02.10 18:51:53.373782 [ 4 ] {1190c86e-ed40-4a39-a1b7-88d7cef6a966} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6708 | 2025.02.10 18:51:53.374208 [ 4 ] {1190c86e-ed40-4a39-a1b7-88d7cef6a966} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.005078 sec., 46868.846002363134 rows/sec., 3.14 MiB/sec. | ||
| 6709 | 2025.02.10 18:51:53.374323 [ 194 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_21_4} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6710 | 2025.02.10 18:51:53.374343 [ 4 ] {1190c86e-ed40-4a39-a1b7-88d7cef6a966} <Debug> TCPHandler: Processed in 0.005552234 sec. | ||
| 6711 | 2025.02.10 18:51:53.374477 [ 194 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_21_4} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6712 | 2025.02.10 18:51:53.374535 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6713 | 2025.02.10 18:51:53.374642 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6714 | 2025.02.10 18:51:53.374745 [ 256 ] {310acb1f-8b41-487f-8af8-380c77afe0a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6715 | 2025.02.10 18:51:53.374812 [ 256 ] {310acb1f-8b41-487f-8af8-380c77afe0a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6716 | 2025.02.10 18:51:53.375308 [ 256 ] {310acb1f-8b41-487f-8af8-380c77afe0a0} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6717 | 2025.02.10 18:51:53.375348 [ 256 ] {310acb1f-8b41-487f-8af8-380c77afe0a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6718 | 2025.02.10 18:51:53.375714 [ 256 ] {310acb1f-8b41-487f-8af8-380c77afe0a0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6719 | 2025.02.10 18:51:53.375964 [ 256 ] {310acb1f-8b41-487f-8af8-380c77afe0a0} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6720 | 2025.02.10 18:51:53.376172 [ 256 ] {310acb1f-8b41-487f-8af8-380c77afe0a0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001458 sec., 685.8710562414266 rows/sec., 46.22 KiB/sec. | ||
| 6721 | 2025.02.10 18:51:53.376224 [ 256 ] {310acb1f-8b41-487f-8af8-380c77afe0a0} <Debug> TCPHandler: Processed in 0.001779733 sec. | ||
| 6722 | 2025.02.10 18:51:53.376372 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6723 | 2025.02.10 18:51:53.376490 [ 4 ] {52a82b05-932b-4d28-81c1-b4c7bfb111f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6724 | 2025.02.10 18:51:53.376571 [ 4 ] {52a82b05-932b-4d28-81c1-b4c7bfb111f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6725 | 2025.02.10 18:51:53.377766 [ 4 ] {52a82b05-932b-4d28-81c1-b4c7bfb111f3} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6726 | 2025.02.10 18:51:53.377805 [ 4 ] {52a82b05-932b-4d28-81c1-b4c7bfb111f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6727 | 2025.02.10 18:51:53.378459 [ 4 ] {52a82b05-932b-4d28-81c1-b4c7bfb111f3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6728 | 2025.02.10 18:51:53.378712 [ 4 ] {52a82b05-932b-4d28-81c1-b4c7bfb111f3} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6729 | 2025.02.10 18:51:53.378936 [ 4 ] {52a82b05-932b-4d28-81c1-b4c7bfb111f3} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002489 sec., 14061.872237846525 rows/sec., 25.20 MiB/sec. | ||
| 6730 | 2025.02.10 18:51:53.379038 [ 4 ] {52a82b05-932b-4d28-81c1-b4c7bfb111f3} <Debug> TCPHandler: Processed in 0.002747447 sec. | ||
| 6731 | 2025.02.10 18:51:53.379185 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6732 | 2025.02.10 18:51:53.379316 [ 256 ] {3f4311dd-8412-4d2c-8854-55cb171a6cd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6733 | 2025.02.10 18:51:53.379373 [ 256 ] {3f4311dd-8412-4d2c-8854-55cb171a6cd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6734 | 2025.02.10 18:51:53.380039 [ 256 ] {3f4311dd-8412-4d2c-8854-55cb171a6cd3} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6735 | 2025.02.10 18:51:53.380079 [ 256 ] {3f4311dd-8412-4d2c-8854-55cb171a6cd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6736 | 2025.02.10 18:51:53.380460 [ 256 ] {3f4311dd-8412-4d2c-8854-55cb171a6cd3} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6737 | 2025.02.10 18:51:53.380707 [ 256 ] {3f4311dd-8412-4d2c-8854-55cb171a6cd3} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6738 | 2025.02.10 18:51:53.380928 [ 256 ] {3f4311dd-8412-4d2c-8854-55cb171a6cd3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001601 sec., 51217.98875702686 rows/sec., 3.25 MiB/sec. | ||
| 6739 | 2025.02.10 18:51:53.380976 [ 256 ] {3f4311dd-8412-4d2c-8854-55cb171a6cd3} <Debug> TCPHandler: Processed in 0.001824654 sec. | ||
| 6740 | 2025.02.10 18:51:55.218232 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274 | ||
| 6741 | 2025.02.10 18:51:55.219022 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6742 | 2025.02.10 18:51:55.219070 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6743 | 2025.02.10 18:51:55.219609 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6744 | 2025.02.10 18:51:55.219960 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6745 | 2025.02.10 18:51:55.220175 [ 110 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6746 | 2025.02.10 18:51:55.220242 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 | ||
| 6747 | 2025.02.10 18:51:55.220272 [ 110 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6748 | 2025.02.10 18:51:55.220307 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6749 | 2025.02.10 18:51:55.220550 [ 201 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 6750 | 2025.02.10 18:51:55.220745 [ 201 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6751 | 2025.02.10 18:51:55.220788 [ 201 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 11956 rows starting from the beginning of the part | ||
| 6752 | 2025.02.10 18:51:55.220867 [ 201 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part | ||
| 6753 | 2025.02.10 18:51:55.220954 [ 201 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part | ||
| 6754 | 2025.02.10 18:51:55.221176 [ 201 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part | ||
| 6755 | 2025.02.10 18:51:55.221327 [ 201 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part | ||
| 6756 | 2025.02.10 18:51:55.221544 [ 201 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part | ||
| 6757 | 2025.02.10 18:51:55.224257 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003858383 sec., 3699477.2162328106 rows/sec., 52.92 MiB/sec. | ||
| 6758 | 2025.02.10 18:51:55.224617 [ 193 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6759 | 2025.02.10 18:51:55.224977 [ 193 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_31_6} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6760 | 2025.02.10 18:51:55.225065 [ 193 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_31_6} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6761 | 2025.02.10 18:51:55.225158 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
| 6762 | 2025.02.10 18:51:56.184992 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6763 | 2025.02.10 18:51:56.206084 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6764 | 2025.02.10 18:51:56.206148 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6765 | 2025.02.10 18:51:56.214763 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6766 | 2025.02.10 18:51:56.215542 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6767 | 2025.02.10 18:51:56.215905 [ 109 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6768 | 2025.02.10 18:51:56.216066 [ 109 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6769 | 2025.02.10 18:51:56.216179 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6770 | 2025.02.10 18:51:56.217127 [ 189 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 6771 | 2025.02.10 18:51:56.232513 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6772 | 2025.02.10 18:51:56.233926 [ 189 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6773 | 2025.02.10 18:51:56.235384 [ 189 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part | ||
| 6774 | 2025.02.10 18:51:56.241214 [ 189 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part | ||
| 6775 | 2025.02.10 18:51:56.247212 [ 189 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part | ||
| 6776 | 2025.02.10 18:51:56.256319 [ 189 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part | ||
| 6777 | 2025.02.10 18:51:56.265847 [ 189 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 8 rows starting from the beginning of the part | ||
| 6778 | 2025.02.10 18:51:56.273633 [ 189 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 7 rows starting from the beginning of the part | ||
| 6779 | 2025.02.10 18:51:56.390262 [ 193 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.173888464 sec., 1345.690189085804 rows/sec., 6.96 MiB/sec. | ||
| 6780 | 2025.02.10 18:51:56.393434 [ 194 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6781 | 2025.02.10 18:51:56.397596 [ 194 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_31_6} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6782 | 2025.02.10 18:51:56.397753 [ 194 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_31_6} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6783 | 2025.02.10 18:51:56.400329 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 6784 | 2025.02.10 18:51:57.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.80 MiB, peak 211.35 MiB, free memory in arenas 0.00 B, will set to 202.28 MiB (RSS), difference: 1.48 MiB | ||
| 6785 | 2025.02.10 18:51:58.339317 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6786 | 2025.02.10 18:51:58.339506 [ 4 ] {c58b3131-f1b4-42c6-a01b-0250387b3561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6787 | 2025.02.10 18:51:58.339579 [ 4 ] {c58b3131-f1b4-42c6-a01b-0250387b3561} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6788 | 2025.02.10 18:51:58.340371 [ 4 ] {c58b3131-f1b4-42c6-a01b-0250387b3561} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6789 | 2025.02.10 18:51:58.340423 [ 4 ] {c58b3131-f1b4-42c6-a01b-0250387b3561} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6790 | 2025.02.10 18:51:58.340862 [ 4 ] {c58b3131-f1b4-42c6-a01b-0250387b3561} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6791 | 2025.02.10 18:51:58.341114 [ 4 ] {c58b3131-f1b4-42c6-a01b-0250387b3561} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6792 | 2025.02.10 18:51:58.341405 [ 4 ] {c58b3131-f1b4-42c6-a01b-0250387b3561} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001946 sec., 33915.724563206575 rows/sec., 2.70 MiB/sec. | ||
| 6793 | 2025.02.10 18:51:58.341607 [ 4 ] {c58b3131-f1b4-42c6-a01b-0250387b3561} <Debug> TCPHandler: Processed in 0.002413799 sec. | ||
| 6794 | 2025.02.10 18:51:58.341947 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6795 | 2025.02.10 18:51:58.342156 [ 256 ] {f1b5bbeb-a74a-4bdc-ac0f-72472ce9a8b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6796 | 2025.02.10 18:51:58.342231 [ 256 ] {f1b5bbeb-a74a-4bdc-ac0f-72472ce9a8b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6797 | 2025.02.10 18:51:58.342995 [ 256 ] {f1b5bbeb-a74a-4bdc-ac0f-72472ce9a8b4} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6798 | 2025.02.10 18:51:58.343041 [ 256 ] {f1b5bbeb-a74a-4bdc-ac0f-72472ce9a8b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6799 | 2025.02.10 18:51:58.343487 [ 256 ] {f1b5bbeb-a74a-4bdc-ac0f-72472ce9a8b4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6800 | 2025.02.10 18:51:58.343756 [ 256 ] {f1b5bbeb-a74a-4bdc-ac0f-72472ce9a8b4} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6801 | 2025.02.10 18:51:58.344008 [ 256 ] {f1b5bbeb-a74a-4bdc-ac0f-72472ce9a8b4} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001906 sec., 2623.2948583420775 rows/sec., 197.26 KiB/sec. | ||
| 6802 | 2025.02.10 18:51:58.344147 [ 256 ] {f1b5bbeb-a74a-4bdc-ac0f-72472ce9a8b4} <Debug> TCPHandler: Processed in 0.002385318 sec. | ||
| 6803 | 2025.02.10 18:51:58.344318 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6804 | 2025.02.10 18:51:58.344441 [ 4 ] {c39204d8-3f6e-424f-ab7e-f6bf4534698a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6805 | 2025.02.10 18:51:58.344492 [ 4 ] {c39204d8-3f6e-424f-ab7e-f6bf4534698a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6806 | 2025.02.10 18:51:58.345129 [ 4 ] {c39204d8-3f6e-424f-ab7e-f6bf4534698a} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6807 | 2025.02.10 18:51:58.345170 [ 4 ] {c39204d8-3f6e-424f-ab7e-f6bf4534698a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6808 | 2025.02.10 18:51:58.345535 [ 4 ] {c39204d8-3f6e-424f-ab7e-f6bf4534698a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6809 | 2025.02.10 18:51:58.345773 [ 4 ] {c39204d8-3f6e-424f-ab7e-f6bf4534698a} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6810 | 2025.02.10 18:51:58.345987 [ 4 ] {c39204d8-3f6e-424f-ab7e-f6bf4534698a} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001574 sec., 43837.357052096566 rows/sec., 3.42 MiB/sec. | ||
| 6811 | 2025.02.10 18:51:58.346039 [ 4 ] {c39204d8-3f6e-424f-ab7e-f6bf4534698a} <Debug> TCPHandler: Processed in 0.001779623 sec. | ||
| 6812 | 2025.02.10 18:51:58.346214 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6813 | 2025.02.10 18:51:58.346355 [ 256 ] {77bb51aa-a0cb-405f-a7df-0899da8734b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6814 | 2025.02.10 18:51:58.346421 [ 256 ] {77bb51aa-a0cb-405f-a7df-0899da8734b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6815 | 2025.02.10 18:51:58.347115 [ 256 ] {77bb51aa-a0cb-405f-a7df-0899da8734b4} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6816 | 2025.02.10 18:51:58.347154 [ 256 ] {77bb51aa-a0cb-405f-a7df-0899da8734b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6817 | 2025.02.10 18:51:58.347563 [ 256 ] {77bb51aa-a0cb-405f-a7df-0899da8734b4} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6818 | 2025.02.10 18:51:58.347810 [ 256 ] {77bb51aa-a0cb-405f-a7df-0899da8734b4} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6819 | 2025.02.10 18:51:58.348068 [ 256 ] {77bb51aa-a0cb-405f-a7df-0899da8734b4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001735 sec., 92219.02017291066 rows/sec., 6.42 MiB/sec. | ||
| 6820 | 2025.02.10 18:51:58.348137 [ 256 ] {77bb51aa-a0cb-405f-a7df-0899da8734b4} <Debug> TCPHandler: Processed in 0.001989268 sec. | ||
| 6821 | 2025.02.10 18:51:58.348364 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6822 | 2025.02.10 18:51:58.348538 [ 4 ] {e03a9c62-689e-40c8-b6c9-ae98d2e3bafb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6823 | 2025.02.10 18:51:58.348619 [ 4 ] {e03a9c62-689e-40c8-b6c9-ae98d2e3bafb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6824 | 2025.02.10 18:51:58.349747 [ 4 ] {e03a9c62-689e-40c8-b6c9-ae98d2e3bafb} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6825 | 2025.02.10 18:51:58.349786 [ 4 ] {e03a9c62-689e-40c8-b6c9-ae98d2e3bafb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6826 | 2025.02.10 18:51:58.350402 [ 4 ] {e03a9c62-689e-40c8-b6c9-ae98d2e3bafb} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6827 | 2025.02.10 18:51:58.350650 [ 4 ] {e03a9c62-689e-40c8-b6c9-ae98d2e3bafb} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6828 | 2025.02.10 18:51:58.350905 [ 4 ] {e03a9c62-689e-40c8-b6c9-ae98d2e3bafb} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002396 sec., 2086.811352253756 rows/sec., 3.74 MiB/sec. | ||
| 6829 | 2025.02.10 18:51:58.351001 [ 4 ] {e03a9c62-689e-40c8-b6c9-ae98d2e3bafb} <Debug> TCPHandler: Processed in 0.002763727 sec. | ||
| 6830 | 2025.02.10 18:51:58.351156 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6831 | 2025.02.10 18:51:58.351297 [ 256 ] {b6204e61-260b-4a8a-9b52-40105293d82e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6832 | 2025.02.10 18:51:58.351359 [ 256 ] {b6204e61-260b-4a8a-9b52-40105293d82e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6833 | 2025.02.10 18:51:58.351954 [ 256 ] {b6204e61-260b-4a8a-9b52-40105293d82e} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6834 | 2025.02.10 18:51:58.352003 [ 256 ] {b6204e61-260b-4a8a-9b52-40105293d82e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6835 | 2025.02.10 18:51:58.352398 [ 256 ] {b6204e61-260b-4a8a-9b52-40105293d82e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6836 | 2025.02.10 18:51:58.352650 [ 256 ] {b6204e61-260b-4a8a-9b52-40105293d82e} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6837 | 2025.02.10 18:51:58.352871 [ 256 ] {b6204e61-260b-4a8a-9b52-40105293d82e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001605 sec., 37383.17757009345 rows/sec., 2.52 MiB/sec. | ||
| 6838 | 2025.02.10 18:51:58.352922 [ 256 ] {b6204e61-260b-4a8a-9b52-40105293d82e} <Debug> TCPHandler: Processed in 0.001833475 sec. | ||
| 6839 | 2025.02.10 18:52:02.601388 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6840 | 2025.02.10 18:52:02.601492 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6841 | 2025.02.10 18:52:02.720412 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701 | ||
| 6842 | 2025.02.10 18:52:02.721093 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6843 | 2025.02.10 18:52:02.721141 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6844 | 2025.02.10 18:52:02.721776 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6845 | 2025.02.10 18:52:02.722037 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6846 | 2025.02.10 18:52:02.722279 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6847 | 2025.02.10 18:52:02.788524 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 982 | ||
| 6848 | 2025.02.10 18:52:02.791716 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6849 | 2025.02.10 18:52:02.791781 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6850 | 2025.02.10 18:52:02.793667 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6851 | 2025.02.10 18:52:02.793985 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6852 | 2025.02.10 18:52:02.794556 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 982 | ||
| 6853 | 2025.02.10 18:52:03.001755 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00125435 sec. | ||
| 6854 | 2025.02.10 18:52:03.345512 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6855 | 2025.02.10 18:52:03.345721 [ 4 ] {ccf34452-2b95-4cfc-8c5d-e7539e7c15a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6856 | 2025.02.10 18:52:03.345799 [ 4 ] {ccf34452-2b95-4cfc-8c5d-e7539e7c15a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6857 | 2025.02.10 18:52:03.346619 [ 4 ] {ccf34452-2b95-4cfc-8c5d-e7539e7c15a4} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6858 | 2025.02.10 18:52:03.346666 [ 4 ] {ccf34452-2b95-4cfc-8c5d-e7539e7c15a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6859 | 2025.02.10 18:52:03.347097 [ 4 ] {ccf34452-2b95-4cfc-8c5d-e7539e7c15a4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6860 | 2025.02.10 18:52:03.347359 [ 4 ] {ccf34452-2b95-4cfc-8c5d-e7539e7c15a4} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6861 | 2025.02.10 18:52:03.347562 [ 4 ] {ccf34452-2b95-4cfc-8c5d-e7539e7c15a4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001899 sec., 7372.30121116377 rows/sec., 530.71 KiB/sec. | ||
| 6862 | 2025.02.10 18:52:03.347626 [ 4 ] {ccf34452-2b95-4cfc-8c5d-e7539e7c15a4} <Debug> TCPHandler: Processed in 0.002242554 sec. | ||
| 6863 | 2025.02.10 18:52:03.347893 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6864 | 2025.02.10 18:52:03.348117 [ 256 ] {92779402-0bce-40f4-b214-9ba3924ffdc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6865 | 2025.02.10 18:52:03.348200 [ 256 ] {92779402-0bce-40f4-b214-9ba3924ffdc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6866 | 2025.02.10 18:52:03.349078 [ 256 ] {92779402-0bce-40f4-b214-9ba3924ffdc1} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6867 | 2025.02.10 18:52:03.349132 [ 256 ] {92779402-0bce-40f4-b214-9ba3924ffdc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6868 | 2025.02.10 18:52:03.349603 [ 256 ] {92779402-0bce-40f4-b214-9ba3924ffdc1} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6869 | 2025.02.10 18:52:03.349878 [ 256 ] {92779402-0bce-40f4-b214-9ba3924ffdc1} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6870 | 2025.02.10 18:52:03.350073 [ 98 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6871 | 2025.02.10 18:52:03.350146 [ 256 ] {92779402-0bce-40f4-b214-9ba3924ffdc1} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.002081 sec., 131186.92936088418 rows/sec., 11.56 MiB/sec. | ||
| 6872 | 2025.02.10 18:52:03.350147 [ 98 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6873 | 2025.02.10 18:52:03.350241 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6874 | 2025.02.10 18:52:03.350279 [ 256 ] {92779402-0bce-40f4-b214-9ba3924ffdc1} <Debug> TCPHandler: Processed in 0.002527471 sec. | ||
| 6875 | 2025.02.10 18:52:03.350499 [ 186 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 6876 | 2025.02.10 18:52:03.350501 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6877 | 2025.02.10 18:52:03.350674 [ 186 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6878 | 2025.02.10 18:52:03.350697 [ 4 ] {dfa3a5d1-a30d-42f9-9d5f-2f3056eea001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6879 | 2025.02.10 18:52:03.350720 [ 186 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1432 rows starting from the beginning of the part | ||
| 6880 | 2025.02.10 18:52:03.350773 [ 4 ] {dfa3a5d1-a30d-42f9-9d5f-2f3056eea001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6881 | 2025.02.10 18:52:03.350938 [ 186 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 273 rows starting from the beginning of the part | ||
| 6882 | 2025.02.10 18:52:03.351333 [ 186 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 66 rows starting from the beginning of the part | ||
| 6883 | 2025.02.10 18:52:03.351574 [ 186 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 274 rows starting from the beginning of the part | ||
| 6884 | 2025.02.10 18:52:03.351810 [ 186 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 66 rows starting from the beginning of the part | ||
| 6885 | 2025.02.10 18:52:03.352058 [ 186 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 273 rows starting from the beginning of the part | ||
| 6886 | 2025.02.10 18:52:03.353002 [ 4 ] {dfa3a5d1-a30d-42f9-9d5f-2f3056eea001} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6887 | 2025.02.10 18:52:03.353048 [ 4 ] {dfa3a5d1-a30d-42f9-9d5f-2f3056eea001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6888 | 2025.02.10 18:52:03.353592 [ 4 ] {dfa3a5d1-a30d-42f9-9d5f-2f3056eea001} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6889 | 2025.02.10 18:52:03.353902 [ 4 ] {dfa3a5d1-a30d-42f9-9d5f-2f3056eea001} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6890 | 2025.02.10 18:52:03.354225 [ 4 ] {dfa3a5d1-a30d-42f9-9d5f-2f3056eea001} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.003535 sec., 11881.18811881188 rows/sec., 873.52 KiB/sec. | ||
| 6891 | 2025.02.10 18:52:03.354635 [ 4 ] {dfa3a5d1-a30d-42f9-9d5f-2f3056eea001} <Debug> TCPHandler: Processed in 0.004226762 sec. | ||
| 6892 | 2025.02.10 18:52:03.355142 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6893 | 2025.02.10 18:52:03.355366 [ 186 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2384 rows, containing 5 columns (5 merged, 0 gathered) in 0.005021341 sec., 474773.57144236966 rows/sec., 42.18 MiB/sec. | ||
| 6894 | 2025.02.10 18:52:03.355627 [ 256 ] {e1a04229-147e-419f-a971-40c80596543d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6895 | 2025.02.10 18:52:03.355783 [ 186 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6896 | 2025.02.10 18:52:03.355820 [ 256 ] {e1a04229-147e-419f-a971-40c80596543d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6897 | 2025.02.10 18:52:03.356685 [ 186 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_51_10} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6898 | 2025.02.10 18:52:03.356959 [ 186 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_51_10} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6899 | 2025.02.10 18:52:03.357147 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 6900 | 2025.02.10 18:52:03.357455 [ 256 ] {e1a04229-147e-419f-a971-40c80596543d} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6901 | 2025.02.10 18:52:03.357500 [ 256 ] {e1a04229-147e-419f-a971-40c80596543d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6902 | 2025.02.10 18:52:03.357876 [ 256 ] {e1a04229-147e-419f-a971-40c80596543d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6903 | 2025.02.10 18:52:03.358123 [ 256 ] {e1a04229-147e-419f-a971-40c80596543d} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6904 | 2025.02.10 18:52:03.358342 [ 256 ] {e1a04229-147e-419f-a971-40c80596543d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00288 sec., 4861.11111111111 rows/sec., 340.44 KiB/sec. | ||
| 6905 | 2025.02.10 18:52:03.358400 [ 256 ] {e1a04229-147e-419f-a971-40c80596543d} <Debug> TCPHandler: Processed in 0.003628967 sec. | ||
| 6906 | 2025.02.10 18:52:03.358545 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6907 | 2025.02.10 18:52:03.358687 [ 4 ] {15d69ad7-75b1-4406-baff-77c3bd9855e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6908 | 2025.02.10 18:52:03.358747 [ 4 ] {15d69ad7-75b1-4406-baff-77c3bd9855e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6909 | 2025.02.10 18:52:03.359410 [ 4 ] {15d69ad7-75b1-4406-baff-77c3bd9855e8} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6910 | 2025.02.10 18:52:03.359448 [ 4 ] {15d69ad7-75b1-4406-baff-77c3bd9855e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6911 | 2025.02.10 18:52:03.359806 [ 4 ] {15d69ad7-75b1-4406-baff-77c3bd9855e8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6912 | 2025.02.10 18:52:03.360044 [ 4 ] {15d69ad7-75b1-4406-baff-77c3bd9855e8} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6913 | 2025.02.10 18:52:03.360218 [ 4 ] {15d69ad7-75b1-4406-baff-77c3bd9855e8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001564 sec., 8312.020460358055 rows/sec., 518.25 KiB/sec. | ||
| 6914 | 2025.02.10 18:52:03.360271 [ 4 ] {15d69ad7-75b1-4406-baff-77c3bd9855e8} <Debug> TCPHandler: Processed in 0.001795473 sec. | ||
| 6915 | 2025.02.10 18:52:03.360414 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6916 | 2025.02.10 18:52:03.360553 [ 256 ] {890ddead-5c85-466a-ad0e-38a9488ead8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6917 | 2025.02.10 18:52:03.360610 [ 256 ] {890ddead-5c85-466a-ad0e-38a9488ead8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6918 | 2025.02.10 18:52:03.361485 [ 256 ] {890ddead-5c85-466a-ad0e-38a9488ead8e} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6919 | 2025.02.10 18:52:03.361526 [ 256 ] {890ddead-5c85-466a-ad0e-38a9488ead8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6920 | 2025.02.10 18:52:03.361936 [ 256 ] {890ddead-5c85-466a-ad0e-38a9488ead8e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6921 | 2025.02.10 18:52:03.362183 [ 256 ] {890ddead-5c85-466a-ad0e-38a9488ead8e} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6922 | 2025.02.10 18:52:03.362365 [ 98 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6923 | 2025.02.10 18:52:03.362419 [ 98 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6924 | 2025.02.10 18:52:03.362440 [ 256 ] {890ddead-5c85-466a-ad0e-38a9488ead8e} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001913 sec., 217982.22686879247 rows/sec., 15.56 MiB/sec. | ||
| 6925 | 2025.02.10 18:52:03.362453 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6926 | 2025.02.10 18:52:03.362592 [ 256 ] {890ddead-5c85-466a-ad0e-38a9488ead8e} <Debug> TCPHandler: Processed in 0.002242354 sec. | ||
| 6927 | 2025.02.10 18:52:03.362749 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 6928 | 2025.02.10 18:52:03.362803 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6929 | 2025.02.10 18:52:03.363063 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6930 | 2025.02.10 18:52:03.363072 [ 4 ] {d8bdf37d-44c2-4956-93a3-5cff84b05cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6931 | 2025.02.10 18:52:03.363128 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 914 rows starting from the beginning of the part | ||
| 6932 | 2025.02.10 18:52:03.363196 [ 4 ] {d8bdf37d-44c2-4956-93a3-5cff84b05cf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6933 | 2025.02.10 18:52:03.363494 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 417 rows starting from the beginning of the part | ||
| 6934 | 2025.02.10 18:52:03.363908 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 69 rows starting from the beginning of the part | ||
| 6935 | 2025.02.10 18:52:03.364403 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 419 rows starting from the beginning of the part | ||
| 6936 | 2025.02.10 18:52:03.364617 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 69 rows starting from the beginning of the part | ||
| 6937 | 2025.02.10 18:52:03.365054 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 417 rows starting from the beginning of the part | ||
| 6938 | 2025.02.10 18:52:03.365684 [ 4 ] {d8bdf37d-44c2-4956-93a3-5cff84b05cf4} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6939 | 2025.02.10 18:52:03.365750 [ 4 ] {d8bdf37d-44c2-4956-93a3-5cff84b05cf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6940 | 2025.02.10 18:52:03.366643 [ 4 ] {d8bdf37d-44c2-4956-93a3-5cff84b05cf4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6941 | 2025.02.10 18:52:03.367238 [ 4 ] {d8bdf37d-44c2-4956-93a3-5cff84b05cf4} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6942 | 2025.02.10 18:52:03.367740 [ 4 ] {d8bdf37d-44c2-4956-93a3-5cff84b05cf4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004761 sec., 1260.239445494644 rows/sec., 65.84 KiB/sec. | ||
| 6943 | 2025.02.10 18:52:03.368293 [ 4 ] {d8bdf37d-44c2-4956-93a3-5cff84b05cf4} <Debug> TCPHandler: Processed in 0.005582134 sec. | ||
| 6944 | 2025.02.10 18:52:03.368964 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6945 | 2025.02.10 18:52:03.369070 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2305 rows, containing 5 columns (5 merged, 0 gathered) in 0.006483976 sec., 355491.75382512214 rows/sec., 27.07 MiB/sec. | ||
| 6946 | 2025.02.10 18:52:03.369181 [ 256 ] {17fd8a4c-467e-4f73-9c6b-758ecd38abb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6947 | 2025.02.10 18:52:03.369278 [ 256 ] {17fd8a4c-467e-4f73-9c6b-758ecd38abb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6948 | 2025.02.10 18:52:03.369330 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6949 | 2025.02.10 18:52:03.369948 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_51_10} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6950 | 2025.02.10 18:52:03.370128 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_51_10} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6951 | 2025.02.10 18:52:03.370301 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 6952 | 2025.02.10 18:52:03.370494 [ 256 ] {17fd8a4c-467e-4f73-9c6b-758ecd38abb2} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6953 | 2025.02.10 18:52:03.370538 [ 256 ] {17fd8a4c-467e-4f73-9c6b-758ecd38abb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6954 | 2025.02.10 18:52:03.370951 [ 256 ] {17fd8a4c-467e-4f73-9c6b-758ecd38abb2} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6955 | 2025.02.10 18:52:03.371202 [ 256 ] {17fd8a4c-467e-4f73-9c6b-758ecd38abb2} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6956 | 2025.02.10 18:52:03.371372 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6957 | 2025.02.10 18:52:03.371430 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6958 | 2025.02.10 18:52:03.371468 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6959 | 2025.02.10 18:52:03.371474 [ 256 ] {17fd8a4c-467e-4f73-9c6b-758ecd38abb2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002334 sec., 101542.41645244215 rows/sec., 6.81 MiB/sec. | ||
| 6960 | 2025.02.10 18:52:03.371685 [ 256 ] {17fd8a4c-467e-4f73-9c6b-758ecd38abb2} <Debug> TCPHandler: Processed in 0.003223748 sec. | ||
| 6961 | 2025.02.10 18:52:03.371750 [ 195 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 6962 | 2025.02.10 18:52:03.371875 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6963 | 2025.02.10 18:52:03.371956 [ 195 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6964 | 2025.02.10 18:52:03.372033 [ 195 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14953 rows starting from the beginning of the part | ||
| 6965 | 2025.02.10 18:52:03.372102 [ 4 ] {46a98e31-5a19-477a-8389-a395c633f53c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6966 | 2025.02.10 18:52:03.372271 [ 195 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part | ||
| 6967 | 2025.02.10 18:52:03.372297 [ 4 ] {46a98e31-5a19-477a-8389-a395c633f53c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6968 | 2025.02.10 18:52:03.372619 [ 195 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part | ||
| 6969 | 2025.02.10 18:52:03.372939 [ 195 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 238 rows starting from the beginning of the part | ||
| 6970 | 2025.02.10 18:52:03.373438 [ 195 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part | ||
| 6971 | 2025.02.10 18:52:03.373848 [ 195 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 237 rows starting from the beginning of the part | ||
| 6972 | 2025.02.10 18:52:03.374738 [ 4 ] {46a98e31-5a19-477a-8389-a395c633f53c} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6973 | 2025.02.10 18:52:03.374801 [ 4 ] {46a98e31-5a19-477a-8389-a395c633f53c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6974 | 2025.02.10 18:52:03.375525 [ 4 ] {46a98e31-5a19-477a-8389-a395c633f53c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6975 | 2025.02.10 18:52:03.375863 [ 4 ] {46a98e31-5a19-477a-8389-a395c633f53c} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6976 | 2025.02.10 18:52:03.376215 [ 4 ] {46a98e31-5a19-477a-8389-a395c633f53c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004168 sec., 239.9232245681382 rows/sec., 16.17 KiB/sec. | ||
| 6977 | 2025.02.10 18:52:03.376364 [ 4 ] {46a98e31-5a19-477a-8389-a395c633f53c} <Debug> TCPHandler: Processed in 0.004572861 sec. | ||
| 6978 | 2025.02.10 18:52:03.376586 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6979 | 2025.02.10 18:52:03.376828 [ 256 ] {30f089a8-d3db-4966-bf05-15283f0489ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6980 | 2025.02.10 18:52:03.377054 [ 256 ] {30f089a8-d3db-4966-bf05-15283f0489ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6981 | 2025.02.10 18:52:03.379077 [ 256 ] {30f089a8-d3db-4966-bf05-15283f0489ff} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6982 | 2025.02.10 18:52:03.379119 [ 256 ] {30f089a8-d3db-4966-bf05-15283f0489ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6983 | 2025.02.10 18:52:03.380262 [ 256 ] {30f089a8-d3db-4966-bf05-15283f0489ff} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6984 | 2025.02.10 18:52:03.380689 [ 256 ] {30f089a8-d3db-4966-bf05-15283f0489ff} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6985 | 2025.02.10 18:52:03.381031 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15985 rows, containing 5 columns (5 merged, 0 gathered) in 0.009461238 sec., 1689525.1974424487 rows/sec., 114.06 MiB/sec. | ||
| 6986 | 2025.02.10 18:52:03.381196 [ 256 ] {30f089a8-d3db-4966-bf05-15283f0489ff} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.004459 sec., 7849.293563579277 rows/sec., 14.07 MiB/sec. | ||
| 6987 | 2025.02.10 18:52:03.381334 [ 256 ] {30f089a8-d3db-4966-bf05-15283f0489ff} <Debug> TCPHandler: Processed in 0.004875488 sec. | ||
| 6988 | 2025.02.10 18:52:03.381505 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6989 | 2025.02.10 18:52:03.381561 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6990 | 2025.02.10 18:52:03.381673 [ 4 ] {043cbace-dee4-4aac-bcf6-93fcd92ae17f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6991 | 2025.02.10 18:52:03.381739 [ 4 ] {043cbace-dee4-4aac-bcf6-93fcd92ae17f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6992 | 2025.02.10 18:52:03.381971 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6993 | 2025.02.10 18:52:03.382099 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6994 | 2025.02.10 18:52:03.382193 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.83 MiB. | ||
| 6995 | 2025.02.10 18:52:03.382428 [ 4 ] {043cbace-dee4-4aac-bcf6-93fcd92ae17f} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6996 | 2025.02.10 18:52:03.382466 [ 4 ] {043cbace-dee4-4aac-bcf6-93fcd92ae17f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 6997 | 2025.02.10 18:52:03.382833 [ 4 ] {043cbace-dee4-4aac-bcf6-93fcd92ae17f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6998 | 2025.02.10 18:52:03.383074 [ 4 ] {043cbace-dee4-4aac-bcf6-93fcd92ae17f} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6999 | 2025.02.10 18:52:03.383197 [ 98 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7000 | 2025.02.10 18:52:03.383236 [ 98 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7001 | 2025.02.10 18:52:03.383259 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 7002 | 2025.02.10 18:52:03.383266 [ 4 ] {043cbace-dee4-4aac-bcf6-93fcd92ae17f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00163 sec., 50306.74846625767 rows/sec., 3.20 MiB/sec. | ||
| 7003 | 2025.02.10 18:52:03.383538 [ 4 ] {043cbace-dee4-4aac-bcf6-93fcd92ae17f} <Debug> TCPHandler: Processed in 0.002102911 sec. | ||
| 7004 | 2025.02.10 18:52:03.383559 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 7005 | 2025.02.10 18:52:03.383988 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7006 | 2025.02.10 18:52:03.384074 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2806 rows starting from the beginning of the part | ||
| 7007 | 2025.02.10 18:52:03.384312 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part | ||
| 7008 | 2025.02.10 18:52:03.384514 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
| 7009 | 2025.02.10 18:52:03.384647 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 82 rows starting from the beginning of the part | ||
| 7010 | 2025.02.10 18:52:03.384786 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
| 7011 | 2025.02.10 18:52:03.384850 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 82 rows starting from the beginning of the part | ||
| 7012 | 2025.02.10 18:52:03.386425 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3172 rows, containing 4 columns (4 merged, 0 gathered) in 0.003102085 sec., 1022538.0671387147 rows/sec., 66.66 MiB/sec. | ||
| 7013 | 2025.02.10 18:52:03.386936 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7014 | 2025.02.10 18:52:03.387418 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_51_10} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7015 | 2025.02.10 18:52:03.387508 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_51_10} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7016 | 2025.02.10 18:52:03.387600 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 7017 | 2025.02.10 18:52:03.732616 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 7018 | 2025.02.10 18:52:03.751894 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7019 | 2025.02.10 18:52:03.751956 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7020 | 2025.02.10 18:52:03.759031 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7021 | 2025.02.10 18:52:03.759770 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7022 | 2025.02.10 18:52:03.763205 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 7023 | 2025.02.10 18:52:06.543332 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7024 | 2025.02.10 18:52:06.543522 [ 4 ] {1affeced-8e5e-4f6b-8ec2-4c55d0e788c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7025 | 2025.02.10 18:52:06.543597 [ 4 ] {1affeced-8e5e-4f6b-8ec2-4c55d0e788c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7026 | 2025.02.10 18:52:06.544338 [ 4 ] {1affeced-8e5e-4f6b-8ec2-4c55d0e788c6} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7027 | 2025.02.10 18:52:06.544390 [ 4 ] {1affeced-8e5e-4f6b-8ec2-4c55d0e788c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7028 | 2025.02.10 18:52:06.544823 [ 4 ] {1affeced-8e5e-4f6b-8ec2-4c55d0e788c6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7029 | 2025.02.10 18:52:06.545084 [ 4 ] {1affeced-8e5e-4f6b-8ec2-4c55d0e788c6} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7030 | 2025.02.10 18:52:06.545358 [ 4 ] {1affeced-8e5e-4f6b-8ec2-4c55d0e788c6} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00188 sec., 2127.6595744680853 rows/sec., 173.50 KiB/sec. | ||
| 7031 | 2025.02.10 18:52:06.545525 [ 4 ] {1affeced-8e5e-4f6b-8ec2-4c55d0e788c6} <Debug> TCPHandler: Processed in 0.002318706 sec. | ||
| 7032 | 2025.02.10 18:52:06.545862 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7033 | 2025.02.10 18:52:06.546056 [ 256 ] {7b2d87b9-0842-4dbe-9aed-cb10d3ca3ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7034 | 2025.02.10 18:52:06.546131 [ 256 ] {7b2d87b9-0842-4dbe-9aed-cb10d3ca3ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7035 | 2025.02.10 18:52:06.547525 [ 256 ] {7b2d87b9-0842-4dbe-9aed-cb10d3ca3ccb} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7036 | 2025.02.10 18:52:06.547573 [ 256 ] {7b2d87b9-0842-4dbe-9aed-cb10d3ca3ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7037 | 2025.02.10 18:52:06.548110 [ 256 ] {7b2d87b9-0842-4dbe-9aed-cb10d3ca3ccb} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7038 | 2025.02.10 18:52:06.548375 [ 256 ] {7b2d87b9-0842-4dbe-9aed-cb10d3ca3ccb} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7039 | 2025.02.10 18:52:06.548611 [ 256 ] {7b2d87b9-0842-4dbe-9aed-cb10d3ca3ccb} <Debug> executeQuery: Read 1208 rows, 102.09 KiB in 0.002609 sec., 463012.6485243388 rows/sec., 38.21 MiB/sec. | ||
| 7040 | 2025.02.10 18:52:06.548669 [ 256 ] {7b2d87b9-0842-4dbe-9aed-cb10d3ca3ccb} <Debug> TCPHandler: Processed in 0.002949711 sec. | ||
| 7041 | 2025.02.10 18:52:06.548854 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7042 | 2025.02.10 18:52:06.549005 [ 4 ] {7a5d1a1b-8cd3-4205-a2e9-15ec68b93e9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7043 | 2025.02.10 18:52:06.549070 [ 4 ] {7a5d1a1b-8cd3-4205-a2e9-15ec68b93e9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7044 | 2025.02.10 18:52:06.549733 [ 4 ] {7a5d1a1b-8cd3-4205-a2e9-15ec68b93e9f} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7045 | 2025.02.10 18:52:06.549773 [ 4 ] {7a5d1a1b-8cd3-4205-a2e9-15ec68b93e9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7046 | 2025.02.10 18:52:06.550155 [ 4 ] {7a5d1a1b-8cd3-4205-a2e9-15ec68b93e9f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7047 | 2025.02.10 18:52:06.550418 [ 4 ] {7a5d1a1b-8cd3-4205-a2e9-15ec68b93e9f} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7048 | 2025.02.10 18:52:06.550614 [ 4 ] {7a5d1a1b-8cd3-4205-a2e9-15ec68b93e9f} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.001647 sec., 5464.48087431694 rows/sec., 397.86 KiB/sec. | ||
| 7049 | 2025.02.10 18:52:06.550740 [ 4 ] {7a5d1a1b-8cd3-4205-a2e9-15ec68b93e9f} <Debug> TCPHandler: Processed in 0.001953767 sec. | ||
| 7050 | 2025.02.10 18:52:06.550902 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7051 | 2025.02.10 18:52:06.551021 [ 256 ] {c431fefe-0bab-4f7c-be10-6ed3736c4918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7052 | 2025.02.10 18:52:06.551072 [ 256 ] {c431fefe-0bab-4f7c-be10-6ed3736c4918} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7053 | 2025.02.10 18:52:06.551983 [ 256 ] {c431fefe-0bab-4f7c-be10-6ed3736c4918} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7054 | 2025.02.10 18:52:06.552060 [ 256 ] {c431fefe-0bab-4f7c-be10-6ed3736c4918} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7055 | 2025.02.10 18:52:06.552456 [ 256 ] {c431fefe-0bab-4f7c-be10-6ed3736c4918} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7056 | 2025.02.10 18:52:06.552709 [ 256 ] {c431fefe-0bab-4f7c-be10-6ed3736c4918} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7057 | 2025.02.10 18:52:06.552925 [ 256 ] {c431fefe-0bab-4f7c-be10-6ed3736c4918} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001927 sec., 118318.62999481059 rows/sec., 8.01 MiB/sec. | ||
| 7058 | 2025.02.10 18:52:06.552984 [ 256 ] {c431fefe-0bab-4f7c-be10-6ed3736c4918} <Debug> TCPHandler: Processed in 0.002150242 sec. | ||
| 7059 | 2025.02.10 18:52:06.553158 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7060 | 2025.02.10 18:52:06.553302 [ 4 ] {88284d77-3693-4863-8055-2c6f59f13cf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7061 | 2025.02.10 18:52:06.553362 [ 4 ] {88284d77-3693-4863-8055-2c6f59f13cf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7062 | 2025.02.10 18:52:06.554351 [ 4 ] {88284d77-3693-4863-8055-2c6f59f13cf8} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7063 | 2025.02.10 18:52:06.554398 [ 4 ] {88284d77-3693-4863-8055-2c6f59f13cf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7064 | 2025.02.10 18:52:06.554786 [ 4 ] {88284d77-3693-4863-8055-2c6f59f13cf8} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7065 | 2025.02.10 18:52:06.555055 [ 4 ] {88284d77-3693-4863-8055-2c6f59f13cf8} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7066 | 2025.02.10 18:52:06.555235 [ 4 ] {88284d77-3693-4863-8055-2c6f59f13cf8} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.001966 sec., 269074.26246185147 rows/sec., 19.93 MiB/sec. | ||
| 7067 | 2025.02.10 18:52:06.555290 [ 4 ] {88284d77-3693-4863-8055-2c6f59f13cf8} <Debug> TCPHandler: Processed in 0.002199574 sec. | ||
| 7068 | 2025.02.10 18:52:06.555449 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7069 | 2025.02.10 18:52:06.555570 [ 256 ] {0b89fb15-fe69-40ac-9013-5d1f94705e27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7070 | 2025.02.10 18:52:06.555625 [ 256 ] {0b89fb15-fe69-40ac-9013-5d1f94705e27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7071 | 2025.02.10 18:52:06.556460 [ 256 ] {0b89fb15-fe69-40ac-9013-5d1f94705e27} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7072 | 2025.02.10 18:52:06.556501 [ 256 ] {0b89fb15-fe69-40ac-9013-5d1f94705e27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7073 | 2025.02.10 18:52:06.557013 [ 256 ] {0b89fb15-fe69-40ac-9013-5d1f94705e27} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7074 | 2025.02.10 18:52:06.557267 [ 256 ] {0b89fb15-fe69-40ac-9013-5d1f94705e27} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7075 | 2025.02.10 18:52:06.557486 [ 256 ] {0b89fb15-fe69-40ac-9013-5d1f94705e27} <Debug> executeQuery: Read 966 rows, 66.39 KiB in 0.00194 sec., 497938.1443298969 rows/sec., 33.42 MiB/sec. | ||
| 7076 | 2025.02.10 18:52:06.557538 [ 256 ] {0b89fb15-fe69-40ac-9013-5d1f94705e27} <Debug> TCPHandler: Processed in 0.002145992 sec. | ||
| 7077 | 2025.02.10 18:52:06.557704 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7078 | 2025.02.10 18:52:06.557845 [ 4 ] {05588470-bfbb-472b-bcc5-5d51f75c1737} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7079 | 2025.02.10 18:52:06.557941 [ 4 ] {05588470-bfbb-472b-bcc5-5d51f75c1737} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7080 | 2025.02.10 18:52:06.559118 [ 4 ] {05588470-bfbb-472b-bcc5-5d51f75c1737} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7081 | 2025.02.10 18:52:06.559156 [ 4 ] {05588470-bfbb-472b-bcc5-5d51f75c1737} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7082 | 2025.02.10 18:52:06.559769 [ 4 ] {05588470-bfbb-472b-bcc5-5d51f75c1737} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7083 | 2025.02.10 18:52:06.560024 [ 4 ] {05588470-bfbb-472b-bcc5-5d51f75c1737} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7084 | 2025.02.10 18:52:06.560220 [ 4 ] {05588470-bfbb-472b-bcc5-5d51f75c1737} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002408 sec., 2076.4119601328903 rows/sec., 3.72 MiB/sec. | ||
| 7085 | 2025.02.10 18:52:06.560312 [ 4 ] {05588470-bfbb-472b-bcc5-5d51f75c1737} <Debug> TCPHandler: Processed in 0.002672405 sec. | ||
| 7086 | 2025.02.10 18:52:06.560487 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7087 | 2025.02.10 18:52:06.560606 [ 256 ] {6884e81c-f59c-482d-bb25-e7dd843e0304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7088 | 2025.02.10 18:52:06.560659 [ 256 ] {6884e81c-f59c-482d-bb25-e7dd843e0304} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7089 | 2025.02.10 18:52:06.561159 [ 256 ] {6884e81c-f59c-482d-bb25-e7dd843e0304} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7090 | 2025.02.10 18:52:06.561199 [ 256 ] {6884e81c-f59c-482d-bb25-e7dd843e0304} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7091 | 2025.02.10 18:52:06.561579 [ 256 ] {6884e81c-f59c-482d-bb25-e7dd843e0304} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7092 | 2025.02.10 18:52:06.561820 [ 256 ] {6884e81c-f59c-482d-bb25-e7dd843e0304} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7093 | 2025.02.10 18:52:06.562031 [ 256 ] {6884e81c-f59c-482d-bb25-e7dd843e0304} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001449 sec., 30365.76949620428 rows/sec., 2.04 MiB/sec. | ||
| 7094 | 2025.02.10 18:52:06.562082 [ 256 ] {6884e81c-f59c-482d-bb25-e7dd843e0304} <Debug> TCPHandler: Processed in 0.001651349 sec. | ||
| 7095 | 2025.02.10 18:52:08.333387 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7096 | 2025.02.10 18:52:08.333600 [ 4 ] {f3544829-253f-48b9-9c7f-69fabb48c4d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7097 | 2025.02.10 18:52:08.333681 [ 4 ] {f3544829-253f-48b9-9c7f-69fabb48c4d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7098 | 2025.02.10 18:52:08.334560 [ 4 ] {f3544829-253f-48b9-9c7f-69fabb48c4d0} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7099 | 2025.02.10 18:52:08.334611 [ 4 ] {f3544829-253f-48b9-9c7f-69fabb48c4d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7100 | 2025.02.10 18:52:08.335042 [ 4 ] {f3544829-253f-48b9-9c7f-69fabb48c4d0} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7101 | 2025.02.10 18:52:08.335313 [ 4 ] {f3544829-253f-48b9-9c7f-69fabb48c4d0} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7102 | 2025.02.10 18:52:08.335542 [ 4 ] {f3544829-253f-48b9-9c7f-69fabb48c4d0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001998 sec., 28028.028028028024 rows/sec., 2.15 MiB/sec. | ||
| 7103 | 2025.02.10 18:52:08.335631 [ 4 ] {f3544829-253f-48b9-9c7f-69fabb48c4d0} <Debug> TCPHandler: Processed in 0.002375237 sec. | ||
| 7104 | 2025.02.10 18:52:08.335916 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7105 | 2025.02.10 18:52:08.336110 [ 256 ] {1e1ae920-e59d-4275-8a2f-b8146d79f6d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7106 | 2025.02.10 18:52:08.336183 [ 256 ] {1e1ae920-e59d-4275-8a2f-b8146d79f6d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7107 | 2025.02.10 18:52:08.336955 [ 256 ] {1e1ae920-e59d-4275-8a2f-b8146d79f6d1} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7108 | 2025.02.10 18:52:08.337003 [ 256 ] {1e1ae920-e59d-4275-8a2f-b8146d79f6d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7109 | 2025.02.10 18:52:08.337449 [ 256 ] {1e1ae920-e59d-4275-8a2f-b8146d79f6d1} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7110 | 2025.02.10 18:52:08.337709 [ 256 ] {1e1ae920-e59d-4275-8a2f-b8146d79f6d1} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7111 | 2025.02.10 18:52:08.337955 [ 256 ] {1e1ae920-e59d-4275-8a2f-b8146d79f6d1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001898 sec., 33719.70495258167 rows/sec., 2.63 MiB/sec. | ||
| 7112 | 2025.02.10 18:52:08.338014 [ 256 ] {1e1ae920-e59d-4275-8a2f-b8146d79f6d1} <Debug> TCPHandler: Processed in 0.002246364 sec. | ||
| 7113 | 2025.02.10 18:52:08.338172 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7114 | 2025.02.10 18:52:08.338306 [ 4 ] {209401d2-0f5e-4f25-b543-7cfe5c48dfbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7115 | 2025.02.10 18:52:08.338365 [ 4 ] {209401d2-0f5e-4f25-b543-7cfe5c48dfbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7116 | 2025.02.10 18:52:08.338940 [ 4 ] {209401d2-0f5e-4f25-b543-7cfe5c48dfbd} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7117 | 2025.02.10 18:52:08.338981 [ 4 ] {209401d2-0f5e-4f25-b543-7cfe5c48dfbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7118 | 2025.02.10 18:52:08.339382 [ 4 ] {209401d2-0f5e-4f25-b543-7cfe5c48dfbd} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7119 | 2025.02.10 18:52:08.339628 [ 4 ] {209401d2-0f5e-4f25-b543-7cfe5c48dfbd} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7120 | 2025.02.10 18:52:08.339846 [ 4 ] {209401d2-0f5e-4f25-b543-7cfe5c48dfbd} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001571 sec., 26734.563971992364 rows/sec., 1.86 MiB/sec. | ||
| 7121 | 2025.02.10 18:52:08.339904 [ 4 ] {209401d2-0f5e-4f25-b543-7cfe5c48dfbd} <Debug> TCPHandler: Processed in 0.001790793 sec. | ||
| 7122 | 2025.02.10 18:52:08.340080 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7123 | 2025.02.10 18:52:08.340220 [ 256 ] {da793f9f-273b-42a3-9863-5aff47d89b2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7124 | 2025.02.10 18:52:08.340283 [ 256 ] {da793f9f-273b-42a3-9863-5aff47d89b2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7125 | 2025.02.10 18:52:08.340810 [ 256 ] {da793f9f-273b-42a3-9863-5aff47d89b2d} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7126 | 2025.02.10 18:52:08.340850 [ 256 ] {da793f9f-273b-42a3-9863-5aff47d89b2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7127 | 2025.02.10 18:52:08.341231 [ 256 ] {da793f9f-273b-42a3-9863-5aff47d89b2d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7128 | 2025.02.10 18:52:08.341491 [ 256 ] {da793f9f-273b-42a3-9863-5aff47d89b2d} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7129 | 2025.02.10 18:52:08.341702 [ 256 ] {da793f9f-273b-42a3-9863-5aff47d89b2d} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001514 sec., 10568.031704095112 rows/sec., 732.74 KiB/sec. | ||
| 7130 | 2025.02.10 18:52:08.341754 [ 256 ] {da793f9f-273b-42a3-9863-5aff47d89b2d} <Debug> TCPHandler: Processed in 0.001740962 sec. | ||
| 7131 | 2025.02.10 18:52:10.222417 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189 | ||
| 7132 | 2025.02.10 18:52:10.223214 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7133 | 2025.02.10 18:52:10.223264 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7134 | 2025.02.10 18:52:10.223823 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7135 | 2025.02.10 18:52:10.224080 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7136 | 2025.02.10 18:52:10.224317 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 | ||
| 7137 | 2025.02.10 18:52:11.263284 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 7138 | 2025.02.10 18:52:11.284322 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7139 | 2025.02.10 18:52:11.284381 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7140 | 2025.02.10 18:52:11.291714 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7141 | 2025.02.10 18:52:11.292482 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7142 | 2025.02.10 18:52:11.295292 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 7143 | 2025.02.10 18:52:12.794843 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1028 | ||
| 7144 | 2025.02.10 18:52:12.798255 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7145 | 2025.02.10 18:52:12.798304 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7146 | 2025.02.10 18:52:12.799763 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7147 | 2025.02.10 18:52:12.800071 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7148 | 2025.02.10 18:52:12.802042 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1028 | ||
| 7149 | 2025.02.10 18:52:13.345773 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7150 | 2025.02.10 18:52:13.345987 [ 4 ] {b22c19b0-08d6-40bb-a55f-ee67ad9e09a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7151 | 2025.02.10 18:52:13.346067 [ 4 ] {b22c19b0-08d6-40bb-a55f-ee67ad9e09a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7152 | 2025.02.10 18:52:13.346891 [ 4 ] {b22c19b0-08d6-40bb-a55f-ee67ad9e09a0} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7153 | 2025.02.10 18:52:13.346941 [ 4 ] {b22c19b0-08d6-40bb-a55f-ee67ad9e09a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7154 | 2025.02.10 18:52:13.347376 [ 4 ] {b22c19b0-08d6-40bb-a55f-ee67ad9e09a0} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7155 | 2025.02.10 18:52:13.347629 [ 4 ] {b22c19b0-08d6-40bb-a55f-ee67ad9e09a0} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7156 | 2025.02.10 18:52:13.347883 [ 4 ] {b22c19b0-08d6-40bb-a55f-ee67ad9e09a0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00195 sec., 7179.48717948718 rows/sec., 516.83 KiB/sec. | ||
| 7157 | 2025.02.10 18:52:13.348011 [ 4 ] {b22c19b0-08d6-40bb-a55f-ee67ad9e09a0} <Debug> TCPHandler: Processed in 0.002375488 sec. | ||
| 7158 | 2025.02.10 18:52:13.348271 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7159 | 2025.02.10 18:52:13.348455 [ 256 ] {2850c2da-1d0c-48ed-a97d-8c22d749854a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7160 | 2025.02.10 18:52:13.348528 [ 256 ] {2850c2da-1d0c-48ed-a97d-8c22d749854a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7161 | 2025.02.10 18:52:13.349438 [ 256 ] {2850c2da-1d0c-48ed-a97d-8c22d749854a} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7162 | 2025.02.10 18:52:13.349481 [ 256 ] {2850c2da-1d0c-48ed-a97d-8c22d749854a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7163 | 2025.02.10 18:52:13.349959 [ 256 ] {2850c2da-1d0c-48ed-a97d-8c22d749854a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7164 | 2025.02.10 18:52:13.350228 [ 256 ] {2850c2da-1d0c-48ed-a97d-8c22d749854a} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7165 | 2025.02.10 18:52:13.350473 [ 256 ] {2850c2da-1d0c-48ed-a97d-8c22d749854a} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.002071 sec., 131820.3766296475 rows/sec., 11.62 MiB/sec. | ||
| 7166 | 2025.02.10 18:52:13.350558 [ 256 ] {2850c2da-1d0c-48ed-a97d-8c22d749854a} <Debug> TCPHandler: Processed in 0.002420348 sec. | ||
| 7167 | 2025.02.10 18:52:13.350753 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7168 | 2025.02.10 18:52:13.350879 [ 4 ] {9dd455ef-40c3-4c31-b051-f9a6e888ffb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7169 | 2025.02.10 18:52:13.350930 [ 4 ] {9dd455ef-40c3-4c31-b051-f9a6e888ffb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7170 | 2025.02.10 18:52:13.351556 [ 4 ] {9dd455ef-40c3-4c31-b051-f9a6e888ffb4} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7171 | 2025.02.10 18:52:13.351599 [ 4 ] {9dd455ef-40c3-4c31-b051-f9a6e888ffb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7172 | 2025.02.10 18:52:13.351975 [ 4 ] {9dd455ef-40c3-4c31-b051-f9a6e888ffb4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7173 | 2025.02.10 18:52:13.352227 [ 4 ] {9dd455ef-40c3-4c31-b051-f9a6e888ffb4} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7174 | 2025.02.10 18:52:13.352409 [ 44 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7175 | 2025.02.10 18:52:13.352473 [ 4 ] {9dd455ef-40c3-4c31-b051-f9a6e888ffb4} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001616 sec., 25990.09900990099 rows/sec., 1.87 MiB/sec. | ||
| 7176 | 2025.02.10 18:52:13.352503 [ 44 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7177 | 2025.02.10 18:52:13.352571 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7178 | 2025.02.10 18:52:13.352604 [ 4 ] {9dd455ef-40c3-4c31-b051-f9a6e888ffb4} <Debug> TCPHandler: Processed in 0.001926516 sec. | ||
| 7179 | 2025.02.10 18:52:13.352960 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7180 | 2025.02.10 18:52:13.353035 [ 188 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 7181 | 2025.02.10 18:52:13.353474 [ 256 ] {74e0ab86-b306-4041-b532-8abcd1797c09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7182 | 2025.02.10 18:52:13.353548 [ 188 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7183 | 2025.02.10 18:52:13.353594 [ 256 ] {74e0ab86-b306-4041-b532-8abcd1797c09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7184 | 2025.02.10 18:52:13.353618 [ 188 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 65 rows starting from the beginning of the part | ||
| 7185 | 2025.02.10 18:52:13.354015 [ 188 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 44 rows starting from the beginning of the part | ||
| 7186 | 2025.02.10 18:52:13.354380 [ 188 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 5 rows starting from the beginning of the part | ||
| 7187 | 2025.02.10 18:52:13.354766 [ 188 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 42 rows starting from the beginning of the part | ||
| 7188 | 2025.02.10 18:52:13.355082 [ 188 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 9 rows starting from the beginning of the part | ||
| 7189 | 2025.02.10 18:52:13.355393 [ 188 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 42 rows starting from the beginning of the part | ||
| 7190 | 2025.02.10 18:52:13.356229 [ 256 ] {74e0ab86-b306-4041-b532-8abcd1797c09} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7191 | 2025.02.10 18:52:13.356299 [ 256 ] {74e0ab86-b306-4041-b532-8abcd1797c09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7192 | 2025.02.10 18:52:13.357337 [ 256 ] {74e0ab86-b306-4041-b532-8abcd1797c09} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7193 | 2025.02.10 18:52:13.357952 [ 256 ] {74e0ab86-b306-4041-b532-8abcd1797c09} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7194 | 2025.02.10 18:52:13.358252 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 207 rows, containing 5 columns (5 merged, 0 gathered) in 0.005567044 sec., 37183.10830667047 rows/sec., 2.80 MiB/sec. | ||
| 7195 | 2025.02.10 18:52:13.358449 [ 256 ] {74e0ab86-b306-4041-b532-8abcd1797c09} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00515 sec., 2718.4466019417478 rows/sec., 190.38 KiB/sec. | ||
| 7196 | 2025.02.10 18:52:13.358594 [ 256 ] {74e0ab86-b306-4041-b532-8abcd1797c09} <Debug> TCPHandler: Processed in 0.005869062 sec. | ||
| 7197 | 2025.02.10 18:52:13.358597 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7198 | 2025.02.10 18:52:13.358810 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7199 | 2025.02.10 18:52:13.359026 [ 4 ] {39f81be4-a407-4832-9aad-505702d74792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7200 | 2025.02.10 18:52:13.359120 [ 4 ] {39f81be4-a407-4832-9aad-505702d74792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7201 | 2025.02.10 18:52:13.359145 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_41_8} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7202 | 2025.02.10 18:52:13.359399 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_41_8} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7203 | 2025.02.10 18:52:13.359620 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7204 | 2025.02.10 18:52:13.360076 [ 4 ] {39f81be4-a407-4832-9aad-505702d74792} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7205 | 2025.02.10 18:52:13.360120 [ 4 ] {39f81be4-a407-4832-9aad-505702d74792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7206 | 2025.02.10 18:52:13.360473 [ 4 ] {39f81be4-a407-4832-9aad-505702d74792} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7207 | 2025.02.10 18:52:13.360706 [ 4 ] {39f81be4-a407-4832-9aad-505702d74792} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7208 | 2025.02.10 18:52:13.360921 [ 4 ] {39f81be4-a407-4832-9aad-505702d74792} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001961 sec., 6629.270780214176 rows/sec., 413.33 KiB/sec. | ||
| 7209 | 2025.02.10 18:52:13.360974 [ 4 ] {39f81be4-a407-4832-9aad-505702d74792} <Debug> TCPHandler: Processed in 0.002266355 sec. | ||
| 7210 | 2025.02.10 18:52:13.361126 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7211 | 2025.02.10 18:52:13.361265 [ 256 ] {27aaf49a-fce1-4e7d-a53a-f76aa59558eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7212 | 2025.02.10 18:52:13.361324 [ 256 ] {27aaf49a-fce1-4e7d-a53a-f76aa59558eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7213 | 2025.02.10 18:52:13.362173 [ 256 ] {27aaf49a-fce1-4e7d-a53a-f76aa59558eb} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7214 | 2025.02.10 18:52:13.362213 [ 256 ] {27aaf49a-fce1-4e7d-a53a-f76aa59558eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7215 | 2025.02.10 18:52:13.362606 [ 256 ] {27aaf49a-fce1-4e7d-a53a-f76aa59558eb} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7216 | 2025.02.10 18:52:13.362870 [ 256 ] {27aaf49a-fce1-4e7d-a53a-f76aa59558eb} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7217 | 2025.02.10 18:52:13.363095 [ 256 ] {27aaf49a-fce1-4e7d-a53a-f76aa59558eb} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001859 sec., 224314.14739107047 rows/sec., 16.01 MiB/sec. | ||
| 7218 | 2025.02.10 18:52:13.363155 [ 256 ] {27aaf49a-fce1-4e7d-a53a-f76aa59558eb} <Debug> TCPHandler: Processed in 0.00209384 sec. | ||
| 7219 | 2025.02.10 18:52:13.363366 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7220 | 2025.02.10 18:52:13.363504 [ 4 ] {990383d6-09a5-4429-8512-d686350a8935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7221 | 2025.02.10 18:52:13.363566 [ 4 ] {990383d6-09a5-4429-8512-d686350a8935} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7222 | 2025.02.10 18:52:13.364069 [ 4 ] {990383d6-09a5-4429-8512-d686350a8935} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7223 | 2025.02.10 18:52:13.364109 [ 4 ] {990383d6-09a5-4429-8512-d686350a8935} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7224 | 2025.02.10 18:52:13.364475 [ 4 ] {990383d6-09a5-4429-8512-d686350a8935} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7225 | 2025.02.10 18:52:13.364707 [ 4 ] {990383d6-09a5-4429-8512-d686350a8935} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7226 | 2025.02.10 18:52:13.364917 [ 4 ] {990383d6-09a5-4429-8512-d686350a8935} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001444 sec., 4155.124653739612 rows/sec., 217.09 KiB/sec. | ||
| 7227 | 2025.02.10 18:52:13.364968 [ 4 ] {990383d6-09a5-4429-8512-d686350a8935} <Debug> TCPHandler: Processed in 0.001691901 sec. | ||
| 7228 | 2025.02.10 18:52:13.365124 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7229 | 2025.02.10 18:52:13.365241 [ 256 ] {d0feacb3-8bee-4b47-be4e-6211e0883f70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7230 | 2025.02.10 18:52:13.365296 [ 256 ] {d0feacb3-8bee-4b47-be4e-6211e0883f70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7231 | 2025.02.10 18:52:13.365909 [ 256 ] {d0feacb3-8bee-4b47-be4e-6211e0883f70} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7232 | 2025.02.10 18:52:13.365948 [ 256 ] {d0feacb3-8bee-4b47-be4e-6211e0883f70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7233 | 2025.02.10 18:52:13.366352 [ 256 ] {d0feacb3-8bee-4b47-be4e-6211e0883f70} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7234 | 2025.02.10 18:52:13.366598 [ 256 ] {d0feacb3-8bee-4b47-be4e-6211e0883f70} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7235 | 2025.02.10 18:52:13.366814 [ 256 ] {d0feacb3-8bee-4b47-be4e-6211e0883f70} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001598 sec., 148310.38798498124 rows/sec., 9.94 MiB/sec. | ||
| 7236 | 2025.02.10 18:52:13.366866 [ 256 ] {d0feacb3-8bee-4b47-be4e-6211e0883f70} <Debug> TCPHandler: Processed in 0.001797273 sec. | ||
| 7237 | 2025.02.10 18:52:13.367025 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7238 | 2025.02.10 18:52:13.367164 [ 4 ] {8e899466-071f-42df-ab5a-6e17d934619c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7239 | 2025.02.10 18:52:13.367225 [ 4 ] {8e899466-071f-42df-ab5a-6e17d934619c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7240 | 2025.02.10 18:52:13.367757 [ 4 ] {8e899466-071f-42df-ab5a-6e17d934619c} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7241 | 2025.02.10 18:52:13.367796 [ 4 ] {8e899466-071f-42df-ab5a-6e17d934619c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7242 | 2025.02.10 18:52:13.368147 [ 4 ] {8e899466-071f-42df-ab5a-6e17d934619c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7243 | 2025.02.10 18:52:13.368389 [ 4 ] {8e899466-071f-42df-ab5a-6e17d934619c} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7244 | 2025.02.10 18:52:13.368653 [ 4 ] {8e899466-071f-42df-ab5a-6e17d934619c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00152 sec., 657.8947368421052 rows/sec., 44.33 KiB/sec. | ||
| 7245 | 2025.02.10 18:52:13.368860 [ 4 ] {8e899466-071f-42df-ab5a-6e17d934619c} <Debug> TCPHandler: Processed in 0.001892676 sec. | ||
| 7246 | 2025.02.10 18:52:13.369060 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7247 | 2025.02.10 18:52:13.369200 [ 256 ] {58e74927-75f7-4a9a-a539-d675c0a0e3e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7248 | 2025.02.10 18:52:13.369295 [ 256 ] {58e74927-75f7-4a9a-a539-d675c0a0e3e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7249 | 2025.02.10 18:52:13.370543 [ 256 ] {58e74927-75f7-4a9a-a539-d675c0a0e3e4} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7250 | 2025.02.10 18:52:13.370583 [ 256 ] {58e74927-75f7-4a9a-a539-d675c0a0e3e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7251 | 2025.02.10 18:52:13.371242 [ 256 ] {58e74927-75f7-4a9a-a539-d675c0a0e3e4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7252 | 2025.02.10 18:52:13.371551 [ 256 ] {58e74927-75f7-4a9a-a539-d675c0a0e3e4} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7253 | 2025.02.10 18:52:13.371780 [ 44 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7254 | 2025.02.10 18:52:13.371853 [ 44 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7255 | 2025.02.10 18:52:13.371888 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7256 | 2025.02.10 18:52:13.371906 [ 256 ] {58e74927-75f7-4a9a-a539-d675c0a0e3e4} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002727 sec., 12834.616795012835 rows/sec., 23.00 MiB/sec. | ||
| 7257 | 2025.02.10 18:52:13.372243 [ 190 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 7258 | 2025.02.10 18:52:13.372293 [ 256 ] {58e74927-75f7-4a9a-a539-d675c0a0e3e4} <Debug> TCPHandler: Processed in 0.003321391 sec. | ||
| 7259 | 2025.02.10 18:52:13.372502 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7260 | 2025.02.10 18:52:13.372670 [ 4 ] {45e6a8a4-0a0c-4647-896a-ef01e5ee66dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7261 | 2025.02.10 18:52:13.372726 [ 190 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7262 | 2025.02.10 18:52:13.372746 [ 4 ] {45e6a8a4-0a0c-4647-896a-ef01e5ee66dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7263 | 2025.02.10 18:52:13.372840 [ 190 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 694 rows starting from the beginning of the part | ||
| 7264 | 2025.02.10 18:52:13.373372 [ 190 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 35 rows starting from the beginning of the part | ||
| 7265 | 2025.02.10 18:52:13.373725 [ 190 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 5 rows starting from the beginning of the part | ||
| 7266 | 2025.02.10 18:52:13.374188 [ 190 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 35 rows starting from the beginning of the part | ||
| 7267 | 2025.02.10 18:52:13.374193 [ 4 ] {45e6a8a4-0a0c-4647-896a-ef01e5ee66dc} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7268 | 2025.02.10 18:52:13.374239 [ 4 ] {45e6a8a4-0a0c-4647-896a-ef01e5ee66dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7269 | 2025.02.10 18:52:13.374558 [ 190 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 5 rows starting from the beginning of the part | ||
| 7270 | 2025.02.10 18:52:13.375166 [ 190 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 35 rows starting from the beginning of the part | ||
| 7271 | 2025.02.10 18:52:13.375274 [ 4 ] {45e6a8a4-0a0c-4647-896a-ef01e5ee66dc} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7272 | 2025.02.10 18:52:13.375843 [ 4 ] {45e6a8a4-0a0c-4647-896a-ef01e5ee66dc} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7273 | 2025.02.10 18:52:13.376174 [ 4 ] {45e6a8a4-0a0c-4647-896a-ef01e5ee66dc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003548 sec., 23111.61217587373 rows/sec., 1.47 MiB/sec. | ||
| 7274 | 2025.02.10 18:52:13.376253 [ 4 ] {45e6a8a4-0a0c-4647-896a-ef01e5ee66dc} <Debug> TCPHandler: Processed in 0.003853073 sec. | ||
| 7275 | 2025.02.10 18:52:13.387141 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 809 rows, containing 19 columns (19 merged, 0 gathered) in 0.015155036 sec., 53381.595398387704 rows/sec., 95.66 MiB/sec. | ||
| 7276 | 2025.02.10 18:52:13.388080 [ 197 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7277 | 2025.02.10 18:52:13.388529 [ 197 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7278 | 2025.02.10 18:52:13.388610 [ 197 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7279 | 2025.02.10 18:52:13.388769 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.62 MiB. | ||
| 7280 | 2025.02.10 18:52:14.000229 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.52 MiB, peak 213.10 MiB, free memory in arenas 0.00 B, will set to 207.91 MiB (RSS), difference: 2.39 MiB | ||
| 7281 | 2025.02.10 18:52:17.601743 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7282 | 2025.02.10 18:52:17.601804 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7283 | 2025.02.10 18:52:17.724483 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616 | ||
| 7284 | 2025.02.10 18:52:17.725134 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7285 | 2025.02.10 18:52:17.725177 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7286 | 2025.02.10 18:52:17.725716 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7287 | 2025.02.10 18:52:17.725989 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7288 | 2025.02.10 18:52:17.726178 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 7289 | 2025.02.10 18:52:18.340161 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7290 | 2025.02.10 18:52:18.340354 [ 4 ] {87d71c8d-9fa9-45a6-9006-4730cc44d732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7291 | 2025.02.10 18:52:18.340427 [ 4 ] {87d71c8d-9fa9-45a6-9006-4730cc44d732} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7292 | 2025.02.10 18:52:18.341243 [ 4 ] {87d71c8d-9fa9-45a6-9006-4730cc44d732} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7293 | 2025.02.10 18:52:18.341296 [ 4 ] {87d71c8d-9fa9-45a6-9006-4730cc44d732} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7294 | 2025.02.10 18:52:18.341749 [ 4 ] {87d71c8d-9fa9-45a6-9006-4730cc44d732} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7295 | 2025.02.10 18:52:18.342016 [ 4 ] {87d71c8d-9fa9-45a6-9006-4730cc44d732} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7296 | 2025.02.10 18:52:18.342285 [ 4 ] {87d71c8d-9fa9-45a6-9006-4730cc44d732} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001982 sec., 33299.69727547932 rows/sec., 2.65 MiB/sec. | ||
| 7297 | 2025.02.10 18:52:18.342362 [ 4 ] {87d71c8d-9fa9-45a6-9006-4730cc44d732} <Debug> TCPHandler: Processed in 0.002330336 sec. | ||
| 7298 | 2025.02.10 18:52:18.342638 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7299 | 2025.02.10 18:52:18.342859 [ 256 ] {18b94413-437c-4ea4-808b-b3e996cd7aaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7300 | 2025.02.10 18:52:18.342933 [ 256 ] {18b94413-437c-4ea4-808b-b3e996cd7aaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7301 | 2025.02.10 18:52:18.343700 [ 256 ] {18b94413-437c-4ea4-808b-b3e996cd7aaf} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7302 | 2025.02.10 18:52:18.343752 [ 256 ] {18b94413-437c-4ea4-808b-b3e996cd7aaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7303 | 2025.02.10 18:52:18.344189 [ 256 ] {18b94413-437c-4ea4-808b-b3e996cd7aaf} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7304 | 2025.02.10 18:52:18.344467 [ 256 ] {18b94413-437c-4ea4-808b-b3e996cd7aaf} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7305 | 2025.02.10 18:52:18.344672 [ 256 ] {18b94413-437c-4ea4-808b-b3e996cd7aaf} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001876 sec., 2665.2452025586354 rows/sec., 200.41 KiB/sec. | ||
| 7306 | 2025.02.10 18:52:18.344730 [ 256 ] {18b94413-437c-4ea4-808b-b3e996cd7aaf} <Debug> TCPHandler: Processed in 0.002239734 sec. | ||
| 7307 | 2025.02.10 18:52:18.344905 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7308 | 2025.02.10 18:52:18.345057 [ 4 ] {34ce04bc-6fd9-40e4-9cbd-517b65e74795} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7309 | 2025.02.10 18:52:18.345123 [ 4 ] {34ce04bc-6fd9-40e4-9cbd-517b65e74795} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7310 | 2025.02.10 18:52:18.345887 [ 4 ] {34ce04bc-6fd9-40e4-9cbd-517b65e74795} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7311 | 2025.02.10 18:52:18.345932 [ 4 ] {34ce04bc-6fd9-40e4-9cbd-517b65e74795} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7312 | 2025.02.10 18:52:18.346332 [ 4 ] {34ce04bc-6fd9-40e4-9cbd-517b65e74795} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7313 | 2025.02.10 18:52:18.346596 [ 4 ] {34ce04bc-6fd9-40e4-9cbd-517b65e74795} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7314 | 2025.02.10 18:52:18.346831 [ 4 ] {34ce04bc-6fd9-40e4-9cbd-517b65e74795} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001811 sec., 38100.49696300387 rows/sec., 2.97 MiB/sec. | ||
| 7315 | 2025.02.10 18:52:18.346896 [ 4 ] {34ce04bc-6fd9-40e4-9cbd-517b65e74795} <Debug> TCPHandler: Processed in 0.00205779 sec. | ||
| 7316 | 2025.02.10 18:52:18.347051 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7317 | 2025.02.10 18:52:18.347170 [ 256 ] {c904c6c6-f28e-47b8-b864-537f3b004761} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7318 | 2025.02.10 18:52:18.347224 [ 256 ] {c904c6c6-f28e-47b8-b864-537f3b004761} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7319 | 2025.02.10 18:52:18.347822 [ 256 ] {c904c6c6-f28e-47b8-b864-537f3b004761} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7320 | 2025.02.10 18:52:18.347861 [ 256 ] {c904c6c6-f28e-47b8-b864-537f3b004761} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7321 | 2025.02.10 18:52:18.348270 [ 256 ] {c904c6c6-f28e-47b8-b864-537f3b004761} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7322 | 2025.02.10 18:52:18.348515 [ 256 ] {c904c6c6-f28e-47b8-b864-537f3b004761} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7323 | 2025.02.10 18:52:18.348700 [ 256 ] {c904c6c6-f28e-47b8-b864-537f3b004761} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001555 sec., 102893.89067524116 rows/sec., 7.17 MiB/sec. | ||
| 7324 | 2025.02.10 18:52:18.348759 [ 256 ] {c904c6c6-f28e-47b8-b864-537f3b004761} <Debug> TCPHandler: Processed in 0.001761252 sec. | ||
| 7325 | 2025.02.10 18:52:18.348980 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7326 | 2025.02.10 18:52:18.349127 [ 4 ] {ba656876-103f-4158-ba27-7531f33b2af7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7327 | 2025.02.10 18:52:18.349226 [ 4 ] {ba656876-103f-4158-ba27-7531f33b2af7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7328 | 2025.02.10 18:52:18.350465 [ 4 ] {ba656876-103f-4158-ba27-7531f33b2af7} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7329 | 2025.02.10 18:52:18.350509 [ 4 ] {ba656876-103f-4158-ba27-7531f33b2af7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7330 | 2025.02.10 18:52:18.351146 [ 4 ] {ba656876-103f-4158-ba27-7531f33b2af7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7331 | 2025.02.10 18:52:18.351414 [ 4 ] {ba656876-103f-4158-ba27-7531f33b2af7} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7332 | 2025.02.10 18:52:18.351660 [ 4 ] {ba656876-103f-4158-ba27-7531f33b2af7} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002569 sec., 1946.282600233554 rows/sec., 3.49 MiB/sec. | ||
| 7333 | 2025.02.10 18:52:18.351773 [ 4 ] {ba656876-103f-4158-ba27-7531f33b2af7} <Debug> TCPHandler: Processed in 0.00291181 sec. | ||
| 7334 | 2025.02.10 18:52:18.351948 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7335 | 2025.02.10 18:52:18.352087 [ 256 ] {f63e40ec-1f33-494c-a0a0-f47f69678a6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7336 | 2025.02.10 18:52:18.352149 [ 256 ] {f63e40ec-1f33-494c-a0a0-f47f69678a6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7337 | 2025.02.10 18:52:18.352750 [ 256 ] {f63e40ec-1f33-494c-a0a0-f47f69678a6a} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7338 | 2025.02.10 18:52:18.352801 [ 256 ] {f63e40ec-1f33-494c-a0a0-f47f69678a6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7339 | 2025.02.10 18:52:18.353197 [ 256 ] {f63e40ec-1f33-494c-a0a0-f47f69678a6a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7340 | 2025.02.10 18:52:18.353447 [ 256 ] {f63e40ec-1f33-494c-a0a0-f47f69678a6a} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7341 | 2025.02.10 18:52:18.353651 [ 256 ] {f63e40ec-1f33-494c-a0a0-f47f69678a6a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001588 sec., 37783.37531486146 rows/sec., 2.55 MiB/sec. | ||
| 7342 | 2025.02.10 18:52:18.353723 [ 256 ] {f63e40ec-1f33-494c-a0a0-f47f69678a6a} <Debug> TCPHandler: Processed in 0.001839754 sec. | ||
| 7343 | 2025.02.10 18:52:18.795372 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 7344 | 2025.02.10 18:52:18.816690 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7345 | 2025.02.10 18:52:18.816761 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7346 | 2025.02.10 18:52:18.825018 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7347 | 2025.02.10 18:52:18.825912 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7348 | 2025.02.10 18:52:18.829040 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 7349 | 2025.02.10 18:52:22.802304 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1062 | ||
| 7350 | 2025.02.10 18:52:22.805486 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7351 | 2025.02.10 18:52:22.805538 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7352 | 2025.02.10 18:52:22.807030 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7353 | 2025.02.10 18:52:22.807362 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7354 | 2025.02.10 18:52:22.807939 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1062 | ||
| 7355 | 2025.02.10 18:52:23.345260 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7356 | 2025.02.10 18:52:23.345472 [ 4 ] {7f53497d-8d5a-4cbe-a31e-a1e967c257ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7357 | 2025.02.10 18:52:23.345551 [ 4 ] {7f53497d-8d5a-4cbe-a31e-a1e967c257ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7358 | 2025.02.10 18:52:23.346354 [ 4 ] {7f53497d-8d5a-4cbe-a31e-a1e967c257ad} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7359 | 2025.02.10 18:52:23.346399 [ 4 ] {7f53497d-8d5a-4cbe-a31e-a1e967c257ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7360 | 2025.02.10 18:52:23.346844 [ 4 ] {7f53497d-8d5a-4cbe-a31e-a1e967c257ad} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7361 | 2025.02.10 18:52:23.347104 [ 4 ] {7f53497d-8d5a-4cbe-a31e-a1e967c257ad} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7362 | 2025.02.10 18:52:23.347347 [ 4 ] {7f53497d-8d5a-4cbe-a31e-a1e967c257ad} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001928 sec., 7261.410788381742 rows/sec., 522.72 KiB/sec. | ||
| 7363 | 2025.02.10 18:52:23.347549 [ 4 ] {7f53497d-8d5a-4cbe-a31e-a1e967c257ad} <Debug> TCPHandler: Processed in 0.002418879 sec. | ||
| 7364 | 2025.02.10 18:52:23.347835 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7365 | 2025.02.10 18:52:23.348031 [ 256 ] {37dcb3ef-2bb2-466b-8ccc-2d369c366198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7366 | 2025.02.10 18:52:23.348105 [ 256 ] {37dcb3ef-2bb2-466b-8ccc-2d369c366198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7367 | 2025.02.10 18:52:23.348872 [ 256 ] {37dcb3ef-2bb2-466b-8ccc-2d369c366198} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7368 | 2025.02.10 18:52:23.348922 [ 256 ] {37dcb3ef-2bb2-466b-8ccc-2d369c366198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7369 | 2025.02.10 18:52:23.349360 [ 256 ] {37dcb3ef-2bb2-466b-8ccc-2d369c366198} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 7370 | 2025.02.10 18:52:23.349632 [ 256 ] {37dcb3ef-2bb2-466b-8ccc-2d369c366198} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7371 | 2025.02.10 18:52:23.349869 [ 256 ] {37dcb3ef-2bb2-466b-8ccc-2d369c366198} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.00189 sec., 5291.005291005291 rows/sec., 431.44 KiB/sec. | ||
| 7372 | 2025.02.10 18:52:23.349928 [ 256 ] {37dcb3ef-2bb2-466b-8ccc-2d369c366198} <Debug> TCPHandler: Processed in 0.002225994 sec. | ||
| 7373 | 2025.02.10 18:52:23.350108 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7374 | 2025.02.10 18:52:23.350256 [ 4 ] {490e4112-0b55-4dd0-b916-9d2f776e8e9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7375 | 2025.02.10 18:52:23.350320 [ 4 ] {490e4112-0b55-4dd0-b916-9d2f776e8e9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7376 | 2025.02.10 18:52:23.351138 [ 4 ] {490e4112-0b55-4dd0-b916-9d2f776e8e9f} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7377 | 2025.02.10 18:52:23.351177 [ 4 ] {490e4112-0b55-4dd0-b916-9d2f776e8e9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7378 | 2025.02.10 18:52:23.351575 [ 4 ] {490e4112-0b55-4dd0-b916-9d2f776e8e9f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7379 | 2025.02.10 18:52:23.351819 [ 4 ] {490e4112-0b55-4dd0-b916-9d2f776e8e9f} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7380 | 2025.02.10 18:52:23.351946 [ 86 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7381 | 2025.02.10 18:52:23.351990 [ 86 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7382 | 2025.02.10 18:52:23.352012 [ 4 ] {490e4112-0b55-4dd0-b916-9d2f776e8e9f} <Debug> executeQuery: Read 278 rows, 25.00 KiB in 0.001786 sec., 155655.09518477044 rows/sec., 13.67 MiB/sec. | ||
| 7383 | 2025.02.10 18:52:23.352017 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7384 | 2025.02.10 18:52:23.352119 [ 4 ] {490e4112-0b55-4dd0-b916-9d2f776e8e9f} <Debug> TCPHandler: Processed in 0.00207969 sec. | ||
| 7385 | 2025.02.10 18:52:23.352269 [ 187 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 7386 | 2025.02.10 18:52:23.352313 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7387 | 2025.02.10 18:52:23.352525 [ 187 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7388 | 2025.02.10 18:52:23.352534 [ 256 ] {541f3351-9f5f-40f5-a825-e6257b0937a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7389 | 2025.02.10 18:52:23.352589 [ 187 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1432 rows starting from the beginning of the part | ||
| 7390 | 2025.02.10 18:52:23.352627 [ 256 ] {541f3351-9f5f-40f5-a825-e6257b0937a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7391 | 2025.02.10 18:52:23.352950 [ 187 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1208 rows starting from the beginning of the part | ||
| 7392 | 2025.02.10 18:52:23.353290 [ 187 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part | ||
| 7393 | 2025.02.10 18:52:23.353677 [ 187 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 273 rows starting from the beginning of the part | ||
| 7394 | 2025.02.10 18:52:23.354079 [ 187 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 66 rows starting from the beginning of the part | ||
| 7395 | 2025.02.10 18:52:23.354366 [ 187 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 278 rows starting from the beginning of the part | ||
| 7396 | 2025.02.10 18:52:23.355473 [ 256 ] {541f3351-9f5f-40f5-a825-e6257b0937a6} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7397 | 2025.02.10 18:52:23.355540 [ 256 ] {541f3351-9f5f-40f5-a825-e6257b0937a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7398 | 2025.02.10 18:52:23.356444 [ 256 ] {541f3351-9f5f-40f5-a825-e6257b0937a6} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7399 | 2025.02.10 18:52:23.356939 [ 256 ] {541f3351-9f5f-40f5-a825-e6257b0937a6} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7400 | 2025.02.10 18:52:23.357207 [ 256 ] {541f3351-9f5f-40f5-a825-e6257b0937a6} <Debug> executeQuery: Read 52 rows, 3.79 KiB in 0.00476 sec., 10924.369747899158 rows/sec., 795.41 KiB/sec. | ||
| 7401 | 2025.02.10 18:52:23.357309 [ 256 ] {541f3351-9f5f-40f5-a825-e6257b0937a6} <Debug> TCPHandler: Processed in 0.005075683 sec. | ||
| 7402 | 2025.02.10 18:52:23.357479 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7403 | 2025.02.10 18:52:23.357772 [ 187 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3313 rows, containing 5 columns (5 merged, 0 gathered) in 0.005639246 sec., 587489.8878325223 rows/sec., 51.48 MiB/sec. | ||
| 7404 | 2025.02.10 18:52:23.357782 [ 4 ] {fda0b435-fecc-4a3e-861e-7d620af320e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7405 | 2025.02.10 18:52:23.357870 [ 4 ] {fda0b435-fecc-4a3e-861e-7d620af320e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7406 | 2025.02.10 18:52:23.358045 [ 187 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7407 | 2025.02.10 18:52:23.358690 [ 187 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_56_11} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7408 | 2025.02.10 18:52:23.358962 [ 187 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_56_11} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7409 | 2025.02.10 18:52:23.359157 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 7410 | 2025.02.10 18:52:23.359162 [ 4 ] {fda0b435-fecc-4a3e-861e-7d620af320e0} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7411 | 2025.02.10 18:52:23.359234 [ 4 ] {fda0b435-fecc-4a3e-861e-7d620af320e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7412 | 2025.02.10 18:52:23.359617 [ 4 ] {fda0b435-fecc-4a3e-861e-7d620af320e0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7413 | 2025.02.10 18:52:23.359878 [ 4 ] {fda0b435-fecc-4a3e-861e-7d620af320e0} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7414 | 2025.02.10 18:52:23.360053 [ 51 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 7415 | 2025.02.10 18:52:23.360117 [ 51 ] {} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7416 | 2025.02.10 18:52:23.360116 [ 4 ] {fda0b435-fecc-4a3e-861e-7d620af320e0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002399 sec., 5835.764902042518 rows/sec., 408.70 KiB/sec. | ||
| 7417 | 2025.02.10 18:52:23.360158 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7418 | 2025.02.10 18:52:23.360351 [ 4 ] {fda0b435-fecc-4a3e-861e-7d620af320e0} <Debug> TCPHandler: Processed in 0.00293407 sec. | ||
| 7419 | 2025.02.10 18:52:23.360528 [ 199 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 7420 | 2025.02.10 18:52:23.360631 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7421 | 2025.02.10 18:52:23.361012 [ 199 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7422 | 2025.02.10 18:52:23.361056 [ 256 ] {40665005-1226-4222-af6c-735ed97ed1a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7423 | 2025.02.10 18:52:23.361139 [ 199 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 242 rows starting from the beginning of the part | ||
| 7424 | 2025.02.10 18:52:23.361237 [ 256 ] {40665005-1226-4222-af6c-735ed97ed1a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7425 | 2025.02.10 18:52:23.361477 [ 199 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 7426 | 2025.02.10 18:52:23.361821 [ 199 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 7427 | 2025.02.10 18:52:23.362142 [ 199 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 228 rows starting from the beginning of the part | ||
| 7428 | 2025.02.10 18:52:23.362541 [ 199 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 7429 | 2025.02.10 18:52:23.362873 [ 199 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 7430 | 2025.02.10 18:52:23.364443 [ 256 ] {40665005-1226-4222-af6c-735ed97ed1a9} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7431 | 2025.02.10 18:52:23.364520 [ 256 ] {40665005-1226-4222-af6c-735ed97ed1a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7432 | 2025.02.10 18:52:23.365504 [ 256 ] {40665005-1226-4222-af6c-735ed97ed1a9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7433 | 2025.02.10 18:52:23.365830 [ 192 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005554963 sec., 94690.09964602825 rows/sec., 6.78 MiB/sec. | ||
| 7434 | 2025.02.10 18:52:23.365980 [ 256 ] {40665005-1226-4222-af6c-735ed97ed1a9} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7435 | 2025.02.10 18:52:23.366048 [ 201 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7436 | 2025.02.10 18:52:23.366374 [ 256 ] {40665005-1226-4222-af6c-735ed97ed1a9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005482 sec., 2371.397300255381 rows/sec., 147.86 KiB/sec. | ||
| 7437 | 2025.02.10 18:52:23.366762 [ 256 ] {40665005-1226-4222-af6c-735ed97ed1a9} <Debug> TCPHandler: Processed in 0.006261231 sec. | ||
| 7438 | 2025.02.10 18:52:23.366869 [ 201 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_31_6} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7439 | 2025.02.10 18:52:23.367088 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7440 | 2025.02.10 18:52:23.367208 [ 201 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_31_6} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7441 | 2025.02.10 18:52:23.367365 [ 4 ] {1d06cfc6-fcd2-4579-9ca2-e86210c28831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7442 | 2025.02.10 18:52:23.367384 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 7443 | 2025.02.10 18:52:23.367457 [ 4 ] {1d06cfc6-fcd2-4579-9ca2-e86210c28831} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7444 | 2025.02.10 18:52:23.368303 [ 4 ] {1d06cfc6-fcd2-4579-9ca2-e86210c28831} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7445 | 2025.02.10 18:52:23.368346 [ 4 ] {1d06cfc6-fcd2-4579-9ca2-e86210c28831} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7446 | 2025.02.10 18:52:23.368750 [ 4 ] {1d06cfc6-fcd2-4579-9ca2-e86210c28831} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7447 | 2025.02.10 18:52:23.368988 [ 4 ] {1d06cfc6-fcd2-4579-9ca2-e86210c28831} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7448 | 2025.02.10 18:52:23.369151 [ 51 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7449 | 2025.02.10 18:52:23.369206 [ 51 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7450 | 2025.02.10 18:52:23.369231 [ 4 ] {1d06cfc6-fcd2-4579-9ca2-e86210c28831} <Debug> executeQuery: Read 427 rows, 31.30 KiB in 0.00196 sec., 217857.14285714287 rows/sec., 15.60 MiB/sec. | ||
| 7451 | 2025.02.10 18:52:23.369245 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7452 | 2025.02.10 18:52:23.369418 [ 4 ] {1d06cfc6-fcd2-4579-9ca2-e86210c28831} <Debug> TCPHandler: Processed in 0.002519 sec. | ||
| 7453 | 2025.02.10 18:52:23.369474 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 7454 | 2025.02.10 18:52:23.369608 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7455 | 2025.02.10 18:52:23.369619 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7456 | 2025.02.10 18:52:23.369652 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 914 rows starting from the beginning of the part | ||
| 7457 | 2025.02.10 18:52:23.369876 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 529 rows starting from the beginning of the part | ||
| 7458 | 2025.02.10 18:52:23.370072 [ 256 ] {8ec58939-6028-4cab-a90e-29fdb3475e10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7459 | 2025.02.10 18:52:23.370177 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part | ||
| 7460 | 2025.02.10 18:52:23.370283 [ 256 ] {8ec58939-6028-4cab-a90e-29fdb3475e10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7461 | 2025.02.10 18:52:23.370514 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 417 rows starting from the beginning of the part | ||
| 7462 | 2025.02.10 18:52:23.370893 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 69 rows starting from the beginning of the part | ||
| 7463 | 2025.02.10 18:52:23.371293 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 427 rows starting from the beginning of the part | ||
| 7464 | 2025.02.10 18:52:23.372607 [ 256 ] {8ec58939-6028-4cab-a90e-29fdb3475e10} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7465 | 2025.02.10 18:52:23.372663 [ 256 ] {8ec58939-6028-4cab-a90e-29fdb3475e10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7466 | 2025.02.10 18:52:23.373674 [ 256 ] {8ec58939-6028-4cab-a90e-29fdb3475e10} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7467 | 2025.02.10 18:52:23.374058 [ 256 ] {8ec58939-6028-4cab-a90e-29fdb3475e10} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7468 | 2025.02.10 18:52:23.374509 [ 256 ] {8ec58939-6028-4cab-a90e-29fdb3475e10} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004584 sec., 1308.9005235602094 rows/sec., 68.38 KiB/sec. | ||
| 7469 | 2025.02.10 18:52:23.374680 [ 256 ] {8ec58939-6028-4cab-a90e-29fdb3475e10} <Debug> TCPHandler: Processed in 0.005149944 sec. | ||
| 7470 | 2025.02.10 18:52:23.374698 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2420 rows, containing 5 columns (5 merged, 0 gathered) in 0.005351 sec., 452251.9155298075 rows/sec., 34.69 MiB/sec. | ||
| 7471 | 2025.02.10 18:52:23.374870 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7472 | 2025.02.10 18:52:23.374886 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7473 | 2025.02.10 18:52:23.375075 [ 4 ] {8f977c75-e946-408e-9816-9ed0c8608bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7474 | 2025.02.10 18:52:23.375197 [ 4 ] {8f977c75-e946-408e-9816-9ed0c8608bb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7475 | 2025.02.10 18:52:23.375387 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_56_11} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7476 | 2025.02.10 18:52:23.375636 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_56_11} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7477 | 2025.02.10 18:52:23.375810 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 7478 | 2025.02.10 18:52:23.376272 [ 4 ] {8f977c75-e946-408e-9816-9ed0c8608bb9} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7479 | 2025.02.10 18:52:23.376316 [ 4 ] {8f977c75-e946-408e-9816-9ed0c8608bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7480 | 2025.02.10 18:52:23.376718 [ 4 ] {8f977c75-e946-408e-9816-9ed0c8608bb9} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7481 | 2025.02.10 18:52:23.376960 [ 4 ] {8f977c75-e946-408e-9816-9ed0c8608bb9} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7482 | 2025.02.10 18:52:23.377121 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7483 | 2025.02.10 18:52:23.377172 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7484 | 2025.02.10 18:52:23.377205 [ 4 ] {8f977c75-e946-408e-9816-9ed0c8608bb9} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.002188 sec., 110603.29067641683 rows/sec., 7.42 MiB/sec. | ||
| 7485 | 2025.02.10 18:52:23.377212 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7486 | 2025.02.10 18:52:23.377367 [ 4 ] {8f977c75-e946-408e-9816-9ed0c8608bb9} <Debug> TCPHandler: Processed in 0.002585652 sec. | ||
| 7487 | 2025.02.10 18:52:23.377513 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 7488 | 2025.02.10 18:52:23.377556 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7489 | 2025.02.10 18:52:23.377794 [ 256 ] {416beb97-2ec5-4a7a-84e5-3160b084a9e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7490 | 2025.02.10 18:52:23.377818 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7491 | 2025.02.10 18:52:23.377899 [ 256 ] {416beb97-2ec5-4a7a-84e5-3160b084a9e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7492 | 2025.02.10 18:52:23.377904 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15985 rows starting from the beginning of the part | ||
| 7493 | 2025.02.10 18:52:23.378363 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 966 rows starting from the beginning of the part | ||
| 7494 | 2025.02.10 18:52:23.378739 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 42 rows starting from the beginning of the part | ||
| 7495 | 2025.02.10 18:52:23.379046 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part | ||
| 7496 | 2025.02.10 18:52:23.379343 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
| 7497 | 2025.02.10 18:52:23.379677 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 242 rows starting from the beginning of the part | ||
| 7498 | 2025.02.10 18:52:23.380283 [ 256 ] {416beb97-2ec5-4a7a-84e5-3160b084a9e6} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7499 | 2025.02.10 18:52:23.380361 [ 256 ] {416beb97-2ec5-4a7a-84e5-3160b084a9e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7500 | 2025.02.10 18:52:23.381112 [ 256 ] {416beb97-2ec5-4a7a-84e5-3160b084a9e6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7501 | 2025.02.10 18:52:23.381403 [ 256 ] {416beb97-2ec5-4a7a-84e5-3160b084a9e6} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7502 | 2025.02.10 18:52:23.381778 [ 256 ] {416beb97-2ec5-4a7a-84e5-3160b084a9e6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004065 sec., 246.00246002460025 rows/sec., 16.58 KiB/sec. | ||
| 7503 | 2025.02.10 18:52:23.382126 [ 256 ] {416beb97-2ec5-4a7a-84e5-3160b084a9e6} <Debug> TCPHandler: Processed in 0.004649132 sec. | ||
| 7504 | 2025.02.10 18:52:23.382420 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7505 | 2025.02.10 18:52:23.382726 [ 4 ] {0bf99487-f960-470a-a2a9-2ee96dc3bd2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7506 | 2025.02.10 18:52:23.382997 [ 4 ] {0bf99487-f960-470a-a2a9-2ee96dc3bd2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7507 | 2025.02.10 18:52:23.385078 [ 4 ] {0bf99487-f960-470a-a2a9-2ee96dc3bd2a} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7508 | 2025.02.10 18:52:23.385119 [ 4 ] {0bf99487-f960-470a-a2a9-2ee96dc3bd2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7509 | 2025.02.10 18:52:23.386163 [ 4 ] {0bf99487-f960-470a-a2a9-2ee96dc3bd2a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7510 | 2025.02.10 18:52:23.386543 [ 4 ] {0bf99487-f960-470a-a2a9-2ee96dc3bd2a} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7511 | 2025.02.10 18:52:23.386842 [ 4 ] {0bf99487-f960-470a-a2a9-2ee96dc3bd2a} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.004218 sec., 8297.771455666192 rows/sec., 14.87 MiB/sec. | ||
| 7512 | 2025.02.10 18:52:23.387632 [ 4 ] {0bf99487-f960-470a-a2a9-2ee96dc3bd2a} <Debug> TCPHandler: Processed in 0.005365719 sec. | ||
| 7513 | 2025.02.10 18:52:23.387678 [ 201 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17632 rows, containing 5 columns (5 merged, 0 gathered) in 0.010299848 sec., 1711869.9227406073 rows/sec., 115.55 MiB/sec. | ||
| 7514 | 2025.02.10 18:52:23.387854 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7515 | 2025.02.10 18:52:23.387967 [ 256 ] {f3b4c245-07bf-4596-86c9-e2ed3de9c234} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7516 | 2025.02.10 18:52:23.388015 [ 189 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7517 | 2025.02.10 18:52:23.388025 [ 256 ] {f3b4c245-07bf-4596-86c9-e2ed3de9c234} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7518 | 2025.02.10 18:52:23.388426 [ 189 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7519 | 2025.02.10 18:52:23.388560 [ 189 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7520 | 2025.02.10 18:52:23.388666 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. | ||
| 7521 | 2025.02.10 18:52:23.388736 [ 256 ] {f3b4c245-07bf-4596-86c9-e2ed3de9c234} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7522 | 2025.02.10 18:52:23.388776 [ 256 ] {f3b4c245-07bf-4596-86c9-e2ed3de9c234} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7523 | 2025.02.10 18:52:23.389144 [ 256 ] {f3b4c245-07bf-4596-86c9-e2ed3de9c234} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7524 | 2025.02.10 18:52:23.389382 [ 256 ] {f3b4c245-07bf-4596-86c9-e2ed3de9c234} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7525 | 2025.02.10 18:52:23.389562 [ 51 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7526 | 2025.02.10 18:52:23.389635 [ 256 ] {f3b4c245-07bf-4596-86c9-e2ed3de9c234} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001686 sec., 48635.82443653618 rows/sec., 3.09 MiB/sec. | ||
| 7527 | 2025.02.10 18:52:23.389641 [ 51 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7528 | 2025.02.10 18:52:23.389739 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7529 | 2025.02.10 18:52:23.389761 [ 256 ] {f3b4c245-07bf-4596-86c9-e2ed3de9c234} <Debug> TCPHandler: Processed in 0.002015369 sec. | ||
| 7530 | 2025.02.10 18:52:23.390014 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 7531 | 2025.02.10 18:52:23.390409 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7532 | 2025.02.10 18:52:23.390500 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3172 rows starting from the beginning of the part | ||
| 7533 | 2025.02.10 18:52:23.390762 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 44 rows starting from the beginning of the part | ||
| 7534 | 2025.02.10 18:52:23.390884 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 16 rows starting from the beginning of the part | ||
| 7535 | 2025.02.10 18:52:23.391110 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part | ||
| 7536 | 2025.02.10 18:52:23.391225 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part | ||
| 7537 | 2025.02.10 18:52:23.391407 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 82 rows starting from the beginning of the part | ||
| 7538 | 2025.02.10 18:52:23.392979 [ 191 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3456 rows, containing 4 columns (4 merged, 0 gathered) in 0.003129075 sec., 1104479.758395053 rows/sec., 71.99 MiB/sec. | ||
| 7539 | 2025.02.10 18:52:23.393308 [ 198 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7540 | 2025.02.10 18:52:23.393620 [ 198 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_56_11} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7541 | 2025.02.10 18:52:23.393703 [ 198 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_56_11} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7542 | 2025.02.10 18:52:23.393790 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 7543 | 2025.02.10 18:52:25.226317 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 | ||
| 7544 | 2025.02.10 18:52:25.227126 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7545 | 2025.02.10 18:52:25.227177 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7546 | 2025.02.10 18:52:25.227716 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7547 | 2025.02.10 18:52:25.227983 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7548 | 2025.02.10 18:52:25.228237 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 | ||
| 7549 | 2025.02.10 18:52:26.329342 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 7550 | 2025.02.10 18:52:26.354863 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7551 | 2025.02.10 18:52:26.354944 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7552 | 2025.02.10 18:52:26.362352 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7553 | 2025.02.10 18:52:26.363241 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7554 | 2025.02.10 18:52:26.367224 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 7555 | 2025.02.10 18:52:28.339652 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7556 | 2025.02.10 18:52:28.339872 [ 4 ] {a8f6d35e-037f-4e39-9d9b-a8e20c64261e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7557 | 2025.02.10 18:52:28.339955 [ 4 ] {a8f6d35e-037f-4e39-9d9b-a8e20c64261e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7558 | 2025.02.10 18:52:28.340786 [ 4 ] {a8f6d35e-037f-4e39-9d9b-a8e20c64261e} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7559 | 2025.02.10 18:52:28.340840 [ 4 ] {a8f6d35e-037f-4e39-9d9b-a8e20c64261e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7560 | 2025.02.10 18:52:28.341285 [ 4 ] {a8f6d35e-037f-4e39-9d9b-a8e20c64261e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7561 | 2025.02.10 18:52:28.341538 [ 4 ] {a8f6d35e-037f-4e39-9d9b-a8e20c64261e} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7562 | 2025.02.10 18:52:28.341777 [ 4 ] {a8f6d35e-037f-4e39-9d9b-a8e20c64261e} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001965 sec., 33587.78625954198 rows/sec., 2.67 MiB/sec. | ||
| 7563 | 2025.02.10 18:52:28.341842 [ 4 ] {a8f6d35e-037f-4e39-9d9b-a8e20c64261e} <Debug> TCPHandler: Processed in 0.002329777 sec. | ||
| 7564 | 2025.02.10 18:52:28.342105 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7565 | 2025.02.10 18:52:28.342300 [ 256 ] {88260043-0ca1-40d9-99d6-54986d0fef44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7566 | 2025.02.10 18:52:28.342375 [ 256 ] {88260043-0ca1-40d9-99d6-54986d0fef44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7567 | 2025.02.10 18:52:28.343124 [ 256 ] {88260043-0ca1-40d9-99d6-54986d0fef44} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7568 | 2025.02.10 18:52:28.343168 [ 256 ] {88260043-0ca1-40d9-99d6-54986d0fef44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7569 | 2025.02.10 18:52:28.343617 [ 256 ] {88260043-0ca1-40d9-99d6-54986d0fef44} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7570 | 2025.02.10 18:52:28.343884 [ 256 ] {88260043-0ca1-40d9-99d6-54986d0fef44} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7571 | 2025.02.10 18:52:28.344132 [ 256 ] {88260043-0ca1-40d9-99d6-54986d0fef44} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001882 sec., 2656.748140276302 rows/sec., 199.78 KiB/sec. | ||
| 7572 | 2025.02.10 18:52:28.344220 [ 256 ] {88260043-0ca1-40d9-99d6-54986d0fef44} <Debug> TCPHandler: Processed in 0.002248434 sec. | ||
| 7573 | 2025.02.10 18:52:28.344430 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7574 | 2025.02.10 18:52:28.344585 [ 4 ] {abbc0b01-ce55-40fb-9291-645bd1696db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7575 | 2025.02.10 18:52:28.344648 [ 4 ] {abbc0b01-ce55-40fb-9291-645bd1696db9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7576 | 2025.02.10 18:52:28.345374 [ 4 ] {abbc0b01-ce55-40fb-9291-645bd1696db9} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7577 | 2025.02.10 18:52:28.345416 [ 4 ] {abbc0b01-ce55-40fb-9291-645bd1696db9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7578 | 2025.02.10 18:52:28.345797 [ 4 ] {abbc0b01-ce55-40fb-9291-645bd1696db9} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7579 | 2025.02.10 18:52:28.346042 [ 4 ] {abbc0b01-ce55-40fb-9291-645bd1696db9} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7580 | 2025.02.10 18:52:28.346256 [ 4 ] {abbc0b01-ce55-40fb-9291-645bd1696db9} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001706 sec., 40445.48651817116 rows/sec., 3.16 MiB/sec. | ||
| 7581 | 2025.02.10 18:52:28.346313 [ 4 ] {abbc0b01-ce55-40fb-9291-645bd1696db9} <Debug> TCPHandler: Processed in 0.001991728 sec. | ||
| 7582 | 2025.02.10 18:52:28.346474 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7583 | 2025.02.10 18:52:28.346597 [ 256 ] {9de68573-a9e8-4225-84fe-810d59a817cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7584 | 2025.02.10 18:52:28.346651 [ 256 ] {9de68573-a9e8-4225-84fe-810d59a817cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7585 | 2025.02.10 18:52:28.347257 [ 256 ] {9de68573-a9e8-4225-84fe-810d59a817cc} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7586 | 2025.02.10 18:52:28.347298 [ 256 ] {9de68573-a9e8-4225-84fe-810d59a817cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7587 | 2025.02.10 18:52:28.347724 [ 256 ] {9de68573-a9e8-4225-84fe-810d59a817cc} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7588 | 2025.02.10 18:52:28.348121 [ 256 ] {9de68573-a9e8-4225-84fe-810d59a817cc} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7589 | 2025.02.10 18:52:28.348348 [ 256 ] {9de68573-a9e8-4225-84fe-810d59a817cc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001776 sec., 90090.09009009009 rows/sec., 6.27 MiB/sec. | ||
| 7590 | 2025.02.10 18:52:28.348424 [ 256 ] {9de68573-a9e8-4225-84fe-810d59a817cc} <Debug> TCPHandler: Processed in 0.002003788 sec. | ||
| 7591 | 2025.02.10 18:52:28.348629 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7592 | 2025.02.10 18:52:28.348771 [ 4 ] {3a44779a-7f98-4fc4-8cfa-1c1a22ab5342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7593 | 2025.02.10 18:52:28.348867 [ 4 ] {3a44779a-7f98-4fc4-8cfa-1c1a22ab5342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7594 | 2025.02.10 18:52:28.350049 [ 4 ] {3a44779a-7f98-4fc4-8cfa-1c1a22ab5342} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7595 | 2025.02.10 18:52:28.350090 [ 4 ] {3a44779a-7f98-4fc4-8cfa-1c1a22ab5342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7596 | 2025.02.10 18:52:28.350711 [ 4 ] {3a44779a-7f98-4fc4-8cfa-1c1a22ab5342} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7597 | 2025.02.10 18:52:28.350973 [ 4 ] {3a44779a-7f98-4fc4-8cfa-1c1a22ab5342} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7598 | 2025.02.10 18:52:28.351261 [ 4 ] {3a44779a-7f98-4fc4-8cfa-1c1a22ab5342} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002513 sec., 1989.6538002387583 rows/sec., 3.57 MiB/sec. | ||
| 7599 | 2025.02.10 18:52:28.351783 [ 4 ] {3a44779a-7f98-4fc4-8cfa-1c1a22ab5342} <Debug> TCPHandler: Processed in 0.003254648 sec. | ||
| 7600 | 2025.02.10 18:52:28.351992 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7601 | 2025.02.10 18:52:28.352111 [ 256 ] {9f751331-042c-4c49-9671-d35bf501bccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7602 | 2025.02.10 18:52:28.352162 [ 256 ] {9f751331-042c-4c49-9671-d35bf501bccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7603 | 2025.02.10 18:52:28.352665 [ 256 ] {9f751331-042c-4c49-9671-d35bf501bccc} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7604 | 2025.02.10 18:52:28.352705 [ 256 ] {9f751331-042c-4c49-9671-d35bf501bccc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7605 | 2025.02.10 18:52:28.353086 [ 256 ] {9f751331-042c-4c49-9671-d35bf501bccc} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7606 | 2025.02.10 18:52:28.353328 [ 256 ] {9f751331-042c-4c49-9671-d35bf501bccc} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7607 | 2025.02.10 18:52:28.353538 [ 256 ] {9f751331-042c-4c49-9671-d35bf501bccc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001451 sec., 41350.79255685734 rows/sec., 2.79 MiB/sec. | ||
| 7608 | 2025.02.10 18:52:28.353588 [ 256 ] {9f751331-042c-4c49-9671-d35bf501bccc} <Debug> TCPHandler: Processed in 0.001692951 sec. | ||
| 7609 | 2025.02.10 18:52:32.601846 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7610 | 2025.02.10 18:52:32.601916 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7611 | 2025.02.10 18:52:32.728378 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531 | ||
| 7612 | 2025.02.10 18:52:32.729008 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7613 | 2025.02.10 18:52:32.729051 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7614 | 2025.02.10 18:52:32.729568 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7615 | 2025.02.10 18:52:32.729833 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7616 | 2025.02.10 18:52:32.730046 [ 75 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7617 | 2025.02.10 18:52:32.730094 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7618 | 2025.02.10 18:52:32.730139 [ 75 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7619 | 2025.02.10 18:52:32.730171 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7620 | 2025.02.10 18:52:32.730396 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 7621 | 2025.02.10 18:52:32.730735 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7622 | 2025.02.10 18:52:32.730788 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part | ||
| 7623 | 2025.02.10 18:52:32.730872 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part | ||
| 7624 | 2025.02.10 18:52:32.731098 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part | ||
| 7625 | 2025.02.10 18:52:32.731220 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part | ||
| 7626 | 2025.02.10 18:52:32.731440 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part | ||
| 7627 | 2025.02.10 18:52:32.731642 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part | ||
| 7628 | 2025.02.10 18:52:32.734018 [ 191 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003762271 sec., 4393888.691165522 rows/sec., 62.86 MiB/sec. | ||
| 7629 | 2025.02.10 18:52:32.734155 [ 191 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7630 | 2025.02.10 18:52:32.734525 [ 191 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_36_7} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7631 | 2025.02.10 18:52:32.734618 [ 191 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_36_7} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7632 | 2025.02.10 18:52:32.734742 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 7633 | 2025.02.10 18:52:32.808164 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1098 | ||
| 7634 | 2025.02.10 18:52:32.811425 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7635 | 2025.02.10 18:52:32.811485 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7636 | 2025.02.10 18:52:32.812978 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7637 | 2025.02.10 18:52:32.813301 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7638 | 2025.02.10 18:52:32.813557 [ 75 ] {} <Debug> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7639 | 2025.02.10 18:52:32.813688 [ 75 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7640 | 2025.02.10 18:52:32.813807 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7641 | 2025.02.10 18:52:32.814614 [ 191 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::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 | ||
| 7642 | 2025.02.10 18:52:32.815444 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1098 | ||
| 7643 | 2025.02.10 18:52:32.815913 [ 191 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7644 | 2025.02.10 18:52:32.816092 [ 191 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 912 rows starting from the beginning of the part | ||
| 7645 | 2025.02.10 18:52:32.816613 [ 191 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 34 rows starting from the beginning of the part | ||
| 7646 | 2025.02.10 18:52:32.817109 [ 191 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 36 rows starting from the beginning of the part | ||
| 7647 | 2025.02.10 18:52:32.817591 [ 191 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 46 rows starting from the beginning of the part | ||
| 7648 | 2025.02.10 18:52:32.818064 [ 191 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 34 rows starting from the beginning of the part | ||
| 7649 | 2025.02.10 18:52:32.818538 [ 191 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 36 rows starting from the beginning of the part | ||
| 7650 | 2025.02.10 18:52:32.826904 [ 196 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1098 rows, containing 72 columns (72 merged, 0 gathered) in 0.012907461 sec., 85067.07864544391 rows/sec., 67.97 MiB/sec. | ||
| 7651 | 2025.02.10 18:52:32.828311 [ 186 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7652 | 2025.02.10 18:52:32.829070 [ 186 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_26_5} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7653 | 2025.02.10 18:52:32.829148 [ 186 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_26_5} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7654 | 2025.02.10 18:52:32.829455 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.56 MiB. | ||
| 7655 | 2025.02.10 18:52:33.345581 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7656 | 2025.02.10 18:52:33.345785 [ 4 ] {175935d4-c3b3-465b-9851-1763d7f9baaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7657 | 2025.02.10 18:52:33.345864 [ 4 ] {175935d4-c3b3-465b-9851-1763d7f9baaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7658 | 2025.02.10 18:52:33.346660 [ 4 ] {175935d4-c3b3-465b-9851-1763d7f9baaf} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7659 | 2025.02.10 18:52:33.346708 [ 4 ] {175935d4-c3b3-465b-9851-1763d7f9baaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7660 | 2025.02.10 18:52:33.347128 [ 4 ] {175935d4-c3b3-465b-9851-1763d7f9baaf} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7661 | 2025.02.10 18:52:33.347376 [ 4 ] {175935d4-c3b3-465b-9851-1763d7f9baaf} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7662 | 2025.02.10 18:52:33.347579 [ 75 ] {} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7663 | 2025.02.10 18:52:33.347634 [ 4 ] {175935d4-c3b3-465b-9851-1763d7f9baaf} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001904 sec., 7352.941176470588 rows/sec., 529.31 KiB/sec. | ||
| 7664 | 2025.02.10 18:52:33.347698 [ 75 ] {} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7665 | 2025.02.10 18:52:33.347777 [ 4 ] {175935d4-c3b3-465b-9851-1763d7f9baaf} <Debug> TCPHandler: Processed in 0.002316955 sec. | ||
| 7666 | 2025.02.10 18:52:33.347785 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7667 | 2025.02.10 18:52:33.348194 [ 189 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 7668 | 2025.02.10 18:52:33.348212 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7669 | 2025.02.10 18:52:33.348507 [ 189 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7670 | 2025.02.10 18:52:33.348550 [ 189 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 14 rows starting from the beginning of the part | ||
| 7671 | 2025.02.10 18:52:33.348549 [ 256 ] {1037f0ce-cc92-4adf-86df-64d72fe117ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7672 | 2025.02.10 18:52:33.348645 [ 256 ] {1037f0ce-cc92-4adf-86df-64d72fe117ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7673 | 2025.02.10 18:52:33.348692 [ 189 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 7674 | 2025.02.10 18:52:33.349149 [ 189 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 7675 | 2025.02.10 18:52:33.349441 [ 189 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 7676 | 2025.02.10 18:52:33.349793 [ 189 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 7677 | 2025.02.10 18:52:33.351180 [ 256 ] {1037f0ce-cc92-4adf-86df-64d72fe117ce} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7678 | 2025.02.10 18:52:33.351229 [ 256 ] {1037f0ce-cc92-4adf-86df-64d72fe117ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7679 | 2025.02.10 18:52:33.351502 [ 196 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003562436 sec., 19649.475808126797 rows/sec., 1.46 MiB/sec. | ||
| 7680 | 2025.02.10 18:52:33.351782 [ 196 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7681 | 2025.02.10 18:52:33.351933 [ 256 ] {1037f0ce-cc92-4adf-86df-64d72fe117ce} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7682 | 2025.02.10 18:52:33.352351 [ 196 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_25_6} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7683 | 2025.02.10 18:52:33.352464 [ 256 ] {1037f0ce-cc92-4adf-86df-64d72fe117ce} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7684 | 2025.02.10 18:52:33.352530 [ 196 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_25_6} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7685 | 2025.02.10 18:52:33.352894 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7686 | 2025.02.10 18:52:33.352983 [ 256 ] {1037f0ce-cc92-4adf-86df-64d72fe117ce} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.004488 sec., 60828.8770053476 rows/sec., 5.36 MiB/sec. | ||
| 7687 | 2025.02.10 18:52:33.353140 [ 256 ] {1037f0ce-cc92-4adf-86df-64d72fe117ce} <Debug> TCPHandler: Processed in 0.005207666 sec. | ||
| 7688 | 2025.02.10 18:52:33.353352 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7689 | 2025.02.10 18:52:33.353487 [ 4 ] {a6a5094c-a371-4fcd-8b78-e5cf72bd5223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7690 | 2025.02.10 18:52:33.353544 [ 4 ] {a6a5094c-a371-4fcd-8b78-e5cf72bd5223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7691 | 2025.02.10 18:52:33.354175 [ 4 ] {a6a5094c-a371-4fcd-8b78-e5cf72bd5223} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7692 | 2025.02.10 18:52:33.354215 [ 4 ] {a6a5094c-a371-4fcd-8b78-e5cf72bd5223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7693 | 2025.02.10 18:52:33.354579 [ 4 ] {a6a5094c-a371-4fcd-8b78-e5cf72bd5223} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7694 | 2025.02.10 18:52:33.354812 [ 4 ] {a6a5094c-a371-4fcd-8b78-e5cf72bd5223} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7695 | 2025.02.10 18:52:33.355029 [ 4 ] {a6a5094c-a371-4fcd-8b78-e5cf72bd5223} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001569 sec., 26768.642447418737 rows/sec., 1.92 MiB/sec. | ||
| 7696 | 2025.02.10 18:52:33.355085 [ 4 ] {a6a5094c-a371-4fcd-8b78-e5cf72bd5223} <Debug> TCPHandler: Processed in 0.001804064 sec. | ||
| 7697 | 2025.02.10 18:52:33.355242 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7698 | 2025.02.10 18:52:33.355368 [ 256 ] {c6eb26f2-3e03-4a43-9596-6a043a246bce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7699 | 2025.02.10 18:52:33.355421 [ 256 ] {c6eb26f2-3e03-4a43-9596-6a043a246bce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7700 | 2025.02.10 18:52:33.356032 [ 256 ] {c6eb26f2-3e03-4a43-9596-6a043a246bce} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7701 | 2025.02.10 18:52:33.356072 [ 256 ] {c6eb26f2-3e03-4a43-9596-6a043a246bce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7702 | 2025.02.10 18:52:33.356439 [ 256 ] {c6eb26f2-3e03-4a43-9596-6a043a246bce} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7703 | 2025.02.10 18:52:33.356686 [ 256 ] {c6eb26f2-3e03-4a43-9596-6a043a246bce} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7704 | 2025.02.10 18:52:33.356949 [ 256 ] {c6eb26f2-3e03-4a43-9596-6a043a246bce} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001596 sec., 8771.929824561405 rows/sec., 614.33 KiB/sec. | ||
| 7705 | 2025.02.10 18:52:33.357152 [ 256 ] {c6eb26f2-3e03-4a43-9596-6a043a246bce} <Debug> TCPHandler: Processed in 0.001965388 sec. | ||
| 7706 | 2025.02.10 18:52:33.357367 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7707 | 2025.02.10 18:52:33.357496 [ 4 ] {02d34a4c-4b57-4a63-9627-fa3b75686ed1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7708 | 2025.02.10 18:52:33.357548 [ 4 ] {02d34a4c-4b57-4a63-9627-fa3b75686ed1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7709 | 2025.02.10 18:52:33.358123 [ 4 ] {02d34a4c-4b57-4a63-9627-fa3b75686ed1} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7710 | 2025.02.10 18:52:33.358161 [ 4 ] {02d34a4c-4b57-4a63-9627-fa3b75686ed1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7711 | 2025.02.10 18:52:33.358534 [ 4 ] {02d34a4c-4b57-4a63-9627-fa3b75686ed1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7712 | 2025.02.10 18:52:33.358788 [ 4 ] {02d34a4c-4b57-4a63-9627-fa3b75686ed1} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7713 | 2025.02.10 18:52:33.358912 [ 74 ] {} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7714 | 2025.02.10 18:52:33.358957 [ 74 ] {} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7715 | 2025.02.10 18:52:33.358979 [ 4 ] {02d34a4c-4b57-4a63-9627-fa3b75686ed1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001507 sec., 8626.4100862641 rows/sec., 537.85 KiB/sec. | ||
| 7716 | 2025.02.10 18:52:33.358982 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7717 | 2025.02.10 18:52:33.359109 [ 4 ] {02d34a4c-4b57-4a63-9627-fa3b75686ed1} <Debug> TCPHandler: Processed in 0.001836044 sec. | ||
| 7718 | 2025.02.10 18:52:33.359198 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 7719 | 2025.02.10 18:52:33.359308 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7720 | 2025.02.10 18:52:33.359390 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7721 | 2025.02.10 18:52:33.359477 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 13 rows starting from the beginning of the part | ||
| 7722 | 2025.02.10 18:52:33.359535 [ 256 ] {253671dd-79d6-4d5b-ac97-a27815c20534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7723 | 2025.02.10 18:52:33.359706 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 13 rows starting from the beginning of the part | ||
| 7724 | 2025.02.10 18:52:33.359732 [ 256 ] {253671dd-79d6-4d5b-ac97-a27815c20534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7725 | 2025.02.10 18:52:33.360114 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 13 rows starting from the beginning of the part | ||
| 7726 | 2025.02.10 18:52:33.360425 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 13 rows starting from the beginning of the part | ||
| 7727 | 2025.02.10 18:52:33.360721 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 13 rows starting from the beginning of the part | ||
| 7728 | 2025.02.10 18:52:33.362584 [ 256 ] {253671dd-79d6-4d5b-ac97-a27815c20534} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7729 | 2025.02.10 18:52:33.362674 [ 256 ] {253671dd-79d6-4d5b-ac97-a27815c20534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7730 | 2025.02.10 18:52:33.363327 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004230173 sec., 15365.801824180713 rows/sec., 1018.08 KiB/sec. | ||
| 7731 | 2025.02.10 18:52:33.363557 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7732 | 2025.02.10 18:52:33.363643 [ 256 ] {253671dd-79d6-4d5b-ac97-a27815c20534} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7733 | 2025.02.10 18:52:33.364116 [ 256 ] {253671dd-79d6-4d5b-ac97-a27815c20534} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7734 | 2025.02.10 18:52:33.364129 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_25_6} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7735 | 2025.02.10 18:52:33.364369 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_25_6} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7736 | 2025.02.10 18:52:33.364549 [ 256 ] {253671dd-79d6-4d5b-ac97-a27815c20534} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.005073 sec., 82199.88172678888 rows/sec., 5.87 MiB/sec. | ||
| 7737 | 2025.02.10 18:52:33.364550 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7738 | 2025.02.10 18:52:33.364697 [ 256 ] {253671dd-79d6-4d5b-ac97-a27815c20534} <Debug> TCPHandler: Processed in 0.005471772 sec. | ||
| 7739 | 2025.02.10 18:52:33.364882 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7740 | 2025.02.10 18:52:33.365027 [ 4 ] {ef1670ca-5a6a-486a-ad20-df7ae6ffcf1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7741 | 2025.02.10 18:52:33.365091 [ 4 ] {ef1670ca-5a6a-486a-ad20-df7ae6ffcf1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7742 | 2025.02.10 18:52:33.365631 [ 4 ] {ef1670ca-5a6a-486a-ad20-df7ae6ffcf1a} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7743 | 2025.02.10 18:52:33.365667 [ 4 ] {ef1670ca-5a6a-486a-ad20-df7ae6ffcf1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7744 | 2025.02.10 18:52:33.366035 [ 4 ] {ef1670ca-5a6a-486a-ad20-df7ae6ffcf1a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7745 | 2025.02.10 18:52:33.366276 [ 4 ] {ef1670ca-5a6a-486a-ad20-df7ae6ffcf1a} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7746 | 2025.02.10 18:52:33.366463 [ 4 ] {ef1670ca-5a6a-486a-ad20-df7ae6ffcf1a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001468 sec., 4087.1934604904636 rows/sec., 213.54 KiB/sec. | ||
| 7747 | 2025.02.10 18:52:33.366537 [ 4 ] {ef1670ca-5a6a-486a-ad20-df7ae6ffcf1a} <Debug> TCPHandler: Processed in 0.001727762 sec. | ||
| 7748 | 2025.02.10 18:52:33.366690 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7749 | 2025.02.10 18:52:33.366831 [ 256 ] {5c95ad20-f4ff-4534-8d32-ba914911b27c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7750 | 2025.02.10 18:52:33.366896 [ 256 ] {5c95ad20-f4ff-4534-8d32-ba914911b27c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7751 | 2025.02.10 18:52:33.367564 [ 256 ] {5c95ad20-f4ff-4534-8d32-ba914911b27c} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7752 | 2025.02.10 18:52:33.367603 [ 256 ] {5c95ad20-f4ff-4534-8d32-ba914911b27c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7753 | 2025.02.10 18:52:33.367999 [ 256 ] {5c95ad20-f4ff-4534-8d32-ba914911b27c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7754 | 2025.02.10 18:52:33.368243 [ 256 ] {5c95ad20-f4ff-4534-8d32-ba914911b27c} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7755 | 2025.02.10 18:52:33.368486 [ 256 ] {5c95ad20-f4ff-4534-8d32-ba914911b27c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001686 sec., 140569.3950177936 rows/sec., 9.42 MiB/sec. | ||
| 7756 | 2025.02.10 18:52:33.368537 [ 256 ] {5c95ad20-f4ff-4534-8d32-ba914911b27c} <Debug> TCPHandler: Processed in 0.001918156 sec. | ||
| 7757 | 2025.02.10 18:52:33.368696 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7758 | 2025.02.10 18:52:33.368838 [ 4 ] {846f9ef4-0d76-4c8b-b226-218cc503f3ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7759 | 2025.02.10 18:52:33.368901 [ 4 ] {846f9ef4-0d76-4c8b-b226-218cc503f3ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7760 | 2025.02.10 18:52:33.369453 [ 4 ] {846f9ef4-0d76-4c8b-b226-218cc503f3ca} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7761 | 2025.02.10 18:52:33.369490 [ 4 ] {846f9ef4-0d76-4c8b-b226-218cc503f3ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7762 | 2025.02.10 18:52:33.369850 [ 4 ] {846f9ef4-0d76-4c8b-b226-218cc503f3ca} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7763 | 2025.02.10 18:52:33.370082 [ 4 ] {846f9ef4-0d76-4c8b-b226-218cc503f3ca} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7764 | 2025.02.10 18:52:33.370204 [ 74 ] {} <Debug> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 7765 | 2025.02.10 18:52:33.370244 [ 74 ] {} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7766 | 2025.02.10 18:52:33.370266 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7767 | 2025.02.10 18:52:33.370275 [ 4 ] {846f9ef4-0d76-4c8b-b226-218cc503f3ca} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001466 sec., 682.1282401091405 rows/sec., 45.96 KiB/sec. | ||
| 7768 | 2025.02.10 18:52:33.370475 [ 4 ] {846f9ef4-0d76-4c8b-b226-218cc503f3ca} <Debug> TCPHandler: Processed in 0.001837794 sec. | ||
| 7769 | 2025.02.10 18:52:33.370520 [ 188 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
| 7770 | 2025.02.10 18:52:33.370689 [ 188 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7771 | 2025.02.10 18:52:33.370716 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7772 | 2025.02.10 18:52:33.370741 [ 188 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 20 rows starting from the beginning of the part | ||
| 7773 | 2025.02.10 18:52:33.370919 [ 188 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 7774 | 2025.02.10 18:52:33.371319 [ 188 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 7775 | 2025.02.10 18:52:33.371343 [ 256 ] {1ff79394-aa0a-4eb0-b711-dee863ede570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7776 | 2025.02.10 18:52:33.371769 [ 188 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 7777 | 2025.02.10 18:52:33.371783 [ 256 ] {1ff79394-aa0a-4eb0-b711-dee863ede570} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7778 | 2025.02.10 18:52:33.372084 [ 188 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 7779 | 2025.02.10 18:52:33.372460 [ 188 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 7780 | 2025.02.10 18:52:33.375951 [ 188 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.005600725 sec., 4463.7078235407025 rows/sec., 300.78 KiB/sec. | ||
| 7781 | 2025.02.10 18:52:33.376170 [ 188 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 7782 | 2025.02.10 18:52:33.376797 [ 188 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_25_5} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7783 | 2025.02.10 18:52:33.376890 [ 256 ] {1ff79394-aa0a-4eb0-b711-dee863ede570} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7784 | 2025.02.10 18:52:33.376956 [ 256 ] {1ff79394-aa0a-4eb0-b711-dee863ede570} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7785 | 2025.02.10 18:52:33.376960 [ 188 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_25_5} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 7786 | 2025.02.10 18:52:33.377143 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 7787 | 2025.02.10 18:52:33.377803 [ 256 ] {1ff79394-aa0a-4eb0-b711-dee863ede570} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7788 | 2025.02.10 18:52:33.378068 [ 256 ] {1ff79394-aa0a-4eb0-b711-dee863ede570} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7789 | 2025.02.10 18:52:33.378318 [ 256 ] {1ff79394-aa0a-4eb0-b711-dee863ede570} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.007239 sec., 4834.921950545656 rows/sec., 8.66 MiB/sec. | ||
| 7790 | 2025.02.10 18:52:33.378426 [ 256 ] {1ff79394-aa0a-4eb0-b711-dee863ede570} <Debug> TCPHandler: Processed in 0.007842079 sec. | ||
| 7791 | 2025.02.10 18:52:33.378594 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7792 | 2025.02.10 18:52:33.378732 [ 4 ] {e9d16def-0a76-46ff-b529-37d5980b6a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7793 | 2025.02.10 18:52:33.378791 [ 4 ] {e9d16def-0a76-46ff-b529-37d5980b6a4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7794 | 2025.02.10 18:52:33.379371 [ 4 ] {e9d16def-0a76-46ff-b529-37d5980b6a4e} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7795 | 2025.02.10 18:52:33.379415 [ 4 ] {e9d16def-0a76-46ff-b529-37d5980b6a4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 7796 | 2025.02.10 18:52:33.379792 [ 4 ] {e9d16def-0a76-46ff-b529-37d5980b6a4e} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7797 | 2025.02.10 18:52:33.380028 [ 4 ] {e9d16def-0a76-46ff-b529-37d5980b6a4e} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7798 | 2025.02.10 18:52:33.380255 [ 4 ] {e9d16def-0a76-46ff-b529-37d5980b6a4e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001547 sec., 53005.81771170007 rows/sec., 3.37 MiB/sec. | ||
| 7799 | 2025.02.10 18:52:33.380311 [ 4 ] {e9d16def-0a76-46ff-b529-37d5980b6a4e} <Debug> TCPHandler: Processed in 0.001781192 sec. | ||
| 7800 | 2025.02.10 18:52:33.867320 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7801 | 2025.02.10 18:52:33.888787 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7802 | 2025.02.10 18:52:33.888852 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7803 | 2025.02.10 18:52:33.895987 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7804 | 2025.02.10 18:52:33.896743 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7805 | 2025.02.10 18:52:33.897176 [ 64 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7806 | 2025.02.10 18:52:33.897313 [ 64 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7807 | 2025.02.10 18:52:33.897387 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7808 | 2025.02.10 18:52:33.897732 [ 194 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 7809 | 2025.02.10 18:52:33.911958 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7810 | 2025.02.10 18:52:33.913475 [ 194 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7811 | 2025.02.10 18:52:33.914803 [ 194 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part | ||
| 7812 | 2025.02.10 18:52:33.920304 [ 194 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 8 rows starting from the beginning of the part | ||
| 7813 | 2025.02.10 18:52:33.925987 [ 194 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 7 rows starting from the beginning of the part | ||
| 7814 | 2025.02.10 18:52:33.931499 [ 194 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 8 rows starting from the beginning of the part | ||
| 7815 | 2025.02.10 18:52:33.937334 [ 194 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 7 rows starting from the beginning of the part | ||
| 7816 | 2025.02.10 18:52:33.942112 [ 194 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part | ||
| 7817 | 2025.02.10 18:52:34.000200 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 221.79 MiB, peak 222.57 MiB, free memory in arenas 0.00 B, will set to 210.52 MiB (RSS), difference: -11.27 MiB | ||
| 7818 | 2025.02.10 18:52:34.002918 [ 193 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.105387402 sec., 2580.953651367172 rows/sec., 13.35 MiB/sec. | ||
| 7819 | 2025.02.10 18:52:34.005532 [ 187 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7820 | 2025.02.10 18:52:34.008268 [ 187 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_36_7} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7821 | 2025.02.10 18:52:34.008357 [ 187 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_36_7} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7822 | 2025.02.10 18:52:34.010525 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
| 7823 | 2025.02.10 18:52:34.103506 [ 64 ] {} <Debug> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 7824 | 2025.02.10 18:52:34.103600 [ 64 ] {} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7825 | 2025.02.10 18:52:34.103640 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7826 | 2025.02.10 18:52:34.103969 [ 199 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
| 7827 | 2025.02.10 18:52:34.104233 [ 199 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7828 | 2025.02.10 18:52:34.104299 [ 199 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part | ||
| 7829 | 2025.02.10 18:52:34.104489 [ 199 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
| 7830 | 2025.02.10 18:52:34.104641 [ 199 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 7831 | 2025.02.10 18:52:34.104817 [ 199 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 7832 | 2025.02.10 18:52:34.104949 [ 199 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part | ||
| 7833 | 2025.02.10 18:52:34.106024 [ 193 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002260885 sec., 15922.968218197742 rows/sec., 1.33 MiB/sec. | ||
| 7834 | 2025.02.10 18:52:34.106193 [ 199 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 7835 | 2025.02.10 18:52:34.106489 [ 199 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_13_3} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7836 | 2025.02.10 18:52:34.106568 [ 199 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_13_3} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 7837 | 2025.02.10 18:52:34.106651 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7838 | 2025.02.10 18:52:35.000221 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.47 MiB, peak 222.57 MiB, free memory in arenas 0.00 B, will set to 210.52 MiB (RSS), difference: 11.05 MiB | ||
| 7839 | 2025.02.10 18:52:36.544160 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7840 | 2025.02.10 18:52:36.544374 [ 4 ] {db6100ae-09fc-4b19-8ffe-0fe5487d9aeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7841 | 2025.02.10 18:52:36.544456 [ 4 ] {db6100ae-09fc-4b19-8ffe-0fe5487d9aeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7842 | 2025.02.10 18:52:36.545215 [ 4 ] {db6100ae-09fc-4b19-8ffe-0fe5487d9aeb} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7843 | 2025.02.10 18:52:36.545258 [ 4 ] {db6100ae-09fc-4b19-8ffe-0fe5487d9aeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7844 | 2025.02.10 18:52:36.545697 [ 4 ] {db6100ae-09fc-4b19-8ffe-0fe5487d9aeb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7845 | 2025.02.10 18:52:36.545952 [ 4 ] {db6100ae-09fc-4b19-8ffe-0fe5487d9aeb} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7846 | 2025.02.10 18:52:36.546153 [ 4 ] {db6100ae-09fc-4b19-8ffe-0fe5487d9aeb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001838 sec., 1088.139281828074 rows/sec., 88.73 KiB/sec. | ||
| 7847 | 2025.02.10 18:52:36.546211 [ 4 ] {db6100ae-09fc-4b19-8ffe-0fe5487d9aeb} <Debug> TCPHandler: Processed in 0.002188083 sec. | ||
| 7848 | 2025.02.10 18:52:36.546495 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7849 | 2025.02.10 18:52:36.546710 [ 256 ] {b7f78e25-3124-45a6-aa9a-33674cb7c4e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7850 | 2025.02.10 18:52:36.546788 [ 256 ] {b7f78e25-3124-45a6-aa9a-33674cb7c4e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7851 | 2025.02.10 18:52:36.548183 [ 256 ] {b7f78e25-3124-45a6-aa9a-33674cb7c4e5} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7852 | 2025.02.10 18:52:36.548243 [ 256 ] {b7f78e25-3124-45a6-aa9a-33674cb7c4e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7853 | 2025.02.10 18:52:36.548781 [ 256 ] {b7f78e25-3124-45a6-aa9a-33674cb7c4e5} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7854 | 2025.02.10 18:52:36.549059 [ 256 ] {b7f78e25-3124-45a6-aa9a-33674cb7c4e5} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7855 | 2025.02.10 18:52:36.549340 [ 256 ] {b7f78e25-3124-45a6-aa9a-33674cb7c4e5} <Debug> executeQuery: Read 1207 rows, 102.02 KiB in 0.00268 sec., 450373.13432835817 rows/sec., 37.17 MiB/sec. | ||
| 7856 | 2025.02.10 18:52:36.549436 [ 256 ] {b7f78e25-3124-45a6-aa9a-33674cb7c4e5} <Debug> TCPHandler: Processed in 0.003076904 sec. | ||
| 7857 | 2025.02.10 18:52:36.549711 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7858 | 2025.02.10 18:52:36.549878 [ 4 ] {e02261a0-2c11-4dda-8ce9-d863bed89e18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7859 | 2025.02.10 18:52:36.549939 [ 4 ] {e02261a0-2c11-4dda-8ce9-d863bed89e18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7860 | 2025.02.10 18:52:36.550624 [ 4 ] {e02261a0-2c11-4dda-8ce9-d863bed89e18} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7861 | 2025.02.10 18:52:36.550664 [ 4 ] {e02261a0-2c11-4dda-8ce9-d863bed89e18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7862 | 2025.02.10 18:52:36.551036 [ 4 ] {e02261a0-2c11-4dda-8ce9-d863bed89e18} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7863 | 2025.02.10 18:52:36.551288 [ 4 ] {e02261a0-2c11-4dda-8ce9-d863bed89e18} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7864 | 2025.02.10 18:52:36.551411 [ 70 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7865 | 2025.02.10 18:52:36.551457 [ 70 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7866 | 2025.02.10 18:52:36.551477 [ 4 ] {e02261a0-2c11-4dda-8ce9-d863bed89e18} <Debug> executeQuery: Read 7 rows, 528.00 B in 0.001628 sec., 4299.7542997543 rows/sec., 316.72 KiB/sec. | ||
| 7867 | 2025.02.10 18:52:36.551482 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7868 | 2025.02.10 18:52:36.551563 [ 4 ] {e02261a0-2c11-4dda-8ce9-d863bed89e18} <Debug> TCPHandler: Processed in 0.001998578 sec. | ||
| 7869 | 2025.02.10 18:52:36.551864 [ 198 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 7870 | 2025.02.10 18:52:36.551977 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7871 | 2025.02.10 18:52:36.552438 [ 198 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7872 | 2025.02.10 18:52:36.552582 [ 198 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 65 rows starting from the beginning of the part | ||
| 7873 | 2025.02.10 18:52:36.552655 [ 256 ] {43d8076e-2a82-4101-8c56-fd19dd7c6e9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7874 | 2025.02.10 18:52:36.552863 [ 256 ] {43d8076e-2a82-4101-8c56-fd19dd7c6e9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7875 | 2025.02.10 18:52:36.552906 [ 198 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 5 rows starting from the beginning of the part | ||
| 7876 | 2025.02.10 18:52:36.553334 [ 198 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 52 rows starting from the beginning of the part | ||
| 7877 | 2025.02.10 18:52:36.553605 [ 198 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 5 rows starting from the beginning of the part | ||
| 7878 | 2025.02.10 18:52:36.553969 [ 198 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 42 rows starting from the beginning of the part | ||
| 7879 | 2025.02.10 18:52:36.554392 [ 198 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 7 rows starting from the beginning of the part | ||
| 7880 | 2025.02.10 18:52:36.556116 [ 256 ] {43d8076e-2a82-4101-8c56-fd19dd7c6e9e} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7881 | 2025.02.10 18:52:36.556204 [ 256 ] {43d8076e-2a82-4101-8c56-fd19dd7c6e9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7882 | 2025.02.10 18:52:36.557373 [ 256 ] {43d8076e-2a82-4101-8c56-fd19dd7c6e9e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7883 | 2025.02.10 18:52:36.557388 [ 199 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.00581431 sec., 30270.143834780054 rows/sec., 2.28 MiB/sec. | ||
| 7884 | 2025.02.10 18:52:36.557650 [ 199 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7885 | 2025.02.10 18:52:36.557831 [ 256 ] {43d8076e-2a82-4101-8c56-fd19dd7c6e9e} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7886 | 2025.02.10 18:52:36.558262 [ 256 ] {43d8076e-2a82-4101-8c56-fd19dd7c6e9e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005805 sec., 39276.48578811369 rows/sec., 2.66 MiB/sec. | ||
| 7887 | 2025.02.10 18:52:36.558342 [ 199 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_46_9} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7888 | 2025.02.10 18:52:36.558409 [ 256 ] {43d8076e-2a82-4101-8c56-fd19dd7c6e9e} <Debug> TCPHandler: Processed in 0.006733002 sec. | ||
| 7889 | 2025.02.10 18:52:36.558563 [ 199 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_46_9} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7890 | 2025.02.10 18:52:36.558601 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7891 | 2025.02.10 18:52:36.558720 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7892 | 2025.02.10 18:52:36.558791 [ 4 ] {d09d16b0-1ae0-4895-a945-ae01d5f4c906} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7893 | 2025.02.10 18:52:36.558848 [ 4 ] {d09d16b0-1ae0-4895-a945-ae01d5f4c906} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7894 | 2025.02.10 18:52:36.559659 [ 4 ] {d09d16b0-1ae0-4895-a945-ae01d5f4c906} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7895 | 2025.02.10 18:52:36.559699 [ 4 ] {d09d16b0-1ae0-4895-a945-ae01d5f4c906} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7896 | 2025.02.10 18:52:36.560107 [ 4 ] {d09d16b0-1ae0-4895-a945-ae01d5f4c906} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7897 | 2025.02.10 18:52:36.560351 [ 4 ] {d09d16b0-1ae0-4895-a945-ae01d5f4c906} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7898 | 2025.02.10 18:52:36.560569 [ 4 ] {d09d16b0-1ae0-4895-a945-ae01d5f4c906} <Debug> executeQuery: Read 527 rows, 39.97 KiB in 0.001809 sec., 291321.1719181868 rows/sec., 21.58 MiB/sec. | ||
| 7899 | 2025.02.10 18:52:36.560679 [ 4 ] {d09d16b0-1ae0-4895-a945-ae01d5f4c906} <Debug> TCPHandler: Processed in 0.002160023 sec. | ||
| 7900 | 2025.02.10 18:52:36.560911 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7901 | 2025.02.10 18:52:36.561067 [ 256 ] {c708cbfa-c5ae-4573-800b-49fc09283726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7902 | 2025.02.10 18:52:36.561123 [ 256 ] {c708cbfa-c5ae-4573-800b-49fc09283726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7903 | 2025.02.10 18:52:36.561936 [ 256 ] {c708cbfa-c5ae-4573-800b-49fc09283726} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7904 | 2025.02.10 18:52:36.561976 [ 256 ] {c708cbfa-c5ae-4573-800b-49fc09283726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7905 | 2025.02.10 18:52:36.562435 [ 256 ] {c708cbfa-c5ae-4573-800b-49fc09283726} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7906 | 2025.02.10 18:52:36.562685 [ 256 ] {c708cbfa-c5ae-4573-800b-49fc09283726} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7907 | 2025.02.10 18:52:36.562900 [ 256 ] {c708cbfa-c5ae-4573-800b-49fc09283726} <Debug> executeQuery: Read 965 rows, 66.32 KiB in 0.001857 sec., 519655.3581044696 rows/sec., 34.88 MiB/sec. | ||
| 7908 | 2025.02.10 18:52:36.562952 [ 256 ] {c708cbfa-c5ae-4573-800b-49fc09283726} <Debug> TCPHandler: Processed in 0.002174023 sec. | ||
| 7909 | 2025.02.10 18:52:36.563097 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7910 | 2025.02.10 18:52:36.563238 [ 4 ] {8d261155-7b81-4b6a-a0bd-4d836ed73dc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7911 | 2025.02.10 18:52:36.563332 [ 4 ] {8d261155-7b81-4b6a-a0bd-4d836ed73dc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7912 | 2025.02.10 18:52:36.564466 [ 4 ] {8d261155-7b81-4b6a-a0bd-4d836ed73dc9} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7913 | 2025.02.10 18:52:36.564503 [ 4 ] {8d261155-7b81-4b6a-a0bd-4d836ed73dc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7914 | 2025.02.10 18:52:36.565150 [ 4 ] {8d261155-7b81-4b6a-a0bd-4d836ed73dc9} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7915 | 2025.02.10 18:52:36.565406 [ 4 ] {8d261155-7b81-4b6a-a0bd-4d836ed73dc9} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7916 | 2025.02.10 18:52:36.565545 [ 70 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7917 | 2025.02.10 18:52:36.565593 [ 70 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7918 | 2025.02.10 18:52:36.565613 [ 4 ] {8d261155-7b81-4b6a-a0bd-4d836ed73dc9} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002403 sec., 2080.7324178110694 rows/sec., 3.73 MiB/sec. | ||
| 7919 | 2025.02.10 18:52:36.565622 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7920 | 2025.02.10 18:52:36.566027 [ 4 ] {8d261155-7b81-4b6a-a0bd-4d836ed73dc9} <Debug> TCPHandler: Processed in 0.002993022 sec. | ||
| 7921 | 2025.02.10 18:52:36.566111 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 7922 | 2025.02.10 18:52:36.566247 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7923 | 2025.02.10 18:52:36.566598 [ 256 ] {15109bb0-419c-46eb-ba43-ba97bc5272ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7924 | 2025.02.10 18:52:36.566727 [ 256 ] {15109bb0-419c-46eb-ba43-ba97bc5272ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7925 | 2025.02.10 18:52:36.567266 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7926 | 2025.02.10 18:52:36.567514 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 809 rows starting from the beginning of the part | ||
| 7927 | 2025.02.10 18:52:36.568268 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 5 rows starting from the beginning of the part | ||
| 7928 | 2025.02.10 18:52:36.569055 [ 256 ] {15109bb0-419c-46eb-ba43-ba97bc5272ff} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7929 | 2025.02.10 18:52:36.569083 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 35 rows starting from the beginning of the part | ||
| 7930 | 2025.02.10 18:52:36.569132 [ 256 ] {15109bb0-419c-46eb-ba43-ba97bc5272ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7931 | 2025.02.10 18:52:36.569721 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 5 rows starting from the beginning of the part | ||
| 7932 | 2025.02.10 18:52:36.570366 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 35 rows starting from the beginning of the part | ||
| 7933 | 2025.02.10 18:52:36.570745 [ 256 ] {15109bb0-419c-46eb-ba43-ba97bc5272ff} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7934 | 2025.02.10 18:52:36.570930 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 5 rows starting from the beginning of the part | ||
| 7935 | 2025.02.10 18:52:36.571649 [ 256 ] {15109bb0-419c-46eb-ba43-ba97bc5272ff} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7936 | 2025.02.10 18:52:36.572228 [ 256 ] {15109bb0-419c-46eb-ba43-ba97bc5272ff} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.005743 sec., 7661.50095768762 rows/sec., 527.82 KiB/sec. | ||
| 7937 | 2025.02.10 18:52:36.572548 [ 256 ] {15109bb0-419c-46eb-ba43-ba97bc5272ff} <Debug> TCPHandler: Processed in 0.006417695 sec. | ||
| 7938 | 2025.02.10 18:52:36.578443 [ 190 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 894 rows, containing 19 columns (19 merged, 0 gathered) in 0.012669575 sec., 70562.74579060465 rows/sec., 126.45 MiB/sec. | ||
| 7939 | 2025.02.10 18:52:36.579429 [ 197 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7940 | 2025.02.10 18:52:36.579870 [ 197 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7941 | 2025.02.10 18:52:36.579960 [ 197 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7942 | 2025.02.10 18:52:36.580117 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.67 MiB. | ||
| 7943 | 2025.02.10 18:52:37.000226 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.15 MiB, peak 222.57 MiB, free memory in arenas 0.00 B, will set to 213.64 MiB (RSS), difference: 2.50 MiB | ||
| 7944 | 2025.02.10 18:52:38.334403 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7945 | 2025.02.10 18:52:38.334594 [ 4 ] {0d1fda64-535f-4e5f-9228-93b09070ccba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7946 | 2025.02.10 18:52:38.334667 [ 4 ] {0d1fda64-535f-4e5f-9228-93b09070ccba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7947 | 2025.02.10 18:52:38.335449 [ 4 ] {0d1fda64-535f-4e5f-9228-93b09070ccba} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7948 | 2025.02.10 18:52:38.335499 [ 4 ] {0d1fda64-535f-4e5f-9228-93b09070ccba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7949 | 2025.02.10 18:52:38.335946 [ 4 ] {0d1fda64-535f-4e5f-9228-93b09070ccba} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7950 | 2025.02.10 18:52:38.336205 [ 4 ] {0d1fda64-535f-4e5f-9228-93b09070ccba} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7951 | 2025.02.10 18:52:38.336465 [ 4 ] {0d1fda64-535f-4e5f-9228-93b09070ccba} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001923 sec., 29121.164846593863 rows/sec., 2.24 MiB/sec. | ||
| 7952 | 2025.02.10 18:52:38.336531 [ 4 ] {0d1fda64-535f-4e5f-9228-93b09070ccba} <Debug> TCPHandler: Processed in 0.002253365 sec. | ||
| 7953 | 2025.02.10 18:52:38.336875 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7954 | 2025.02.10 18:52:38.337192 [ 256 ] {96b39a93-d0a9-440a-b1d5-1972bb82e294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7955 | 2025.02.10 18:52:38.337312 [ 256 ] {96b39a93-d0a9-440a-b1d5-1972bb82e294} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7956 | 2025.02.10 18:52:38.338231 [ 256 ] {96b39a93-d0a9-440a-b1d5-1972bb82e294} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7957 | 2025.02.10 18:52:38.338283 [ 256 ] {96b39a93-d0a9-440a-b1d5-1972bb82e294} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7958 | 2025.02.10 18:52:38.338726 [ 256 ] {96b39a93-d0a9-440a-b1d5-1972bb82e294} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7959 | 2025.02.10 18:52:38.338989 [ 256 ] {96b39a93-d0a9-440a-b1d5-1972bb82e294} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7960 | 2025.02.10 18:52:38.339234 [ 256 ] {96b39a93-d0a9-440a-b1d5-1972bb82e294} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002132 sec., 30018.761726078796 rows/sec., 2.34 MiB/sec. | ||
| 7961 | 2025.02.10 18:52:38.339298 [ 256 ] {96b39a93-d0a9-440a-b1d5-1972bb82e294} <Debug> TCPHandler: Processed in 0.002622274 sec. | ||
| 7962 | 2025.02.10 18:52:38.339446 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7963 | 2025.02.10 18:52:38.339593 [ 4 ] {4ecee51e-061a-4cbf-8738-e6b93ec7b597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7964 | 2025.02.10 18:52:38.339663 [ 4 ] {4ecee51e-061a-4cbf-8738-e6b93ec7b597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7965 | 2025.02.10 18:52:38.340310 [ 4 ] {4ecee51e-061a-4cbf-8738-e6b93ec7b597} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7966 | 2025.02.10 18:52:38.340361 [ 4 ] {4ecee51e-061a-4cbf-8738-e6b93ec7b597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7967 | 2025.02.10 18:52:38.340799 [ 4 ] {4ecee51e-061a-4cbf-8738-e6b93ec7b597} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7968 | 2025.02.10 18:52:38.341043 [ 4 ] {4ecee51e-061a-4cbf-8738-e6b93ec7b597} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7969 | 2025.02.10 18:52:38.341264 [ 4 ] {4ecee51e-061a-4cbf-8738-e6b93ec7b597} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001707 sec., 24604.56942003515 rows/sec., 1.71 MiB/sec. | ||
| 7970 | 2025.02.10 18:52:38.341321 [ 4 ] {4ecee51e-061a-4cbf-8738-e6b93ec7b597} <Debug> TCPHandler: Processed in 0.001942467 sec. | ||
| 7971 | 2025.02.10 18:52:38.341453 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7972 | 2025.02.10 18:52:38.341573 [ 256 ] {b702fa2c-f1a7-4476-b5a7-8faad1cac3a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7973 | 2025.02.10 18:52:38.341633 [ 256 ] {b702fa2c-f1a7-4476-b5a7-8faad1cac3a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7974 | 2025.02.10 18:52:38.342208 [ 256 ] {b702fa2c-f1a7-4476-b5a7-8faad1cac3a8} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7975 | 2025.02.10 18:52:38.342255 [ 256 ] {b702fa2c-f1a7-4476-b5a7-8faad1cac3a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7976 | 2025.02.10 18:52:38.342684 [ 256 ] {b702fa2c-f1a7-4476-b5a7-8faad1cac3a8} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7977 | 2025.02.10 18:52:38.342938 [ 256 ] {b702fa2c-f1a7-4476-b5a7-8faad1cac3a8} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7978 | 2025.02.10 18:52:38.343153 [ 256 ] {b702fa2c-f1a7-4476-b5a7-8faad1cac3a8} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001608 sec., 9950.248756218905 rows/sec., 689.91 KiB/sec. | ||
| 7979 | 2025.02.10 18:52:38.343203 [ 256 ] {b702fa2c-f1a7-4476-b5a7-8faad1cac3a8} <Debug> TCPHandler: Processed in 0.001805554 sec. | ||
| 7980 | 2025.02.10 18:52:40.230239 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019 | ||
| 7981 | 2025.02.10 18:52:40.230978 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7982 | 2025.02.10 18:52:40.231025 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7983 | 2025.02.10 18:52:40.231554 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7984 | 2025.02.10 18:52:40.231800 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7985 | 2025.02.10 18:52:40.232031 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 | ||
| 7986 | 2025.02.10 18:52:41.412070 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7987 | 2025.02.10 18:52:41.431144 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7988 | 2025.02.10 18:52:41.431202 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7989 | 2025.02.10 18:52:41.438103 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7990 | 2025.02.10 18:52:41.438845 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7991 | 2025.02.10 18:52:41.442332 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7992 | 2025.02.10 18:52:42.815680 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1144 | ||
| 7993 | 2025.02.10 18:52:42.819428 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7994 | 2025.02.10 18:52:42.819482 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 7995 | 2025.02.10 18:52:42.820958 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7996 | 2025.02.10 18:52:42.821283 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7997 | 2025.02.10 18:52:42.821922 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1144 | ||
| 7998 | 2025.02.10 18:52:43.346108 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7999 | 2025.02.10 18:52:43.346331 [ 4 ] {d008ecbe-3cb7-4201-b366-67f213b24345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8000 | 2025.02.10 18:52:43.346430 [ 4 ] {d008ecbe-3cb7-4201-b366-67f213b24345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8001 | 2025.02.10 18:52:43.347252 [ 4 ] {d008ecbe-3cb7-4201-b366-67f213b24345} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8002 | 2025.02.10 18:52:43.347306 [ 4 ] {d008ecbe-3cb7-4201-b366-67f213b24345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8003 | 2025.02.10 18:52:43.347747 [ 4 ] {d008ecbe-3cb7-4201-b366-67f213b24345} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8004 | 2025.02.10 18:52:43.348013 [ 4 ] {d008ecbe-3cb7-4201-b366-67f213b24345} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8005 | 2025.02.10 18:52:43.348274 [ 4 ] {d008ecbe-3cb7-4201-b366-67f213b24345} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001998 sec., 7007.007007007006 rows/sec., 504.41 KiB/sec. | ||
| 8006 | 2025.02.10 18:52:43.348402 [ 4 ] {d008ecbe-3cb7-4201-b366-67f213b24345} <Debug> TCPHandler: Processed in 0.002432689 sec. | ||
| 8007 | 2025.02.10 18:52:43.348748 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8008 | 2025.02.10 18:52:43.349061 [ 256 ] {ee516d76-580b-4a8e-b6c0-6f80af1d7cf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8009 | 2025.02.10 18:52:43.349179 [ 256 ] {ee516d76-580b-4a8e-b6c0-6f80af1d7cf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8010 | 2025.02.10 18:52:43.350333 [ 256 ] {ee516d76-580b-4a8e-b6c0-6f80af1d7cf2} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8011 | 2025.02.10 18:52:43.350383 [ 256 ] {ee516d76-580b-4a8e-b6c0-6f80af1d7cf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8012 | 2025.02.10 18:52:43.350851 [ 256 ] {ee516d76-580b-4a8e-b6c0-6f80af1d7cf2} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8013 | 2025.02.10 18:52:43.351135 [ 256 ] {ee516d76-580b-4a8e-b6c0-6f80af1d7cf2} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8014 | 2025.02.10 18:52:43.351357 [ 59 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8015 | 2025.02.10 18:52:43.351411 [ 256 ] {ee516d76-580b-4a8e-b6c0-6f80af1d7cf2} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.002437 sec., 112022.97907263029 rows/sec., 9.87 MiB/sec. | ||
| 8016 | 2025.02.10 18:52:43.351496 [ 59 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8017 | 2025.02.10 18:52:43.351533 [ 256 ] {ee516d76-580b-4a8e-b6c0-6f80af1d7cf2} <Debug> TCPHandler: Processed in 0.002978141 sec. | ||
| 8018 | 2025.02.10 18:52:43.351584 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8019 | 2025.02.10 18:52:43.351740 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8020 | 2025.02.10 18:52:43.351785 [ 186 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 8021 | 2025.02.10 18:52:43.351933 [ 4 ] {a72924b6-3a2f-4283-9b5c-4c5ba8e5e703} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8022 | 2025.02.10 18:52:43.351945 [ 186 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8023 | 2025.02.10 18:52:43.351989 [ 186 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1432 rows starting from the beginning of the part | ||
| 8024 | 2025.02.10 18:52:43.352005 [ 4 ] {a72924b6-3a2f-4283-9b5c-4c5ba8e5e703} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8025 | 2025.02.10 18:52:43.352224 [ 186 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 66 rows starting from the beginning of the part | ||
| 8026 | 2025.02.10 18:52:43.352602 [ 186 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 273 rows starting from the beginning of the part | ||
| 8027 | 2025.02.10 18:52:43.352930 [ 186 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1207 rows starting from the beginning of the part | ||
| 8028 | 2025.02.10 18:52:43.353268 [ 186 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part | ||
| 8029 | 2025.02.10 18:52:43.353640 [ 186 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 273 rows starting from the beginning of the part | ||
| 8030 | 2025.02.10 18:52:43.354756 [ 4 ] {a72924b6-3a2f-4283-9b5c-4c5ba8e5e703} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8031 | 2025.02.10 18:52:43.354800 [ 4 ] {a72924b6-3a2f-4283-9b5c-4c5ba8e5e703} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8032 | 2025.02.10 18:52:43.355318 [ 4 ] {a72924b6-3a2f-4283-9b5c-4c5ba8e5e703} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8033 | 2025.02.10 18:52:43.355590 [ 4 ] {a72924b6-3a2f-4283-9b5c-4c5ba8e5e703} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8034 | 2025.02.10 18:52:43.355786 [ 4 ] {a72924b6-3a2f-4283-9b5c-4c5ba8e5e703} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.003905 sec., 10755.441741357234 rows/sec., 790.75 KiB/sec. | ||
| 8035 | 2025.02.10 18:52:43.355849 [ 4 ] {a72924b6-3a2f-4283-9b5c-4c5ba8e5e703} <Debug> TCPHandler: Processed in 0.004206781 sec. | ||
| 8036 | 2025.02.10 18:52:43.356079 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8037 | 2025.02.10 18:52:43.356277 [ 190 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3307 rows, containing 5 columns (5 merged, 0 gathered) in 0.004558119 sec., 725518.5746576603 rows/sec., 63.59 MiB/sec. | ||
| 8038 | 2025.02.10 18:52:43.356333 [ 256 ] {d824d40e-48e9-4176-bf86-25a8f8e2db67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8039 | 2025.02.10 18:52:43.356402 [ 256 ] {d824d40e-48e9-4176-bf86-25a8f8e2db67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8040 | 2025.02.10 18:52:43.356577 [ 190 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8041 | 2025.02.10 18:52:43.357213 [ 190 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_61_12} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8042 | 2025.02.10 18:52:43.357391 [ 190 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_61_12} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8043 | 2025.02.10 18:52:43.357563 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 8044 | 2025.02.10 18:52:43.357711 [ 256 ] {d824d40e-48e9-4176-bf86-25a8f8e2db67} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8045 | 2025.02.10 18:52:43.357755 [ 256 ] {d824d40e-48e9-4176-bf86-25a8f8e2db67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8046 | 2025.02.10 18:52:43.358107 [ 256 ] {d824d40e-48e9-4176-bf86-25a8f8e2db67} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8047 | 2025.02.10 18:52:43.358354 [ 256 ] {d824d40e-48e9-4176-bf86-25a8f8e2db67} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8048 | 2025.02.10 18:52:43.358618 [ 256 ] {d824d40e-48e9-4176-bf86-25a8f8e2db67} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002338 sec., 5988.023952095808 rows/sec., 419.36 KiB/sec. | ||
| 8049 | 2025.02.10 18:52:43.358737 [ 256 ] {d824d40e-48e9-4176-bf86-25a8f8e2db67} <Debug> TCPHandler: Processed in 0.002787037 sec. | ||
| 8050 | 2025.02.10 18:52:43.358994 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8051 | 2025.02.10 18:52:43.359149 [ 4 ] {b14a2394-aebc-4784-8e81-ef6948f1bc63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8052 | 2025.02.10 18:52:43.359211 [ 4 ] {b14a2394-aebc-4784-8e81-ef6948f1bc63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8053 | 2025.02.10 18:52:43.359898 [ 4 ] {b14a2394-aebc-4784-8e81-ef6948f1bc63} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8054 | 2025.02.10 18:52:43.359937 [ 4 ] {b14a2394-aebc-4784-8e81-ef6948f1bc63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8055 | 2025.02.10 18:52:43.360289 [ 4 ] {b14a2394-aebc-4784-8e81-ef6948f1bc63} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8056 | 2025.02.10 18:52:43.360529 [ 4 ] {b14a2394-aebc-4784-8e81-ef6948f1bc63} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8057 | 2025.02.10 18:52:43.360752 [ 4 ] {b14a2394-aebc-4784-8e81-ef6948f1bc63} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001635 sec., 7951.070336391437 rows/sec., 495.75 KiB/sec. | ||
| 8058 | 2025.02.10 18:52:43.360962 [ 4 ] {b14a2394-aebc-4784-8e81-ef6948f1bc63} <Debug> TCPHandler: Processed in 0.002101451 sec. | ||
| 8059 | 2025.02.10 18:52:43.361213 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8060 | 2025.02.10 18:52:43.361434 [ 256 ] {7e63b9fa-b430-4a8b-811a-9a7668a1b5f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8061 | 2025.02.10 18:52:43.361525 [ 256 ] {7e63b9fa-b430-4a8b-811a-9a7668a1b5f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8062 | 2025.02.10 18:52:43.362439 [ 256 ] {7e63b9fa-b430-4a8b-811a-9a7668a1b5f5} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8063 | 2025.02.10 18:52:43.362479 [ 256 ] {7e63b9fa-b430-4a8b-811a-9a7668a1b5f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8064 | 2025.02.10 18:52:43.362867 [ 256 ] {7e63b9fa-b430-4a8b-811a-9a7668a1b5f5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8065 | 2025.02.10 18:52:43.363118 [ 256 ] {7e63b9fa-b430-4a8b-811a-9a7668a1b5f5} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8066 | 2025.02.10 18:52:43.363289 [ 62 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8067 | 2025.02.10 18:52:43.363361 [ 256 ] {7e63b9fa-b430-4a8b-811a-9a7668a1b5f5} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001971 sec., 211567.73211567733 rows/sec., 15.10 MiB/sec. | ||
| 8068 | 2025.02.10 18:52:43.363365 [ 62 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8069 | 2025.02.10 18:52:43.363452 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8070 | 2025.02.10 18:52:43.363489 [ 256 ] {7e63b9fa-b430-4a8b-811a-9a7668a1b5f5} <Debug> TCPHandler: Processed in 0.002402638 sec. | ||
| 8071 | 2025.02.10 18:52:43.363700 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8072 | 2025.02.10 18:52:43.363711 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 8073 | 2025.02.10 18:52:43.363891 [ 4 ] {1e37b218-37d2-4bfe-9b65-0d10c9ecacc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8074 | 2025.02.10 18:52:43.364021 [ 4 ] {1e37b218-37d2-4bfe-9b65-0d10c9ecacc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8075 | 2025.02.10 18:52:43.364023 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8076 | 2025.02.10 18:52:43.364135 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 914 rows starting from the beginning of the part | ||
| 8077 | 2025.02.10 18:52:43.364546 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 69 rows starting from the beginning of the part | ||
| 8078 | 2025.02.10 18:52:43.365028 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 417 rows starting from the beginning of the part | ||
| 8079 | 2025.02.10 18:52:43.365312 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 527 rows starting from the beginning of the part | ||
| 8080 | 2025.02.10 18:52:43.365792 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part | ||
| 8081 | 2025.02.10 18:52:43.366146 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 417 rows starting from the beginning of the part | ||
| 8082 | 2025.02.10 18:52:43.366579 [ 4 ] {1e37b218-37d2-4bfe-9b65-0d10c9ecacc1} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8083 | 2025.02.10 18:52:43.366655 [ 4 ] {1e37b218-37d2-4bfe-9b65-0d10c9ecacc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8084 | 2025.02.10 18:52:43.367461 [ 4 ] {1e37b218-37d2-4bfe-9b65-0d10c9ecacc1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8085 | 2025.02.10 18:52:43.368036 [ 4 ] {1e37b218-37d2-4bfe-9b65-0d10c9ecacc1} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8086 | 2025.02.10 18:52:43.368387 [ 62 ] {} <Debug> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 8087 | 2025.02.10 18:52:43.368507 [ 62 ] {} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8088 | 2025.02.10 18:52:43.368602 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8089 | 2025.02.10 18:52:43.368801 [ 4 ] {1e37b218-37d2-4bfe-9b65-0d10c9ecacc1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00494 sec., 1214.5748987854251 rows/sec., 63.46 KiB/sec. | ||
| 8090 | 2025.02.10 18:52:43.369243 [ 4 ] {1e37b218-37d2-4bfe-9b65-0d10c9ecacc1} <Debug> TCPHandler: Processed in 0.005615496 sec. | ||
| 8091 | 2025.02.10 18:52:43.369228 [ 190 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::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 | ||
| 8092 | 2025.02.10 18:52:43.370190 [ 190 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8093 | 2025.02.10 18:52:43.370303 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8094 | 2025.02.10 18:52:43.370310 [ 190 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part | ||
| 8095 | 2025.02.10 18:52:43.370579 [ 190 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 8096 | 2025.02.10 18:52:43.370803 [ 256 ] {db68f437-28f1-4d36-8610-f720ce436ba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8097 | 2025.02.10 18:52:43.370554 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.006843896 sec., 351846.37522253406 rows/sec., 26.98 MiB/sec. | ||
| 8098 | 2025.02.10 18:52:43.370931 [ 190 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 8099 | 2025.02.10 18:52:43.370981 [ 256 ] {db68f437-28f1-4d36-8610-f720ce436ba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8100 | 2025.02.10 18:52:43.371295 [ 190 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 8101 | 2025.02.10 18:52:43.371468 [ 189 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8102 | 2025.02.10 18:52:43.371782 [ 190 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 8103 | 2025.02.10 18:52:43.372207 [ 190 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 8104 | 2025.02.10 18:52:43.373097 [ 189 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_61_12} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8105 | 2025.02.10 18:52:43.373351 [ 189 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_61_12} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8106 | 2025.02.10 18:52:43.373611 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 8107 | 2025.02.10 18:52:43.374424 [ 256 ] {db68f437-28f1-4d36-8610-f720ce436ba5} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8108 | 2025.02.10 18:52:43.374513 [ 256 ] {db68f437-28f1-4d36-8610-f720ce436ba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8109 | 2025.02.10 18:52:43.375601 [ 196 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.006825815 sec., 22854.413722024405 rows/sec., 1.17 MiB/sec. | ||
| 8110 | 2025.02.10 18:52:43.375687 [ 256 ] {db68f437-28f1-4d36-8610-f720ce436ba5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8111 | 2025.02.10 18:52:43.375814 [ 196 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 8112 | 2025.02.10 18:52:43.376147 [ 256 ] {db68f437-28f1-4d36-8610-f720ce436ba5} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8113 | 2025.02.10 18:52:43.376385 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8114 | 2025.02.10 18:52:43.376474 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8115 | 2025.02.10 18:52:43.376549 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8116 | 2025.02.10 18:52:43.376526 [ 196 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_26_5} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8117 | 2025.02.10 18:52:43.376654 [ 256 ] {db68f437-28f1-4d36-8610-f720ce436ba5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00604 sec., 39238.410596026486 rows/sec., 2.63 MiB/sec. | ||
| 8118 | 2025.02.10 18:52:43.377006 [ 196 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_26_5} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 8119 | 2025.02.10 18:52:43.377055 [ 256 ] {db68f437-28f1-4d36-8610-f720ce436ba5} <Debug> TCPHandler: Processed in 0.007585383 sec. | ||
| 8120 | 2025.02.10 18:52:43.377193 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 8121 | 2025.02.10 18:52:43.377350 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8122 | 2025.02.10 18:52:43.377372 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8123 | 2025.02.10 18:52:43.377647 [ 4 ] {a7c8074c-e7fa-48b2-bcb6-2e1fa991ba3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8124 | 2025.02.10 18:52:43.377791 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8125 | 2025.02.10 18:52:43.377792 [ 4 ] {a7c8074c-e7fa-48b2-bcb6-2e1fa991ba3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8126 | 2025.02.10 18:52:43.377876 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17632 rows starting from the beginning of the part | ||
| 8127 | 2025.02.10 18:52:43.378252 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part | ||
| 8128 | 2025.02.10 18:52:43.378606 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 237 rows starting from the beginning of the part | ||
| 8129 | 2025.02.10 18:52:43.378968 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 965 rows starting from the beginning of the part | ||
| 8130 | 2025.02.10 18:52:43.379182 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 42 rows starting from the beginning of the part | ||
| 8131 | 2025.02.10 18:52:43.379557 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 237 rows starting from the beginning of the part | ||
| 8132 | 2025.02.10 18:52:43.380197 [ 4 ] {a7c8074c-e7fa-48b2-bcb6-2e1fa991ba3b} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8133 | 2025.02.10 18:52:43.380245 [ 4 ] {a7c8074c-e7fa-48b2-bcb6-2e1fa991ba3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8134 | 2025.02.10 18:52:43.380913 [ 4 ] {a7c8074c-e7fa-48b2-bcb6-2e1fa991ba3b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8135 | 2025.02.10 18:52:43.381241 [ 4 ] {a7c8074c-e7fa-48b2-bcb6-2e1fa991ba3b} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8136 | 2025.02.10 18:52:43.381516 [ 4 ] {a7c8074c-e7fa-48b2-bcb6-2e1fa991ba3b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003957 sec., 252.71670457417238 rows/sec., 17.03 KiB/sec. | ||
| 8137 | 2025.02.10 18:52:43.381885 [ 4 ] {a7c8074c-e7fa-48b2-bcb6-2e1fa991ba3b} <Debug> TCPHandler: Processed in 0.004685593 sec. | ||
| 8138 | 2025.02.10 18:52:43.382280 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8139 | 2025.02.10 18:52:43.382517 [ 256 ] {5d791a08-e733-484d-839b-97bc4614c7ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8140 | 2025.02.10 18:52:43.382759 [ 256 ] {5d791a08-e733-484d-839b-97bc4614c7ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8141 | 2025.02.10 18:52:43.384973 [ 256 ] {5d791a08-e733-484d-839b-97bc4614c7ef} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8142 | 2025.02.10 18:52:43.385020 [ 256 ] {5d791a08-e733-484d-839b-97bc4614c7ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8143 | 2025.02.10 18:52:43.385792 [ 256 ] {5d791a08-e733-484d-839b-97bc4614c7ef} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8144 | 2025.02.10 18:52:43.386235 [ 256 ] {5d791a08-e733-484d-839b-97bc4614c7ef} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8145 | 2025.02.10 18:52:43.386861 [ 256 ] {5d791a08-e733-484d-839b-97bc4614c7ef} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.004417 sec., 7923.9302694136295 rows/sec., 14.20 MiB/sec. | ||
| 8146 | 2025.02.10 18:52:43.387618 [ 256 ] {5d791a08-e733-484d-839b-97bc4614c7ef} <Debug> TCPHandler: Processed in 0.005587005 sec. | ||
| 8147 | 2025.02.10 18:52:43.387945 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8148 | 2025.02.10 18:52:43.388555 [ 4 ] {c33c360a-345b-474f-a19f-ec52e69d9b84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8149 | 2025.02.10 18:52:43.388693 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19273 rows, containing 5 columns (5 merged, 0 gathered) in 0.012036791 sec., 1601174.266463545 rows/sec., 108.06 MiB/sec. | ||
| 8150 | 2025.02.10 18:52:43.388708 [ 4 ] {c33c360a-345b-474f-a19f-ec52e69d9b84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8151 | 2025.02.10 18:52:43.389044 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8152 | 2025.02.10 18:52:43.389550 [ 4 ] {c33c360a-345b-474f-a19f-ec52e69d9b84} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8153 | 2025.02.10 18:52:43.389615 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8154 | 2025.02.10 18:52:43.389621 [ 4 ] {c33c360a-345b-474f-a19f-ec52e69d9b84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8155 | 2025.02.10 18:52:43.389813 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8156 | 2025.02.10 18:52:43.389990 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.22 MiB. | ||
| 8157 | 2025.02.10 18:52:43.390243 [ 4 ] {c33c360a-345b-474f-a19f-ec52e69d9b84} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8158 | 2025.02.10 18:52:43.390488 [ 4 ] {c33c360a-345b-474f-a19f-ec52e69d9b84} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8159 | 2025.02.10 18:52:43.390621 [ 62 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8160 | 2025.02.10 18:52:43.390661 [ 62 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8161 | 2025.02.10 18:52:43.390680 [ 4 ] {c33c360a-345b-474f-a19f-ec52e69d9b84} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002377 sec., 34497.2654606647 rows/sec., 2.19 MiB/sec. | ||
| 8162 | 2025.02.10 18:52:43.390688 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8163 | 2025.02.10 18:52:43.390812 [ 4 ] {c33c360a-345b-474f-a19f-ec52e69d9b84} <Debug> TCPHandler: Processed in 0.003053064 sec. | ||
| 8164 | 2025.02.10 18:52:43.390947 [ 201 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 8165 | 2025.02.10 18:52:43.391069 [ 201 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8166 | 2025.02.10 18:52:43.391100 [ 201 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3456 rows starting from the beginning of the part | ||
| 8167 | 2025.02.10 18:52:43.391219 [ 201 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part | ||
| 8168 | 2025.02.10 18:52:43.391412 [ 201 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 82 rows starting from the beginning of the part | ||
| 8169 | 2025.02.10 18:52:43.391577 [ 201 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 44 rows starting from the beginning of the part | ||
| 8170 | 2025.02.10 18:52:43.391755 [ 201 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 16 rows starting from the beginning of the part | ||
| 8171 | 2025.02.10 18:52:43.391937 [ 201 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part | ||
| 8172 | 2025.02.10 18:52:43.393617 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3740 rows, containing 4 columns (4 merged, 0 gathered) in 0.002807457 sec., 1332166.4410176184 rows/sec., 86.83 MiB/sec. | ||
| 8173 | 2025.02.10 18:52:43.393966 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8174 | 2025.02.10 18:52:43.394331 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_61_12} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8175 | 2025.02.10 18:52:43.394428 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_61_12} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8176 | 2025.02.10 18:52:43.394523 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 8177 | 2025.02.10 18:52:47.601961 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8178 | 2025.02.10 18:52:47.602032 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8179 | 2025.02.10 18:52:47.732172 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446 | ||
| 8180 | 2025.02.10 18:52:47.732819 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8181 | 2025.02.10 18:52:47.732868 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8182 | 2025.02.10 18:52:47.733401 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8183 | 2025.02.10 18:52:47.733656 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8184 | 2025.02.10 18:52:47.733923 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 8185 | 2025.02.10 18:52:48.339316 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8186 | 2025.02.10 18:52:48.339529 [ 4 ] {a3f95527-3983-4cdc-9a3b-685aac340313} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8187 | 2025.02.10 18:52:48.339607 [ 4 ] {a3f95527-3983-4cdc-9a3b-685aac340313} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8188 | 2025.02.10 18:52:48.340401 [ 4 ] {a3f95527-3983-4cdc-9a3b-685aac340313} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8189 | 2025.02.10 18:52:48.340443 [ 4 ] {a3f95527-3983-4cdc-9a3b-685aac340313} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8190 | 2025.02.10 18:52:48.340877 [ 4 ] {a3f95527-3983-4cdc-9a3b-685aac340313} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8191 | 2025.02.10 18:52:48.341132 [ 4 ] {a3f95527-3983-4cdc-9a3b-685aac340313} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8192 | 2025.02.10 18:52:48.341327 [ 4 ] {a3f95527-3983-4cdc-9a3b-685aac340313} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001856 sec., 35560.34482758621 rows/sec., 2.83 MiB/sec. | ||
| 8193 | 2025.02.10 18:52:48.341384 [ 4 ] {a3f95527-3983-4cdc-9a3b-685aac340313} <Debug> TCPHandler: Processed in 0.002202843 sec. | ||
| 8194 | 2025.02.10 18:52:48.341625 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8195 | 2025.02.10 18:52:48.341823 [ 256 ] {bdbc0afd-b7bd-493a-b6e1-a33e31fd30a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8196 | 2025.02.10 18:52:48.341898 [ 256 ] {bdbc0afd-b7bd-493a-b6e1-a33e31fd30a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8197 | 2025.02.10 18:52:48.342644 [ 256 ] {bdbc0afd-b7bd-493a-b6e1-a33e31fd30a2} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8198 | 2025.02.10 18:52:48.342696 [ 256 ] {bdbc0afd-b7bd-493a-b6e1-a33e31fd30a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8199 | 2025.02.10 18:52:48.343125 [ 256 ] {bdbc0afd-b7bd-493a-b6e1-a33e31fd30a2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8200 | 2025.02.10 18:52:48.343393 [ 256 ] {bdbc0afd-b7bd-493a-b6e1-a33e31fd30a2} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8201 | 2025.02.10 18:52:48.343618 [ 256 ] {bdbc0afd-b7bd-493a-b6e1-a33e31fd30a2} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001849 sec., 2704.1644131963226 rows/sec., 203.34 KiB/sec. | ||
| 8202 | 2025.02.10 18:52:48.343675 [ 256 ] {bdbc0afd-b7bd-493a-b6e1-a33e31fd30a2} <Debug> TCPHandler: Processed in 0.002182942 sec. | ||
| 8203 | 2025.02.10 18:52:48.343820 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8204 | 2025.02.10 18:52:48.343959 [ 4 ] {ece0dd9b-14ad-449c-a658-97274664c3a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8205 | 2025.02.10 18:52:48.344017 [ 4 ] {ece0dd9b-14ad-449c-a658-97274664c3a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8206 | 2025.02.10 18:52:48.344730 [ 4 ] {ece0dd9b-14ad-449c-a658-97274664c3a6} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8207 | 2025.02.10 18:52:48.344775 [ 4 ] {ece0dd9b-14ad-449c-a658-97274664c3a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8208 | 2025.02.10 18:52:48.345170 [ 4 ] {ece0dd9b-14ad-449c-a658-97274664c3a6} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8209 | 2025.02.10 18:52:48.345412 [ 4 ] {ece0dd9b-14ad-449c-a658-97274664c3a6} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8210 | 2025.02.10 18:52:48.345617 [ 4 ] {ece0dd9b-14ad-449c-a658-97274664c3a6} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001683 sec., 40998.217468805706 rows/sec., 3.20 MiB/sec. | ||
| 8211 | 2025.02.10 18:52:48.345680 [ 4 ] {ece0dd9b-14ad-449c-a658-97274664c3a6} <Debug> TCPHandler: Processed in 0.001924927 sec. | ||
| 8212 | 2025.02.10 18:52:48.345864 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8213 | 2025.02.10 18:52:48.346028 [ 256 ] {0b08d070-d95a-4656-afce-d1edd24799c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8214 | 2025.02.10 18:52:48.346089 [ 256 ] {0b08d070-d95a-4656-afce-d1edd24799c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8215 | 2025.02.10 18:52:48.346754 [ 256 ] {0b08d070-d95a-4656-afce-d1edd24799c3} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8216 | 2025.02.10 18:52:48.346801 [ 256 ] {0b08d070-d95a-4656-afce-d1edd24799c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8217 | 2025.02.10 18:52:48.347234 [ 256 ] {0b08d070-d95a-4656-afce-d1edd24799c3} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8218 | 2025.02.10 18:52:48.347477 [ 256 ] {0b08d070-d95a-4656-afce-d1edd24799c3} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8219 | 2025.02.10 18:52:48.347654 [ 256 ] {0b08d070-d95a-4656-afce-d1edd24799c3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001666 sec., 96038.41536614647 rows/sec., 6.69 MiB/sec. | ||
| 8220 | 2025.02.10 18:52:48.347705 [ 256 ] {0b08d070-d95a-4656-afce-d1edd24799c3} <Debug> TCPHandler: Processed in 0.001947747 sec. | ||
| 8221 | 2025.02.10 18:52:48.347832 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8222 | 2025.02.10 18:52:48.347951 [ 4 ] {c880effc-5d97-45a2-84ae-67a4f3a45ffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8223 | 2025.02.10 18:52:48.348045 [ 4 ] {c880effc-5d97-45a2-84ae-67a4f3a45ffd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8224 | 2025.02.10 18:52:48.349285 [ 4 ] {c880effc-5d97-45a2-84ae-67a4f3a45ffd} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8225 | 2025.02.10 18:52:48.349325 [ 4 ] {c880effc-5d97-45a2-84ae-67a4f3a45ffd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8226 | 2025.02.10 18:52:48.349936 [ 4 ] {c880effc-5d97-45a2-84ae-67a4f3a45ffd} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8227 | 2025.02.10 18:52:48.350195 [ 4 ] {c880effc-5d97-45a2-84ae-67a4f3a45ffd} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8228 | 2025.02.10 18:52:48.350440 [ 4 ] {c880effc-5d97-45a2-84ae-67a4f3a45ffd} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002515 sec., 1988.0715705765408 rows/sec., 3.56 MiB/sec. | ||
| 8229 | 2025.02.10 18:52:48.350534 [ 4 ] {c880effc-5d97-45a2-84ae-67a4f3a45ffd} <Debug> TCPHandler: Processed in 0.002756997 sec. | ||
| 8230 | 2025.02.10 18:52:48.350680 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8231 | 2025.02.10 18:52:48.350820 [ 256 ] {f929bdf2-3fa8-4b86-9c4f-fd23dfcd8683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8232 | 2025.02.10 18:52:48.350882 [ 256 ] {f929bdf2-3fa8-4b86-9c4f-fd23dfcd8683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8233 | 2025.02.10 18:52:48.351389 [ 256 ] {f929bdf2-3fa8-4b86-9c4f-fd23dfcd8683} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8234 | 2025.02.10 18:52:48.351429 [ 256 ] {f929bdf2-3fa8-4b86-9c4f-fd23dfcd8683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8235 | 2025.02.10 18:52:48.351803 [ 256 ] {f929bdf2-3fa8-4b86-9c4f-fd23dfcd8683} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8236 | 2025.02.10 18:52:48.352054 [ 256 ] {f929bdf2-3fa8-4b86-9c4f-fd23dfcd8683} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8237 | 2025.02.10 18:52:48.352259 [ 256 ] {f929bdf2-3fa8-4b86-9c4f-fd23dfcd8683} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001469 sec., 40844.11164057181 rows/sec., 2.75 MiB/sec. | ||
| 8238 | 2025.02.10 18:52:48.352332 [ 256 ] {f929bdf2-3fa8-4b86-9c4f-fd23dfcd8683} <Debug> TCPHandler: Processed in 0.001719601 sec. | ||
| 8239 | 2025.02.10 18:52:48.942425 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 8240 | 2025.02.10 18:52:48.963185 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8241 | 2025.02.10 18:52:48.963249 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8242 | 2025.02.10 18:52:48.970445 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8243 | 2025.02.10 18:52:48.971203 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8244 | 2025.02.10 18:52:48.973941 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 8245 | 2025.02.10 18:52:52.822199 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1178 | ||
| 8246 | 2025.02.10 18:52:52.825319 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8247 | 2025.02.10 18:52:52.825363 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8248 | 2025.02.10 18:52:52.826792 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8249 | 2025.02.10 18:52:52.827103 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8250 | 2025.02.10 18:52:52.828013 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1178 | ||
| 8251 | 2025.02.10 18:52:53.345386 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8252 | 2025.02.10 18:52:53.345602 [ 4 ] {ff6e3947-d194-451a-9b84-be83468ef0bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8253 | 2025.02.10 18:52:53.345681 [ 4 ] {ff6e3947-d194-451a-9b84-be83468ef0bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8254 | 2025.02.10 18:52:53.346480 [ 4 ] {ff6e3947-d194-451a-9b84-be83468ef0bc} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8255 | 2025.02.10 18:52:53.346532 [ 4 ] {ff6e3947-d194-451a-9b84-be83468ef0bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8256 | 2025.02.10 18:52:53.346971 [ 4 ] {ff6e3947-d194-451a-9b84-be83468ef0bc} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8257 | 2025.02.10 18:52:53.347228 [ 4 ] {ff6e3947-d194-451a-9b84-be83468ef0bc} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8258 | 2025.02.10 18:52:53.347464 [ 4 ] {ff6e3947-d194-451a-9b84-be83468ef0bc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001922 sec., 7284.0790842872 rows/sec., 524.36 KiB/sec. | ||
| 8259 | 2025.02.10 18:52:53.347520 [ 4 ] {ff6e3947-d194-451a-9b84-be83468ef0bc} <Debug> TCPHandler: Processed in 0.002270145 sec. | ||
| 8260 | 2025.02.10 18:52:53.347778 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8261 | 2025.02.10 18:52:53.347974 [ 256 ] {16284108-a3a6-4c7f-aa4e-a92138980afd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8262 | 2025.02.10 18:52:53.348049 [ 256 ] {16284108-a3a6-4c7f-aa4e-a92138980afd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8263 | 2025.02.10 18:52:53.348800 [ 256 ] {16284108-a3a6-4c7f-aa4e-a92138980afd} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8264 | 2025.02.10 18:52:53.348848 [ 256 ] {16284108-a3a6-4c7f-aa4e-a92138980afd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8265 | 2025.02.10 18:52:53.349280 [ 256 ] {16284108-a3a6-4c7f-aa4e-a92138980afd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 8266 | 2025.02.10 18:52:53.349536 [ 256 ] {16284108-a3a6-4c7f-aa4e-a92138980afd} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8267 | 2025.02.10 18:52:53.349793 [ 256 ] {16284108-a3a6-4c7f-aa4e-a92138980afd} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001869 sec., 1070.0909577314071 rows/sec., 87.26 KiB/sec. | ||
| 8268 | 2025.02.10 18:52:53.349983 [ 256 ] {16284108-a3a6-4c7f-aa4e-a92138980afd} <Debug> TCPHandler: Processed in 0.002337687 sec. | ||
| 8269 | 2025.02.10 18:52:53.350192 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8270 | 2025.02.10 18:52:53.350312 [ 4 ] {f626682a-cf86-43bf-babe-94888ceec36a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8271 | 2025.02.10 18:52:53.350362 [ 4 ] {f626682a-cf86-43bf-babe-94888ceec36a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8272 | 2025.02.10 18:52:53.351110 [ 4 ] {f626682a-cf86-43bf-babe-94888ceec36a} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8273 | 2025.02.10 18:52:53.351151 [ 4 ] {f626682a-cf86-43bf-babe-94888ceec36a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8274 | 2025.02.10 18:52:53.351553 [ 4 ] {f626682a-cf86-43bf-babe-94888ceec36a} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8275 | 2025.02.10 18:52:53.351797 [ 4 ] {f626682a-cf86-43bf-babe-94888ceec36a} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8276 | 2025.02.10 18:52:53.352036 [ 4 ] {f626682a-cf86-43bf-babe-94888ceec36a} <Debug> executeQuery: Read 274 rows, 24.71 KiB in 0.001742 sec., 157290.47072330653 rows/sec., 13.85 MiB/sec. | ||
| 8277 | 2025.02.10 18:52:53.352122 [ 4 ] {f626682a-cf86-43bf-babe-94888ceec36a} <Debug> TCPHandler: Processed in 0.001995378 sec. | ||
| 8278 | 2025.02.10 18:52:53.352330 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8279 | 2025.02.10 18:52:53.352479 [ 256 ] {93ea1e45-de44-4867-90fc-23ec4c99a228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8280 | 2025.02.10 18:52:53.352536 [ 256 ] {93ea1e45-de44-4867-90fc-23ec4c99a228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8281 | 2025.02.10 18:52:53.353237 [ 256 ] {93ea1e45-de44-4867-90fc-23ec4c99a228} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8282 | 2025.02.10 18:52:53.353278 [ 256 ] {93ea1e45-de44-4867-90fc-23ec4c99a228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8283 | 2025.02.10 18:52:53.353654 [ 256 ] {93ea1e45-de44-4867-90fc-23ec4c99a228} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8284 | 2025.02.10 18:52:53.353912 [ 256 ] {93ea1e45-de44-4867-90fc-23ec4c99a228} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8285 | 2025.02.10 18:52:53.354123 [ 256 ] {93ea1e45-de44-4867-90fc-23ec4c99a228} <Debug> executeQuery: Read 44 rows, 3.23 KiB in 0.001674 sec., 26284.348864994026 rows/sec., 1.88 MiB/sec. | ||
| 8286 | 2025.02.10 18:52:53.354178 [ 256 ] {93ea1e45-de44-4867-90fc-23ec4c99a228} <Debug> TCPHandler: Processed in 0.001952587 sec. | ||
| 8287 | 2025.02.10 18:52:53.354336 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8288 | 2025.02.10 18:52:53.354475 [ 4 ] {22d496cc-75d9-4827-ab22-21b36d8e7bef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8289 | 2025.02.10 18:52:53.354534 [ 4 ] {22d496cc-75d9-4827-ab22-21b36d8e7bef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8290 | 2025.02.10 18:52:53.355224 [ 4 ] {22d496cc-75d9-4827-ab22-21b36d8e7bef} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8291 | 2025.02.10 18:52:53.355266 [ 4 ] {22d496cc-75d9-4827-ab22-21b36d8e7bef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8292 | 2025.02.10 18:52:53.355628 [ 4 ] {22d496cc-75d9-4827-ab22-21b36d8e7bef} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 8293 | 2025.02.10 18:52:53.355862 [ 4 ] {22d496cc-75d9-4827-ab22-21b36d8e7bef} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8294 | 2025.02.10 18:52:53.356104 [ 4 ] {22d496cc-75d9-4827-ab22-21b36d8e7bef} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001654 sec., 8464.328899637243 rows/sec., 592.79 KiB/sec. | ||
| 8295 | 2025.02.10 18:52:53.356291 [ 4 ] {22d496cc-75d9-4827-ab22-21b36d8e7bef} <Debug> TCPHandler: Processed in 0.002015979 sec. | ||
| 8296 | 2025.02.10 18:52:53.356504 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8297 | 2025.02.10 18:52:53.356619 [ 256 ] {b4b75be5-074c-4c75-aa26-736ff83bf490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8298 | 2025.02.10 18:52:53.356668 [ 256 ] {b4b75be5-074c-4c75-aa26-736ff83bf490} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8299 | 2025.02.10 18:52:53.357260 [ 256 ] {b4b75be5-074c-4c75-aa26-736ff83bf490} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8300 | 2025.02.10 18:52:53.357301 [ 256 ] {b4b75be5-074c-4c75-aa26-736ff83bf490} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8301 | 2025.02.10 18:52:53.357664 [ 256 ] {b4b75be5-074c-4c75-aa26-736ff83bf490} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8302 | 2025.02.10 18:52:53.357910 [ 256 ] {b4b75be5-074c-4c75-aa26-736ff83bf490} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8303 | 2025.02.10 18:52:53.358138 [ 256 ] {b4b75be5-074c-4c75-aa26-736ff83bf490} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001535 sec., 8469.055374592834 rows/sec., 528.04 KiB/sec. | ||
| 8304 | 2025.02.10 18:52:53.358261 [ 256 ] {b4b75be5-074c-4c75-aa26-736ff83bf490} <Debug> TCPHandler: Processed in 0.001861015 sec. | ||
| 8305 | 2025.02.10 18:52:53.358451 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8306 | 2025.02.10 18:52:53.358596 [ 4 ] {c3240d3e-fd89-42f5-b733-6e9c5d1052bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8307 | 2025.02.10 18:52:53.358655 [ 4 ] {c3240d3e-fd89-42f5-b733-6e9c5d1052bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8308 | 2025.02.10 18:52:53.359463 [ 4 ] {c3240d3e-fd89-42f5-b733-6e9c5d1052bd} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8309 | 2025.02.10 18:52:53.359503 [ 4 ] {c3240d3e-fd89-42f5-b733-6e9c5d1052bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8310 | 2025.02.10 18:52:53.359892 [ 4 ] {c3240d3e-fd89-42f5-b733-6e9c5d1052bd} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8311 | 2025.02.10 18:52:53.360136 [ 4 ] {c3240d3e-fd89-42f5-b733-6e9c5d1052bd} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8312 | 2025.02.10 18:52:53.360348 [ 4 ] {c3240d3e-fd89-42f5-b733-6e9c5d1052bd} <Debug> executeQuery: Read 419 rows, 30.65 KiB in 0.001783 sec., 234997.19573752102 rows/sec., 16.79 MiB/sec. | ||
| 8313 | 2025.02.10 18:52:53.360399 [ 4 ] {c3240d3e-fd89-42f5-b733-6e9c5d1052bd} <Debug> TCPHandler: Processed in 0.002016449 sec. | ||
| 8314 | 2025.02.10 18:52:53.360557 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8315 | 2025.02.10 18:52:53.360699 [ 256 ] {594fb089-1d56-4565-932b-b12ba40e03fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8316 | 2025.02.10 18:52:53.360759 [ 256 ] {594fb089-1d56-4565-932b-b12ba40e03fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8317 | 2025.02.10 18:52:53.361316 [ 256 ] {594fb089-1d56-4565-932b-b12ba40e03fa} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8318 | 2025.02.10 18:52:53.361357 [ 256 ] {594fb089-1d56-4565-932b-b12ba40e03fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8319 | 2025.02.10 18:52:53.361730 [ 256 ] {594fb089-1d56-4565-932b-b12ba40e03fa} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8320 | 2025.02.10 18:52:53.361975 [ 256 ] {594fb089-1d56-4565-932b-b12ba40e03fa} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8321 | 2025.02.10 18:52:53.362201 [ 256 ] {594fb089-1d56-4565-932b-b12ba40e03fa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001533 sec., 3913.8943248532287 rows/sec., 204.49 KiB/sec. | ||
| 8322 | 2025.02.10 18:52:53.362252 [ 256 ] {594fb089-1d56-4565-932b-b12ba40e03fa} <Debug> TCPHandler: Processed in 0.001764803 sec. | ||
| 8323 | 2025.02.10 18:52:53.362418 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8324 | 2025.02.10 18:52:53.362561 [ 4 ] {915ad7d2-08e7-48ce-83c2-e73daf9fa297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8325 | 2025.02.10 18:52:53.362625 [ 4 ] {915ad7d2-08e7-48ce-83c2-e73daf9fa297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8326 | 2025.02.10 18:52:53.363296 [ 4 ] {915ad7d2-08e7-48ce-83c2-e73daf9fa297} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8327 | 2025.02.10 18:52:53.363336 [ 4 ] {915ad7d2-08e7-48ce-83c2-e73daf9fa297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8328 | 2025.02.10 18:52:53.363732 [ 4 ] {915ad7d2-08e7-48ce-83c2-e73daf9fa297} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8329 | 2025.02.10 18:52:53.363970 [ 4 ] {915ad7d2-08e7-48ce-83c2-e73daf9fa297} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8330 | 2025.02.10 18:52:53.364194 [ 4 ] {915ad7d2-08e7-48ce-83c2-e73daf9fa297} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001665 sec., 142942.94294294293 rows/sec., 9.58 MiB/sec. | ||
| 8331 | 2025.02.10 18:52:53.364244 [ 4 ] {915ad7d2-08e7-48ce-83c2-e73daf9fa297} <Debug> TCPHandler: Processed in 0.001892846 sec. | ||
| 8332 | 2025.02.10 18:52:53.364385 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8333 | 2025.02.10 18:52:53.364504 [ 256 ] {b4d084e0-27cb-4286-b31e-953c22aa23f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8334 | 2025.02.10 18:52:53.364557 [ 256 ] {b4d084e0-27cb-4286-b31e-953c22aa23f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8335 | 2025.02.10 18:52:53.365046 [ 256 ] {b4d084e0-27cb-4286-b31e-953c22aa23f3} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8336 | 2025.02.10 18:52:53.365086 [ 256 ] {b4d084e0-27cb-4286-b31e-953c22aa23f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8337 | 2025.02.10 18:52:53.365440 [ 256 ] {b4d084e0-27cb-4286-b31e-953c22aa23f3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8338 | 2025.02.10 18:52:53.365688 [ 256 ] {b4d084e0-27cb-4286-b31e-953c22aa23f3} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8339 | 2025.02.10 18:52:53.365896 [ 256 ] {b4d084e0-27cb-4286-b31e-953c22aa23f3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001417 sec., 705.7163020465772 rows/sec., 47.55 KiB/sec. | ||
| 8340 | 2025.02.10 18:52:53.365952 [ 256 ] {b4d084e0-27cb-4286-b31e-953c22aa23f3} <Debug> TCPHandler: Processed in 0.001623439 sec. | ||
| 8341 | 2025.02.10 18:52:53.366096 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8342 | 2025.02.10 18:52:53.366213 [ 4 ] {1e13c8bb-a6a5-485b-8b04-d78b2acf2a1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8343 | 2025.02.10 18:52:53.366295 [ 4 ] {1e13c8bb-a6a5-485b-8b04-d78b2acf2a1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8344 | 2025.02.10 18:52:53.367472 [ 4 ] {1e13c8bb-a6a5-485b-8b04-d78b2acf2a1d} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8345 | 2025.02.10 18:52:53.367512 [ 4 ] {1e13c8bb-a6a5-485b-8b04-d78b2acf2a1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8346 | 2025.02.10 18:52:53.368161 [ 4 ] {1e13c8bb-a6a5-485b-8b04-d78b2acf2a1d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8347 | 2025.02.10 18:52:53.368417 [ 4 ] {1e13c8bb-a6a5-485b-8b04-d78b2acf2a1d} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8348 | 2025.02.10 18:52:53.368642 [ 4 ] {1e13c8bb-a6a5-485b-8b04-d78b2acf2a1d} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002452 sec., 14274.06199021207 rows/sec., 25.58 MiB/sec. | ||
| 8349 | 2025.02.10 18:52:53.368735 [ 4 ] {1e13c8bb-a6a5-485b-8b04-d78b2acf2a1d} <Debug> TCPHandler: Processed in 0.002693605 sec. | ||
| 8350 | 2025.02.10 18:52:53.368898 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8351 | 2025.02.10 18:52:53.369037 [ 256 ] {9ddb3692-3a4c-49bc-9dd9-be280a3dc29a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8352 | 2025.02.10 18:52:53.369096 [ 256 ] {9ddb3692-3a4c-49bc-9dd9-be280a3dc29a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8353 | 2025.02.10 18:52:53.369603 [ 256 ] {9ddb3692-3a4c-49bc-9dd9-be280a3dc29a} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8354 | 2025.02.10 18:52:53.369642 [ 256 ] {9ddb3692-3a4c-49bc-9dd9-be280a3dc29a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8355 | 2025.02.10 18:52:53.370014 [ 256 ] {9ddb3692-3a4c-49bc-9dd9-be280a3dc29a} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8356 | 2025.02.10 18:52:53.370248 [ 256 ] {9ddb3692-3a4c-49bc-9dd9-be280a3dc29a} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8357 | 2025.02.10 18:52:53.370463 [ 256 ] {9ddb3692-3a4c-49bc-9dd9-be280a3dc29a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001456 sec., 56318.681318681316 rows/sec., 3.58 MiB/sec. | ||
| 8358 | 2025.02.10 18:52:53.370512 [ 256 ] {9ddb3692-3a4c-49bc-9dd9-be280a3dc29a} <Debug> TCPHandler: Processed in 0.001680361 sec. | ||
| 8359 | 2025.02.10 18:52:55.234085 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934 | ||
| 8360 | 2025.02.10 18:52:55.234786 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8361 | 2025.02.10 18:52:55.234837 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8362 | 2025.02.10 18:52:55.235366 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8363 | 2025.02.10 18:52:55.235631 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8364 | 2025.02.10 18:52:55.235884 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 | ||
| 8365 | 2025.02.10 18:52:56.474059 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 8366 | 2025.02.10 18:52:56.496555 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8367 | 2025.02.10 18:52:56.496636 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8368 | 2025.02.10 18:52:56.505252 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8369 | 2025.02.10 18:52:56.506074 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8370 | 2025.02.10 18:52:56.510242 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 8371 | 2025.02.10 18:52:58.339804 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8372 | 2025.02.10 18:52:58.340025 [ 4 ] {dcb5b98a-20bd-4db6-96d0-02ee5e62a1da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8373 | 2025.02.10 18:52:58.340106 [ 4 ] {dcb5b98a-20bd-4db6-96d0-02ee5e62a1da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8374 | 2025.02.10 18:52:58.340876 [ 4 ] {dcb5b98a-20bd-4db6-96d0-02ee5e62a1da} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8375 | 2025.02.10 18:52:58.340922 [ 4 ] {dcb5b98a-20bd-4db6-96d0-02ee5e62a1da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8376 | 2025.02.10 18:52:58.341368 [ 4 ] {dcb5b98a-20bd-4db6-96d0-02ee5e62a1da} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8377 | 2025.02.10 18:52:58.341629 [ 4 ] {dcb5b98a-20bd-4db6-96d0-02ee5e62a1da} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8378 | 2025.02.10 18:52:58.341829 [ 4 ] {dcb5b98a-20bd-4db6-96d0-02ee5e62a1da} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001868 sec., 35331.90578158458 rows/sec., 2.81 MiB/sec. | ||
| 8379 | 2025.02.10 18:52:58.341892 [ 4 ] {dcb5b98a-20bd-4db6-96d0-02ee5e62a1da} <Debug> TCPHandler: Processed in 0.002222264 sec. | ||
| 8380 | 2025.02.10 18:52:58.342133 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8381 | 2025.02.10 18:52:58.342327 [ 256 ] {f9c364fb-21c1-4b03-9894-90e2e8e6c4a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8382 | 2025.02.10 18:52:58.342400 [ 256 ] {f9c364fb-21c1-4b03-9894-90e2e8e6c4a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8383 | 2025.02.10 18:52:58.343157 [ 256 ] {f9c364fb-21c1-4b03-9894-90e2e8e6c4a8} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8384 | 2025.02.10 18:52:58.343206 [ 256 ] {f9c364fb-21c1-4b03-9894-90e2e8e6c4a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8385 | 2025.02.10 18:52:58.343640 [ 256 ] {f9c364fb-21c1-4b03-9894-90e2e8e6c4a8} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8386 | 2025.02.10 18:52:58.343899 [ 256 ] {f9c364fb-21c1-4b03-9894-90e2e8e6c4a8} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8387 | 2025.02.10 18:52:58.344138 [ 256 ] {f9c364fb-21c1-4b03-9894-90e2e8e6c4a8} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001865 sec., 2680.9651474530833 rows/sec., 201.60 KiB/sec. | ||
| 8388 | 2025.02.10 18:52:58.344196 [ 256 ] {f9c364fb-21c1-4b03-9894-90e2e8e6c4a8} <Debug> TCPHandler: Processed in 0.002196673 sec. | ||
| 8389 | 2025.02.10 18:52:58.344337 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8390 | 2025.02.10 18:52:58.344486 [ 4 ] {4ad34b7e-3c11-4b24-844d-ff8649f42f73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8391 | 2025.02.10 18:52:58.344550 [ 4 ] {4ad34b7e-3c11-4b24-844d-ff8649f42f73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8392 | 2025.02.10 18:52:58.345271 [ 4 ] {4ad34b7e-3c11-4b24-844d-ff8649f42f73} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8393 | 2025.02.10 18:52:58.345319 [ 4 ] {4ad34b7e-3c11-4b24-844d-ff8649f42f73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8394 | 2025.02.10 18:52:58.345710 [ 4 ] {4ad34b7e-3c11-4b24-844d-ff8649f42f73} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8395 | 2025.02.10 18:52:58.345968 [ 4 ] {4ad34b7e-3c11-4b24-844d-ff8649f42f73} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8396 | 2025.02.10 18:52:58.346146 [ 4 ] {4ad34b7e-3c11-4b24-844d-ff8649f42f73} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001696 sec., 40683.96226415094 rows/sec., 3.18 MiB/sec. | ||
| 8397 | 2025.02.10 18:52:58.346197 [ 4 ] {4ad34b7e-3c11-4b24-844d-ff8649f42f73} <Debug> TCPHandler: Processed in 0.001924767 sec. | ||
| 8398 | 2025.02.10 18:52:58.346334 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8399 | 2025.02.10 18:52:58.346468 [ 256 ] {70b2def8-afae-49d8-92d9-64663ddd29be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8400 | 2025.02.10 18:52:58.346531 [ 256 ] {70b2def8-afae-49d8-92d9-64663ddd29be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8401 | 2025.02.10 18:52:58.347219 [ 256 ] {70b2def8-afae-49d8-92d9-64663ddd29be} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8402 | 2025.02.10 18:52:58.347268 [ 256 ] {70b2def8-afae-49d8-92d9-64663ddd29be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8403 | 2025.02.10 18:52:58.347689 [ 256 ] {70b2def8-afae-49d8-92d9-64663ddd29be} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8404 | 2025.02.10 18:52:58.347941 [ 256 ] {70b2def8-afae-49d8-92d9-64663ddd29be} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8405 | 2025.02.10 18:52:58.348153 [ 256 ] {70b2def8-afae-49d8-92d9-64663ddd29be} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001716 sec., 93240.09324009324 rows/sec., 6.49 MiB/sec. | ||
| 8406 | 2025.02.10 18:52:58.348204 [ 256 ] {70b2def8-afae-49d8-92d9-64663ddd29be} <Debug> TCPHandler: Processed in 0.001924256 sec. | ||
| 8407 | 2025.02.10 18:52:58.348346 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8408 | 2025.02.10 18:52:58.348485 [ 4 ] {47f7ad60-f30f-48c0-aadd-8247b1972ad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8409 | 2025.02.10 18:52:58.348581 [ 4 ] {47f7ad60-f30f-48c0-aadd-8247b1972ad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8410 | 2025.02.10 18:52:58.349819 [ 4 ] {47f7ad60-f30f-48c0-aadd-8247b1972ad3} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8411 | 2025.02.10 18:52:58.349858 [ 4 ] {47f7ad60-f30f-48c0-aadd-8247b1972ad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8412 | 2025.02.10 18:52:58.350487 [ 4 ] {47f7ad60-f30f-48c0-aadd-8247b1972ad3} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8413 | 2025.02.10 18:52:58.350759 [ 4 ] {47f7ad60-f30f-48c0-aadd-8247b1972ad3} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8414 | 2025.02.10 18:52:58.351009 [ 4 ] {47f7ad60-f30f-48c0-aadd-8247b1972ad3} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002546 sec., 1963.8648860958365 rows/sec., 3.52 MiB/sec. | ||
| 8415 | 2025.02.10 18:52:58.351419 [ 4 ] {47f7ad60-f30f-48c0-aadd-8247b1972ad3} <Debug> TCPHandler: Processed in 0.003118505 sec. | ||
| 8416 | 2025.02.10 18:52:58.351673 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8417 | 2025.02.10 18:52:58.351791 [ 256 ] {ce9ec2de-da1e-4964-b8c5-212db236727b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8418 | 2025.02.10 18:52:58.351842 [ 256 ] {ce9ec2de-da1e-4964-b8c5-212db236727b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8419 | 2025.02.10 18:52:58.352341 [ 256 ] {ce9ec2de-da1e-4964-b8c5-212db236727b} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8420 | 2025.02.10 18:52:58.352381 [ 256 ] {ce9ec2de-da1e-4964-b8c5-212db236727b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 8421 | 2025.02.10 18:52:58.352758 [ 256 ] {ce9ec2de-da1e-4964-b8c5-212db236727b} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8422 | 2025.02.10 18:52:58.353000 [ 256 ] {ce9ec2de-da1e-4964-b8c5-212db236727b} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8423 | 2025.02.10 18:52:58.353226 [ 256 ] {ce9ec2de-da1e-4964-b8c5-212db236727b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001458 sec., 41152.26337448559 rows/sec., 2.77 MiB/sec. | ||
| 8424 | 2025.02.10 18:52:58.353285 [ 256 ] {ce9ec2de-da1e-4964-b8c5-212db236727b} <Debug> TCPHandler: Processed in 0.001738592 sec. | ||
| 8425 | 2025.02.10 18:53:02.602291 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8426 | 2025.02.10 18:53:02.602387 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8427 | 2025.02.10 18:53:02.736063 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361 | ||
| 8428 | 2025.02.10 18:53:02.736835 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8429 | 2025.02.10 18:53:02.736890 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8430 | 2025.02.10 18:53:02.737437 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8431 | 2025.02.10 18:53:02.737691 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8432 | 2025.02.10 18:53:02.737947 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 8433 | 2025.02.10 18:53:02.828262 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1214 | ||
| 8434 | 2025.02.10 18:53:02.831547 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8435 | 2025.02.10 18:53:02.831608 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8436 | 2025.02.10 18:53:02.833213 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8437 | 2025.02.10 18:53:02.833565 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8438 | 2025.02.10 18:53:02.834224 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1214 | ||
| 8439 | 2025.02.10 18:53:03.346553 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8440 | 2025.02.10 18:53:03.346760 [ 4 ] {401f703f-020b-4bef-9ba7-beb80f0627ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8441 | 2025.02.10 18:53:03.346842 [ 4 ] {401f703f-020b-4bef-9ba7-beb80f0627ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8442 | 2025.02.10 18:53:03.347670 [ 4 ] {401f703f-020b-4bef-9ba7-beb80f0627ca} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8443 | 2025.02.10 18:53:03.347718 [ 4 ] {401f703f-020b-4bef-9ba7-beb80f0627ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8444 | 2025.02.10 18:53:03.348156 [ 4 ] {401f703f-020b-4bef-9ba7-beb80f0627ca} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8445 | 2025.02.10 18:53:03.348420 [ 4 ] {401f703f-020b-4bef-9ba7-beb80f0627ca} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8446 | 2025.02.10 18:53:03.348680 [ 4 ] {401f703f-020b-4bef-9ba7-beb80f0627ca} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001977 sec., 7081.436519979768 rows/sec., 509.77 KiB/sec. | ||
| 8447 | 2025.02.10 18:53:03.348746 [ 4 ] {401f703f-020b-4bef-9ba7-beb80f0627ca} <Debug> TCPHandler: Processed in 0.002322976 sec. | ||
| 8448 | 2025.02.10 18:53:03.349016 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8449 | 2025.02.10 18:53:03.349234 [ 256 ] {7e8127ad-46c6-48a7-872a-11d1d9083d2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8450 | 2025.02.10 18:53:03.349316 [ 256 ] {7e8127ad-46c6-48a7-872a-11d1d9083d2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8451 | 2025.02.10 18:53:03.350246 [ 256 ] {7e8127ad-46c6-48a7-872a-11d1d9083d2c} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8452 | 2025.02.10 18:53:03.350290 [ 256 ] {7e8127ad-46c6-48a7-872a-11d1d9083d2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8453 | 2025.02.10 18:53:03.350759 [ 256 ] {7e8127ad-46c6-48a7-872a-11d1d9083d2c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8454 | 2025.02.10 18:53:03.351030 [ 256 ] {7e8127ad-46c6-48a7-872a-11d1d9083d2c} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8455 | 2025.02.10 18:53:03.351253 [ 256 ] {7e8127ad-46c6-48a7-872a-11d1d9083d2c} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.002083 sec., 131060.96975516081 rows/sec., 11.55 MiB/sec. | ||
| 8456 | 2025.02.10 18:53:03.351323 [ 256 ] {7e8127ad-46c6-48a7-872a-11d1d9083d2c} <Debug> TCPHandler: Processed in 0.002454369 sec. | ||
| 8457 | 2025.02.10 18:53:03.351478 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8458 | 2025.02.10 18:53:03.351629 [ 4 ] {98d6aa38-df19-477a-a2fb-abff17ea1a4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8459 | 2025.02.10 18:53:03.351694 [ 4 ] {98d6aa38-df19-477a-a2fb-abff17ea1a4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8460 | 2025.02.10 18:53:03.352419 [ 4 ] {98d6aa38-df19-477a-a2fb-abff17ea1a4b} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8461 | 2025.02.10 18:53:03.352467 [ 4 ] {98d6aa38-df19-477a-a2fb-abff17ea1a4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8462 | 2025.02.10 18:53:03.352868 [ 4 ] {98d6aa38-df19-477a-a2fb-abff17ea1a4b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8463 | 2025.02.10 18:53:03.353124 [ 4 ] {98d6aa38-df19-477a-a2fb-abff17ea1a4b} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8464 | 2025.02.10 18:53:03.353286 [ 33 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8465 | 2025.02.10 18:53:03.353359 [ 33 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8466 | 2025.02.10 18:53:03.353371 [ 4 ] {98d6aa38-df19-477a-a2fb-abff17ea1a4b} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001766 sec., 23782.55945639864 rows/sec., 1.71 MiB/sec. | ||
| 8467 | 2025.02.10 18:53:03.353399 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8468 | 2025.02.10 18:53:03.353513 [ 4 ] {98d6aa38-df19-477a-a2fb-abff17ea1a4b} <Debug> TCPHandler: Processed in 0.002094241 sec. | ||
| 8469 | 2025.02.10 18:53:03.353747 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8470 | 2025.02.10 18:53:03.353748 [ 196 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 8471 | 2025.02.10 18:53:03.353972 [ 256 ] {e22f0518-0e0a-46be-a257-cbbdf0f3ced2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8472 | 2025.02.10 18:53:03.354056 [ 196 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8473 | 2025.02.10 18:53:03.354082 [ 256 ] {e22f0518-0e0a-46be-a257-cbbdf0f3ced2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8474 | 2025.02.10 18:53:03.354142 [ 196 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 65 rows starting from the beginning of the part | ||
| 8475 | 2025.02.10 18:53:03.354491 [ 196 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 42 rows starting from the beginning of the part | ||
| 8476 | 2025.02.10 18:53:03.354978 [ 196 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 5 rows starting from the beginning of the part | ||
| 8477 | 2025.02.10 18:53:03.355381 [ 196 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 44 rows starting from the beginning of the part | ||
| 8478 | 2025.02.10 18:53:03.355739 [ 196 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 5 rows starting from the beginning of the part | ||
| 8479 | 2025.02.10 18:53:03.355952 [ 196 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 42 rows starting from the beginning of the part | ||
| 8480 | 2025.02.10 18:53:03.356818 [ 256 ] {e22f0518-0e0a-46be-a257-cbbdf0f3ced2} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8481 | 2025.02.10 18:53:03.356878 [ 256 ] {e22f0518-0e0a-46be-a257-cbbdf0f3ced2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8482 | 2025.02.10 18:53:03.357862 [ 256 ] {e22f0518-0e0a-46be-a257-cbbdf0f3ced2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 8483 | 2025.02.10 18:53:03.358492 [ 256 ] {e22f0518-0e0a-46be-a257-cbbdf0f3ced2} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8484 | 2025.02.10 18:53:03.358747 [ 192 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 203 rows, containing 5 columns (5 merged, 0 gathered) in 0.005206386 sec., 38990.57810926811 rows/sec., 2.94 MiB/sec. | ||
| 8485 | 2025.02.10 18:53:03.358830 [ 33 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 8486 | 2025.02.10 18:53:03.358910 [ 33 ] {} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8487 | 2025.02.10 18:53:03.358978 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8488 | 2025.02.10 18:53:03.359026 [ 256 ] {e22f0518-0e0a-46be-a257-cbbdf0f3ced2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005136 sec., 2725.856697819315 rows/sec., 190.90 KiB/sec. | ||
| 8489 | 2025.02.10 18:53:03.359198 [ 192 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8490 | 2025.02.10 18:53:03.359377 [ 256 ] {e22f0518-0e0a-46be-a257-cbbdf0f3ced2} <Debug> TCPHandler: Processed in 0.005751289 sec. | ||
| 8491 | 2025.02.10 18:53:03.359455 [ 194 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 8492 | 2025.02.10 18:53:03.359719 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8493 | 2025.02.10 18:53:03.359814 [ 194 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8494 | 2025.02.10 18:53:03.359897 [ 194 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 242 rows starting from the beginning of the part | ||
| 8495 | 2025.02.10 18:53:03.360071 [ 4 ] {d87424f2-b24c-434c-90d9-704befdaea2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8496 | 2025.02.10 18:53:03.360284 [ 194 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 8497 | 2025.02.10 18:53:03.360329 [ 4 ] {d87424f2-b24c-434c-90d9-704befdaea2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8498 | 2025.02.10 18:53:03.360400 [ 192 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_51_10} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8499 | 2025.02.10 18:53:03.360778 [ 194 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 228 rows starting from the beginning of the part | ||
| 8500 | 2025.02.10 18:53:03.360995 [ 192 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_51_10} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8501 | 2025.02.10 18:53:03.361253 [ 194 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 8502 | 2025.02.10 18:53:03.361488 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8503 | 2025.02.10 18:53:03.361686 [ 194 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 8504 | 2025.02.10 18:53:03.362160 [ 194 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 8505 | 2025.02.10 18:53:03.363447 [ 4 ] {d87424f2-b24c-434c-90d9-704befdaea2c} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8506 | 2025.02.10 18:53:03.363491 [ 4 ] {d87424f2-b24c-434c-90d9-704befdaea2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8507 | 2025.02.10 18:53:03.364039 [ 4 ] {d87424f2-b24c-434c-90d9-704befdaea2c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8508 | 2025.02.10 18:53:03.364232 [ 192 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005125753 sec., 102619.06884705524 rows/sec., 7.35 MiB/sec. | ||
| 8509 | 2025.02.10 18:53:03.364469 [ 192 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 8510 | 2025.02.10 18:53:03.364475 [ 4 ] {d87424f2-b24c-434c-90d9-704befdaea2c} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8511 | 2025.02.10 18:53:03.364917 [ 4 ] {d87424f2-b24c-434c-90d9-704befdaea2c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004983 sec., 2608.870158539033 rows/sec., 162.66 KiB/sec. | ||
| 8512 | 2025.02.10 18:53:03.365100 [ 4 ] {d87424f2-b24c-434c-90d9-704befdaea2c} <Debug> TCPHandler: Processed in 0.005531943 sec. | ||
| 8513 | 2025.02.10 18:53:03.365106 [ 192 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_36_7} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8514 | 2025.02.10 18:53:03.365293 [ 192 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_36_7} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 8515 | 2025.02.10 18:53:03.365329 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8516 | 2025.02.10 18:53:03.365434 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 8517 | 2025.02.10 18:53:03.365531 [ 256 ] {6b64d438-4f16-4a6c-8287-aca16da0cde9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8518 | 2025.02.10 18:53:03.365595 [ 256 ] {6b64d438-4f16-4a6c-8287-aca16da0cde9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8519 | 2025.02.10 18:53:03.366345 [ 256 ] {6b64d438-4f16-4a6c-8287-aca16da0cde9} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8520 | 2025.02.10 18:53:03.366386 [ 256 ] {6b64d438-4f16-4a6c-8287-aca16da0cde9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8521 | 2025.02.10 18:53:03.366804 [ 256 ] {6b64d438-4f16-4a6c-8287-aca16da0cde9} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8522 | 2025.02.10 18:53:03.367057 [ 256 ] {6b64d438-4f16-4a6c-8287-aca16da0cde9} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8523 | 2025.02.10 18:53:03.367251 [ 256 ] {6b64d438-4f16-4a6c-8287-aca16da0cde9} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.00175 sec., 238285.7142857143 rows/sec., 17.01 MiB/sec. | ||
| 8524 | 2025.02.10 18:53:03.367306 [ 256 ] {6b64d438-4f16-4a6c-8287-aca16da0cde9} <Debug> TCPHandler: Processed in 0.002099811 sec. | ||
| 8525 | 2025.02.10 18:53:03.367473 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8526 | 2025.02.10 18:53:03.367615 [ 4 ] {dd98e07b-864e-44c8-844b-ddfe03a97075} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8527 | 2025.02.10 18:53:03.367676 [ 4 ] {dd98e07b-864e-44c8-844b-ddfe03a97075} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8528 | 2025.02.10 18:53:03.368237 [ 4 ] {dd98e07b-864e-44c8-844b-ddfe03a97075} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8529 | 2025.02.10 18:53:03.368285 [ 4 ] {dd98e07b-864e-44c8-844b-ddfe03a97075} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8530 | 2025.02.10 18:53:03.368703 [ 4 ] {dd98e07b-864e-44c8-844b-ddfe03a97075} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8531 | 2025.02.10 18:53:03.368938 [ 4 ] {dd98e07b-864e-44c8-844b-ddfe03a97075} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8532 | 2025.02.10 18:53:03.369189 [ 4 ] {dd98e07b-864e-44c8-844b-ddfe03a97075} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001605 sec., 3738.3177570093458 rows/sec., 195.31 KiB/sec. | ||
| 8533 | 2025.02.10 18:53:03.369390 [ 4 ] {dd98e07b-864e-44c8-844b-ddfe03a97075} <Debug> TCPHandler: Processed in 0.001981878 sec. | ||
| 8534 | 2025.02.10 18:53:03.369563 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8535 | 2025.02.10 18:53:03.369696 [ 256 ] {6efb6007-2a24-4ab6-91af-1f5cf6dd2fe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8536 | 2025.02.10 18:53:03.369759 [ 256 ] {6efb6007-2a24-4ab6-91af-1f5cf6dd2fe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8537 | 2025.02.10 18:53:03.370446 [ 256 ] {6efb6007-2a24-4ab6-91af-1f5cf6dd2fe5} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8538 | 2025.02.10 18:53:03.370492 [ 256 ] {6efb6007-2a24-4ab6-91af-1f5cf6dd2fe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8539 | 2025.02.10 18:53:03.370927 [ 256 ] {6efb6007-2a24-4ab6-91af-1f5cf6dd2fe5} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8540 | 2025.02.10 18:53:03.371177 [ 256 ] {6efb6007-2a24-4ab6-91af-1f5cf6dd2fe5} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8541 | 2025.02.10 18:53:03.371387 [ 256 ] {6efb6007-2a24-4ab6-91af-1f5cf6dd2fe5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001722 sec., 137630.66202090593 rows/sec., 9.22 MiB/sec. | ||
| 8542 | 2025.02.10 18:53:03.371441 [ 256 ] {6efb6007-2a24-4ab6-91af-1f5cf6dd2fe5} <Debug> TCPHandler: Processed in 0.001957367 sec. | ||
| 8543 | 2025.02.10 18:53:03.371581 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8544 | 2025.02.10 18:53:03.371719 [ 4 ] {3312824a-c1ee-4f1d-b116-04ce8ffa553e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8545 | 2025.02.10 18:53:03.371780 [ 4 ] {3312824a-c1ee-4f1d-b116-04ce8ffa553e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8546 | 2025.02.10 18:53:03.372320 [ 4 ] {3312824a-c1ee-4f1d-b116-04ce8ffa553e} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8547 | 2025.02.10 18:53:03.372365 [ 4 ] {3312824a-c1ee-4f1d-b116-04ce8ffa553e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8548 | 2025.02.10 18:53:03.372759 [ 4 ] {3312824a-c1ee-4f1d-b116-04ce8ffa553e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8549 | 2025.02.10 18:53:03.373000 [ 4 ] {3312824a-c1ee-4f1d-b116-04ce8ffa553e} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8550 | 2025.02.10 18:53:03.373229 [ 4 ] {3312824a-c1ee-4f1d-b116-04ce8ffa553e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001537 sec., 650.6180871828237 rows/sec., 43.84 KiB/sec. | ||
| 8551 | 2025.02.10 18:53:03.373344 [ 4 ] {3312824a-c1ee-4f1d-b116-04ce8ffa553e} <Debug> TCPHandler: Processed in 0.001815673 sec. | ||
| 8552 | 2025.02.10 18:53:03.373504 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8553 | 2025.02.10 18:53:03.373646 [ 256 ] {4f9357a0-3898-44f4-86b0-ce0ce7785339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8554 | 2025.02.10 18:53:03.373774 [ 256 ] {4f9357a0-3898-44f4-86b0-ce0ce7785339} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8555 | 2025.02.10 18:53:03.375260 [ 256 ] {4f9357a0-3898-44f4-86b0-ce0ce7785339} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8556 | 2025.02.10 18:53:03.375300 [ 256 ] {4f9357a0-3898-44f4-86b0-ce0ce7785339} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8557 | 2025.02.10 18:53:03.375963 [ 256 ] {4f9357a0-3898-44f4-86b0-ce0ce7785339} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8558 | 2025.02.10 18:53:03.376234 [ 256 ] {4f9357a0-3898-44f4-86b0-ce0ce7785339} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8559 | 2025.02.10 18:53:03.376426 [ 31 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8560 | 2025.02.10 18:53:03.376497 [ 256 ] {4f9357a0-3898-44f4-86b0-ce0ce7785339} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002893 sec., 12098.167991704113 rows/sec., 21.68 MiB/sec. | ||
| 8561 | 2025.02.10 18:53:03.376509 [ 31 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8562 | 2025.02.10 18:53:03.376588 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8563 | 2025.02.10 18:53:03.376871 [ 256 ] {4f9357a0-3898-44f4-86b0-ce0ce7785339} <Debug> TCPHandler: Processed in 0.003442833 sec. | ||
| 8564 | 2025.02.10 18:53:03.376950 [ 194 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 8565 | 2025.02.10 18:53:03.377077 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8566 | 2025.02.10 18:53:03.377257 [ 4 ] {cc224548-44fa-4e21-a4a0-8a8c51b5f771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8567 | 2025.02.10 18:53:03.377345 [ 4 ] {cc224548-44fa-4e21-a4a0-8a8c51b5f771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8568 | 2025.02.10 18:53:03.377407 [ 194 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8569 | 2025.02.10 18:53:03.377564 [ 194 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 894 rows starting from the beginning of the part | ||
| 8570 | 2025.02.10 18:53:03.378128 [ 194 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 35 rows starting from the beginning of the part | ||
| 8571 | 2025.02.10 18:53:03.378744 [ 194 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 5 rows starting from the beginning of the part | ||
| 8572 | 2025.02.10 18:53:03.378830 [ 4 ] {cc224548-44fa-4e21-a4a0-8a8c51b5f771} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8573 | 2025.02.10 18:53:03.378913 [ 4 ] {cc224548-44fa-4e21-a4a0-8a8c51b5f771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8574 | 2025.02.10 18:53:03.379280 [ 194 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 35 rows starting from the beginning of the part | ||
| 8575 | 2025.02.10 18:53:03.379792 [ 194 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 5 rows starting from the beginning of the part | ||
| 8576 | 2025.02.10 18:53:03.380009 [ 4 ] {cc224548-44fa-4e21-a4a0-8a8c51b5f771} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8577 | 2025.02.10 18:53:03.380289 [ 194 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 35 rows starting from the beginning of the part | ||
| 8578 | 2025.02.10 18:53:03.380748 [ 4 ] {cc224548-44fa-4e21-a4a0-8a8c51b5f771} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8579 | 2025.02.10 18:53:03.381262 [ 4 ] {cc224548-44fa-4e21-a4a0-8a8c51b5f771} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004033 sec., 20332.258864368956 rows/sec., 1.29 MiB/sec. | ||
| 8580 | 2025.02.10 18:53:03.381657 [ 4 ] {cc224548-44fa-4e21-a4a0-8a8c51b5f771} <Debug> TCPHandler: Processed in 0.004642352 sec. | ||
| 8581 | 2025.02.10 18:53:03.387693 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1009 rows, containing 19 columns (19 merged, 0 gathered) in 0.010921063 sec., 92390.27373067988 rows/sec., 165.56 MiB/sec. | ||
| 8582 | 2025.02.10 18:53:03.389094 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8583 | 2025.02.10 18:53:03.389554 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8584 | 2025.02.10 18:53:03.389666 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8585 | 2025.02.10 18:53:03.389838 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.26 MiB. | ||
| 8586 | 2025.02.10 18:53:04.000186 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.74 MiB, peak 223.95 MiB, free memory in arenas 0.00 B, will set to 217.05 MiB (RSS), difference: 1.32 MiB | ||
| 8587 | 2025.02.10 18:53:04.010344 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 8588 | 2025.02.10 18:53:04.031405 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8589 | 2025.02.10 18:53:04.031452 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8590 | 2025.02.10 18:53:04.038797 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8591 | 2025.02.10 18:53:04.039585 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8592 | 2025.02.10 18:53:04.042199 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 8593 | 2025.02.10 18:53:06.544573 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8594 | 2025.02.10 18:53:06.544797 [ 4 ] {f60bbd09-d0d6-46f2-be97-fd7db3fc577c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8595 | 2025.02.10 18:53:06.544880 [ 4 ] {f60bbd09-d0d6-46f2-be97-fd7db3fc577c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8596 | 2025.02.10 18:53:06.545762 [ 4 ] {f60bbd09-d0d6-46f2-be97-fd7db3fc577c} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8597 | 2025.02.10 18:53:06.545812 [ 4 ] {f60bbd09-d0d6-46f2-be97-fd7db3fc577c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8598 | 2025.02.10 18:53:06.546257 [ 4 ] {f60bbd09-d0d6-46f2-be97-fd7db3fc577c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 8599 | 2025.02.10 18:53:06.546518 [ 4 ] {f60bbd09-d0d6-46f2-be97-fd7db3fc577c} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8600 | 2025.02.10 18:53:06.546727 [ 4 ] {f60bbd09-d0d6-46f2-be97-fd7db3fc577c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001992 sec., 2008.0321285140565 rows/sec., 163.74 KiB/sec. | ||
| 8601 | 2025.02.10 18:53:06.546791 [ 4 ] {f60bbd09-d0d6-46f2-be97-fd7db3fc577c} <Debug> TCPHandler: Processed in 0.002357397 sec. | ||
| 8602 | 2025.02.10 18:53:06.547085 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8603 | 2025.02.10 18:53:06.547319 [ 256 ] {7d65da49-c449-4eb7-8a41-beef30d96cf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8604 | 2025.02.10 18:53:06.547406 [ 256 ] {7d65da49-c449-4eb7-8a41-beef30d96cf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8605 | 2025.02.10 18:53:06.548862 [ 256 ] {7d65da49-c449-4eb7-8a41-beef30d96cf0} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8606 | 2025.02.10 18:53:06.548923 [ 256 ] {7d65da49-c449-4eb7-8a41-beef30d96cf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8607 | 2025.02.10 18:53:06.549466 [ 256 ] {7d65da49-c449-4eb7-8a41-beef30d96cf0} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8608 | 2025.02.10 18:53:06.549728 [ 256 ] {7d65da49-c449-4eb7-8a41-beef30d96cf0} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8609 | 2025.02.10 18:53:06.549926 [ 26 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8610 | 2025.02.10 18:53:06.550000 [ 26 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8611 | 2025.02.10 18:53:06.550047 [ 256 ] {7d65da49-c449-4eb7-8a41-beef30d96cf0} <Debug> executeQuery: Read 1208 rows, 102.09 KiB in 0.002749 sec., 439432.520916697 rows/sec., 36.27 MiB/sec. | ||
| 8612 | 2025.02.10 18:53:06.550095 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8613 | 2025.02.10 18:53:06.550259 [ 256 ] {7d65da49-c449-4eb7-8a41-beef30d96cf0} <Debug> TCPHandler: Processed in 0.003318881 sec. | ||
| 8614 | 2025.02.10 18:53:06.550473 [ 194 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 8615 | 2025.02.10 18:53:06.550553 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8616 | 2025.02.10 18:53:06.550871 [ 194 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8617 | 2025.02.10 18:53:06.550882 [ 4 ] {6b836769-36b3-4d50-899e-c5b2d492de7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8618 | 2025.02.10 18:53:06.550953 [ 194 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1432 rows starting from the beginning of the part | ||
| 8619 | 2025.02.10 18:53:06.551007 [ 4 ] {6b836769-36b3-4d50-899e-c5b2d492de7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8620 | 2025.02.10 18:53:06.551244 [ 194 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 66 rows starting from the beginning of the part | ||
| 8621 | 2025.02.10 18:53:06.551605 [ 194 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 274 rows starting from the beginning of the part | ||
| 8622 | 2025.02.10 18:53:06.551980 [ 194 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 66 rows starting from the beginning of the part | ||
| 8623 | 2025.02.10 18:53:06.552322 [ 194 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 273 rows starting from the beginning of the part | ||
| 8624 | 2025.02.10 18:53:06.552690 [ 194 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1208 rows starting from the beginning of the part | ||
| 8625 | 2025.02.10 18:53:06.553601 [ 4 ] {6b836769-36b3-4d50-899e-c5b2d492de7d} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8626 | 2025.02.10 18:53:06.553642 [ 4 ] {6b836769-36b3-4d50-899e-c5b2d492de7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8627 | 2025.02.10 18:53:06.554159 [ 4 ] {6b836769-36b3-4d50-899e-c5b2d492de7d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8628 | 2025.02.10 18:53:06.554454 [ 4 ] {6b836769-36b3-4d50-899e-c5b2d492de7d} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8629 | 2025.02.10 18:53:06.554647 [ 4 ] {6b836769-36b3-4d50-899e-c5b2d492de7d} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.003863 sec., 2329.7954957287084 rows/sec., 169.63 KiB/sec. | ||
| 8630 | 2025.02.10 18:53:06.554719 [ 4 ] {6b836769-36b3-4d50-899e-c5b2d492de7d} <Debug> TCPHandler: Processed in 0.004322204 sec. | ||
| 8631 | 2025.02.10 18:53:06.554965 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8632 | 2025.02.10 18:53:06.555151 [ 194 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3319 rows, containing 5 columns (5 merged, 0 gathered) in 0.004909618 sec., 676020.0080739479 rows/sec., 59.27 MiB/sec. | ||
| 8633 | 2025.02.10 18:53:06.555226 [ 256 ] {e1902d6f-0f6c-41e2-9e07-a514b69ec53b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8634 | 2025.02.10 18:53:06.555299 [ 256 ] {e1902d6f-0f6c-41e2-9e07-a514b69ec53b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8635 | 2025.02.10 18:53:06.555426 [ 194 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8636 | 2025.02.10 18:53:06.556033 [ 194 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_66_13} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8637 | 2025.02.10 18:53:06.556169 [ 194 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_66_13} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8638 | 2025.02.10 18:53:06.556291 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 8639 | 2025.02.10 18:53:06.556596 [ 256 ] {e1902d6f-0f6c-41e2-9e07-a514b69ec53b} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8640 | 2025.02.10 18:53:06.556643 [ 256 ] {e1902d6f-0f6c-41e2-9e07-a514b69ec53b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8641 | 2025.02.10 18:53:06.557040 [ 256 ] {e1902d6f-0f6c-41e2-9e07-a514b69ec53b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 8642 | 2025.02.10 18:53:06.557293 [ 256 ] {e1902d6f-0f6c-41e2-9e07-a514b69ec53b} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8643 | 2025.02.10 18:53:06.557513 [ 256 ] {e1902d6f-0f6c-41e2-9e07-a514b69ec53b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002347 sec., 97145.29186195142 rows/sec., 6.58 MiB/sec. | ||
| 8644 | 2025.02.10 18:53:06.557573 [ 256 ] {e1902d6f-0f6c-41e2-9e07-a514b69ec53b} <Debug> TCPHandler: Processed in 0.002749296 sec. | ||
| 8645 | 2025.02.10 18:53:06.557732 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8646 | 2025.02.10 18:53:06.557876 [ 4 ] {e1be2baa-fb7f-46c4-b667-24af2f62561c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8647 | 2025.02.10 18:53:06.557936 [ 4 ] {e1be2baa-fb7f-46c4-b667-24af2f62561c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8648 | 2025.02.10 18:53:06.558836 [ 4 ] {e1be2baa-fb7f-46c4-b667-24af2f62561c} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8649 | 2025.02.10 18:53:06.558874 [ 4 ] {e1be2baa-fb7f-46c4-b667-24af2f62561c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8650 | 2025.02.10 18:53:06.559275 [ 4 ] {e1be2baa-fb7f-46c4-b667-24af2f62561c} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8651 | 2025.02.10 18:53:06.559511 [ 4 ] {e1be2baa-fb7f-46c4-b667-24af2f62561c} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8652 | 2025.02.10 18:53:06.559643 [ 26 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8653 | 2025.02.10 18:53:06.559685 [ 26 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8654 | 2025.02.10 18:53:06.559695 [ 4 ] {e1be2baa-fb7f-46c4-b667-24af2f62561c} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.001851 sec., 285791.4640734738 rows/sec., 21.17 MiB/sec. | ||
| 8655 | 2025.02.10 18:53:06.559708 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8656 | 2025.02.10 18:53:06.559814 [ 4 ] {e1be2baa-fb7f-46c4-b667-24af2f62561c} <Debug> TCPHandler: Processed in 0.002148802 sec. | ||
| 8657 | 2025.02.10 18:53:06.560130 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 8658 | 2025.02.10 18:53:06.560170 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8659 | 2025.02.10 18:53:06.560731 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8660 | 2025.02.10 18:53:06.560755 [ 256 ] {3017c4e6-9265-46d8-8dde-77de99d80996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8661 | 2025.02.10 18:53:06.560840 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 914 rows starting from the beginning of the part | ||
| 8662 | 2025.02.10 18:53:06.560923 [ 256 ] {3017c4e6-9265-46d8-8dde-77de99d80996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8663 | 2025.02.10 18:53:06.561204 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 69 rows starting from the beginning of the part | ||
| 8664 | 2025.02.10 18:53:06.561667 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 419 rows starting from the beginning of the part | ||
| 8665 | 2025.02.10 18:53:06.562012 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 69 rows starting from the beginning of the part | ||
| 8666 | 2025.02.10 18:53:06.562340 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 417 rows starting from the beginning of the part | ||
| 8667 | 2025.02.10 18:53:06.562437 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 529 rows starting from the beginning of the part | ||
| 8668 | 2025.02.10 18:53:06.563602 [ 256 ] {3017c4e6-9265-46d8-8dde-77de99d80996} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8669 | 2025.02.10 18:53:06.563653 [ 256 ] {3017c4e6-9265-46d8-8dde-77de99d80996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8670 | 2025.02.10 18:53:06.564769 [ 256 ] {3017c4e6-9265-46d8-8dde-77de99d80996} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8671 | 2025.02.10 18:53:06.565087 [ 256 ] {3017c4e6-9265-46d8-8dde-77de99d80996} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8672 | 2025.02.10 18:53:06.565424 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8673 | 2025.02.10 18:53:06.565527 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8674 | 2025.02.10 18:53:06.565624 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8675 | 2025.02.10 18:53:06.565787 [ 256 ] {3017c4e6-9265-46d8-8dde-77de99d80996} <Debug> executeQuery: Read 966 rows, 66.39 KiB in 0.005222 sec., 184986.59517426274 rows/sec., 12.42 MiB/sec. | ||
| 8676 | 2025.02.10 18:53:06.565956 [ 198 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.006118718 sec., 395017.38762923866 rows/sec., 30.30 MiB/sec. | ||
| 8677 | 2025.02.10 18:53:06.566084 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 8678 | 2025.02.10 18:53:06.566117 [ 256 ] {3017c4e6-9265-46d8-8dde-77de99d80996} <Debug> TCPHandler: Processed in 0.006169309 sec. | ||
| 8679 | 2025.02.10 18:53:06.566384 [ 198 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8680 | 2025.02.10 18:53:06.566424 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8681 | 2025.02.10 18:53:06.566594 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8682 | 2025.02.10 18:53:06.566746 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 19273 rows starting from the beginning of the part | ||
| 8683 | 2025.02.10 18:53:06.566785 [ 4 ] {488a753e-f6ef-4d9a-886c-c243d10cb318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8684 | 2025.02.10 18:53:06.567295 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part | ||
| 8685 | 2025.02.10 18:53:06.567371 [ 4 ] {488a753e-f6ef-4d9a-886c-c243d10cb318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8686 | 2025.02.10 18:53:06.567656 [ 198 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_66_13} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8687 | 2025.02.10 18:53:06.567761 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 238 rows starting from the beginning of the part | ||
| 8688 | 2025.02.10 18:53:06.568358 [ 198 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_66_13} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8689 | 2025.02.10 18:53:06.568375 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part | ||
| 8690 | 2025.02.10 18:53:06.568765 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 8691 | 2025.02.10 18:53:06.568910 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 237 rows starting from the beginning of the part | ||
| 8692 | 2025.02.10 18:53:06.569363 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 966 rows starting from the beginning of the part | ||
| 8693 | 2025.02.10 18:53:06.573137 [ 4 ] {488a753e-f6ef-4d9a-886c-c243d10cb318} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8694 | 2025.02.10 18:53:06.573212 [ 4 ] {488a753e-f6ef-4d9a-886c-c243d10cb318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8695 | 2025.02.10 18:53:06.574487 [ 4 ] {488a753e-f6ef-4d9a-886c-c243d10cb318} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8696 | 2025.02.10 18:53:06.575074 [ 4 ] {488a753e-f6ef-4d9a-886c-c243d10cb318} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8697 | 2025.02.10 18:53:06.575564 [ 4 ] {488a753e-f6ef-4d9a-886c-c243d10cb318} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.008891 sec., 562.3664379709819 rows/sec., 1.01 MiB/sec. | ||
| 8698 | 2025.02.10 18:53:06.575672 [ 4 ] {488a753e-f6ef-4d9a-886c-c243d10cb318} <Debug> TCPHandler: Processed in 0.009435558 sec. | ||
| 8699 | 2025.02.10 18:53:06.575839 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8700 | 2025.02.10 18:53:06.575982 [ 256 ] {53977836-905b-4e11-a739-a3c0c6a9179f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8701 | 2025.02.10 18:53:06.576051 [ 256 ] {53977836-905b-4e11-a739-a3c0c6a9179f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8702 | 2025.02.10 18:53:06.576644 [ 256 ] {53977836-905b-4e11-a739-a3c0c6a9179f} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8703 | 2025.02.10 18:53:06.576692 [ 256 ] {53977836-905b-4e11-a739-a3c0c6a9179f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8704 | 2025.02.10 18:53:06.577116 [ 256 ] {53977836-905b-4e11-a739-a3c0c6a9179f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8705 | 2025.02.10 18:53:06.577373 [ 256 ] {53977836-905b-4e11-a739-a3c0c6a9179f} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8706 | 2025.02.10 18:53:06.577744 [ 26 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8707 | 2025.02.10 18:53:06.577810 [ 26 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8708 | 2025.02.10 18:53:06.577856 [ 256 ] {53977836-905b-4e11-a739-a3c0c6a9179f} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001888 sec., 23305.084745762713 rows/sec., 1.57 MiB/sec. | ||
| 8709 | 2025.02.10 18:53:06.577864 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8710 | 2025.02.10 18:53:06.578108 [ 256 ] {53977836-905b-4e11-a739-a3c0c6a9179f} <Debug> TCPHandler: Processed in 0.002335326 sec. | ||
| 8711 | 2025.02.10 18:53:06.578240 [ 200 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 8712 | 2025.02.10 18:53:06.578373 [ 200 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8713 | 2025.02.10 18:53:06.578432 [ 200 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3740 rows starting from the beginning of the part | ||
| 8714 | 2025.02.10 18:53:06.578585 [ 200 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
| 8715 | 2025.02.10 18:53:06.579043 [ 200 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 82 rows starting from the beginning of the part | ||
| 8716 | 2025.02.10 18:53:06.579427 [ 200 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part | ||
| 8717 | 2025.02.10 18:53:06.579616 [ 189 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21034 rows, containing 5 columns (5 merged, 0 gathered) in 0.013827233 sec., 1521200.9517739378 rows/sec., 102.67 MiB/sec. | ||
| 8718 | 2025.02.10 18:53:06.579679 [ 200 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 82 rows starting from the beginning of the part | ||
| 8719 | 2025.02.10 18:53:06.579853 [ 200 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 44 rows starting from the beginning of the part | ||
| 8720 | 2025.02.10 18:53:06.580172 [ 189 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8721 | 2025.02.10 18:53:06.580826 [ 189 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8722 | 2025.02.10 18:53:06.581015 [ 189 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8723 | 2025.02.10 18:53:06.581155 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 8724 | 2025.02.10 18:53:06.582208 [ 201 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4068 rows, containing 4 columns (4 merged, 0 gathered) in 0.004100839 sec., 991992.1264892379 rows/sec., 64.68 MiB/sec. | ||
| 8725 | 2025.02.10 18:53:06.582500 [ 201 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8726 | 2025.02.10 18:53:06.582818 [ 201 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_66_13} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8727 | 2025.02.10 18:53:06.582899 [ 201 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_66_13} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8728 | 2025.02.10 18:53:06.582986 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 8729 | 2025.02.10 18:53:08.334619 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8730 | 2025.02.10 18:53:08.334836 [ 4 ] {036c7e3c-3de2-48e1-a6a1-329935b5c55d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8731 | 2025.02.10 18:53:08.334913 [ 4 ] {036c7e3c-3de2-48e1-a6a1-329935b5c55d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8732 | 2025.02.10 18:53:08.335708 [ 4 ] {036c7e3c-3de2-48e1-a6a1-329935b5c55d} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8733 | 2025.02.10 18:53:08.335763 [ 4 ] {036c7e3c-3de2-48e1-a6a1-329935b5c55d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8734 | 2025.02.10 18:53:08.336228 [ 4 ] {036c7e3c-3de2-48e1-a6a1-329935b5c55d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8735 | 2025.02.10 18:53:08.336488 [ 4 ] {036c7e3c-3de2-48e1-a6a1-329935b5c55d} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8736 | 2025.02.10 18:53:08.336758 [ 4 ] {036c7e3c-3de2-48e1-a6a1-329935b5c55d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001977 sec., 28325.74607991907 rows/sec., 2.18 MiB/sec. | ||
| 8737 | 2025.02.10 18:53:08.336862 [ 4 ] {036c7e3c-3de2-48e1-a6a1-329935b5c55d} <Debug> TCPHandler: Processed in 0.002382248 sec. | ||
| 8738 | 2025.02.10 18:53:08.337198 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8739 | 2025.02.10 18:53:08.337396 [ 256 ] {b2d69837-52db-45e9-82d8-b7a1df4abd6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8740 | 2025.02.10 18:53:08.337471 [ 256 ] {b2d69837-52db-45e9-82d8-b7a1df4abd6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8741 | 2025.02.10 18:53:08.338451 [ 256 ] {b2d69837-52db-45e9-82d8-b7a1df4abd6e} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8742 | 2025.02.10 18:53:08.338500 [ 256 ] {b2d69837-52db-45e9-82d8-b7a1df4abd6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8743 | 2025.02.10 18:53:08.338960 [ 256 ] {b2d69837-52db-45e9-82d8-b7a1df4abd6e} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8744 | 2025.02.10 18:53:08.339232 [ 256 ] {b2d69837-52db-45e9-82d8-b7a1df4abd6e} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8745 | 2025.02.10 18:53:08.339475 [ 256 ] {b2d69837-52db-45e9-82d8-b7a1df4abd6e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002133 sec., 30004.688232536337 rows/sec., 2.34 MiB/sec. | ||
| 8746 | 2025.02.10 18:53:08.339543 [ 256 ] {b2d69837-52db-45e9-82d8-b7a1df4abd6e} <Debug> TCPHandler: Processed in 0.002540282 sec. | ||
| 8747 | 2025.02.10 18:53:08.339697 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8748 | 2025.02.10 18:53:08.339838 [ 4 ] {dbaa083d-9384-4c83-8b4b-4b112732e292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8749 | 2025.02.10 18:53:08.339909 [ 4 ] {dbaa083d-9384-4c83-8b4b-4b112732e292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8750 | 2025.02.10 18:53:08.340582 [ 4 ] {dbaa083d-9384-4c83-8b4b-4b112732e292} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8751 | 2025.02.10 18:53:08.340631 [ 4 ] {dbaa083d-9384-4c83-8b4b-4b112732e292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8752 | 2025.02.10 18:53:08.341088 [ 4 ] {dbaa083d-9384-4c83-8b4b-4b112732e292} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8753 | 2025.02.10 18:53:08.341336 [ 4 ] {dbaa083d-9384-4c83-8b4b-4b112732e292} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8754 | 2025.02.10 18:53:08.341576 [ 4 ] {dbaa083d-9384-4c83-8b4b-4b112732e292} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001776 sec., 23648.64864864865 rows/sec., 1.65 MiB/sec. | ||
| 8755 | 2025.02.10 18:53:08.341667 [ 4 ] {dbaa083d-9384-4c83-8b4b-4b112732e292} <Debug> TCPHandler: Processed in 0.002026479 sec. | ||
| 8756 | 2025.02.10 18:53:08.341940 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8757 | 2025.02.10 18:53:08.342127 [ 256 ] {ee99b3a0-fa38-437d-8e54-03eaf2d77cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8758 | 2025.02.10 18:53:08.342196 [ 256 ] {ee99b3a0-fa38-437d-8e54-03eaf2d77cef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8759 | 2025.02.10 18:53:08.342791 [ 256 ] {ee99b3a0-fa38-437d-8e54-03eaf2d77cef} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8760 | 2025.02.10 18:53:08.342836 [ 256 ] {ee99b3a0-fa38-437d-8e54-03eaf2d77cef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8761 | 2025.02.10 18:53:08.343234 [ 256 ] {ee99b3a0-fa38-437d-8e54-03eaf2d77cef} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8762 | 2025.02.10 18:53:08.343485 [ 256 ] {ee99b3a0-fa38-437d-8e54-03eaf2d77cef} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8763 | 2025.02.10 18:53:08.343707 [ 256 ] {ee99b3a0-fa38-437d-8e54-03eaf2d77cef} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001617 sec., 9894.867037724182 rows/sec., 686.07 KiB/sec. | ||
| 8764 | 2025.02.10 18:53:08.343761 [ 256 ] {ee99b3a0-fa38-437d-8e54-03eaf2d77cef} <Debug> TCPHandler: Processed in 0.001991308 sec. | ||
| 8765 | 2025.02.10 18:53:10.238135 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849 | ||
| 8766 | 2025.02.10 18:53:10.239325 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8767 | 2025.02.10 18:53:10.239372 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8768 | 2025.02.10 18:53:10.239908 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8769 | 2025.02.10 18:53:10.240166 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8770 | 2025.02.10 18:53:10.240416 [ 67 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8771 | 2025.02.10 18:53:10.240463 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 | ||
| 8772 | 2025.02.10 18:53:10.240543 [ 67 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8773 | 2025.02.10 18:53:10.240593 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8774 | 2025.02.10 18:53:10.241121 [ 190 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 8775 | 2025.02.10 18:53:10.241870 [ 190 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8776 | 2025.02.10 18:53:10.241921 [ 190 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 16531 rows starting from the beginning of the part | ||
| 8777 | 2025.02.10 18:53:10.241997 [ 190 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part | ||
| 8778 | 2025.02.10 18:53:10.242161 [ 190 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part | ||
| 8779 | 2025.02.10 18:53:10.242355 [ 190 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part | ||
| 8780 | 2025.02.10 18:53:10.242569 [ 190 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part | ||
| 8781 | 2025.02.10 18:53:10.242776 [ 190 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part | ||
| 8782 | 2025.02.10 18:53:10.245140 [ 188 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.004446627 sec., 4238943.360889051 rows/sec., 60.64 MiB/sec. | ||
| 8783 | 2025.02.10 18:53:10.245630 [ 188 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8784 | 2025.02.10 18:53:10.246040 [ 188 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_41_8} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8785 | 2025.02.10 18:53:10.246117 [ 188 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_41_8} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8786 | 2025.02.10 18:53:10.246219 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 8787 | 2025.02.10 18:53:11.542299 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 8788 | 2025.02.10 18:53:11.566110 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8789 | 2025.02.10 18:53:11.566168 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8790 | 2025.02.10 18:53:11.573604 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8791 | 2025.02.10 18:53:11.574389 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8792 | 2025.02.10 18:53:11.574670 [ 83 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8793 | 2025.02.10 18:53:11.574751 [ 83 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8794 | 2025.02.10 18:53:11.574799 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8795 | 2025.02.10 18:53:11.575312 [ 201 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 8796 | 2025.02.10 18:53:11.592681 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 8797 | 2025.02.10 18:53:11.593945 [ 201 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8798 | 2025.02.10 18:53:11.595402 [ 201 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part | ||
| 8799 | 2025.02.10 18:53:11.600960 [ 201 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part | ||
| 8800 | 2025.02.10 18:53:11.606445 [ 201 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part | ||
| 8801 | 2025.02.10 18:53:11.612024 [ 201 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part | ||
| 8802 | 2025.02.10 18:53:11.617704 [ 201 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part | ||
| 8803 | 2025.02.10 18:53:11.622511 [ 201 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part | ||
| 8804 | 2025.02.10 18:53:11.682460 [ 188 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.107522383 sec., 2873.8202351783816 rows/sec., 14.86 MiB/sec. | ||
| 8805 | 2025.02.10 18:53:11.685678 [ 188 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8806 | 2025.02.10 18:53:11.688736 [ 188 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_41_8} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8807 | 2025.02.10 18:53:11.688862 [ 188 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_41_8} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8808 | 2025.02.10 18:53:11.691528 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 8809 | 2025.02.10 18:53:12.834471 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1260 | ||
| 8810 | 2025.02.10 18:53:12.837858 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8811 | 2025.02.10 18:53:12.837900 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8812 | 2025.02.10 18:53:12.839368 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8813 | 2025.02.10 18:53:12.839683 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8814 | 2025.02.10 18:53:12.841817 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1260 | ||
| 8815 | 2025.02.10 18:53:13.345477 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8816 | 2025.02.10 18:53:13.345667 [ 4 ] {846720c3-1496-46d7-a3f7-14b89e9203de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8817 | 2025.02.10 18:53:13.345740 [ 4 ] {846720c3-1496-46d7-a3f7-14b89e9203de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8818 | 2025.02.10 18:53:13.346533 [ 4 ] {846720c3-1496-46d7-a3f7-14b89e9203de} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8819 | 2025.02.10 18:53:13.346576 [ 4 ] {846720c3-1496-46d7-a3f7-14b89e9203de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8820 | 2025.02.10 18:53:13.346986 [ 4 ] {846720c3-1496-46d7-a3f7-14b89e9203de} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8821 | 2025.02.10 18:53:13.347233 [ 4 ] {846720c3-1496-46d7-a3f7-14b89e9203de} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8822 | 2025.02.10 18:53:13.347377 [ 106 ] {} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8823 | 2025.02.10 18:53:13.347421 [ 106 ] {} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8824 | 2025.02.10 18:53:13.347434 [ 4 ] {846720c3-1496-46d7-a3f7-14b89e9203de} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001779 sec., 7869.589657110737 rows/sec., 566.51 KiB/sec. | ||
| 8825 | 2025.02.10 18:53:13.347445 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8826 | 2025.02.10 18:53:13.347575 [ 4 ] {846720c3-1496-46d7-a3f7-14b89e9203de} <Debug> TCPHandler: Processed in 0.002176553 sec. | ||
| 8827 | 2025.02.10 18:53:13.347762 [ 191 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 8828 | 2025.02.10 18:53:13.348056 [ 191 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8829 | 2025.02.10 18:53:13.348071 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8830 | 2025.02.10 18:53:13.348107 [ 191 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 14 rows starting from the beginning of the part | ||
| 8831 | 2025.02.10 18:53:13.348248 [ 191 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 8832 | 2025.02.10 18:53:13.348677 [ 191 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 8833 | 2025.02.10 18:53:13.348942 [ 191 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 8834 | 2025.02.10 18:53:13.348956 [ 256 ] {82aede88-7c4c-4b52-9243-3a5d3b36a47b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8835 | 2025.02.10 18:53:13.349184 [ 256 ] {82aede88-7c4c-4b52-9243-3a5d3b36a47b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8836 | 2025.02.10 18:53:13.349193 [ 191 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 8837 | 2025.02.10 18:53:13.351631 [ 256 ] {82aede88-7c4c-4b52-9243-3a5d3b36a47b} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8838 | 2025.02.10 18:53:13.351745 [ 256 ] {82aede88-7c4c-4b52-9243-3a5d3b36a47b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8839 | 2025.02.10 18:53:13.351807 [ 187 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004251512 sec., 16464.73066523157 rows/sec., 1.22 MiB/sec. | ||
| 8840 | 2025.02.10 18:53:13.352030 [ 187 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8841 | 2025.02.10 18:53:13.352581 [ 187 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_29_7} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8842 | 2025.02.10 18:53:13.352592 [ 256 ] {82aede88-7c4c-4b52-9243-3a5d3b36a47b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8843 | 2025.02.10 18:53:13.352716 [ 187 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_29_7} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8844 | 2025.02.10 18:53:13.352863 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8845 | 2025.02.10 18:53:13.353027 [ 256 ] {82aede88-7c4c-4b52-9243-3a5d3b36a47b} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8846 | 2025.02.10 18:53:13.353329 [ 256 ] {82aede88-7c4c-4b52-9243-3a5d3b36a47b} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.004675 sec., 58395.72192513369 rows/sec., 5.15 MiB/sec. | ||
| 8847 | 2025.02.10 18:53:13.353469 [ 256 ] {82aede88-7c4c-4b52-9243-3a5d3b36a47b} <Debug> TCPHandler: Processed in 0.005735549 sec. | ||
| 8848 | 2025.02.10 18:53:13.353688 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8849 | 2025.02.10 18:53:13.353851 [ 4 ] {f95b24ad-d365-4bd2-917f-69f2277c66fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8850 | 2025.02.10 18:53:13.353912 [ 4 ] {f95b24ad-d365-4bd2-917f-69f2277c66fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8851 | 2025.02.10 18:53:13.354512 [ 4 ] {f95b24ad-d365-4bd2-917f-69f2277c66fb} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8852 | 2025.02.10 18:53:13.354550 [ 4 ] {f95b24ad-d365-4bd2-917f-69f2277c66fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8853 | 2025.02.10 18:53:13.354923 [ 4 ] {f95b24ad-d365-4bd2-917f-69f2277c66fb} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8854 | 2025.02.10 18:53:13.355174 [ 4 ] {f95b24ad-d365-4bd2-917f-69f2277c66fb} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8855 | 2025.02.10 18:53:13.355352 [ 4 ] {f95b24ad-d365-4bd2-917f-69f2277c66fb} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001537 sec., 27325.959661678597 rows/sec., 1.96 MiB/sec. | ||
| 8856 | 2025.02.10 18:53:13.355405 [ 4 ] {f95b24ad-d365-4bd2-917f-69f2277c66fb} <Debug> TCPHandler: Processed in 0.001832334 sec. | ||
| 8857 | 2025.02.10 18:53:13.355552 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8858 | 2025.02.10 18:53:13.355669 [ 256 ] {0ef6044f-d2d4-4464-87dc-b9bd64cd8058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8859 | 2025.02.10 18:53:13.355718 [ 256 ] {0ef6044f-d2d4-4464-87dc-b9bd64cd8058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8860 | 2025.02.10 18:53:13.356310 [ 256 ] {0ef6044f-d2d4-4464-87dc-b9bd64cd8058} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8861 | 2025.02.10 18:53:13.356350 [ 256 ] {0ef6044f-d2d4-4464-87dc-b9bd64cd8058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8862 | 2025.02.10 18:53:13.356714 [ 256 ] {0ef6044f-d2d4-4464-87dc-b9bd64cd8058} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8863 | 2025.02.10 18:53:13.356955 [ 256 ] {0ef6044f-d2d4-4464-87dc-b9bd64cd8058} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8864 | 2025.02.10 18:53:13.357221 [ 256 ] {0ef6044f-d2d4-4464-87dc-b9bd64cd8058} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001569 sec., 8922.880815806246 rows/sec., 624.90 KiB/sec. | ||
| 8865 | 2025.02.10 18:53:13.357398 [ 256 ] {0ef6044f-d2d4-4464-87dc-b9bd64cd8058} <Debug> TCPHandler: Processed in 0.001902035 sec. | ||
| 8866 | 2025.02.10 18:53:13.357640 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8867 | 2025.02.10 18:53:13.357778 [ 4 ] {31df33b3-8ec3-442d-a1f6-7322acac823c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8868 | 2025.02.10 18:53:13.357836 [ 4 ] {31df33b3-8ec3-442d-a1f6-7322acac823c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8869 | 2025.02.10 18:53:13.358431 [ 4 ] {31df33b3-8ec3-442d-a1f6-7322acac823c} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8870 | 2025.02.10 18:53:13.358469 [ 4 ] {31df33b3-8ec3-442d-a1f6-7322acac823c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8871 | 2025.02.10 18:53:13.358830 [ 4 ] {31df33b3-8ec3-442d-a1f6-7322acac823c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8872 | 2025.02.10 18:53:13.359065 [ 4 ] {31df33b3-8ec3-442d-a1f6-7322acac823c} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8873 | 2025.02.10 18:53:13.359243 [ 123 ] {} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8874 | 2025.02.10 18:53:13.359308 [ 4 ] {31df33b3-8ec3-442d-a1f6-7322acac823c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001555 sec., 8360.128617363343 rows/sec., 521.25 KiB/sec. | ||
| 8875 | 2025.02.10 18:53:13.359316 [ 123 ] {} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8876 | 2025.02.10 18:53:13.359392 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8877 | 2025.02.10 18:53:13.359427 [ 4 ] {31df33b3-8ec3-442d-a1f6-7322acac823c} <Debug> TCPHandler: Processed in 0.001908726 sec. | ||
| 8878 | 2025.02.10 18:53:13.359789 [ 191 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 8879 | 2025.02.10 18:53:13.359871 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8880 | 2025.02.10 18:53:13.360273 [ 191 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8881 | 2025.02.10 18:53:13.360373 [ 191 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 13 rows starting from the beginning of the part | ||
| 8882 | 2025.02.10 18:53:13.360381 [ 256 ] {16be9185-45ca-42b3-a379-8ef796c0fca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8883 | 2025.02.10 18:53:13.360537 [ 256 ] {16be9185-45ca-42b3-a379-8ef796c0fca4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8884 | 2025.02.10 18:53:13.360632 [ 191 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 13 rows starting from the beginning of the part | ||
| 8885 | 2025.02.10 18:53:13.360973 [ 191 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 13 rows starting from the beginning of the part | ||
| 8886 | 2025.02.10 18:53:13.361303 [ 191 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 13 rows starting from the beginning of the part | ||
| 8887 | 2025.02.10 18:53:13.361641 [ 191 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 13 rows starting from the beginning of the part | ||
| 8888 | 2025.02.10 18:53:13.363480 [ 256 ] {16be9185-45ca-42b3-a379-8ef796c0fca4} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8889 | 2025.02.10 18:53:13.363558 [ 256 ] {16be9185-45ca-42b3-a379-8ef796c0fca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8890 | 2025.02.10 18:53:13.364192 [ 196 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004707804 sec., 13806.8619679154 rows/sec., 914.79 KiB/sec. | ||
| 8891 | 2025.02.10 18:53:13.364461 [ 256 ] {16be9185-45ca-42b3-a379-8ef796c0fca4} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8892 | 2025.02.10 18:53:13.364495 [ 196 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8893 | 2025.02.10 18:53:13.364912 [ 256 ] {16be9185-45ca-42b3-a379-8ef796c0fca4} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8894 | 2025.02.10 18:53:13.365220 [ 196 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_29_7} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8895 | 2025.02.10 18:53:13.365336 [ 256 ] {16be9185-45ca-42b3-a379-8ef796c0fca4} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.005044 sec., 82672.48215701824 rows/sec., 5.90 MiB/sec. | ||
| 8896 | 2025.02.10 18:53:13.365429 [ 196 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_29_7} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8897 | 2025.02.10 18:53:13.365468 [ 256 ] {16be9185-45ca-42b3-a379-8ef796c0fca4} <Debug> TCPHandler: Processed in 0.005891712 sec. | ||
| 8898 | 2025.02.10 18:53:13.365673 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8899 | 2025.02.10 18:53:13.365700 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8900 | 2025.02.10 18:53:13.365848 [ 4 ] {16a66261-fcf1-46e4-9a98-2cad7571c381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8901 | 2025.02.10 18:53:13.365908 [ 4 ] {16a66261-fcf1-46e4-9a98-2cad7571c381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8902 | 2025.02.10 18:53:13.366398 [ 4 ] {16a66261-fcf1-46e4-9a98-2cad7571c381} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8903 | 2025.02.10 18:53:13.366437 [ 4 ] {16a66261-fcf1-46e4-9a98-2cad7571c381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8904 | 2025.02.10 18:53:13.366811 [ 4 ] {16a66261-fcf1-46e4-9a98-2cad7571c381} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8905 | 2025.02.10 18:53:13.367053 [ 4 ] {16a66261-fcf1-46e4-9a98-2cad7571c381} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8906 | 2025.02.10 18:53:13.367260 [ 4 ] {16a66261-fcf1-46e4-9a98-2cad7571c381} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001441 sec., 4163.775156141568 rows/sec., 217.54 KiB/sec. | ||
| 8907 | 2025.02.10 18:53:13.367312 [ 4 ] {16a66261-fcf1-46e4-9a98-2cad7571c381} <Debug> TCPHandler: Processed in 0.001733482 sec. | ||
| 8908 | 2025.02.10 18:53:13.367508 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8909 | 2025.02.10 18:53:13.367728 [ 256 ] {e37864fd-37d6-42ec-b90d-8a1d96eefc8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8910 | 2025.02.10 18:53:13.367826 [ 256 ] {e37864fd-37d6-42ec-b90d-8a1d96eefc8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8911 | 2025.02.10 18:53:13.368509 [ 256 ] {e37864fd-37d6-42ec-b90d-8a1d96eefc8d} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8912 | 2025.02.10 18:53:13.368549 [ 256 ] {e37864fd-37d6-42ec-b90d-8a1d96eefc8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8913 | 2025.02.10 18:53:13.368958 [ 256 ] {e37864fd-37d6-42ec-b90d-8a1d96eefc8d} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8914 | 2025.02.10 18:53:13.369208 [ 256 ] {e37864fd-37d6-42ec-b90d-8a1d96eefc8d} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8915 | 2025.02.10 18:53:13.369467 [ 256 ] {e37864fd-37d6-42ec-b90d-8a1d96eefc8d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001784 sec., 132847.533632287 rows/sec., 8.90 MiB/sec. | ||
| 8916 | 2025.02.10 18:53:13.369528 [ 256 ] {e37864fd-37d6-42ec-b90d-8a1d96eefc8d} <Debug> TCPHandler: Processed in 0.002126161 sec. | ||
| 8917 | 2025.02.10 18:53:13.369789 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8918 | 2025.02.10 18:53:13.369962 [ 4 ] {684965f2-f1d7-48ca-a545-89fceff3330b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8919 | 2025.02.10 18:53:13.370021 [ 4 ] {684965f2-f1d7-48ca-a545-89fceff3330b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8920 | 2025.02.10 18:53:13.370492 [ 4 ] {684965f2-f1d7-48ca-a545-89fceff3330b} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8921 | 2025.02.10 18:53:13.370531 [ 4 ] {684965f2-f1d7-48ca-a545-89fceff3330b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8922 | 2025.02.10 18:53:13.370892 [ 4 ] {684965f2-f1d7-48ca-a545-89fceff3330b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8923 | 2025.02.10 18:53:13.371138 [ 4 ] {684965f2-f1d7-48ca-a545-89fceff3330b} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8924 | 2025.02.10 18:53:13.371368 [ 4 ] {684965f2-f1d7-48ca-a545-89fceff3330b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001435 sec., 696.8641114982578 rows/sec., 46.96 KiB/sec. | ||
| 8925 | 2025.02.10 18:53:13.371494 [ 4 ] {684965f2-f1d7-48ca-a545-89fceff3330b} <Debug> TCPHandler: Processed in 0.001844214 sec. | ||
| 8926 | 2025.02.10 18:53:13.371631 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8927 | 2025.02.10 18:53:13.371748 [ 256 ] {1a2abd0e-80eb-4627-a8db-7dce2a3860fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8928 | 2025.02.10 18:53:13.371828 [ 256 ] {1a2abd0e-80eb-4627-a8db-7dce2a3860fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8929 | 2025.02.10 18:53:13.372965 [ 256 ] {1a2abd0e-80eb-4627-a8db-7dce2a3860fa} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8930 | 2025.02.10 18:53:13.373004 [ 256 ] {1a2abd0e-80eb-4627-a8db-7dce2a3860fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8931 | 2025.02.10 18:53:13.373682 [ 256 ] {1a2abd0e-80eb-4627-a8db-7dce2a3860fa} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8932 | 2025.02.10 18:53:13.373938 [ 256 ] {1a2abd0e-80eb-4627-a8db-7dce2a3860fa} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8933 | 2025.02.10 18:53:13.374191 [ 256 ] {1a2abd0e-80eb-4627-a8db-7dce2a3860fa} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002467 sec., 14187.271990271585 rows/sec., 25.42 MiB/sec. | ||
| 8934 | 2025.02.10 18:53:13.374284 [ 256 ] {1a2abd0e-80eb-4627-a8db-7dce2a3860fa} <Debug> TCPHandler: Processed in 0.002712025 sec. | ||
| 8935 | 2025.02.10 18:53:13.374431 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8936 | 2025.02.10 18:53:13.374569 [ 4 ] {dab3d4f2-a487-4138-a71e-65c5720b7402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8937 | 2025.02.10 18:53:13.374629 [ 4 ] {dab3d4f2-a487-4138-a71e-65c5720b7402} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8938 | 2025.02.10 18:53:13.375158 [ 4 ] {dab3d4f2-a487-4138-a71e-65c5720b7402} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8939 | 2025.02.10 18:53:13.375198 [ 4 ] {dab3d4f2-a487-4138-a71e-65c5720b7402} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8940 | 2025.02.10 18:53:13.375569 [ 4 ] {dab3d4f2-a487-4138-a71e-65c5720b7402} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8941 | 2025.02.10 18:53:13.375818 [ 4 ] {dab3d4f2-a487-4138-a71e-65c5720b7402} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8942 | 2025.02.10 18:53:13.376021 [ 4 ] {dab3d4f2-a487-4138-a71e-65c5720b7402} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001483 sec., 55293.32434254889 rows/sec., 3.51 MiB/sec. | ||
| 8943 | 2025.02.10 18:53:13.376074 [ 4 ] {dab3d4f2-a487-4138-a71e-65c5720b7402} <Debug> TCPHandler: Processed in 0.001708301 sec. | ||
| 8944 | 2025.02.10 18:53:17.602442 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8945 | 2025.02.10 18:53:17.602518 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8946 | 2025.02.10 18:53:17.740656 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276 | ||
| 8947 | 2025.02.10 18:53:17.741289 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8948 | 2025.02.10 18:53:17.741330 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8949 | 2025.02.10 18:53:17.741865 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8950 | 2025.02.10 18:53:17.742144 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8951 | 2025.02.10 18:53:17.742338 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8952 | 2025.02.10 18:53:18.340248 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8953 | 2025.02.10 18:53:18.340461 [ 4 ] {2546bc8d-71f9-45d5-a8ca-2bfa579cf0dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8954 | 2025.02.10 18:53:18.340543 [ 4 ] {2546bc8d-71f9-45d5-a8ca-2bfa579cf0dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8955 | 2025.02.10 18:53:18.341416 [ 4 ] {2546bc8d-71f9-45d5-a8ca-2bfa579cf0dc} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8956 | 2025.02.10 18:53:18.341470 [ 4 ] {2546bc8d-71f9-45d5-a8ca-2bfa579cf0dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8957 | 2025.02.10 18:53:18.341910 [ 4 ] {2546bc8d-71f9-45d5-a8ca-2bfa579cf0dc} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8958 | 2025.02.10 18:53:18.342166 [ 4 ] {2546bc8d-71f9-45d5-a8ca-2bfa579cf0dc} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8959 | 2025.02.10 18:53:18.342408 [ 4 ] {2546bc8d-71f9-45d5-a8ca-2bfa579cf0dc} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.002003 sec., 32950.57413879181 rows/sec., 2.62 MiB/sec. | ||
| 8960 | 2025.02.10 18:53:18.342479 [ 4 ] {2546bc8d-71f9-45d5-a8ca-2bfa579cf0dc} <Debug> TCPHandler: Processed in 0.002368977 sec. | ||
| 8961 | 2025.02.10 18:53:18.342744 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8962 | 2025.02.10 18:53:18.342938 [ 256 ] {be6d4dab-b537-4ffc-ad43-a7994f50986a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8963 | 2025.02.10 18:53:18.343011 [ 256 ] {be6d4dab-b537-4ffc-ad43-a7994f50986a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8964 | 2025.02.10 18:53:18.343756 [ 256 ] {be6d4dab-b537-4ffc-ad43-a7994f50986a} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8965 | 2025.02.10 18:53:18.343799 [ 256 ] {be6d4dab-b537-4ffc-ad43-a7994f50986a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8966 | 2025.02.10 18:53:18.344246 [ 256 ] {be6d4dab-b537-4ffc-ad43-a7994f50986a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8967 | 2025.02.10 18:53:18.344511 [ 256 ] {be6d4dab-b537-4ffc-ad43-a7994f50986a} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8968 | 2025.02.10 18:53:18.344743 [ 256 ] {be6d4dab-b537-4ffc-ad43-a7994f50986a} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.00185 sec., 2702.7027027027025 rows/sec., 203.23 KiB/sec. | ||
| 8969 | 2025.02.10 18:53:18.344813 [ 256 ] {be6d4dab-b537-4ffc-ad43-a7994f50986a} <Debug> TCPHandler: Processed in 0.002203603 sec. | ||
| 8970 | 2025.02.10 18:53:18.345044 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8971 | 2025.02.10 18:53:18.345228 [ 4 ] {e59aafac-9ede-4bcf-bb71-10ee586b13b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8972 | 2025.02.10 18:53:18.345293 [ 4 ] {e59aafac-9ede-4bcf-bb71-10ee586b13b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8973 | 2025.02.10 18:53:18.346027 [ 4 ] {e59aafac-9ede-4bcf-bb71-10ee586b13b5} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8974 | 2025.02.10 18:53:18.346082 [ 4 ] {e59aafac-9ede-4bcf-bb71-10ee586b13b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8975 | 2025.02.10 18:53:18.346475 [ 4 ] {e59aafac-9ede-4bcf-bb71-10ee586b13b5} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8976 | 2025.02.10 18:53:18.346712 [ 4 ] {e59aafac-9ede-4bcf-bb71-10ee586b13b5} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8977 | 2025.02.10 18:53:18.346922 [ 4 ] {e59aafac-9ede-4bcf-bb71-10ee586b13b5} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001729 sec., 39907.46096009254 rows/sec., 3.12 MiB/sec. | ||
| 8978 | 2025.02.10 18:53:18.346978 [ 4 ] {e59aafac-9ede-4bcf-bb71-10ee586b13b5} <Debug> TCPHandler: Processed in 0.002065759 sec. | ||
| 8979 | 2025.02.10 18:53:18.347112 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8980 | 2025.02.10 18:53:18.347245 [ 256 ] {635b3c9c-94a2-4d5c-8e5b-274014897f53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8981 | 2025.02.10 18:53:18.347310 [ 256 ] {635b3c9c-94a2-4d5c-8e5b-274014897f53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8982 | 2025.02.10 18:53:18.348001 [ 256 ] {635b3c9c-94a2-4d5c-8e5b-274014897f53} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8983 | 2025.02.10 18:53:18.348047 [ 256 ] {635b3c9c-94a2-4d5c-8e5b-274014897f53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8984 | 2025.02.10 18:53:18.348485 [ 256 ] {635b3c9c-94a2-4d5c-8e5b-274014897f53} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8985 | 2025.02.10 18:53:18.348731 [ 256 ] {635b3c9c-94a2-4d5c-8e5b-274014897f53} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8986 | 2025.02.10 18:53:18.348931 [ 256 ] {635b3c9c-94a2-4d5c-8e5b-274014897f53} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001723 sec., 92861.28845037725 rows/sec., 6.47 MiB/sec. | ||
| 8987 | 2025.02.10 18:53:18.349013 [ 256 ] {635b3c9c-94a2-4d5c-8e5b-274014897f53} <Debug> TCPHandler: Processed in 0.001958207 sec. | ||
| 8988 | 2025.02.10 18:53:18.349222 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8989 | 2025.02.10 18:53:18.349577 [ 4 ] {42ba5979-1734-46d8-8549-68fdd119291f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8990 | 2025.02.10 18:53:18.349788 [ 4 ] {42ba5979-1734-46d8-8549-68fdd119291f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8991 | 2025.02.10 18:53:18.350959 [ 4 ] {42ba5979-1734-46d8-8549-68fdd119291f} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8992 | 2025.02.10 18:53:18.351002 [ 4 ] {42ba5979-1734-46d8-8549-68fdd119291f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 8993 | 2025.02.10 18:53:18.351619 [ 4 ] {42ba5979-1734-46d8-8549-68fdd119291f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8994 | 2025.02.10 18:53:18.351882 [ 4 ] {42ba5979-1734-46d8-8549-68fdd119291f} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8995 | 2025.02.10 18:53:18.352124 [ 4 ] {42ba5979-1734-46d8-8549-68fdd119291f} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002678 sec., 1867.0649738610905 rows/sec., 3.35 MiB/sec. | ||
| 8996 | 2025.02.10 18:53:18.352222 [ 4 ] {42ba5979-1734-46d8-8549-68fdd119291f} <Debug> TCPHandler: Processed in 0.003128736 sec. | ||
| 8997 | 2025.02.10 18:53:18.352382 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8998 | 2025.02.10 18:53:18.352523 [ 256 ] {6c60971f-549b-42c6-8130-c80a63c37e8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8999 | 2025.02.10 18:53:18.352583 [ 256 ] {6c60971f-549b-42c6-8130-c80a63c37e8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9000 | 2025.02.10 18:53:18.353171 [ 256 ] {6c60971f-549b-42c6-8130-c80a63c37e8e} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9001 | 2025.02.10 18:53:18.353215 [ 256 ] {6c60971f-549b-42c6-8130-c80a63c37e8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9002 | 2025.02.10 18:53:18.353609 [ 256 ] {6c60971f-549b-42c6-8130-c80a63c37e8e} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9003 | 2025.02.10 18:53:18.353856 [ 256 ] {6c60971f-549b-42c6-8130-c80a63c37e8e} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9004 | 2025.02.10 18:53:18.354038 [ 256 ] {6c60971f-549b-42c6-8130-c80a63c37e8e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001549 sec., 38734.66752743706 rows/sec., 2.61 MiB/sec. | ||
| 9005 | 2025.02.10 18:53:18.354092 [ 256 ] {6c60971f-549b-42c6-8130-c80a63c37e8e} <Debug> TCPHandler: Processed in 0.001777293 sec. | ||
| 9006 | 2025.02.10 18:53:19.092804 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 9007 | 2025.02.10 18:53:19.111684 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9008 | 2025.02.10 18:53:19.111744 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9009 | 2025.02.10 18:53:19.118690 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 9010 | 2025.02.10 18:53:19.119420 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9011 | 2025.02.10 18:53:19.122064 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 9012 | 2025.02.10 18:53:22.842101 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1294 | ||
| 9013 | 2025.02.10 18:53:22.845200 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9014 | 2025.02.10 18:53:22.845256 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9015 | 2025.02.10 18:53:22.846724 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9016 | 2025.02.10 18:53:22.847052 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9017 | 2025.02.10 18:53:22.847331 [ 92 ] {} <Debug> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 9018 | 2025.02.10 18:53:22.847492 [ 92 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9019 | 2025.02.10 18:53:22.847605 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9020 | 2025.02.10 18:53:22.848453 [ 195 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 9021 | 2025.02.10 18:53:22.849677 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1294 | ||
| 9022 | 2025.02.10 18:53:22.850093 [ 195 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9023 | 2025.02.10 18:53:22.850300 [ 195 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1098 rows starting from the beginning of the part | ||
| 9024 | 2025.02.10 18:53:22.850842 [ 195 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 46 rows starting from the beginning of the part | ||
| 9025 | 2025.02.10 18:53:22.851359 [ 195 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part | ||
| 9026 | 2025.02.10 18:53:22.851975 [ 195 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 36 rows starting from the beginning of the part | ||
| 9027 | 2025.02.10 18:53:22.852567 [ 195 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 46 rows starting from the beginning of the part | ||
| 9028 | 2025.02.10 18:53:22.853235 [ 195 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 34 rows starting from the beginning of the part | ||
| 9029 | 2025.02.10 18:53:22.861600 [ 194 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1294 rows, containing 72 columns (72 merged, 0 gathered) in 0.013772442 sec., 93955.74147271777 rows/sec., 73.77 MiB/sec. | ||
| 9030 | 2025.02.10 18:53:22.862917 [ 199 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 9031 | 2025.02.10 18:53:22.863629 [ 199 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_31_6} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9032 | 2025.02.10 18:53:22.863722 [ 199 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_31_6} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 9033 | 2025.02.10 18:53:22.863940 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. | ||
| 9034 | 2025.02.10 18:53:23.346438 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9035 | 2025.02.10 18:53:23.346649 [ 4 ] {aab63fee-3749-4069-ad70-c18e649fef55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9036 | 2025.02.10 18:53:23.346733 [ 4 ] {aab63fee-3749-4069-ad70-c18e649fef55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9037 | 2025.02.10 18:53:23.347600 [ 4 ] {aab63fee-3749-4069-ad70-c18e649fef55} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9038 | 2025.02.10 18:53:23.347653 [ 4 ] {aab63fee-3749-4069-ad70-c18e649fef55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9039 | 2025.02.10 18:53:23.348086 [ 4 ] {aab63fee-3749-4069-ad70-c18e649fef55} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9040 | 2025.02.10 18:53:23.348356 [ 4 ] {aab63fee-3749-4069-ad70-c18e649fef55} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9041 | 2025.02.10 18:53:23.348599 [ 4 ] {aab63fee-3749-4069-ad70-c18e649fef55} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002008 sec., 6972.111553784861 rows/sec., 501.90 KiB/sec. | ||
| 9042 | 2025.02.10 18:53:23.348661 [ 4 ] {aab63fee-3749-4069-ad70-c18e649fef55} <Debug> TCPHandler: Processed in 0.002356386 sec. | ||
| 9043 | 2025.02.10 18:53:23.348988 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9044 | 2025.02.10 18:53:23.349296 [ 256 ] {b5a78111-e8bf-466b-871c-bd897a102646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9045 | 2025.02.10 18:53:23.349410 [ 256 ] {b5a78111-e8bf-466b-871c-bd897a102646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9046 | 2025.02.10 18:53:23.350183 [ 256 ] {b5a78111-e8bf-466b-871c-bd897a102646} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9047 | 2025.02.10 18:53:23.350230 [ 256 ] {b5a78111-e8bf-466b-871c-bd897a102646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9048 | 2025.02.10 18:53:23.350670 [ 256 ] {b5a78111-e8bf-466b-871c-bd897a102646} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 9049 | 2025.02.10 18:53:23.350960 [ 256 ] {b5a78111-e8bf-466b-871c-bd897a102646} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9050 | 2025.02.10 18:53:23.351207 [ 256 ] {b5a78111-e8bf-466b-871c-bd897a102646} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001998 sec., 5005.005005005005 rows/sec., 408.12 KiB/sec. | ||
| 9051 | 2025.02.10 18:53:23.351265 [ 256 ] {b5a78111-e8bf-466b-871c-bd897a102646} <Debug> TCPHandler: Processed in 0.002467 sec. | ||
| 9052 | 2025.02.10 18:53:23.351438 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9053 | 2025.02.10 18:53:23.351565 [ 4 ] {6d5d5205-b5c6-4201-b3c1-88c1c08b73ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9054 | 2025.02.10 18:53:23.351619 [ 4 ] {6d5d5205-b5c6-4201-b3c1-88c1c08b73ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9055 | 2025.02.10 18:53:23.352345 [ 4 ] {6d5d5205-b5c6-4201-b3c1-88c1c08b73ad} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9056 | 2025.02.10 18:53:23.352386 [ 4 ] {6d5d5205-b5c6-4201-b3c1-88c1c08b73ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9057 | 2025.02.10 18:53:23.352778 [ 4 ] {6d5d5205-b5c6-4201-b3c1-88c1c08b73ad} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9058 | 2025.02.10 18:53:23.353021 [ 4 ] {6d5d5205-b5c6-4201-b3c1-88c1c08b73ad} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9059 | 2025.02.10 18:53:23.353244 [ 4 ] {6d5d5205-b5c6-4201-b3c1-88c1c08b73ad} <Debug> executeQuery: Read 278 rows, 25.00 KiB in 0.001707 sec., 162858.8166373755 rows/sec., 14.30 MiB/sec. | ||
| 9060 | 2025.02.10 18:53:23.353301 [ 4 ] {6d5d5205-b5c6-4201-b3c1-88c1c08b73ad} <Debug> TCPHandler: Processed in 0.001925046 sec. | ||
| 9061 | 2025.02.10 18:53:23.353501 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9062 | 2025.02.10 18:53:23.353728 [ 256 ] {a11482f7-0f59-4ee4-9fbf-123286ed656f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9063 | 2025.02.10 18:53:23.353820 [ 256 ] {a11482f7-0f59-4ee4-9fbf-123286ed656f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9064 | 2025.02.10 18:53:23.354718 [ 256 ] {a11482f7-0f59-4ee4-9fbf-123286ed656f} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9065 | 2025.02.10 18:53:23.354759 [ 256 ] {a11482f7-0f59-4ee4-9fbf-123286ed656f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9066 | 2025.02.10 18:53:23.355126 [ 256 ] {a11482f7-0f59-4ee4-9fbf-123286ed656f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9067 | 2025.02.10 18:53:23.355367 [ 256 ] {a11482f7-0f59-4ee4-9fbf-123286ed656f} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9068 | 2025.02.10 18:53:23.355589 [ 256 ] {a11482f7-0f59-4ee4-9fbf-123286ed656f} <Debug> executeQuery: Read 52 rows, 3.79 KiB in 0.001918 sec., 27111.57455683003 rows/sec., 1.93 MiB/sec. | ||
| 9069 | 2025.02.10 18:53:23.355642 [ 256 ] {a11482f7-0f59-4ee4-9fbf-123286ed656f} <Debug> TCPHandler: Processed in 0.002250245 sec. | ||
| 9070 | 2025.02.10 18:53:23.355794 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9071 | 2025.02.10 18:53:23.355935 [ 4 ] {6331eb30-3828-4a2b-ae96-005805c4b63f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9072 | 2025.02.10 18:53:23.355996 [ 4 ] {6331eb30-3828-4a2b-ae96-005805c4b63f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9073 | 2025.02.10 18:53:23.356632 [ 4 ] {6331eb30-3828-4a2b-ae96-005805c4b63f} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9074 | 2025.02.10 18:53:23.356672 [ 4 ] {6331eb30-3828-4a2b-ae96-005805c4b63f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9075 | 2025.02.10 18:53:23.357034 [ 4 ] {6331eb30-3828-4a2b-ae96-005805c4b63f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 9076 | 2025.02.10 18:53:23.357287 [ 4 ] {6331eb30-3828-4a2b-ae96-005805c4b63f} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9077 | 2025.02.10 18:53:23.357500 [ 4 ] {6331eb30-3828-4a2b-ae96-005805c4b63f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001597 sec., 8766.437069505324 rows/sec., 613.94 KiB/sec. | ||
| 9078 | 2025.02.10 18:53:23.357556 [ 4 ] {6331eb30-3828-4a2b-ae96-005805c4b63f} <Debug> TCPHandler: Processed in 0.001832184 sec. | ||
| 9079 | 2025.02.10 18:53:23.357701 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9080 | 2025.02.10 18:53:23.357840 [ 256 ] {2385094c-fd7c-4de9-a1be-a70513d0bae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9081 | 2025.02.10 18:53:23.357897 [ 256 ] {2385094c-fd7c-4de9-a1be-a70513d0bae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9082 | 2025.02.10 18:53:23.358565 [ 256 ] {2385094c-fd7c-4de9-a1be-a70513d0bae9} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9083 | 2025.02.10 18:53:23.358605 [ 256 ] {2385094c-fd7c-4de9-a1be-a70513d0bae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9084 | 2025.02.10 18:53:23.358970 [ 256 ] {2385094c-fd7c-4de9-a1be-a70513d0bae9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9085 | 2025.02.10 18:53:23.359206 [ 256 ] {2385094c-fd7c-4de9-a1be-a70513d0bae9} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9086 | 2025.02.10 18:53:23.359448 [ 256 ] {2385094c-fd7c-4de9-a1be-a70513d0bae9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001627 sec., 7990.165949600492 rows/sec., 498.18 KiB/sec. | ||
| 9087 | 2025.02.10 18:53:23.359589 [ 256 ] {2385094c-fd7c-4de9-a1be-a70513d0bae9} <Debug> TCPHandler: Processed in 0.001953107 sec. | ||
| 9088 | 2025.02.10 18:53:23.359815 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9089 | 2025.02.10 18:53:23.359962 [ 4 ] {d7e26d89-16e1-4f36-a9e1-4fe39fca9409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9090 | 2025.02.10 18:53:23.360022 [ 4 ] {d7e26d89-16e1-4f36-a9e1-4fe39fca9409} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9091 | 2025.02.10 18:53:23.360803 [ 4 ] {d7e26d89-16e1-4f36-a9e1-4fe39fca9409} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9092 | 2025.02.10 18:53:23.360842 [ 4 ] {d7e26d89-16e1-4f36-a9e1-4fe39fca9409} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9093 | 2025.02.10 18:53:23.361224 [ 4 ] {d7e26d89-16e1-4f36-a9e1-4fe39fca9409} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9094 | 2025.02.10 18:53:23.361460 [ 4 ] {d7e26d89-16e1-4f36-a9e1-4fe39fca9409} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9095 | 2025.02.10 18:53:23.361676 [ 4 ] {d7e26d89-16e1-4f36-a9e1-4fe39fca9409} <Debug> executeQuery: Read 427 rows, 31.30 KiB in 0.001745 sec., 244699.14040114614 rows/sec., 17.52 MiB/sec. | ||
| 9096 | 2025.02.10 18:53:23.361730 [ 4 ] {d7e26d89-16e1-4f36-a9e1-4fe39fca9409} <Debug> TCPHandler: Processed in 0.002050739 sec. | ||
| 9097 | 2025.02.10 18:53:23.361873 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9098 | 2025.02.10 18:53:23.362011 [ 256 ] {c33c6949-5808-422c-a678-4ee6beb87724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9099 | 2025.02.10 18:53:23.362070 [ 256 ] {c33c6949-5808-422c-a678-4ee6beb87724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9100 | 2025.02.10 18:53:23.362601 [ 256 ] {c33c6949-5808-422c-a678-4ee6beb87724} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9101 | 2025.02.10 18:53:23.362641 [ 256 ] {c33c6949-5808-422c-a678-4ee6beb87724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9102 | 2025.02.10 18:53:23.363003 [ 256 ] {c33c6949-5808-422c-a678-4ee6beb87724} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9103 | 2025.02.10 18:53:23.363239 [ 256 ] {c33c6949-5808-422c-a678-4ee6beb87724} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9104 | 2025.02.10 18:53:23.363464 [ 256 ] {c33c6949-5808-422c-a678-4ee6beb87724} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001482 sec., 4048.5829959514167 rows/sec., 211.52 KiB/sec. | ||
| 9105 | 2025.02.10 18:53:23.363576 [ 256 ] {c33c6949-5808-422c-a678-4ee6beb87724} <Debug> TCPHandler: Processed in 0.001769013 sec. | ||
| 9106 | 2025.02.10 18:53:23.363766 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9107 | 2025.02.10 18:53:23.363905 [ 4 ] {fe458197-85a5-407d-8a76-6ddf84266d75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9108 | 2025.02.10 18:53:23.363997 [ 4 ] {fe458197-85a5-407d-8a76-6ddf84266d75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9109 | 2025.02.10 18:53:23.364629 [ 4 ] {fe458197-85a5-407d-8a76-6ddf84266d75} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9110 | 2025.02.10 18:53:23.364668 [ 4 ] {fe458197-85a5-407d-8a76-6ddf84266d75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9111 | 2025.02.10 18:53:23.365062 [ 4 ] {fe458197-85a5-407d-8a76-6ddf84266d75} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9112 | 2025.02.10 18:53:23.365307 [ 4 ] {fe458197-85a5-407d-8a76-6ddf84266d75} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9113 | 2025.02.10 18:53:23.365517 [ 4 ] {fe458197-85a5-407d-8a76-6ddf84266d75} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.001645 sec., 147112.46200607903 rows/sec., 9.87 MiB/sec. | ||
| 9114 | 2025.02.10 18:53:23.365571 [ 4 ] {fe458197-85a5-407d-8a76-6ddf84266d75} <Debug> TCPHandler: Processed in 0.001916236 sec. | ||
| 9115 | 2025.02.10 18:53:23.365761 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9116 | 2025.02.10 18:53:23.366026 [ 256 ] {6eae2b72-cf9b-4920-a086-f5e82411a5fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9117 | 2025.02.10 18:53:23.366124 [ 256 ] {6eae2b72-cf9b-4920-a086-f5e82411a5fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9118 | 2025.02.10 18:53:23.366729 [ 256 ] {6eae2b72-cf9b-4920-a086-f5e82411a5fe} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9119 | 2025.02.10 18:53:23.366768 [ 256 ] {6eae2b72-cf9b-4920-a086-f5e82411a5fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9120 | 2025.02.10 18:53:23.367125 [ 256 ] {6eae2b72-cf9b-4920-a086-f5e82411a5fe} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9121 | 2025.02.10 18:53:23.367361 [ 256 ] {6eae2b72-cf9b-4920-a086-f5e82411a5fe} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9122 | 2025.02.10 18:53:23.367526 [ 92 ] {} <Debug> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 9123 | 2025.02.10 18:53:23.367588 [ 256 ] {6eae2b72-cf9b-4920-a086-f5e82411a5fe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001613 sec., 619.962802231866 rows/sec., 41.77 KiB/sec. | ||
| 9124 | 2025.02.10 18:53:23.367608 [ 92 ] {} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9125 | 2025.02.10 18:53:23.367677 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9126 | 2025.02.10 18:53:23.367705 [ 256 ] {6eae2b72-cf9b-4920-a086-f5e82411a5fe} <Debug> TCPHandler: Processed in 0.002050889 sec. | ||
| 9127 | 2025.02.10 18:53:23.367973 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9128 | 2025.02.10 18:53:23.368063 [ 189 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
| 9129 | 2025.02.10 18:53:23.368363 [ 4 ] {f369abe5-b848-4f1b-add6-2dae87c0d94a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9130 | 2025.02.10 18:53:23.368774 [ 4 ] {f369abe5-b848-4f1b-add6-2dae87c0d94a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9131 | 2025.02.10 18:53:23.368796 [ 189 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9132 | 2025.02.10 18:53:23.369053 [ 189 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 25 rows starting from the beginning of the part | ||
| 9133 | 2025.02.10 18:53:23.369422 [ 189 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 9134 | 2025.02.10 18:53:23.369825 [ 189 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 9135 | 2025.02.10 18:53:23.370180 [ 189 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 9136 | 2025.02.10 18:53:23.370578 [ 189 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 9137 | 2025.02.10 18:53:23.370966 [ 189 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 9138 | 2025.02.10 18:53:23.374369 [ 200 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.006575999 sec., 4562.044489361997 rows/sec., 307.40 KiB/sec. | ||
| 9139 | 2025.02.10 18:53:23.374639 [ 4 ] {f369abe5-b848-4f1b-add6-2dae87c0d94a} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9140 | 2025.02.10 18:53:23.374694 [ 4 ] {f369abe5-b848-4f1b-add6-2dae87c0d94a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9141 | 2025.02.10 18:53:23.374787 [ 200 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 9142 | 2025.02.10 18:53:23.375831 [ 200 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_30_6} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9143 | 2025.02.10 18:53:23.376048 [ 200 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_30_6} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 9144 | 2025.02.10 18:53:23.376201 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 9145 | 2025.02.10 18:53:23.376337 [ 4 ] {f369abe5-b848-4f1b-add6-2dae87c0d94a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9146 | 2025.02.10 18:53:23.376622 [ 4 ] {f369abe5-b848-4f1b-add6-2dae87c0d94a} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9147 | 2025.02.10 18:53:23.376892 [ 4 ] {f369abe5-b848-4f1b-add6-2dae87c0d94a} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.008664 sec., 4039.7045244690676 rows/sec., 7.24 MiB/sec. | ||
| 9148 | 2025.02.10 18:53:23.377028 [ 4 ] {f369abe5-b848-4f1b-add6-2dae87c0d94a} <Debug> TCPHandler: Processed in 0.009244332 sec. | ||
| 9149 | 2025.02.10 18:53:23.377189 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9150 | 2025.02.10 18:53:23.377332 [ 256 ] {91f570a3-c2e9-40f5-8d29-9a67253c113d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9151 | 2025.02.10 18:53:23.377392 [ 256 ] {91f570a3-c2e9-40f5-8d29-9a67253c113d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9152 | 2025.02.10 18:53:23.378233 [ 256 ] {91f570a3-c2e9-40f5-8d29-9a67253c113d} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9153 | 2025.02.10 18:53:23.378304 [ 256 ] {91f570a3-c2e9-40f5-8d29-9a67253c113d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9154 | 2025.02.10 18:53:23.378734 [ 256 ] {91f570a3-c2e9-40f5-8d29-9a67253c113d} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9155 | 2025.02.10 18:53:23.378985 [ 256 ] {91f570a3-c2e9-40f5-8d29-9a67253c113d} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9156 | 2025.02.10 18:53:23.379221 [ 256 ] {91f570a3-c2e9-40f5-8d29-9a67253c113d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001917 sec., 42775.169535732915 rows/sec., 2.72 MiB/sec. | ||
| 9157 | 2025.02.10 18:53:23.379285 [ 256 ] {91f570a3-c2e9-40f5-8d29-9a67253c113d} <Debug> TCPHandler: Processed in 0.002164662 sec. | ||
| 9158 | 2025.02.10 18:53:25.242521 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764 | ||
| 9159 | 2025.02.10 18:53:25.243476 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9160 | 2025.02.10 18:53:25.243516 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9161 | 2025.02.10 18:53:25.244049 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9162 | 2025.02.10 18:53:25.244306 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9163 | 2025.02.10 18:53:25.244514 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 | ||
| 9164 | 2025.02.10 18:53:26.622173 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 | ||
| 9165 | 2025.02.10 18:53:26.642483 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9166 | 2025.02.10 18:53:26.642554 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9167 | 2025.02.10 18:53:26.650587 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9168 | 2025.02.10 18:53:26.652175 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9169 | 2025.02.10 18:53:26.657301 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324 | ||
| 9170 | 2025.02.10 18:53:28.340398 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9171 | 2025.02.10 18:53:28.340583 [ 4 ] {58ecb8d3-bfe6-48a4-a72c-f4fcd513b150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9172 | 2025.02.10 18:53:28.340655 [ 4 ] {58ecb8d3-bfe6-48a4-a72c-f4fcd513b150} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9173 | 2025.02.10 18:53:28.341400 [ 4 ] {58ecb8d3-bfe6-48a4-a72c-f4fcd513b150} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9174 | 2025.02.10 18:53:28.341452 [ 4 ] {58ecb8d3-bfe6-48a4-a72c-f4fcd513b150} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9175 | 2025.02.10 18:53:28.341904 [ 4 ] {58ecb8d3-bfe6-48a4-a72c-f4fcd513b150} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9176 | 2025.02.10 18:53:28.342162 [ 4 ] {58ecb8d3-bfe6-48a4-a72c-f4fcd513b150} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9177 | 2025.02.10 18:53:28.342370 [ 151 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9178 | 2025.02.10 18:53:28.342402 [ 4 ] {58ecb8d3-bfe6-48a4-a72c-f4fcd513b150} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001869 sec., 35313.00160513644 rows/sec., 2.81 MiB/sec. | ||
| 9179 | 2025.02.10 18:53:28.342453 [ 151 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9180 | 2025.02.10 18:53:28.342528 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9181 | 2025.02.10 18:53:28.342528 [ 4 ] {58ecb8d3-bfe6-48a4-a72c-f4fcd513b150} <Debug> TCPHandler: Processed in 0.002256754 sec. | ||
| 9182 | 2025.02.10 18:53:28.342775 [ 200 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 9183 | 2025.02.10 18:53:28.342833 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9184 | 2025.02.10 18:53:28.343052 [ 200 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9185 | 2025.02.10 18:53:28.343132 [ 200 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1432 rows starting from the beginning of the part | ||
| 9186 | 2025.02.10 18:53:28.343135 [ 256 ] {5f92e3ef-87bf-44df-b2ba-2e9144d445d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9187 | 2025.02.10 18:53:28.343317 [ 256 ] {5f92e3ef-87bf-44df-b2ba-2e9144d445d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9188 | 2025.02.10 18:53:28.343427 [ 200 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 56 rows starting from the beginning of the part | ||
| 9189 | 2025.02.10 18:53:28.343844 [ 200 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 273 rows starting from the beginning of the part | ||
| 9190 | 2025.02.10 18:53:28.344101 [ 200 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 66 rows starting from the beginning of the part | ||
| 9191 | 2025.02.10 18:53:28.344438 [ 200 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 278 rows starting from the beginning of the part | ||
| 9192 | 2025.02.10 18:53:28.344861 [ 200 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 66 rows starting from the beginning of the part | ||
| 9193 | 2025.02.10 18:53:28.346226 [ 256 ] {5f92e3ef-87bf-44df-b2ba-2e9144d445d3} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9194 | 2025.02.10 18:53:28.346307 [ 256 ] {5f92e3ef-87bf-44df-b2ba-2e9144d445d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9195 | 2025.02.10 18:53:28.347496 [ 256 ] {5f92e3ef-87bf-44df-b2ba-2e9144d445d3} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9196 | 2025.02.10 18:53:28.347941 [ 256 ] {5f92e3ef-87bf-44df-b2ba-2e9144d445d3} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9197 | 2025.02.10 18:53:28.348369 [ 151 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9198 | 2025.02.10 18:53:28.348388 [ 197 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2171 rows, containing 5 columns (5 merged, 0 gathered) in 0.005726998 sec., 379081.6759495987 rows/sec., 33.44 MiB/sec. | ||
| 9199 | 2025.02.10 18:53:28.348454 [ 151 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9200 | 2025.02.10 18:53:28.348512 [ 256 ] {5f92e3ef-87bf-44df-b2ba-2e9144d445d3} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.005466 sec., 914.7457006952067 rows/sec., 68.78 KiB/sec. | ||
| 9201 | 2025.02.10 18:53:28.348519 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9202 | 2025.02.10 18:53:28.348775 [ 256 ] {5f92e3ef-87bf-44df-b2ba-2e9144d445d3} <Debug> TCPHandler: Processed in 0.006110868 sec. | ||
| 9203 | 2025.02.10 18:53:28.348842 [ 197 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9204 | 2025.02.10 18:53:28.349014 [ 186 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 9205 | 2025.02.10 18:53:28.349101 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9206 | 2025.02.10 18:53:28.349371 [ 186 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9207 | 2025.02.10 18:53:28.349443 [ 4 ] {8eb992cb-d0ae-4b00-9ef4-873a39275469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9208 | 2025.02.10 18:53:28.349462 [ 186 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 65 rows starting from the beginning of the part | ||
| 9209 | 2025.02.10 18:53:28.349607 [ 4 ] {8eb992cb-d0ae-4b00-9ef4-873a39275469} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9210 | 2025.02.10 18:53:28.349839 [ 186 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 9 rows starting from the beginning of the part | ||
| 9211 | 2025.02.10 18:53:28.350218 [ 197 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_71_14} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9212 | 2025.02.10 18:53:28.350345 [ 186 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 42 rows starting from the beginning of the part | ||
| 9213 | 2025.02.10 18:53:28.350795 [ 186 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 5 rows starting from the beginning of the part | ||
| 9214 | 2025.02.10 18:53:28.351089 [ 197 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_71_14} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9215 | 2025.02.10 18:53:28.351176 [ 186 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 52 rows starting from the beginning of the part | ||
| 9216 | 2025.02.10 18:53:28.351652 [ 186 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 5 rows starting from the beginning of the part | ||
| 9217 | 2025.02.10 18:53:28.351889 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 9218 | 2025.02.10 18:53:28.352732 [ 4 ] {8eb992cb-d0ae-4b00-9ef4-873a39275469} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9219 | 2025.02.10 18:53:28.352785 [ 4 ] {8eb992cb-d0ae-4b00-9ef4-873a39275469} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9220 | 2025.02.10 18:53:28.353732 [ 4 ] {8eb992cb-d0ae-4b00-9ef4-873a39275469} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9221 | 2025.02.10 18:53:28.353937 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 5 columns (5 merged, 0 gathered) in 0.005261186 sec., 33832.67575029661 rows/sec., 2.54 MiB/sec. | ||
| 9222 | 2025.02.10 18:53:28.354192 [ 4 ] {8eb992cb-d0ae-4b00-9ef4-873a39275469} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9223 | 2025.02.10 18:53:28.354194 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9224 | 2025.02.10 18:53:28.354495 [ 151 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9225 | 2025.02.10 18:53:28.354581 [ 151 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9226 | 2025.02.10 18:53:28.354655 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9227 | 2025.02.10 18:53:28.354776 [ 4 ] {8eb992cb-d0ae-4b00-9ef4-873a39275469} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.005403 sec., 12770.682953914493 rows/sec., 1020.84 KiB/sec. | ||
| 9228 | 2025.02.10 18:53:28.355048 [ 190 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 9229 | 2025.02.10 18:53:28.355101 [ 4 ] {8eb992cb-d0ae-4b00-9ef4-873a39275469} <Debug> TCPHandler: Processed in 0.00618482 sec. | ||
| 9230 | 2025.02.10 18:53:28.355163 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_56_11} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9231 | 2025.02.10 18:53:28.355408 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9232 | 2025.02.10 18:53:28.355516 [ 190 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9233 | 2025.02.10 18:53:28.355542 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_56_11} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9234 | 2025.02.10 18:53:28.355621 [ 190 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 914 rows starting from the beginning of the part | ||
| 9235 | 2025.02.10 18:53:28.355701 [ 256 ] {96ee369a-d8aa-486f-ad5d-df82c7d21d0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9236 | 2025.02.10 18:53:28.355788 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9237 | 2025.02.10 18:53:28.356063 [ 190 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 64 rows starting from the beginning of the part | ||
| 9238 | 2025.02.10 18:53:28.356078 [ 256 ] {96ee369a-d8aa-486f-ad5d-df82c7d21d0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9239 | 2025.02.10 18:53:28.356349 [ 190 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 417 rows starting from the beginning of the part | ||
| 9240 | 2025.02.10 18:53:28.356654 [ 190 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 69 rows starting from the beginning of the part | ||
| 9241 | 2025.02.10 18:53:28.357058 [ 190 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 427 rows starting from the beginning of the part | ||
| 9242 | 2025.02.10 18:53:28.357325 [ 190 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 69 rows starting from the beginning of the part | ||
| 9243 | 2025.02.10 18:53:28.358883 [ 256 ] {96ee369a-d8aa-486f-ad5d-df82c7d21d0d} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9244 | 2025.02.10 18:53:28.358958 [ 256 ] {96ee369a-d8aa-486f-ad5d-df82c7d21d0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9245 | 2025.02.10 18:53:28.359931 [ 256 ] {96ee369a-d8aa-486f-ad5d-df82c7d21d0d} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9246 | 2025.02.10 18:53:28.360405 [ 190 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.005621095 sec., 348686.5103685314 rows/sec., 26.70 MiB/sec. | ||
| 9247 | 2025.02.10 18:53:28.360421 [ 256 ] {96ee369a-d8aa-486f-ad5d-df82c7d21d0d} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9248 | 2025.02.10 18:53:28.360652 [ 190 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9249 | 2025.02.10 18:53:28.360666 [ 151 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9250 | 2025.02.10 18:53:28.360772 [ 151 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9251 | 2025.02.10 18:53:28.360854 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9252 | 2025.02.10 18:53:28.361024 [ 256 ] {96ee369a-d8aa-486f-ad5d-df82c7d21d0d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005429 sec., 29471.35752440597 rows/sec., 2.05 MiB/sec. | ||
| 9253 | 2025.02.10 18:53:28.361323 [ 256 ] {96ee369a-d8aa-486f-ad5d-df82c7d21d0d} <Debug> TCPHandler: Processed in 0.006085357 sec. | ||
| 9254 | 2025.02.10 18:53:28.361330 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 9255 | 2025.02.10 18:53:28.361608 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9256 | 2025.02.10 18:53:28.361631 [ 190 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_71_14} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9257 | 2025.02.10 18:53:28.361807 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9258 | 2025.02.10 18:53:28.361921 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 21034 rows starting from the beginning of the part | ||
| 9259 | 2025.02.10 18:53:28.361937 [ 190 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_71_14} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9260 | 2025.02.10 18:53:28.361979 [ 4 ] {663d222d-e33e-4128-a6b2-d9ee12f8ae59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9261 | 2025.02.10 18:53:28.362282 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 9262 | 2025.02.10 18:53:28.362500 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 42 rows starting from the beginning of the part | ||
| 9263 | 2025.02.10 18:53:28.362513 [ 4 ] {663d222d-e33e-4128-a6b2-d9ee12f8ae59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9264 | 2025.02.10 18:53:28.362927 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 237 rows starting from the beginning of the part | ||
| 9265 | 2025.02.10 18:53:28.363318 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
| 9266 | 2025.02.10 18:53:28.363685 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 242 rows starting from the beginning of the part | ||
| 9267 | 2025.02.10 18:53:28.364059 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part | ||
| 9268 | 2025.02.10 18:53:28.366555 [ 4 ] {663d222d-e33e-4128-a6b2-d9ee12f8ae59} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9269 | 2025.02.10 18:53:28.366638 [ 4 ] {663d222d-e33e-4128-a6b2-d9ee12f8ae59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9270 | 2025.02.10 18:53:28.368474 [ 4 ] {663d222d-e33e-4128-a6b2-d9ee12f8ae59} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9271 | 2025.02.10 18:53:28.368799 [ 4 ] {663d222d-e33e-4128-a6b2-d9ee12f8ae59} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9272 | 2025.02.10 18:53:28.369327 [ 151 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9273 | 2025.02.10 18:53:28.369438 [ 151 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9274 | 2025.02.10 18:53:28.369505 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9275 | 2025.02.10 18:53:28.369685 [ 4 ] {663d222d-e33e-4128-a6b2-d9ee12f8ae59} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.007795 sec., 641.4368184733804 rows/sec., 1.15 MiB/sec. | ||
| 9276 | 2025.02.10 18:53:28.369985 [ 201 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 9277 | 2025.02.10 18:53:28.370390 [ 4 ] {663d222d-e33e-4128-a6b2-d9ee12f8ae59} <Debug> TCPHandler: Processed in 0.008929545 sec. | ||
| 9278 | 2025.02.10 18:53:28.370672 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9279 | 2025.02.10 18:53:28.371047 [ 256 ] {fce981a1-2be1-47a0-bc6e-63861df14a80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9280 | 2025.02.10 18:53:28.371210 [ 256 ] {fce981a1-2be1-47a0-bc6e-63861df14a80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9281 | 2025.02.10 18:53:28.371917 [ 201 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9282 | 2025.02.10 18:53:28.372050 [ 201 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1009 rows starting from the beginning of the part | ||
| 9283 | 2025.02.10 18:53:28.372640 [ 201 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 5 rows starting from the beginning of the part | ||
| 9284 | 2025.02.10 18:53:28.373170 [ 256 ] {fce981a1-2be1-47a0-bc6e-63861df14a80} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9285 | 2025.02.10 18:53:28.373183 [ 201 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 35 rows starting from the beginning of the part | ||
| 9286 | 2025.02.10 18:53:28.373219 [ 256 ] {fce981a1-2be1-47a0-bc6e-63861df14a80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9287 | 2025.02.10 18:53:28.373945 [ 201 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 5 rows starting from the beginning of the part | ||
| 9288 | 2025.02.10 18:53:28.374637 [ 201 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 35 rows starting from the beginning of the part | ||
| 9289 | 2025.02.10 18:53:28.374644 [ 256 ] {fce981a1-2be1-47a0-bc6e-63861df14a80} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9290 | 2025.02.10 18:53:28.375314 [ 201 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 5 rows starting from the beginning of the part | ||
| 9291 | 2025.02.10 18:53:28.375607 [ 256 ] {fce981a1-2be1-47a0-bc6e-63861df14a80} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9292 | 2025.02.10 18:53:28.376257 [ 151 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9293 | 2025.02.10 18:53:28.376404 [ 151 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9294 | 2025.02.10 18:53:28.376534 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9295 | 2025.02.10 18:53:28.376622 [ 256 ] {fce981a1-2be1-47a0-bc6e-63861df14a80} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005688 sec., 10548.523206751055 rows/sec., 727.96 KiB/sec. | ||
| 9296 | 2025.02.10 18:53:28.376974 [ 256 ] {fce981a1-2be1-47a0-bc6e-63861df14a80} <Debug> TCPHandler: Processed in 0.006433615 sec. | ||
| 9297 | 2025.02.10 18:53:28.377088 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 9298 | 2025.02.10 18:53:28.377473 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9299 | 2025.02.10 18:53:28.377548 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4068 rows starting from the beginning of the part | ||
| 9300 | 2025.02.10 18:53:28.377820 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 16 rows starting from the beginning of the part | ||
| 9301 | 2025.02.10 18:53:28.377832 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21875 rows, containing 5 columns (5 merged, 0 gathered) in 0.016654852 sec., 1313431.0650133665 rows/sec., 88.68 MiB/sec. | ||
| 9302 | 2025.02.10 18:53:28.378263 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part | ||
| 9303 | 2025.02.10 18:53:28.378667 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
| 9304 | 2025.02.10 18:53:28.378975 [ 187 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9305 | 2025.02.10 18:53:28.379037 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 82 rows starting from the beginning of the part | ||
| 9306 | 2025.02.10 18:53:28.379608 [ 193 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part | ||
| 9307 | 2025.02.10 18:53:28.380468 [ 187 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9308 | 2025.02.10 18:53:28.380718 [ 187 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9309 | 2025.02.10 18:53:28.380944 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
| 9310 | 2025.02.10 18:53:28.383440 [ 191 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4368 rows, containing 4 columns (4 merged, 0 gathered) in 0.006732363 sec., 648806.3700664982 rows/sec., 42.31 MiB/sec. | ||
| 9311 | 2025.02.10 18:53:28.383961 [ 191 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9312 | 2025.02.10 18:53:28.384637 [ 191 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_71_14} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9313 | 2025.02.10 18:53:28.384779 [ 191 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_71_14} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9314 | 2025.02.10 18:53:28.384874 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
| 9315 | 2025.02.10 18:53:28.386661 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1094 rows, containing 19 columns (19 merged, 0 gathered) in 0.01698152 sec., 64422.972737422795 rows/sec., 115.44 MiB/sec. | ||
| 9316 | 2025.02.10 18:53:28.387874 [ 201 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9317 | 2025.02.10 18:53:28.388256 [ 201 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9318 | 2025.02.10 18:53:28.388336 [ 201 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9319 | 2025.02.10 18:53:28.388453 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.48 MiB. | ||
| 9320 | 2025.02.10 18:53:29.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 220.30 MiB, peak 232.17 MiB, free memory in arenas 0.00 B, will set to 223.77 MiB (RSS), difference: 3.46 MiB | ||
| 9321 | 2025.02.10 18:53:32.602764 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9322 | 2025.02.10 18:53:32.602827 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9323 | 2025.02.10 18:53:32.744681 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191 | ||
| 9324 | 2025.02.10 18:53:32.745341 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9325 | 2025.02.10 18:53:32.745389 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9326 | 2025.02.10 18:53:32.745943 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9327 | 2025.02.10 18:53:32.746208 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9328 | 2025.02.10 18:53:32.746456 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 9329 | 2025.02.10 18:53:32.849995 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1330 | ||
| 9330 | 2025.02.10 18:53:32.853744 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9331 | 2025.02.10 18:53:32.853802 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9332 | 2025.02.10 18:53:32.855300 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9333 | 2025.02.10 18:53:32.855622 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9334 | 2025.02.10 18:53:32.856199 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1330 | ||
| 9335 | 2025.02.10 18:53:33.346075 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9336 | 2025.02.10 18:53:33.346250 [ 4 ] {bc71b897-501b-42ca-9a99-4a5487e648d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9337 | 2025.02.10 18:53:33.346318 [ 4 ] {bc71b897-501b-42ca-9a99-4a5487e648d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9338 | 2025.02.10 18:53:33.347060 [ 4 ] {bc71b897-501b-42ca-9a99-4a5487e648d8} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9339 | 2025.02.10 18:53:33.347105 [ 4 ] {bc71b897-501b-42ca-9a99-4a5487e648d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9340 | 2025.02.10 18:53:33.347528 [ 4 ] {bc71b897-501b-42ca-9a99-4a5487e648d8} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9341 | 2025.02.10 18:53:33.347787 [ 4 ] {bc71b897-501b-42ca-9a99-4a5487e648d8} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9342 | 2025.02.10 18:53:33.348080 [ 4 ] {bc71b897-501b-42ca-9a99-4a5487e648d8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001866 sec., 7502.679528403001 rows/sec., 540.09 KiB/sec. | ||
| 9343 | 2025.02.10 18:53:33.348175 [ 4 ] {bc71b897-501b-42ca-9a99-4a5487e648d8} <Debug> TCPHandler: Processed in 0.002204053 sec. | ||
| 9344 | 2025.02.10 18:53:33.348557 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9345 | 2025.02.10 18:53:33.348851 [ 256 ] {d2226e72-6c50-48b0-9191-712f1a9e83eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9346 | 2025.02.10 18:53:33.348921 [ 256 ] {d2226e72-6c50-48b0-9191-712f1a9e83eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9347 | 2025.02.10 18:53:33.349801 [ 256 ] {d2226e72-6c50-48b0-9191-712f1a9e83eb} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9348 | 2025.02.10 18:53:33.349841 [ 256 ] {d2226e72-6c50-48b0-9191-712f1a9e83eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9349 | 2025.02.10 18:53:33.350298 [ 256 ] {d2226e72-6c50-48b0-9191-712f1a9e83eb} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9350 | 2025.02.10 18:53:33.350558 [ 256 ] {d2226e72-6c50-48b0-9191-712f1a9e83eb} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9351 | 2025.02.10 18:53:33.350775 [ 256 ] {d2226e72-6c50-48b0-9191-712f1a9e83eb} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.002002 sec., 136363.63636363638 rows/sec., 12.02 MiB/sec. | ||
| 9352 | 2025.02.10 18:53:33.350893 [ 256 ] {d2226e72-6c50-48b0-9191-712f1a9e83eb} <Debug> TCPHandler: Processed in 0.002566412 sec. | ||
| 9353 | 2025.02.10 18:53:33.351102 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9354 | 2025.02.10 18:53:33.351251 [ 4 ] {f8fa8fea-15ed-428c-b6fb-961b3f13026a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9355 | 2025.02.10 18:53:33.351314 [ 4 ] {f8fa8fea-15ed-428c-b6fb-961b3f13026a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9356 | 2025.02.10 18:53:33.351978 [ 4 ] {f8fa8fea-15ed-428c-b6fb-961b3f13026a} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9357 | 2025.02.10 18:53:33.352019 [ 4 ] {f8fa8fea-15ed-428c-b6fb-961b3f13026a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9358 | 2025.02.10 18:53:33.352400 [ 4 ] {f8fa8fea-15ed-428c-b6fb-961b3f13026a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9359 | 2025.02.10 18:53:33.352662 [ 4 ] {f8fa8fea-15ed-428c-b6fb-961b3f13026a} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9360 | 2025.02.10 18:53:33.352869 [ 4 ] {f8fa8fea-15ed-428c-b6fb-961b3f13026a} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001653 sec., 25408.348457350272 rows/sec., 1.82 MiB/sec. | ||
| 9361 | 2025.02.10 18:53:33.352926 [ 4 ] {f8fa8fea-15ed-428c-b6fb-961b3f13026a} <Debug> TCPHandler: Processed in 0.001924627 sec. | ||
| 9362 | 2025.02.10 18:53:33.353141 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9363 | 2025.02.10 18:53:33.353367 [ 256 ] {9d5c56f6-4241-4164-846a-d404f5acd49a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9364 | 2025.02.10 18:53:33.353461 [ 256 ] {9d5c56f6-4241-4164-846a-d404f5acd49a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9365 | 2025.02.10 18:53:33.354232 [ 256 ] {9d5c56f6-4241-4164-846a-d404f5acd49a} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9366 | 2025.02.10 18:53:33.354271 [ 256 ] {9d5c56f6-4241-4164-846a-d404f5acd49a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9367 | 2025.02.10 18:53:33.354628 [ 256 ] {9d5c56f6-4241-4164-846a-d404f5acd49a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 9368 | 2025.02.10 18:53:33.354870 [ 256 ] {9d5c56f6-4241-4164-846a-d404f5acd49a} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9369 | 2025.02.10 18:53:33.355112 [ 256 ] {9d5c56f6-4241-4164-846a-d404f5acd49a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001791 sec., 7816.862088218872 rows/sec., 547.44 KiB/sec. | ||
| 9370 | 2025.02.10 18:53:33.355181 [ 256 ] {9d5c56f6-4241-4164-846a-d404f5acd49a} <Debug> TCPHandler: Processed in 0.002149672 sec. | ||
| 9371 | 2025.02.10 18:53:33.355423 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9372 | 2025.02.10 18:53:33.355594 [ 4 ] {050f2726-9ef9-4f21-acbe-cb38465f3afa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9373 | 2025.02.10 18:53:33.355654 [ 4 ] {050f2726-9ef9-4f21-acbe-cb38465f3afa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9374 | 2025.02.10 18:53:33.356252 [ 4 ] {050f2726-9ef9-4f21-acbe-cb38465f3afa} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9375 | 2025.02.10 18:53:33.356293 [ 4 ] {050f2726-9ef9-4f21-acbe-cb38465f3afa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9376 | 2025.02.10 18:53:33.356656 [ 4 ] {050f2726-9ef9-4f21-acbe-cb38465f3afa} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9377 | 2025.02.10 18:53:33.356900 [ 4 ] {050f2726-9ef9-4f21-acbe-cb38465f3afa} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9378 | 2025.02.10 18:53:33.357150 [ 4 ] {050f2726-9ef9-4f21-acbe-cb38465f3afa} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001579 sec., 8233.058898036732 rows/sec., 513.33 KiB/sec. | ||
| 9379 | 2025.02.10 18:53:33.357264 [ 4 ] {050f2726-9ef9-4f21-acbe-cb38465f3afa} <Debug> TCPHandler: Processed in 0.001976107 sec. | ||
| 9380 | 2025.02.10 18:53:33.357584 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9381 | 2025.02.10 18:53:33.357803 [ 256 ] {17a77e8d-8829-4232-8803-2a5bd20f576f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9382 | 2025.02.10 18:53:33.357870 [ 256 ] {17a77e8d-8829-4232-8803-2a5bd20f576f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9383 | 2025.02.10 18:53:33.358629 [ 256 ] {17a77e8d-8829-4232-8803-2a5bd20f576f} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9384 | 2025.02.10 18:53:33.358668 [ 256 ] {17a77e8d-8829-4232-8803-2a5bd20f576f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9385 | 2025.02.10 18:53:33.359052 [ 256 ] {17a77e8d-8829-4232-8803-2a5bd20f576f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9386 | 2025.02.10 18:53:33.359292 [ 256 ] {17a77e8d-8829-4232-8803-2a5bd20f576f} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9387 | 2025.02.10 18:53:33.359495 [ 256 ] {17a77e8d-8829-4232-8803-2a5bd20f576f} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001745 sec., 238968.48137535815 rows/sec., 17.06 MiB/sec. | ||
| 9388 | 2025.02.10 18:53:33.359546 [ 256 ] {17a77e8d-8829-4232-8803-2a5bd20f576f} <Debug> TCPHandler: Processed in 0.002163762 sec. | ||
| 9389 | 2025.02.10 18:53:33.359702 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9390 | 2025.02.10 18:53:33.359826 [ 4 ] {f2031098-78e4-4543-be25-10cf1340e704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9391 | 2025.02.10 18:53:33.359889 [ 4 ] {f2031098-78e4-4543-be25-10cf1340e704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9392 | 2025.02.10 18:53:33.360472 [ 4 ] {f2031098-78e4-4543-be25-10cf1340e704} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9393 | 2025.02.10 18:53:33.360519 [ 4 ] {f2031098-78e4-4543-be25-10cf1340e704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9394 | 2025.02.10 18:53:33.360936 [ 4 ] {f2031098-78e4-4543-be25-10cf1340e704} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9395 | 2025.02.10 18:53:33.361185 [ 4 ] {f2031098-78e4-4543-be25-10cf1340e704} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9396 | 2025.02.10 18:53:33.361343 [ 139 ] {} <Debug> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 9397 | 2025.02.10 18:53:33.361412 [ 4 ] {f2031098-78e4-4543-be25-10cf1340e704} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001613 sec., 3719.7768133911964 rows/sec., 194.34 KiB/sec. | ||
| 9398 | 2025.02.10 18:53:33.361421 [ 139 ] {} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9399 | 2025.02.10 18:53:33.361489 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9400 | 2025.02.10 18:53:33.361535 [ 4 ] {f2031098-78e4-4543-be25-10cf1340e704} <Debug> TCPHandler: Processed in 0.001886535 sec. | ||
| 9401 | 2025.02.10 18:53:33.361750 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9402 | 2025.02.10 18:53:33.361762 [ 187 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 9403 | 2025.02.10 18:53:33.362086 [ 256 ] {ffbb9fcd-736c-4cfc-b6c2-16402f96f8bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9404 | 2025.02.10 18:53:33.362104 [ 187 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9405 | 2025.02.10 18:53:33.362202 [ 187 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part | ||
| 9406 | 2025.02.10 18:53:33.362248 [ 256 ] {ffbb9fcd-736c-4cfc-b6c2-16402f96f8bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9407 | 2025.02.10 18:53:33.362532 [ 187 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 9408 | 2025.02.10 18:53:33.362927 [ 187 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 9409 | 2025.02.10 18:53:33.363287 [ 187 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 9410 | 2025.02.10 18:53:33.363617 [ 187 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 9411 | 2025.02.10 18:53:33.363924 [ 187 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 9412 | 2025.02.10 18:53:33.365281 [ 256 ] {ffbb9fcd-736c-4cfc-b6c2-16402f96f8bf} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9413 | 2025.02.10 18:53:33.365348 [ 256 ] {ffbb9fcd-736c-4cfc-b6c2-16402f96f8bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9414 | 2025.02.10 18:53:33.366441 [ 256 ] {ffbb9fcd-736c-4cfc-b6c2-16402f96f8bf} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9415 | 2025.02.10 18:53:33.366700 [ 187 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.005122264 sec., 36312.06825731747 rows/sec., 1.85 MiB/sec. | ||
| 9416 | 2025.02.10 18:53:33.366916 [ 187 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 9417 | 2025.02.10 18:53:33.366925 [ 256 ] {ffbb9fcd-736c-4cfc-b6c2-16402f96f8bf} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9418 | 2025.02.10 18:53:33.367495 [ 256 ] {ffbb9fcd-736c-4cfc-b6c2-16402f96f8bf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005509 sec., 43020.51188963514 rows/sec., 2.88 MiB/sec. | ||
| 9419 | 2025.02.10 18:53:33.367719 [ 187 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_31_6} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9420 | 2025.02.10 18:53:33.367791 [ 256 ] {ffbb9fcd-736c-4cfc-b6c2-16402f96f8bf} <Debug> TCPHandler: Processed in 0.006154898 sec. | ||
| 9421 | 2025.02.10 18:53:33.368058 [ 187 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_31_6} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 9422 | 2025.02.10 18:53:33.368119 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9423 | 2025.02.10 18:53:33.368313 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 9424 | 2025.02.10 18:53:33.368530 [ 4 ] {80dc2ab6-bc5e-4d66-b2df-f8d3bb29521d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9425 | 2025.02.10 18:53:33.368709 [ 4 ] {80dc2ab6-bc5e-4d66-b2df-f8d3bb29521d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9426 | 2025.02.10 18:53:33.369209 [ 4 ] {80dc2ab6-bc5e-4d66-b2df-f8d3bb29521d} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9427 | 2025.02.10 18:53:33.369248 [ 4 ] {80dc2ab6-bc5e-4d66-b2df-f8d3bb29521d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9428 | 2025.02.10 18:53:33.369607 [ 4 ] {80dc2ab6-bc5e-4d66-b2df-f8d3bb29521d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9429 | 2025.02.10 18:53:33.369851 [ 4 ] {80dc2ab6-bc5e-4d66-b2df-f8d3bb29521d} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9430 | 2025.02.10 18:53:33.370063 [ 4 ] {80dc2ab6-bc5e-4d66-b2df-f8d3bb29521d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00165 sec., 606.0606060606061 rows/sec., 40.84 KiB/sec. | ||
| 9431 | 2025.02.10 18:53:33.370115 [ 4 ] {80dc2ab6-bc5e-4d66-b2df-f8d3bb29521d} <Debug> TCPHandler: Processed in 0.002178472 sec. | ||
| 9432 | 2025.02.10 18:53:33.370257 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9433 | 2025.02.10 18:53:33.370396 [ 256 ] {4ed70d64-b4cd-4693-97b5-78988bee7a29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9434 | 2025.02.10 18:53:33.370489 [ 256 ] {4ed70d64-b4cd-4693-97b5-78988bee7a29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9435 | 2025.02.10 18:53:33.371744 [ 256 ] {4ed70d64-b4cd-4693-97b5-78988bee7a29} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9436 | 2025.02.10 18:53:33.371783 [ 256 ] {4ed70d64-b4cd-4693-97b5-78988bee7a29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9437 | 2025.02.10 18:53:33.372459 [ 256 ] {4ed70d64-b4cd-4693-97b5-78988bee7a29} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9438 | 2025.02.10 18:53:33.372729 [ 256 ] {4ed70d64-b4cd-4693-97b5-78988bee7a29} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9439 | 2025.02.10 18:53:33.373018 [ 256 ] {4ed70d64-b4cd-4693-97b5-78988bee7a29} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002653 sec., 13192.612137203167 rows/sec., 23.64 MiB/sec. | ||
| 9440 | 2025.02.10 18:53:33.373518 [ 256 ] {4ed70d64-b4cd-4693-97b5-78988bee7a29} <Debug> TCPHandler: Processed in 0.00332253 sec. | ||
| 9441 | 2025.02.10 18:53:33.373803 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9442 | 2025.02.10 18:53:33.373967 [ 4 ] {67515fc8-2415-4f41-ae10-21b1ed14ffff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9443 | 2025.02.10 18:53:33.374027 [ 4 ] {67515fc8-2415-4f41-ae10-21b1ed14ffff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9444 | 2025.02.10 18:53:33.374588 [ 4 ] {67515fc8-2415-4f41-ae10-21b1ed14ffff} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9445 | 2025.02.10 18:53:33.374634 [ 4 ] {67515fc8-2415-4f41-ae10-21b1ed14ffff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9446 | 2025.02.10 18:53:33.375040 [ 4 ] {67515fc8-2415-4f41-ae10-21b1ed14ffff} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9447 | 2025.02.10 18:53:33.375280 [ 4 ] {67515fc8-2415-4f41-ae10-21b1ed14ffff} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9448 | 2025.02.10 18:53:33.375488 [ 4 ] {67515fc8-2415-4f41-ae10-21b1ed14ffff} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001549 sec., 52937.37895416398 rows/sec., 3.36 MiB/sec. | ||
| 9449 | 2025.02.10 18:53:33.375539 [ 4 ] {67515fc8-2415-4f41-ae10-21b1ed14ffff} <Debug> TCPHandler: Processed in 0.001897936 sec. | ||
| 9450 | 2025.02.10 18:53:34.157399 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 | ||
| 9451 | 2025.02.10 18:53:34.178463 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9452 | 2025.02.10 18:53:34.178517 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9453 | 2025.02.10 18:53:34.186377 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9454 | 2025.02.10 18:53:34.187186 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9455 | 2025.02.10 18:53:34.190666 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 9456 | 2025.02.10 18:53:35.924632 [ 137 ] {} <Debug> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 9457 | 2025.02.10 18:53:35.924737 [ 137 ] {} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9458 | 2025.02.10 18:53:35.924779 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9459 | 2025.02.10 18:53:35.925137 [ 198 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
| 9460 | 2025.02.10 18:53:35.925444 [ 198 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9461 | 2025.02.10 18:53:35.925504 [ 198 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part | ||
| 9462 | 2025.02.10 18:53:35.925654 [ 198 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
| 9463 | 2025.02.10 18:53:35.925898 [ 198 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
| 9464 | 2025.02.10 18:53:35.926078 [ 198 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part | ||
| 9465 | 2025.02.10 18:53:35.926259 [ 198 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 10 rows starting from the beginning of the part | ||
| 9466 | 2025.02.10 18:53:35.927318 [ 194 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002416408 sec., 14898.146339525443 rows/sec., 1.24 MiB/sec. | ||
| 9467 | 2025.02.10 18:53:35.927532 [ 189 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 9468 | 2025.02.10 18:53:35.927919 [ 189 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_17_4} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9469 | 2025.02.10 18:53:35.928012 [ 189 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_17_4} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 9470 | 2025.02.10 18:53:35.928117 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9471 | 2025.02.10 18:53:36.545285 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9472 | 2025.02.10 18:53:36.545515 [ 4 ] {4402c220-6b39-4389-8a5d-7fd2f2aea5b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9473 | 2025.02.10 18:53:36.545601 [ 4 ] {4402c220-6b39-4389-8a5d-7fd2f2aea5b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9474 | 2025.02.10 18:53:36.546313 [ 4 ] {4402c220-6b39-4389-8a5d-7fd2f2aea5b9} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9475 | 2025.02.10 18:53:36.546358 [ 4 ] {4402c220-6b39-4389-8a5d-7fd2f2aea5b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9476 | 2025.02.10 18:53:36.546780 [ 4 ] {4402c220-6b39-4389-8a5d-7fd2f2aea5b9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 9477 | 2025.02.10 18:53:36.547039 [ 4 ] {4402c220-6b39-4389-8a5d-7fd2f2aea5b9} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9478 | 2025.02.10 18:53:36.547240 [ 4 ] {4402c220-6b39-4389-8a5d-7fd2f2aea5b9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001794 sec., 1114.8272017837235 rows/sec., 90.91 KiB/sec. | ||
| 9479 | 2025.02.10 18:53:36.547305 [ 4 ] {4402c220-6b39-4389-8a5d-7fd2f2aea5b9} <Debug> TCPHandler: Processed in 0.002205103 sec. | ||
| 9480 | 2025.02.10 18:53:36.547563 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9481 | 2025.02.10 18:53:36.547767 [ 256 ] {7813f044-5446-4e88-8f68-e2e29a7cc42f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9482 | 2025.02.10 18:53:36.547842 [ 256 ] {7813f044-5446-4e88-8f68-e2e29a7cc42f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9483 | 2025.02.10 18:53:36.549104 [ 256 ] {7813f044-5446-4e88-8f68-e2e29a7cc42f} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9484 | 2025.02.10 18:53:36.549153 [ 256 ] {7813f044-5446-4e88-8f68-e2e29a7cc42f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9485 | 2025.02.10 18:53:36.549669 [ 256 ] {7813f044-5446-4e88-8f68-e2e29a7cc42f} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9486 | 2025.02.10 18:53:36.549928 [ 256 ] {7813f044-5446-4e88-8f68-e2e29a7cc42f} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9487 | 2025.02.10 18:53:36.550164 [ 256 ] {7813f044-5446-4e88-8f68-e2e29a7cc42f} <Debug> executeQuery: Read 1207 rows, 102.02 KiB in 0.002452 sec., 492251.2234910277 rows/sec., 40.63 MiB/sec. | ||
| 9488 | 2025.02.10 18:53:36.550221 [ 256 ] {7813f044-5446-4e88-8f68-e2e29a7cc42f} <Debug> TCPHandler: Processed in 0.002796157 sec. | ||
| 9489 | 2025.02.10 18:53:36.550397 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9490 | 2025.02.10 18:53:36.550546 [ 4 ] {2f0c11c1-408b-4dbb-b639-07c7eee9c98c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9491 | 2025.02.10 18:53:36.550610 [ 4 ] {2f0c11c1-408b-4dbb-b639-07c7eee9c98c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9492 | 2025.02.10 18:53:36.551278 [ 4 ] {2f0c11c1-408b-4dbb-b639-07c7eee9c98c} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9493 | 2025.02.10 18:53:36.551318 [ 4 ] {2f0c11c1-408b-4dbb-b639-07c7eee9c98c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9494 | 2025.02.10 18:53:36.551676 [ 4 ] {2f0c11c1-408b-4dbb-b639-07c7eee9c98c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9495 | 2025.02.10 18:53:36.551922 [ 4 ] {2f0c11c1-408b-4dbb-b639-07c7eee9c98c} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9496 | 2025.02.10 18:53:36.552110 [ 4 ] {2f0c11c1-408b-4dbb-b639-07c7eee9c98c} <Debug> executeQuery: Read 7 rows, 528.00 B in 0.001601 sec., 4372.2673329169265 rows/sec., 322.06 KiB/sec. | ||
| 9497 | 2025.02.10 18:53:36.552161 [ 4 ] {2f0c11c1-408b-4dbb-b639-07c7eee9c98c} <Debug> TCPHandler: Processed in 0.001831654 sec. | ||
| 9498 | 2025.02.10 18:53:36.552329 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9499 | 2025.02.10 18:53:36.552449 [ 256 ] {d42c5b45-4ed7-481c-b071-020c6d06b8ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9500 | 2025.02.10 18:53:36.552498 [ 256 ] {d42c5b45-4ed7-481c-b071-020c6d06b8ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9501 | 2025.02.10 18:53:36.553192 [ 256 ] {d42c5b45-4ed7-481c-b071-020c6d06b8ba} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9502 | 2025.02.10 18:53:36.553232 [ 256 ] {d42c5b45-4ed7-481c-b071-020c6d06b8ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9503 | 2025.02.10 18:53:36.553600 [ 256 ] {d42c5b45-4ed7-481c-b071-020c6d06b8ba} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 9504 | 2025.02.10 18:53:36.553837 [ 256 ] {d42c5b45-4ed7-481c-b071-020c6d06b8ba} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9505 | 2025.02.10 18:53:36.554016 [ 134 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 9506 | 2025.02.10 18:53:36.554082 [ 256 ] {d42c5b45-4ed7-481c-b071-020c6d06b8ba} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00165 sec., 138181.81818181818 rows/sec., 9.36 MiB/sec. | ||
| 9507 | 2025.02.10 18:53:36.554086 [ 134 ] {} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9508 | 2025.02.10 18:53:36.554175 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9509 | 2025.02.10 18:53:36.554211 [ 256 ] {d42c5b45-4ed7-481c-b071-020c6d06b8ba} <Debug> TCPHandler: Processed in 0.001931826 sec. | ||
| 9510 | 2025.02.10 18:53:36.554499 [ 194 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 9511 | 2025.02.10 18:53:36.554519 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9512 | 2025.02.10 18:53:36.554865 [ 4 ] {c19ed656-aa54-4b62-b5ec-f62ee3c2c8af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9513 | 2025.02.10 18:53:36.554884 [ 194 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9514 | 2025.02.10 18:53:36.554934 [ 194 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 242 rows starting from the beginning of the part | ||
| 9515 | 2025.02.10 18:53:36.554945 [ 4 ] {c19ed656-aa54-4b62-b5ec-f62ee3c2c8af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9516 | 2025.02.10 18:53:36.555149 [ 194 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 228 rows starting from the beginning of the part | ||
| 9517 | 2025.02.10 18:53:36.555664 [ 194 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 9518 | 2025.02.10 18:53:36.555868 [ 194 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 9519 | 2025.02.10 18:53:36.556194 [ 194 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 9520 | 2025.02.10 18:53:36.556544 [ 194 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 228 rows starting from the beginning of the part | ||
| 9521 | 2025.02.10 18:53:36.557561 [ 4 ] {c19ed656-aa54-4b62-b5ec-f62ee3c2c8af} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9522 | 2025.02.10 18:53:36.557607 [ 4 ] {c19ed656-aa54-4b62-b5ec-f62ee3c2c8af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 9523 | 2025.02.10 18:53:36.558189 [ 4 ] {c19ed656-aa54-4b62-b5ec-f62ee3c2c8af} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9524 | 2025.02.10 18:53:36.558272 [ 189 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.004008686 sec., 184599.14296106005 rows/sec., 13.21 MiB/sec. | ||
| 9525 | 2025.02.10 18:53:36.558553 [ 195 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 9526 | 2025.02.10 18:53:36.558561 [ 4 ] {c19ed656-aa54-4b62-b5ec-f62ee3c2c8af} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9527 | 2025.02.10 18:53:36.558997 [ 4 ] {c19ed656-aa54-4b62-b5ec-f62ee3c2c8af} <Debug> executeQuery: Read 527 rows, 39.97 KiB in 0.004228 sec., 124645.22232734153 rows/sec., 9.23 MiB/sec. | ||
| 9528 | 2025.02.10 18:53:36.559138 [ 4 ] {c19ed656-aa54-4b62-b5ec-f62ee3c2c8af} <Debug> TCPHandler: Processed in 0.004740474 sec. | ||
| 9529 | 2025.02.10 18:53:36.559295 [ 195 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_41_8} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9530 | 2025.02.10 18:53:36.559331 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9531 | 2025.02.10 18:53:36.559432 [ 195 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_41_8} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 9532 | 2025.02.10 18:53:36.559504 [ 256 ] {2dfd0b8f-b050-43c3-b253-8a7d63ee3ed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9533 | 2025.02.10 18:53:36.559615 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 9534 | 2025.02.10 18:53:36.559636 [ 256 ] {2dfd0b8f-b050-43c3-b253-8a7d63ee3ed9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9535 | 2025.02.10 18:53:36.560578 [ 256 ] {2dfd0b8f-b050-43c3-b253-8a7d63ee3ed9} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9536 | 2025.02.10 18:53:36.560628 [ 256 ] {2dfd0b8f-b050-43c3-b253-8a7d63ee3ed9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9537 | 2025.02.10 18:53:36.561143 [ 256 ] {2dfd0b8f-b050-43c3-b253-8a7d63ee3ed9} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9538 | 2025.02.10 18:53:36.561386 [ 256 ] {2dfd0b8f-b050-43c3-b253-8a7d63ee3ed9} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9539 | 2025.02.10 18:53:36.561597 [ 256 ] {2dfd0b8f-b050-43c3-b253-8a7d63ee3ed9} <Debug> executeQuery: Read 965 rows, 66.32 KiB in 0.002132 sec., 452626.64165103185 rows/sec., 30.38 MiB/sec. | ||
| 9540 | 2025.02.10 18:53:36.561649 [ 256 ] {2dfd0b8f-b050-43c3-b253-8a7d63ee3ed9} <Debug> TCPHandler: Processed in 0.002394848 sec. | ||
| 9541 | 2025.02.10 18:53:36.561798 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9542 | 2025.02.10 18:53:36.561919 [ 4 ] {81bcf119-c1f1-4bae-ab47-f368da48bf34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9543 | 2025.02.10 18:53:36.562016 [ 4 ] {81bcf119-c1f1-4bae-ab47-f368da48bf34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9544 | 2025.02.10 18:53:36.563218 [ 4 ] {81bcf119-c1f1-4bae-ab47-f368da48bf34} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9545 | 2025.02.10 18:53:36.563257 [ 4 ] {81bcf119-c1f1-4bae-ab47-f368da48bf34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9546 | 2025.02.10 18:53:36.563869 [ 4 ] {81bcf119-c1f1-4bae-ab47-f368da48bf34} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9547 | 2025.02.10 18:53:36.564119 [ 4 ] {81bcf119-c1f1-4bae-ab47-f368da48bf34} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9548 | 2025.02.10 18:53:36.564358 [ 4 ] {81bcf119-c1f1-4bae-ab47-f368da48bf34} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002466 sec., 2027.5750202757504 rows/sec., 3.63 MiB/sec. | ||
| 9549 | 2025.02.10 18:53:36.564451 [ 4 ] {81bcf119-c1f1-4bae-ab47-f368da48bf34} <Debug> TCPHandler: Processed in 0.002706356 sec. | ||
| 9550 | 2025.02.10 18:53:36.564600 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9551 | 2025.02.10 18:53:36.564739 [ 256 ] {6ed2643b-ea7f-4e95-a5e4-94fc8816646a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9552 | 2025.02.10 18:53:36.564800 [ 256 ] {6ed2643b-ea7f-4e95-a5e4-94fc8816646a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9553 | 2025.02.10 18:53:36.565313 [ 256 ] {6ed2643b-ea7f-4e95-a5e4-94fc8816646a} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9554 | 2025.02.10 18:53:36.565352 [ 256 ] {6ed2643b-ea7f-4e95-a5e4-94fc8816646a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9555 | 2025.02.10 18:53:36.565726 [ 256 ] {6ed2643b-ea7f-4e95-a5e4-94fc8816646a} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9556 | 2025.02.10 18:53:36.565977 [ 256 ] {6ed2643b-ea7f-4e95-a5e4-94fc8816646a} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9557 | 2025.02.10 18:53:36.566187 [ 256 ] {6ed2643b-ea7f-4e95-a5e4-94fc8816646a} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.00148 sec., 29729.72972972973 rows/sec., 2.00 MiB/sec. | ||
| 9558 | 2025.02.10 18:53:36.566240 [ 256 ] {6ed2643b-ea7f-4e95-a5e4-94fc8816646a} <Debug> TCPHandler: Processed in 0.001705672 sec. | ||
| 9559 | 2025.02.10 18:53:38.334693 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9560 | 2025.02.10 18:53:38.334891 [ 4 ] {38b148ad-3a39-43e8-8b2c-aa5b92ac25b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9561 | 2025.02.10 18:53:38.334968 [ 4 ] {38b148ad-3a39-43e8-8b2c-aa5b92ac25b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9562 | 2025.02.10 18:53:38.335726 [ 4 ] {38b148ad-3a39-43e8-8b2c-aa5b92ac25b2} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9563 | 2025.02.10 18:53:38.335780 [ 4 ] {38b148ad-3a39-43e8-8b2c-aa5b92ac25b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9564 | 2025.02.10 18:53:38.336220 [ 4 ] {38b148ad-3a39-43e8-8b2c-aa5b92ac25b2} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9565 | 2025.02.10 18:53:38.336498 [ 4 ] {38b148ad-3a39-43e8-8b2c-aa5b92ac25b2} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9566 | 2025.02.10 18:53:38.336728 [ 4 ] {38b148ad-3a39-43e8-8b2c-aa5b92ac25b2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001885 sec., 29708.222811671087 rows/sec., 2.28 MiB/sec. | ||
| 9567 | 2025.02.10 18:53:38.336838 [ 4 ] {38b148ad-3a39-43e8-8b2c-aa5b92ac25b2} <Debug> TCPHandler: Processed in 0.002272575 sec. | ||
| 9568 | 2025.02.10 18:53:38.337125 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9569 | 2025.02.10 18:53:38.337322 [ 256 ] {45469caf-cb22-4115-8f84-f61b12561cc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9570 | 2025.02.10 18:53:38.337396 [ 256 ] {45469caf-cb22-4115-8f84-f61b12561cc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9571 | 2025.02.10 18:53:38.338183 [ 256 ] {45469caf-cb22-4115-8f84-f61b12561cc5} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9572 | 2025.02.10 18:53:38.338232 [ 256 ] {45469caf-cb22-4115-8f84-f61b12561cc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9573 | 2025.02.10 18:53:38.338669 [ 256 ] {45469caf-cb22-4115-8f84-f61b12561cc5} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9574 | 2025.02.10 18:53:38.338926 [ 256 ] {45469caf-cb22-4115-8f84-f61b12561cc5} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9575 | 2025.02.10 18:53:38.339132 [ 256 ] {45469caf-cb22-4115-8f84-f61b12561cc5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001865 sec., 34316.35388739946 rows/sec., 2.68 MiB/sec. | ||
| 9576 | 2025.02.10 18:53:38.339197 [ 256 ] {45469caf-cb22-4115-8f84-f61b12561cc5} <Debug> TCPHandler: Processed in 0.002245085 sec. | ||
| 9577 | 2025.02.10 18:53:38.339347 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9578 | 2025.02.10 18:53:38.339495 [ 4 ] {f8028b92-981f-4fee-a914-28d288d235bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9579 | 2025.02.10 18:53:38.339563 [ 4 ] {f8028b92-981f-4fee-a914-28d288d235bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9580 | 2025.02.10 18:53:38.340173 [ 4 ] {f8028b92-981f-4fee-a914-28d288d235bf} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9581 | 2025.02.10 18:53:38.340216 [ 4 ] {f8028b92-981f-4fee-a914-28d288d235bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9582 | 2025.02.10 18:53:38.340610 [ 4 ] {f8028b92-981f-4fee-a914-28d288d235bf} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9583 | 2025.02.10 18:53:38.340846 [ 4 ] {f8028b92-981f-4fee-a914-28d288d235bf} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9584 | 2025.02.10 18:53:38.341065 [ 4 ] {f8028b92-981f-4fee-a914-28d288d235bf} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001607 sec., 26135.65650280025 rows/sec., 1.82 MiB/sec. | ||
| 9585 | 2025.02.10 18:53:38.341120 [ 4 ] {f8028b92-981f-4fee-a914-28d288d235bf} <Debug> TCPHandler: Processed in 0.001841224 sec. | ||
| 9586 | 2025.02.10 18:53:38.341269 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9587 | 2025.02.10 18:53:38.341395 [ 256 ] {e4906dd4-72e3-47fa-ac6f-08ff436d345a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9588 | 2025.02.10 18:53:38.341452 [ 256 ] {e4906dd4-72e3-47fa-ac6f-08ff436d345a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9589 | 2025.02.10 18:53:38.341959 [ 256 ] {e4906dd4-72e3-47fa-ac6f-08ff436d345a} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9590 | 2025.02.10 18:53:38.341997 [ 256 ] {e4906dd4-72e3-47fa-ac6f-08ff436d345a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9591 | 2025.02.10 18:53:38.342374 [ 256 ] {e4906dd4-72e3-47fa-ac6f-08ff436d345a} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9592 | 2025.02.10 18:53:38.342612 [ 256 ] {e4906dd4-72e3-47fa-ac6f-08ff436d345a} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9593 | 2025.02.10 18:53:38.342829 [ 256 ] {e4906dd4-72e3-47fa-ac6f-08ff436d345a} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001462 sec., 10943.91244870041 rows/sec., 758.81 KiB/sec. | ||
| 9594 | 2025.02.10 18:53:38.342883 [ 256 ] {e4906dd4-72e3-47fa-ac6f-08ff436d345a} <Debug> TCPHandler: Processed in 0.00167481 sec. | ||
| 9595 | 2025.02.10 18:53:40.246629 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679 | ||
| 9596 | 2025.02.10 18:53:40.247507 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9597 | 2025.02.10 18:53:40.247549 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9598 | 2025.02.10 18:53:40.248061 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9599 | 2025.02.10 18:53:40.248324 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9600 | 2025.02.10 18:53:40.248595 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 | ||
| 9601 | 2025.02.10 18:53:41.690765 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 9602 | 2025.02.10 18:53:41.711990 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9603 | 2025.02.10 18:53:41.712055 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9604 | 2025.02.10 18:53:41.719540 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9605 | 2025.02.10 18:53:41.720316 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9606 | 2025.02.10 18:53:41.723290 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 9607 | 2025.02.10 18:53:42.856511 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1376 | ||
| 9608 | 2025.02.10 18:53:42.859946 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9609 | 2025.02.10 18:53:42.860009 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9610 | 2025.02.10 18:53:42.861533 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9611 | 2025.02.10 18:53:42.861866 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9612 | 2025.02.10 18:53:42.863468 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1376 | ||
| 9613 | 2025.02.10 18:53:43.346446 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9614 | 2025.02.10 18:53:43.346663 [ 4 ] {e397f11a-6023-4292-89da-3acc19ce8e2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9615 | 2025.02.10 18:53:43.346746 [ 4 ] {e397f11a-6023-4292-89da-3acc19ce8e2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9616 | 2025.02.10 18:53:43.347570 [ 4 ] {e397f11a-6023-4292-89da-3acc19ce8e2f} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9617 | 2025.02.10 18:53:43.347623 [ 4 ] {e397f11a-6023-4292-89da-3acc19ce8e2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9618 | 2025.02.10 18:53:43.348064 [ 4 ] {e397f11a-6023-4292-89da-3acc19ce8e2f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9619 | 2025.02.10 18:53:43.348314 [ 4 ] {e397f11a-6023-4292-89da-3acc19ce8e2f} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9620 | 2025.02.10 18:53:43.348568 [ 4 ] {e397f11a-6023-4292-89da-3acc19ce8e2f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001962 sec., 7135.575942915391 rows/sec., 513.67 KiB/sec. | ||
| 9621 | 2025.02.10 18:53:43.348634 [ 4 ] {e397f11a-6023-4292-89da-3acc19ce8e2f} <Debug> TCPHandler: Processed in 0.002328726 sec. | ||
| 9622 | 2025.02.10 18:53:43.348969 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9623 | 2025.02.10 18:53:43.349272 [ 256 ] {299930d0-2e0c-4607-897d-76db7f606b02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9624 | 2025.02.10 18:53:43.349349 [ 256 ] {299930d0-2e0c-4607-897d-76db7f606b02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9625 | 2025.02.10 18:53:43.350225 [ 256 ] {299930d0-2e0c-4607-897d-76db7f606b02} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9626 | 2025.02.10 18:53:43.350300 [ 256 ] {299930d0-2e0c-4607-897d-76db7f606b02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9627 | 2025.02.10 18:53:43.350766 [ 256 ] {299930d0-2e0c-4607-897d-76db7f606b02} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9628 | 2025.02.10 18:53:43.351028 [ 256 ] {299930d0-2e0c-4607-897d-76db7f606b02} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9629 | 2025.02.10 18:53:43.351272 [ 256 ] {299930d0-2e0c-4607-897d-76db7f606b02} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.002077 sec., 131439.57631198847 rows/sec., 11.58 MiB/sec. | ||
| 9630 | 2025.02.10 18:53:43.351332 [ 256 ] {299930d0-2e0c-4607-897d-76db7f606b02} <Debug> TCPHandler: Processed in 0.002566392 sec. | ||
| 9631 | 2025.02.10 18:53:43.351477 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9632 | 2025.02.10 18:53:43.351605 [ 4 ] {6c8a11bb-a9ba-45e3-9d03-252e0c19ecf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9633 | 2025.02.10 18:53:43.351663 [ 4 ] {6c8a11bb-a9ba-45e3-9d03-252e0c19ecf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9634 | 2025.02.10 18:53:43.352276 [ 4 ] {6c8a11bb-a9ba-45e3-9d03-252e0c19ecf8} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9635 | 2025.02.10 18:53:43.352318 [ 4 ] {6c8a11bb-a9ba-45e3-9d03-252e0c19ecf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9636 | 2025.02.10 18:53:43.352690 [ 4 ] {6c8a11bb-a9ba-45e3-9d03-252e0c19ecf8} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9637 | 2025.02.10 18:53:43.352936 [ 4 ] {6c8a11bb-a9ba-45e3-9d03-252e0c19ecf8} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9638 | 2025.02.10 18:53:43.353142 [ 4 ] {6c8a11bb-a9ba-45e3-9d03-252e0c19ecf8} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001565 sec., 26837.0607028754 rows/sec., 1.93 MiB/sec. | ||
| 9639 | 2025.02.10 18:53:43.353200 [ 4 ] {6c8a11bb-a9ba-45e3-9d03-252e0c19ecf8} <Debug> TCPHandler: Processed in 0.001777413 sec. | ||
| 9640 | 2025.02.10 18:53:43.353342 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9641 | 2025.02.10 18:53:43.353463 [ 256 ] {1626c467-469e-4f94-b9be-6c5c2a17ad58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9642 | 2025.02.10 18:53:43.353514 [ 256 ] {1626c467-469e-4f94-b9be-6c5c2a17ad58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9643 | 2025.02.10 18:53:43.354104 [ 256 ] {1626c467-469e-4f94-b9be-6c5c2a17ad58} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9644 | 2025.02.10 18:53:43.354144 [ 256 ] {1626c467-469e-4f94-b9be-6c5c2a17ad58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9645 | 2025.02.10 18:53:43.354508 [ 256 ] {1626c467-469e-4f94-b9be-6c5c2a17ad58} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 9646 | 2025.02.10 18:53:43.354753 [ 256 ] {1626c467-469e-4f94-b9be-6c5c2a17ad58} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9647 | 2025.02.10 18:53:43.354994 [ 256 ] {1626c467-469e-4f94-b9be-6c5c2a17ad58} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001551 sec., 9026.434558349452 rows/sec., 632.15 KiB/sec. | ||
| 9648 | 2025.02.10 18:53:43.355167 [ 256 ] {1626c467-469e-4f94-b9be-6c5c2a17ad58} <Debug> TCPHandler: Processed in 0.001878645 sec. | ||
| 9649 | 2025.02.10 18:53:43.355400 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9650 | 2025.02.10 18:53:43.355543 [ 4 ] {d1b6a57b-4e42-4ea3-b226-110aeed3815a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9651 | 2025.02.10 18:53:43.355602 [ 4 ] {d1b6a57b-4e42-4ea3-b226-110aeed3815a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9652 | 2025.02.10 18:53:43.356270 [ 4 ] {d1b6a57b-4e42-4ea3-b226-110aeed3815a} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9653 | 2025.02.10 18:53:43.356311 [ 4 ] {d1b6a57b-4e42-4ea3-b226-110aeed3815a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9654 | 2025.02.10 18:53:43.356661 [ 4 ] {d1b6a57b-4e42-4ea3-b226-110aeed3815a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9655 | 2025.02.10 18:53:43.356896 [ 4 ] {d1b6a57b-4e42-4ea3-b226-110aeed3815a} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9656 | 2025.02.10 18:53:43.357105 [ 4 ] {d1b6a57b-4e42-4ea3-b226-110aeed3815a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001594 sec., 8155.583437892095 rows/sec., 508.50 KiB/sec. | ||
| 9657 | 2025.02.10 18:53:43.357160 [ 4 ] {d1b6a57b-4e42-4ea3-b226-110aeed3815a} <Debug> TCPHandler: Processed in 0.001871135 sec. | ||
| 9658 | 2025.02.10 18:53:43.357355 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9659 | 2025.02.10 18:53:43.357578 [ 256 ] {bcd12402-881f-46c5-988c-98f2a967e056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9660 | 2025.02.10 18:53:43.357668 [ 256 ] {bcd12402-881f-46c5-988c-98f2a967e056} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9661 | 2025.02.10 18:53:43.358695 [ 256 ] {bcd12402-881f-46c5-988c-98f2a967e056} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9662 | 2025.02.10 18:53:43.358733 [ 256 ] {bcd12402-881f-46c5-988c-98f2a967e056} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9663 | 2025.02.10 18:53:43.359124 [ 256 ] {bcd12402-881f-46c5-988c-98f2a967e056} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9664 | 2025.02.10 18:53:43.359371 [ 256 ] {bcd12402-881f-46c5-988c-98f2a967e056} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9665 | 2025.02.10 18:53:43.359641 [ 256 ] {bcd12402-881f-46c5-988c-98f2a967e056} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.002109 sec., 197724.03982930296 rows/sec., 14.12 MiB/sec. | ||
| 9666 | 2025.02.10 18:53:43.359712 [ 256 ] {bcd12402-881f-46c5-988c-98f2a967e056} <Debug> TCPHandler: Processed in 0.00246977 sec. | ||
| 9667 | 2025.02.10 18:53:43.359943 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9668 | 2025.02.10 18:53:43.360138 [ 4 ] {5f1b2dae-909d-45d7-a37d-9921fb673bb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9669 | 2025.02.10 18:53:43.360201 [ 4 ] {5f1b2dae-909d-45d7-a37d-9921fb673bb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9670 | 2025.02.10 18:53:43.360681 [ 4 ] {5f1b2dae-909d-45d7-a37d-9921fb673bb5} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9671 | 2025.02.10 18:53:43.360721 [ 4 ] {5f1b2dae-909d-45d7-a37d-9921fb673bb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9672 | 2025.02.10 18:53:43.361080 [ 4 ] {5f1b2dae-909d-45d7-a37d-9921fb673bb5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9673 | 2025.02.10 18:53:43.361312 [ 4 ] {5f1b2dae-909d-45d7-a37d-9921fb673bb5} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9674 | 2025.02.10 18:53:43.361502 [ 4 ] {5f1b2dae-909d-45d7-a37d-9921fb673bb5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001387 sec., 4325.883201153569 rows/sec., 226.01 KiB/sec. | ||
| 9675 | 2025.02.10 18:53:43.361623 [ 4 ] {5f1b2dae-909d-45d7-a37d-9921fb673bb5} <Debug> TCPHandler: Processed in 0.001812224 sec. | ||
| 9676 | 2025.02.10 18:53:43.361860 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9677 | 2025.02.10 18:53:43.361978 [ 256 ] {cfe8a22a-4663-4c7c-84e4-da569b3ff629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9678 | 2025.02.10 18:53:43.362030 [ 256 ] {cfe8a22a-4663-4c7c-84e4-da569b3ff629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9679 | 2025.02.10 18:53:43.362623 [ 256 ] {cfe8a22a-4663-4c7c-84e4-da569b3ff629} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9680 | 2025.02.10 18:53:43.362661 [ 256 ] {cfe8a22a-4663-4c7c-84e4-da569b3ff629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9681 | 2025.02.10 18:53:43.363054 [ 256 ] {cfe8a22a-4663-4c7c-84e4-da569b3ff629} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9682 | 2025.02.10 18:53:43.363309 [ 256 ] {cfe8a22a-4663-4c7c-84e4-da569b3ff629} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9683 | 2025.02.10 18:53:43.363524 [ 256 ] {cfe8a22a-4663-4c7c-84e4-da569b3ff629} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00157 sec., 150955.41401273885 rows/sec., 10.12 MiB/sec. | ||
| 9684 | 2025.02.10 18:53:43.363575 [ 256 ] {cfe8a22a-4663-4c7c-84e4-da569b3ff629} <Debug> TCPHandler: Processed in 0.001854515 sec. | ||
| 9685 | 2025.02.10 18:53:43.363734 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9686 | 2025.02.10 18:53:43.363875 [ 4 ] {07ed9614-6aa2-40f7-9043-57111cf8c13e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9687 | 2025.02.10 18:53:43.363938 [ 4 ] {07ed9614-6aa2-40f7-9043-57111cf8c13e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9688 | 2025.02.10 18:53:43.364443 [ 4 ] {07ed9614-6aa2-40f7-9043-57111cf8c13e} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9689 | 2025.02.10 18:53:43.364480 [ 4 ] {07ed9614-6aa2-40f7-9043-57111cf8c13e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9690 | 2025.02.10 18:53:43.364830 [ 4 ] {07ed9614-6aa2-40f7-9043-57111cf8c13e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9691 | 2025.02.10 18:53:43.365061 [ 4 ] {07ed9614-6aa2-40f7-9043-57111cf8c13e} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9692 | 2025.02.10 18:53:43.365277 [ 4 ] {07ed9614-6aa2-40f7-9043-57111cf8c13e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001425 sec., 701.7543859649122 rows/sec., 47.29 KiB/sec. | ||
| 9693 | 2025.02.10 18:53:43.365461 [ 4 ] {07ed9614-6aa2-40f7-9043-57111cf8c13e} <Debug> TCPHandler: Processed in 0.001788414 sec. | ||
| 9694 | 2025.02.10 18:53:43.365744 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9695 | 2025.02.10 18:53:43.365966 [ 256 ] {137b0202-b848-4683-bf41-253d945b7f8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9696 | 2025.02.10 18:53:43.366106 [ 256 ] {137b0202-b848-4683-bf41-253d945b7f8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9697 | 2025.02.10 18:53:43.367320 [ 256 ] {137b0202-b848-4683-bf41-253d945b7f8f} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9698 | 2025.02.10 18:53:43.367360 [ 256 ] {137b0202-b848-4683-bf41-253d945b7f8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9699 | 2025.02.10 18:53:43.368016 [ 256 ] {137b0202-b848-4683-bf41-253d945b7f8f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9700 | 2025.02.10 18:53:43.368281 [ 256 ] {137b0202-b848-4683-bf41-253d945b7f8f} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9701 | 2025.02.10 18:53:43.368569 [ 256 ] {137b0202-b848-4683-bf41-253d945b7f8f} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002649 sec., 13212.53303133258 rows/sec., 23.68 MiB/sec. | ||
| 9702 | 2025.02.10 18:53:43.369020 [ 256 ] {137b0202-b848-4683-bf41-253d945b7f8f} <Debug> TCPHandler: Processed in 0.003444553 sec. | ||
| 9703 | 2025.02.10 18:53:43.369277 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9704 | 2025.02.10 18:53:43.369460 [ 4 ] {8d8ae34f-358c-45a0-a1c9-07a3c0e8a498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9705 | 2025.02.10 18:53:43.369519 [ 4 ] {8d8ae34f-358c-45a0-a1c9-07a3c0e8a498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9706 | 2025.02.10 18:53:43.370106 [ 4 ] {8d8ae34f-358c-45a0-a1c9-07a3c0e8a498} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9707 | 2025.02.10 18:53:43.370150 [ 4 ] {8d8ae34f-358c-45a0-a1c9-07a3c0e8a498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 9708 | 2025.02.10 18:53:43.370546 [ 4 ] {8d8ae34f-358c-45a0-a1c9-07a3c0e8a498} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9709 | 2025.02.10 18:53:43.370774 [ 4 ] {8d8ae34f-358c-45a0-a1c9-07a3c0e8a498} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9710 | 2025.02.10 18:53:43.370969 [ 4 ] {8d8ae34f-358c-45a0-a1c9-07a3c0e8a498} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001534 sec., 53455.01955671447 rows/sec., 3.40 MiB/sec. | ||
| 9711 | 2025.02.10 18:53:43.371023 [ 4 ] {8d8ae34f-358c-45a0-a1c9-07a3c0e8a498} <Debug> TCPHandler: Processed in 0.001887316 sec. | ||
| 9712 | 2025.02.10 18:53:47.602866 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9713 | 2025.02.10 18:53:47.602943 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9714 | 2025.02.10 18:53:47.748795 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106 | ||
| 9715 | 2025.02.10 18:53:47.749861 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9716 | 2025.02.10 18:53:47.749914 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 9717 | 2025.02.10 18:53:47.750457 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9718 | 2025.02.10 18:53:47.750720 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9719 | 2025.02.10 18:53:47.750994 [ 117 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9720 | 2025.02.10 18:53:47.751003 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 9721 | 2025.02.10 18:53:47.751116 [ 117 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9722 | 2025.02.10 18:53:47.751170 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 9723 | 2025.02.10 18:53:47.751352 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 9724 | 2025.02.10 18:53:47.751539 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9725 | 2025.02.10 18:53:47.751590 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part | ||
| 9726 | 2025.02.10 18:53:47.751682 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part | ||
| 9727 | 2025.02.10 18:53:47.751909 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 488 rows starting from the beginning of the part | ||
| 9728 | 2025.02.10 18:53:47.752053 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 427 rows starting from the beginning of the part | ||
| 9729 | 2025.02.10 18:53:47.752293 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 488 rows starting from the beginning of the part | ||
| 9730 | 2025.02.10 18:53:47.752418 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 427 rows starting from the beginning of the part | ||
| 9731 | 2025.02.10 18:53:47.754918 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003649678 sec., 5782975.922807436 rows/sec., 82.73 MiB/sec. | ||
| 9732 | 2025.02.10 18:53:47.755495 [ 192 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9733 | 2025.02.10 18:53:47.755823 [ 192 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_46_9} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9734 | 2025.02.10 18:53:47.755907 [ 192 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_46_9} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9735 | 2025.02.10 18:53:47.756018 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. | ||
| 9736 | 2025.02.10 18:53:48.340208 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9737 | 2025.02.10 18:53:48.340423 [ 4 ] {500a2004-970c-4cc8-9d67-232ab3118883} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9738 | 2025.02.10 18:53:48.340498 [ 4 ] {500a2004-970c-4cc8-9d67-232ab3118883} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9739 | 2025.02.10 18:53:48.341243 [ 4 ] {500a2004-970c-4cc8-9d67-232ab3118883} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9740 | 2025.02.10 18:53:48.341302 [ 4 ] {500a2004-970c-4cc8-9d67-232ab3118883} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 9741 | 2025.02.10 18:53:48.341723 [ 4 ] {500a2004-970c-4cc8-9d67-232ab3118883} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9742 | 2025.02.10 18:53:48.341974 [ 4 ] {500a2004-970c-4cc8-9d67-232ab3118883} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9743 | 2025.02.10 18:53:48.342193 [ 117 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9744 | 2025.02.10 18:53:48.342222 [ 4 ] {500a2004-970c-4cc8-9d67-232ab3118883} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001855 sec., 35579.51482479784 rows/sec., 2.83 MiB/sec. | ||
| 9745 | 2025.02.10 18:53:48.342315 [ 117 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9746 | 2025.02.10 18:53:48.342402 [ 4 ] {500a2004-970c-4cc8-9d67-232ab3118883} <Debug> TCPHandler: Processed in 0.002320645 sec. | ||
| 9747 | 2025.02.10 18:53:48.342409 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 9748 | 2025.02.10 18:53:48.342683 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9749 | 2025.02.10 18:53:48.342696 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9750 | 2025.02.10 18:53:48.343245 [ 256 ] {e4713bf9-a4c0-45f3-b98a-9a3d459bd5fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9751 | 2025.02.10 18:53:48.343455 [ 256 ] {e4713bf9-a4c0-45f3-b98a-9a3d459bd5fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9752 | 2025.02.10 18:53:48.343544 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9753 | 2025.02.10 18:53:48.343698 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1432 rows starting from the beginning of the part | ||
| 9754 | 2025.02.10 18:53:48.343990 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 273 rows starting from the beginning of the part | ||
| 9755 | 2025.02.10 18:53:48.344319 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1207 rows starting from the beginning of the part | ||
| 9756 | 2025.02.10 18:53:48.344847 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 56 rows starting from the beginning of the part | ||
| 9757 | 2025.02.10 18:53:48.345207 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 273 rows starting from the beginning of the part | ||
| 9758 | 2025.02.10 18:53:48.345496 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 66 rows starting from the beginning of the part | ||
| 9759 | 2025.02.10 18:53:48.346355 [ 256 ] {e4713bf9-a4c0-45f3-b98a-9a3d459bd5fb} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9760 | 2025.02.10 18:53:48.346412 [ 256 ] {e4713bf9-a4c0-45f3-b98a-9a3d459bd5fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 9761 | 2025.02.10 18:53:48.347413 [ 256 ] {e4713bf9-a4c0-45f3-b98a-9a3d459bd5fb} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9762 | 2025.02.10 18:53:48.347980 [ 256 ] {e4713bf9-a4c0-45f3-b98a-9a3d459bd5fb} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9763 | 2025.02.10 18:53:48.348275 [ 256 ] {e4713bf9-a4c0-45f3-b98a-9a3d459bd5fb} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.00525 sec., 952.3809523809523 rows/sec., 71.61 KiB/sec. | ||
| 9764 | 2025.02.10 18:53:48.348374 [ 256 ] {e4713bf9-a4c0-45f3-b98a-9a3d459bd5fb} <Debug> TCPHandler: Processed in 0.005849901 sec. | ||
| 9765 | 2025.02.10 18:53:48.348563 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9766 | 2025.02.10 18:53:48.348870 [ 4 ] {6fce7b16-f944-481d-863d-91797e875ed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9767 | 2025.02.10 18:53:48.348902 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3307 rows, containing 5 columns (5 merged, 0 gathered) in 0.006345143 sec., 521186.0473436138 rows/sec., 45.68 MiB/sec. | ||
| 9768 | 2025.02.10 18:53:48.348958 [ 4 ] {6fce7b16-f944-481d-863d-91797e875ed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9769 | 2025.02.10 18:53:48.349277 [ 189 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9770 | 2025.02.10 18:53:48.349896 [ 189 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_76_15} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9771 | 2025.02.10 18:53:48.350149 [ 189 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_76_15} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9772 | 2025.02.10 18:53:48.350279 [ 4 ] {6fce7b16-f944-481d-863d-91797e875ed4} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9773 | 2025.02.10 18:53:48.350315 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 9774 | 2025.02.10 18:53:48.350342 [ 4 ] {6fce7b16-f944-481d-863d-91797e875ed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 9775 | 2025.02.10 18:53:48.350745 [ 4 ] {6fce7b16-f944-481d-863d-91797e875ed4} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9776 | 2025.02.10 18:53:48.350996 [ 4 ] {6fce7b16-f944-481d-863d-91797e875ed4} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9777 | 2025.02.10 18:53:48.351169 [ 116 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9778 | 2025.02.10 18:53:48.351236 [ 4 ] {6fce7b16-f944-481d-863d-91797e875ed4} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.002469 sec., 27946.537059538277 rows/sec., 2.18 MiB/sec. | ||
| 9779 | 2025.02.10 18:53:48.351237 [ 116 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9780 | 2025.02.10 18:53:48.351352 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 9781 | 2025.02.10 18:53:48.351383 [ 4 ] {6fce7b16-f944-481d-863d-91797e875ed4} <Debug> TCPHandler: Processed in 0.00292407 sec. | ||
| 9782 | 2025.02.10 18:53:48.351593 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9783 | 2025.02.10 18:53:48.351614 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9784 | 2025.02.10 18:53:48.351823 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9785 | 2025.02.10 18:53:48.351898 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 914 rows starting from the beginning of the part | ||
| 9786 | 2025.02.10 18:53:48.351901 [ 256 ] {7149a182-ec1f-475e-b687-6eefab15fd91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9787 | 2025.02.10 18:53:48.352063 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 417 rows starting from the beginning of the part | ||
| 9788 | 2025.02.10 18:53:48.352157 [ 256 ] {7149a182-ec1f-475e-b687-6eefab15fd91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9789 | 2025.02.10 18:53:48.352588 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 527 rows starting from the beginning of the part | ||
| 9790 | 2025.02.10 18:53:48.353001 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 64 rows starting from the beginning of the part | ||
| 9791 | 2025.02.10 18:53:48.353336 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 417 rows starting from the beginning of the part | ||
| 9792 | 2025.02.10 18:53:48.353683 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 69 rows starting from the beginning of the part | ||
| 9793 | 2025.02.10 18:53:48.354681 [ 256 ] {7149a182-ec1f-475e-b687-6eefab15fd91} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9794 | 2025.02.10 18:53:48.354772 [ 256 ] {7149a182-ec1f-475e-b687-6eefab15fd91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 9795 | 2025.02.10 18:53:48.355908 [ 256 ] {7149a182-ec1f-475e-b687-6eefab15fd91} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9796 | 2025.02.10 18:53:48.356293 [ 256 ] {7149a182-ec1f-475e-b687-6eefab15fd91} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9797 | 2025.02.10 18:53:48.356609 [ 116 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9798 | 2025.02.10 18:53:48.356723 [ 116 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9799 | 2025.02.10 18:53:48.356844 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 9800 | 2025.02.10 18:53:48.356916 [ 256 ] {7149a182-ec1f-475e-b687-6eefab15fd91} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005064 sec., 31595.576619273303 rows/sec., 2.20 MiB/sec. | ||
| 9801 | 2025.02.10 18:53:48.357320 [ 189 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.005882522 sec., 409348.23533171654 rows/sec., 31.39 MiB/sec. | ||
| 9802 | 2025.02.10 18:53:48.357345 [ 256 ] {7149a182-ec1f-475e-b687-6eefab15fd91} <Debug> TCPHandler: Processed in 0.005840961 sec. | ||
| 9803 | 2025.02.10 18:53:48.357694 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9804 | 2025.02.10 18:53:48.357925 [ 199 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9805 | 2025.02.10 18:53:48.358254 [ 188 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9806 | 2025.02.10 18:53:48.358307 [ 4 ] {7306c29a-62cc-422d-8897-f6517909702b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9807 | 2025.02.10 18:53:48.358819 [ 4 ] {7306c29a-62cc-422d-8897-f6517909702b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9808 | 2025.02.10 18:53:48.359442 [ 199 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_76_15} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9809 | 2025.02.10 18:53:48.359865 [ 199 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_76_15} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9810 | 2025.02.10 18:53:48.360218 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 9811 | 2025.02.10 18:53:48.360237 [ 188 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9812 | 2025.02.10 18:53:48.360363 [ 188 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21875 rows starting from the beginning of the part | ||
| 9813 | 2025.02.10 18:53:48.360869 [ 188 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 237 rows starting from the beginning of the part | ||
| 9814 | 2025.02.10 18:53:48.361316 [ 188 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 965 rows starting from the beginning of the part | ||
| 9815 | 2025.02.10 18:53:48.361645 [ 188 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 42 rows starting from the beginning of the part | ||
| 9816 | 2025.02.10 18:53:48.362092 [ 188 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 237 rows starting from the beginning of the part | ||
| 9817 | 2025.02.10 18:53:48.362523 [ 188 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
| 9818 | 2025.02.10 18:53:48.364446 [ 4 ] {7306c29a-62cc-422d-8897-f6517909702b} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9819 | 2025.02.10 18:53:48.364502 [ 4 ] {7306c29a-62cc-422d-8897-f6517909702b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 9820 | 2025.02.10 18:53:48.366087 [ 4 ] {7306c29a-62cc-422d-8897-f6517909702b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9821 | 2025.02.10 18:53:48.366510 [ 4 ] {7306c29a-62cc-422d-8897-f6517909702b} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9822 | 2025.02.10 18:53:48.366811 [ 4 ] {7306c29a-62cc-422d-8897-f6517909702b} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.008796 sec., 568.4402000909504 rows/sec., 1.02 MiB/sec. | ||
| 9823 | 2025.02.10 18:53:48.366937 [ 4 ] {7306c29a-62cc-422d-8897-f6517909702b} <Debug> TCPHandler: Processed in 0.009466078 sec. | ||
| 9824 | 2025.02.10 18:53:48.367093 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9825 | 2025.02.10 18:53:48.367416 [ 256 ] {68fc3da9-197b-4931-aa3c-8c3923637af5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9826 | 2025.02.10 18:53:48.367542 [ 256 ] {68fc3da9-197b-4931-aa3c-8c3923637af5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9827 | 2025.02.10 18:53:48.368069 [ 256 ] {68fc3da9-197b-4931-aa3c-8c3923637af5} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9828 | 2025.02.10 18:53:48.368117 [ 256 ] {68fc3da9-197b-4931-aa3c-8c3923637af5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 9829 | 2025.02.10 18:53:48.368531 [ 256 ] {68fc3da9-197b-4931-aa3c-8c3923637af5} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9830 | 2025.02.10 18:53:48.368794 [ 256 ] {68fc3da9-197b-4931-aa3c-8c3923637af5} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9831 | 2025.02.10 18:53:48.368968 [ 116 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9832 | 2025.02.10 18:53:48.369031 [ 116 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9833 | 2025.02.10 18:53:48.369041 [ 256 ] {68fc3da9-197b-4931-aa3c-8c3923637af5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001675 sec., 35820.89552238806 rows/sec., 2.41 MiB/sec. | ||
| 9834 | 2025.02.10 18:53:48.369072 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 9835 | 2025.02.10 18:53:48.369186 [ 256 ] {68fc3da9-197b-4931-aa3c-8c3923637af5} <Debug> TCPHandler: Processed in 0.002155872 sec. | ||
| 9836 | 2025.02.10 18:53:48.369270 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9837 | 2025.02.10 18:53:48.369394 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9838 | 2025.02.10 18:53:48.369425 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4368 rows starting from the beginning of the part | ||
| 9839 | 2025.02.10 18:53:48.369517 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 82 rows starting from the beginning of the part | ||
| 9840 | 2025.02.10 18:53:48.369706 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 44 rows starting from the beginning of the part | ||
| 9841 | 2025.02.10 18:53:48.369904 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 16 rows starting from the beginning of the part | ||
| 9842 | 2025.02.10 18:53:48.370102 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part | ||
| 9843 | 2025.02.10 18:53:48.370226 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
| 9844 | 2025.02.10 18:53:48.372758 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4652 rows, containing 4 columns (4 merged, 0 gathered) in 0.003565656 sec., 1304668.7622137414 rows/sec., 85.07 MiB/sec. | ||
| 9845 | 2025.02.10 18:53:48.373335 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9846 | 2025.02.10 18:53:48.373652 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_76_15} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9847 | 2025.02.10 18:53:48.373862 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_76_15} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9848 | 2025.02.10 18:53:48.373993 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
| 9849 | 2025.02.10 18:53:48.375700 [ 186 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23516 rows, containing 5 columns (5 merged, 0 gathered) in 0.01866861 sec., 1259654.5752468985 rows/sec., 85.04 MiB/sec. | ||
| 9850 | 2025.02.10 18:53:48.376269 [ 193 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9851 | 2025.02.10 18:53:48.376612 [ 193 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9852 | 2025.02.10 18:53:48.376691 [ 193 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9853 | 2025.02.10 18:53:48.376784 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 9854 | 2025.02.10 18:53:49.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 224.85 MiB, peak 235.81 MiB, free memory in arenas 0.00 B, will set to 226.16 MiB (RSS), difference: 1.31 MiB | ||
| 9855 | 2025.02.10 18:53:49.223386 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 9856 | 2025.02.10 18:53:49.245267 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9857 | 2025.02.10 18:53:49.245320 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 9858 | 2025.02.10 18:53:49.252500 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9859 | 2025.02.10 18:53:49.253268 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9860 | 2025.02.10 18:53:49.253587 [ 115 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9861 | 2025.02.10 18:53:49.253663 [ 115 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9862 | 2025.02.10 18:53:49.253706 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 9863 | 2025.02.10 18:53:49.254180 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 9864 | 2025.02.10 18:53:49.268221 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 9865 | 2025.02.10 18:53:49.269755 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9866 | 2025.02.10 18:53:49.271101 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part | ||
| 9867 | 2025.02.10 18:53:49.277016 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part | ||
| 9868 | 2025.02.10 18:53:49.282839 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part | ||
| 9869 | 2025.02.10 18:53:49.288501 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part | ||
| 9870 | 2025.02.10 18:53:49.294316 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 8 rows starting from the beginning of the part | ||
| 9871 | 2025.02.10 18:53:49.299055 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 7 rows starting from the beginning of the part | ||
| 9872 | 2025.02.10 18:53:49.358053 [ 193 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.104206104 sec., 3329.939290312591 rows/sec., 17.22 MiB/sec. | ||
| 9873 | 2025.02.10 18:53:49.360960 [ 193 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9874 | 2025.02.10 18:53:49.363849 [ 193 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_46_9} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9875 | 2025.02.10 18:53:49.363971 [ 193 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_46_9} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9876 | 2025.02.10 18:53:49.366424 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 9877 | 2025.02.10 18:53:52.863764 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1410 | ||
| 9878 | 2025.02.10 18:53:52.866999 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9879 | 2025.02.10 18:53:52.867064 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 9880 | 2025.02.10 18:53:52.868536 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9881 | 2025.02.10 18:53:52.868846 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9882 | 2025.02.10 18:53:52.869578 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1410 | ||
| 9883 | 2025.02.10 18:53:53.000227 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 223.91 MiB, peak 240.65 MiB, free memory in arenas 0.00 B, will set to 227.91 MiB (RSS), difference: 4.00 MiB | ||
| 9884 | 2025.02.10 18:53:53.346260 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9885 | 2025.02.10 18:53:53.346459 [ 4 ] {f56ab42b-2aa2-46d6-8ea4-cadce0965c87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9886 | 2025.02.10 18:53:53.346533 [ 4 ] {f56ab42b-2aa2-46d6-8ea4-cadce0965c87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9887 | 2025.02.10 18:53:53.347319 [ 4 ] {f56ab42b-2aa2-46d6-8ea4-cadce0965c87} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9888 | 2025.02.10 18:53:53.347391 [ 4 ] {f56ab42b-2aa2-46d6-8ea4-cadce0965c87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 9889 | 2025.02.10 18:53:53.348255 [ 4 ] {f56ab42b-2aa2-46d6-8ea4-cadce0965c87} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9890 | 2025.02.10 18:53:53.348510 [ 4 ] {f56ab42b-2aa2-46d6-8ea4-cadce0965c87} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9891 | 2025.02.10 18:53:53.348692 [ 111 ] {} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9892 | 2025.02.10 18:53:53.348757 [ 4 ] {f56ab42b-2aa2-46d6-8ea4-cadce0965c87} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002345 sec., 5970.149253731343 rows/sec., 429.77 KiB/sec. | ||
| 9893 | 2025.02.10 18:53:53.348767 [ 111 ] {} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9894 | 2025.02.10 18:53:53.348838 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 9895 | 2025.02.10 18:53:53.348892 [ 4 ] {f56ab42b-2aa2-46d6-8ea4-cadce0965c87} <Debug> TCPHandler: Processed in 0.002734706 sec. | ||
| 9896 | 2025.02.10 18:53:53.349246 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 9897 | 2025.02.10 18:53:53.349253 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9898 | 2025.02.10 18:53:53.349454 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9899 | 2025.02.10 18:53:53.349506 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 14 rows starting from the beginning of the part | ||
| 9900 | 2025.02.10 18:53:53.349530 [ 256 ] {347d68b1-e89c-4c4f-acbe-ce3b6ce5f192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9901 | 2025.02.10 18:53:53.349634 [ 256 ] {347d68b1-e89c-4c4f-acbe-ce3b6ce5f192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9902 | 2025.02.10 18:53:53.349653 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 9903 | 2025.02.10 18:53:53.350134 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 9904 | 2025.02.10 18:53:53.350408 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 9905 | 2025.02.10 18:53:53.350696 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
| 9906 | 2025.02.10 18:53:53.351877 [ 256 ] {347d68b1-e89c-4c4f-acbe-ce3b6ce5f192} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9907 | 2025.02.10 18:53:53.351936 [ 256 ] {347d68b1-e89c-4c4f-acbe-ce3b6ce5f192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 9908 | 2025.02.10 18:53:53.352351 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003399882 sec., 20588.949851788973 rows/sec., 1.53 MiB/sec. | ||
| 9909 | 2025.02.10 18:53:53.352507 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9910 | 2025.02.10 18:53:53.352522 [ 256 ] {347d68b1-e89c-4c4f-acbe-ce3b6ce5f192} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 9911 | 2025.02.10 18:53:53.352849 [ 256 ] {347d68b1-e89c-4c4f-acbe-ce3b6ce5f192} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9912 | 2025.02.10 18:53:53.352937 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_33_8} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9913 | 2025.02.10 18:53:53.353229 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_33_8} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9914 | 2025.02.10 18:53:53.353299 [ 256 ] {347d68b1-e89c-4c4f-acbe-ce3b6ce5f192} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003836 sec., 521.376433785193 rows/sec., 42.51 KiB/sec. | ||
| 9915 | 2025.02.10 18:53:53.353520 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9916 | 2025.02.10 18:53:53.353671 [ 256 ] {347d68b1-e89c-4c4f-acbe-ce3b6ce5f192} <Debug> TCPHandler: Processed in 0.004632592 sec. | ||
| 9917 | 2025.02.10 18:53:53.353862 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9918 | 2025.02.10 18:53:53.353983 [ 4 ] {41da33b2-a2ba-44b0-9039-03eb7f86ded5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9919 | 2025.02.10 18:53:53.354035 [ 4 ] {41da33b2-a2ba-44b0-9039-03eb7f86ded5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9920 | 2025.02.10 18:53:53.354740 [ 4 ] {41da33b2-a2ba-44b0-9039-03eb7f86ded5} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9921 | 2025.02.10 18:53:53.354778 [ 4 ] {41da33b2-a2ba-44b0-9039-03eb7f86ded5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 9922 | 2025.02.10 18:53:53.355168 [ 4 ] {41da33b2-a2ba-44b0-9039-03eb7f86ded5} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9923 | 2025.02.10 18:53:53.355423 [ 4 ] {41da33b2-a2ba-44b0-9039-03eb7f86ded5} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9924 | 2025.02.10 18:53:53.355623 [ 4 ] {41da33b2-a2ba-44b0-9039-03eb7f86ded5} <Debug> executeQuery: Read 274 rows, 24.71 KiB in 0.001667 sec., 164367.12657468507 rows/sec., 14.48 MiB/sec. | ||
| 9925 | 2025.02.10 18:53:53.355676 [ 4 ] {41da33b2-a2ba-44b0-9039-03eb7f86ded5} <Debug> TCPHandler: Processed in 0.001897586 sec. | ||
| 9926 | 2025.02.10 18:53:53.355833 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9927 | 2025.02.10 18:53:53.355980 [ 256 ] {1b705822-ce15-46b2-8d45-260aa830d495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9928 | 2025.02.10 18:53:53.356043 [ 256 ] {1b705822-ce15-46b2-8d45-260aa830d495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9929 | 2025.02.10 18:53:53.356756 [ 256 ] {1b705822-ce15-46b2-8d45-260aa830d495} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9930 | 2025.02.10 18:53:53.356797 [ 256 ] {1b705822-ce15-46b2-8d45-260aa830d495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 9931 | 2025.02.10 18:53:53.357164 [ 256 ] {1b705822-ce15-46b2-8d45-260aa830d495} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9932 | 2025.02.10 18:53:53.357424 [ 256 ] {1b705822-ce15-46b2-8d45-260aa830d495} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9933 | 2025.02.10 18:53:53.357591 [ 111 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9934 | 2025.02.10 18:53:53.357648 [ 111 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9935 | 2025.02.10 18:53:53.357664 [ 256 ] {1b705822-ce15-46b2-8d45-260aa830d495} <Debug> executeQuery: Read 44 rows, 3.23 KiB in 0.001714 sec., 25670.945157526254 rows/sec., 1.84 MiB/sec. | ||
| 9936 | 2025.02.10 18:53:53.357691 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 9937 | 2025.02.10 18:53:53.357836 [ 256 ] {1b705822-ce15-46b2-8d45-260aa830d495} <Debug> TCPHandler: Processed in 0.00206841 sec. | ||
| 9938 | 2025.02.10 18:53:53.357891 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 9939 | 2025.02.10 18:53:53.358045 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9940 | 2025.02.10 18:53:53.358061 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9941 | 2025.02.10 18:53:53.358117 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 65 rows starting from the beginning of the part | ||
| 9942 | 2025.02.10 18:53:53.358359 [ 4 ] {e6c1a75f-b716-442b-8c06-74d5cc525b1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9943 | 2025.02.10 18:53:53.358397 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 42 rows starting from the beginning of the part | ||
| 9944 | 2025.02.10 18:53:53.358515 [ 4 ] {e6c1a75f-b716-442b-8c06-74d5cc525b1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9945 | 2025.02.10 18:53:53.358730 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 7 rows starting from the beginning of the part | ||
| 9946 | 2025.02.10 18:53:53.359079 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 42 rows starting from the beginning of the part | ||
| 9947 | 2025.02.10 18:53:53.359364 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 5 rows starting from the beginning of the part | ||
| 9948 | 2025.02.10 18:53:53.359682 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 44 rows starting from the beginning of the part | ||
| 9949 | 2025.02.10 18:53:53.361487 [ 4 ] {e6c1a75f-b716-442b-8c06-74d5cc525b1d} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9950 | 2025.02.10 18:53:53.361566 [ 4 ] {e6c1a75f-b716-442b-8c06-74d5cc525b1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 9951 | 2025.02.10 18:53:53.362641 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 5 columns (5 merged, 0 gathered) in 0.004832617 sec., 42420.080051864235 rows/sec., 3.20 MiB/sec. | ||
| 9952 | 2025.02.10 18:53:53.362676 [ 4 ] {e6c1a75f-b716-442b-8c06-74d5cc525b1d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9953 | 2025.02.10 18:53:53.362889 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9954 | 2025.02.10 18:53:53.363076 [ 4 ] {e6c1a75f-b716-442b-8c06-74d5cc525b1d} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9955 | 2025.02.10 18:53:53.363531 [ 4 ] {e6c1a75f-b716-442b-8c06-74d5cc525b1d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005335 sec., 2624.1799437675727 rows/sec., 183.78 KiB/sec. | ||
| 9956 | 2025.02.10 18:53:53.363644 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_61_12} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9957 | 2025.02.10 18:53:53.363882 [ 4 ] {e6c1a75f-b716-442b-8c06-74d5cc525b1d} <Debug> TCPHandler: Processed in 0.005927623 sec. | ||
| 9958 | 2025.02.10 18:53:53.363975 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_61_12} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9959 | 2025.02.10 18:53:53.364164 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9960 | 2025.02.10 18:53:53.364323 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 9961 | 2025.02.10 18:53:53.364439 [ 256 ] {6b656bf9-e891-4cc0-80f7-9c0d06f01c27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9962 | 2025.02.10 18:53:53.364497 [ 256 ] {6b656bf9-e891-4cc0-80f7-9c0d06f01c27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9963 | 2025.02.10 18:53:53.365069 [ 256 ] {6b656bf9-e891-4cc0-80f7-9c0d06f01c27} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9964 | 2025.02.10 18:53:53.365109 [ 256 ] {6b656bf9-e891-4cc0-80f7-9c0d06f01c27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 9965 | 2025.02.10 18:53:53.365465 [ 256 ] {6b656bf9-e891-4cc0-80f7-9c0d06f01c27} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9966 | 2025.02.10 18:53:53.365705 [ 256 ] {6b656bf9-e891-4cc0-80f7-9c0d06f01c27} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9967 | 2025.02.10 18:53:53.365877 [ 111 ] {} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9968 | 2025.02.10 18:53:53.365935 [ 111 ] {} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9969 | 2025.02.10 18:53:53.365956 [ 256 ] {6b656bf9-e891-4cc0-80f7-9c0d06f01c27} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001571 sec., 8274.984086569064 rows/sec., 515.94 KiB/sec. | ||
| 9970 | 2025.02.10 18:53:53.365973 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 9971 | 2025.02.10 18:53:53.366119 [ 256 ] {6b656bf9-e891-4cc0-80f7-9c0d06f01c27} <Debug> TCPHandler: Processed in 0.002094941 sec. | ||
| 9972 | 2025.02.10 18:53:53.366198 [ 198 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 9973 | 2025.02.10 18:53:53.366281 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9974 | 2025.02.10 18:53:53.366338 [ 198 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9975 | 2025.02.10 18:53:53.366381 [ 198 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 13 rows starting from the beginning of the part | ||
| 9976 | 2025.02.10 18:53:53.366427 [ 4 ] {39f74217-1c48-4282-be6e-b9ff4fe2617a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9977 | 2025.02.10 18:53:53.366534 [ 198 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 13 rows starting from the beginning of the part | ||
| 9978 | 2025.02.10 18:53:53.366562 [ 4 ] {39f74217-1c48-4282-be6e-b9ff4fe2617a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9979 | 2025.02.10 18:53:53.366860 [ 198 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 13 rows starting from the beginning of the part | ||
| 9980 | 2025.02.10 18:53:53.367192 [ 198 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 13 rows starting from the beginning of the part | ||
| 9981 | 2025.02.10 18:53:53.367523 [ 198 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 13 rows starting from the beginning of the part | ||
| 9982 | 2025.02.10 18:53:53.368876 [ 4 ] {39f74217-1c48-4282-be6e-b9ff4fe2617a} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9983 | 2025.02.10 18:53:53.368926 [ 4 ] {39f74217-1c48-4282-be6e-b9ff4fe2617a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 9984 | 2025.02.10 18:53:53.369257 [ 187 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003162107 sec., 20555.914142057813 rows/sec., 1.33 MiB/sec. | ||
| 9985 | 2025.02.10 18:53:53.369490 [ 187 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9986 | 2025.02.10 18:53:53.369589 [ 4 ] {39f74217-1c48-4282-be6e-b9ff4fe2617a} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9987 | 2025.02.10 18:53:53.369979 [ 195 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_33_8} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9988 | 2025.02.10 18:53:53.370035 [ 4 ] {39f74217-1c48-4282-be6e-b9ff4fe2617a} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9989 | 2025.02.10 18:53:53.370156 [ 195 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_33_8} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9990 | 2025.02.10 18:53:53.370368 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9991 | 2025.02.10 18:53:53.370419 [ 4 ] {39f74217-1c48-4282-be6e-b9ff4fe2617a} <Debug> executeQuery: Read 419 rows, 30.65 KiB in 0.004034 sec., 103867.12940009915 rows/sec., 7.42 MiB/sec. | ||
| 9992 | 2025.02.10 18:53:53.370484 [ 4 ] {39f74217-1c48-4282-be6e-b9ff4fe2617a} <Debug> TCPHandler: Processed in 0.004273393 sec. | ||
| 9993 | 2025.02.10 18:53:53.370652 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9994 | 2025.02.10 18:53:53.370784 [ 256 ] {19402f3d-9dc2-444d-b67f-f46e7de05916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9995 | 2025.02.10 18:53:53.370841 [ 256 ] {19402f3d-9dc2-444d-b67f-f46e7de05916} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9996 | 2025.02.10 18:53:53.371461 [ 256 ] {19402f3d-9dc2-444d-b67f-f46e7de05916} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9997 | 2025.02.10 18:53:53.371508 [ 256 ] {19402f3d-9dc2-444d-b67f-f46e7de05916} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 9998 | 2025.02.10 18:53:53.371895 [ 256 ] {19402f3d-9dc2-444d-b67f-f46e7de05916} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9999 | 2025.02.10 18:53:53.372132 [ 256 ] {19402f3d-9dc2-444d-b67f-f46e7de05916} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10000 | 2025.02.10 18:53:53.372393 [ 256 ] {19402f3d-9dc2-444d-b67f-f46e7de05916} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0016 sec., 3750 rows/sec., 195.92 KiB/sec. | ||
| 10001 | 2025.02.10 18:53:53.372573 [ 256 ] {19402f3d-9dc2-444d-b67f-f46e7de05916} <Debug> TCPHandler: Processed in 0.001983957 sec. | ||
| 10002 | 2025.02.10 18:53:53.372767 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10003 | 2025.02.10 18:53:53.372886 [ 4 ] {537cb3ad-da01-49e2-986c-4d0d363e4204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10004 | 2025.02.10 18:53:53.372937 [ 4 ] {537cb3ad-da01-49e2-986c-4d0d363e4204} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10005 | 2025.02.10 18:53:53.373518 [ 4 ] {537cb3ad-da01-49e2-986c-4d0d363e4204} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10006 | 2025.02.10 18:53:53.373555 [ 4 ] {537cb3ad-da01-49e2-986c-4d0d363e4204} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10007 | 2025.02.10 18:53:53.373945 [ 4 ] {537cb3ad-da01-49e2-986c-4d0d363e4204} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10008 | 2025.02.10 18:53:53.374176 [ 4 ] {537cb3ad-da01-49e2-986c-4d0d363e4204} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10009 | 2025.02.10 18:53:53.374384 [ 4 ] {537cb3ad-da01-49e2-986c-4d0d363e4204} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001521 sec., 156476.00262984878 rows/sec., 10.49 MiB/sec. | ||
| 10010 | 2025.02.10 18:53:53.374435 [ 4 ] {537cb3ad-da01-49e2-986c-4d0d363e4204} <Debug> TCPHandler: Processed in 0.001770803 sec. | ||
| 10011 | 2025.02.10 18:53:53.374591 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10012 | 2025.02.10 18:53:53.374807 [ 256 ] {fa17272d-77d4-4a7b-8837-ada3d98f93f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10013 | 2025.02.10 18:53:53.374903 [ 256 ] {fa17272d-77d4-4a7b-8837-ada3d98f93f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10014 | 2025.02.10 18:53:53.375707 [ 256 ] {fa17272d-77d4-4a7b-8837-ada3d98f93f9} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10015 | 2025.02.10 18:53:53.375746 [ 256 ] {fa17272d-77d4-4a7b-8837-ada3d98f93f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10016 | 2025.02.10 18:53:53.376105 [ 256 ] {fa17272d-77d4-4a7b-8837-ada3d98f93f9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10017 | 2025.02.10 18:53:53.376351 [ 256 ] {fa17272d-77d4-4a7b-8837-ada3d98f93f9} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10018 | 2025.02.10 18:53:53.376571 [ 256 ] {fa17272d-77d4-4a7b-8837-ada3d98f93f9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001818 sec., 550.0550055005501 rows/sec., 37.06 KiB/sec. | ||
| 10019 | 2025.02.10 18:53:53.376682 [ 256 ] {fa17272d-77d4-4a7b-8837-ada3d98f93f9} <Debug> TCPHandler: Processed in 0.002149262 sec. | ||
| 10020 | 2025.02.10 18:53:53.376864 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10021 | 2025.02.10 18:53:53.376980 [ 4 ] {9afdaa04-b749-4cac-b29f-4777654da8f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10022 | 2025.02.10 18:53:53.377060 [ 4 ] {9afdaa04-b749-4cac-b29f-4777654da8f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10023 | 2025.02.10 18:53:53.378199 [ 4 ] {9afdaa04-b749-4cac-b29f-4777654da8f3} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10024 | 2025.02.10 18:53:53.378237 [ 4 ] {9afdaa04-b749-4cac-b29f-4777654da8f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10025 | 2025.02.10 18:53:53.378898 [ 4 ] {9afdaa04-b749-4cac-b29f-4777654da8f3} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 10026 | 2025.02.10 18:53:53.379149 [ 4 ] {9afdaa04-b749-4cac-b29f-4777654da8f3} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10027 | 2025.02.10 18:53:53.379309 [ 111 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 10028 | 2025.02.10 18:53:53.379393 [ 111 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10029 | 2025.02.10 18:53:53.379431 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10030 | 2025.02.10 18:53:53.379443 [ 4 ] {9afdaa04-b749-4cac-b29f-4777654da8f3} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002481 sec., 14107.214832728738 rows/sec., 25.28 MiB/sec. | ||
| 10031 | 2025.02.10 18:53:53.379761 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 10032 | 2025.02.10 18:53:53.379819 [ 4 ] {9afdaa04-b749-4cac-b29f-4777654da8f3} <Debug> TCPHandler: Processed in 0.003047003 sec. | ||
| 10033 | 2025.02.10 18:53:53.380119 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10034 | 2025.02.10 18:53:53.380294 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10035 | 2025.02.10 18:53:53.380490 [ 256 ] {90faccf8-491f-4709-a948-b07b42527c8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10036 | 2025.02.10 18:53:53.380493 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1094 rows starting from the beginning of the part | ||
| 10037 | 2025.02.10 18:53:53.380661 [ 256 ] {90faccf8-491f-4709-a948-b07b42527c8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10038 | 2025.02.10 18:53:53.381495 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 35 rows starting from the beginning of the part | ||
| 10039 | 2025.02.10 18:53:53.382191 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 5 rows starting from the beginning of the part | ||
| 10040 | 2025.02.10 18:53:53.383002 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 35 rows starting from the beginning of the part | ||
| 10041 | 2025.02.10 18:53:53.383004 [ 256 ] {90faccf8-491f-4709-a948-b07b42527c8e} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10042 | 2025.02.10 18:53:53.383086 [ 256 ] {90faccf8-491f-4709-a948-b07b42527c8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10043 | 2025.02.10 18:53:53.383601 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 5 rows starting from the beginning of the part | ||
| 10044 | 2025.02.10 18:53:53.384361 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 35 rows starting from the beginning of the part | ||
| 10045 | 2025.02.10 18:53:53.384557 [ 256 ] {90faccf8-491f-4709-a948-b07b42527c8e} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10046 | 2025.02.10 18:53:53.385253 [ 256 ] {90faccf8-491f-4709-a948-b07b42527c8e} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10047 | 2025.02.10 18:53:53.385887 [ 256 ] {90faccf8-491f-4709-a948-b07b42527c8e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005447 sec., 15054.158252248946 rows/sec., 979.07 KiB/sec. | ||
| 10048 | 2025.02.10 18:53:53.386391 [ 256 ] {90faccf8-491f-4709-a948-b07b42527c8e} <Debug> TCPHandler: Processed in 0.006447526 sec. | ||
| 10049 | 2025.02.10 18:53:53.392488 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1209 rows, containing 19 columns (19 merged, 0 gathered) in 0.012976383 sec., 93169.25987773328 rows/sec., 166.96 MiB/sec. | ||
| 10050 | 2025.02.10 18:53:53.393783 [ 194 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 10051 | 2025.02.10 18:53:53.394209 [ 194 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10052 | 2025.02.10 18:53:53.394288 [ 194 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 10053 | 2025.02.10 18:53:53.394432 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.64 MiB. | ||
| 10054 | 2025.02.10 18:53:54.000182 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 228.89 MiB, peak 240.65 MiB, free memory in arenas 0.00 B, will set to 230.25 MiB (RSS), difference: 1.36 MiB | ||
| 10055 | 2025.02.10 18:53:55.251257 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594 | ||
| 10056 | 2025.02.10 18:53:55.252140 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10057 | 2025.02.10 18:53:55.252182 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10058 | 2025.02.10 18:53:55.252716 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10059 | 2025.02.10 18:53:55.252971 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10060 | 2025.02.10 18:53:55.253218 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 | ||
| 10061 | 2025.02.10 18:53:56.768349 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 10062 | 2025.02.10 18:53:56.787827 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10063 | 2025.02.10 18:53:56.787896 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10064 | 2025.02.10 18:53:56.794881 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10065 | 2025.02.10 18:53:56.795649 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10066 | 2025.02.10 18:53:56.798468 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 10067 | 2025.02.10 18:53:58.340082 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10068 | 2025.02.10 18:53:58.340264 [ 4 ] {2533c622-93c9-4a10-8184-0fcd7bd34ca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10069 | 2025.02.10 18:53:58.340335 [ 4 ] {2533c622-93c9-4a10-8184-0fcd7bd34ca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10070 | 2025.02.10 18:53:58.341113 [ 4 ] {2533c622-93c9-4a10-8184-0fcd7bd34ca2} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10071 | 2025.02.10 18:53:58.341160 [ 4 ] {2533c622-93c9-4a10-8184-0fcd7bd34ca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10072 | 2025.02.10 18:53:58.341581 [ 4 ] {2533c622-93c9-4a10-8184-0fcd7bd34ca2} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10073 | 2025.02.10 18:53:58.341842 [ 4 ] {2533c622-93c9-4a10-8184-0fcd7bd34ca2} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10074 | 2025.02.10 18:53:58.342070 [ 4 ] {2533c622-93c9-4a10-8184-0fcd7bd34ca2} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001856 sec., 35560.34482758621 rows/sec., 2.83 MiB/sec. | ||
| 10075 | 2025.02.10 18:53:58.342129 [ 4 ] {2533c622-93c9-4a10-8184-0fcd7bd34ca2} <Debug> TCPHandler: Processed in 0.002172862 sec. | ||
| 10076 | 2025.02.10 18:53:58.342406 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10077 | 2025.02.10 18:53:58.342612 [ 256 ] {e19887f5-774d-4e78-acc0-0a6d7d850c34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10078 | 2025.02.10 18:53:58.342690 [ 256 ] {e19887f5-774d-4e78-acc0-0a6d7d850c34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10079 | 2025.02.10 18:53:58.343465 [ 256 ] {e19887f5-774d-4e78-acc0-0a6d7d850c34} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10080 | 2025.02.10 18:53:58.343520 [ 256 ] {e19887f5-774d-4e78-acc0-0a6d7d850c34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10081 | 2025.02.10 18:53:58.343971 [ 256 ] {e19887f5-774d-4e78-acc0-0a6d7d850c34} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 10082 | 2025.02.10 18:53:58.344228 [ 256 ] {e19887f5-774d-4e78-acc0-0a6d7d850c34} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10083 | 2025.02.10 18:53:58.344507 [ 256 ] {e19887f5-774d-4e78-acc0-0a6d7d850c34} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001942 sec., 2574.6652935118436 rows/sec., 193.60 KiB/sec. | ||
| 10084 | 2025.02.10 18:53:58.344587 [ 256 ] {e19887f5-774d-4e78-acc0-0a6d7d850c34} <Debug> TCPHandler: Processed in 0.002319186 sec. | ||
| 10085 | 2025.02.10 18:53:58.344828 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10086 | 2025.02.10 18:53:58.344997 [ 4 ] {240c9f02-17fe-4af3-987d-37d6f430fcb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10087 | 2025.02.10 18:53:58.345056 [ 4 ] {240c9f02-17fe-4af3-987d-37d6f430fcb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10088 | 2025.02.10 18:53:58.345765 [ 4 ] {240c9f02-17fe-4af3-987d-37d6f430fcb4} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10089 | 2025.02.10 18:53:58.345811 [ 4 ] {240c9f02-17fe-4af3-987d-37d6f430fcb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10090 | 2025.02.10 18:53:58.346171 [ 4 ] {240c9f02-17fe-4af3-987d-37d6f430fcb4} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10091 | 2025.02.10 18:53:58.346408 [ 4 ] {240c9f02-17fe-4af3-987d-37d6f430fcb4} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10092 | 2025.02.10 18:53:58.346613 [ 4 ] {240c9f02-17fe-4af3-987d-37d6f430fcb4} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001642 sec., 42021.92448233861 rows/sec., 3.28 MiB/sec. | ||
| 10093 | 2025.02.10 18:53:58.346666 [ 4 ] {240c9f02-17fe-4af3-987d-37d6f430fcb4} <Debug> TCPHandler: Processed in 0.001972838 sec. | ||
| 10094 | 2025.02.10 18:53:58.346804 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10095 | 2025.02.10 18:53:58.346946 [ 256 ] {191c76fa-8a03-45ca-8883-2bb77fb3acf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10096 | 2025.02.10 18:53:58.347010 [ 256 ] {191c76fa-8a03-45ca-8883-2bb77fb3acf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10097 | 2025.02.10 18:53:58.347701 [ 256 ] {191c76fa-8a03-45ca-8883-2bb77fb3acf6} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10098 | 2025.02.10 18:53:58.347747 [ 256 ] {191c76fa-8a03-45ca-8883-2bb77fb3acf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10099 | 2025.02.10 18:53:58.348157 [ 256 ] {191c76fa-8a03-45ca-8883-2bb77fb3acf6} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10100 | 2025.02.10 18:53:58.348402 [ 256 ] {191c76fa-8a03-45ca-8883-2bb77fb3acf6} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10101 | 2025.02.10 18:53:58.348624 [ 256 ] {191c76fa-8a03-45ca-8883-2bb77fb3acf6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00171 sec., 93567.25146198831 rows/sec., 6.52 MiB/sec. | ||
| 10102 | 2025.02.10 18:53:58.348693 [ 256 ] {191c76fa-8a03-45ca-8883-2bb77fb3acf6} <Debug> TCPHandler: Processed in 0.001942427 sec. | ||
| 10103 | 2025.02.10 18:53:58.348887 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10104 | 2025.02.10 18:53:58.349066 [ 4 ] {c028a675-4742-4649-bfee-e7f5c020a41a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10105 | 2025.02.10 18:53:58.349160 [ 4 ] {c028a675-4742-4649-bfee-e7f5c020a41a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10106 | 2025.02.10 18:53:58.350347 [ 4 ] {c028a675-4742-4649-bfee-e7f5c020a41a} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10107 | 2025.02.10 18:53:58.350388 [ 4 ] {c028a675-4742-4649-bfee-e7f5c020a41a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10108 | 2025.02.10 18:53:58.350989 [ 4 ] {c028a675-4742-4649-bfee-e7f5c020a41a} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 10109 | 2025.02.10 18:53:58.351252 [ 4 ] {c028a675-4742-4649-bfee-e7f5c020a41a} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10110 | 2025.02.10 18:53:58.351511 [ 4 ] {c028a675-4742-4649-bfee-e7f5c020a41a} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002469 sec., 2025.111381125962 rows/sec., 3.63 MiB/sec. | ||
| 10111 | 2025.02.10 18:53:58.351861 [ 4 ] {c028a675-4742-4649-bfee-e7f5c020a41a} <Debug> TCPHandler: Processed in 0.003082994 sec. | ||
| 10112 | 2025.02.10 18:53:58.352144 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10113 | 2025.02.10 18:53:58.352307 [ 256 ] {d42797bf-bd61-4f40-8412-f26cd678590b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10114 | 2025.02.10 18:53:58.352370 [ 256 ] {d42797bf-bd61-4f40-8412-f26cd678590b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10115 | 2025.02.10 18:53:58.352924 [ 256 ] {d42797bf-bd61-4f40-8412-f26cd678590b} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10116 | 2025.02.10 18:53:58.352963 [ 256 ] {d42797bf-bd61-4f40-8412-f26cd678590b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10117 | 2025.02.10 18:53:58.353351 [ 256 ] {d42797bf-bd61-4f40-8412-f26cd678590b} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10118 | 2025.02.10 18:53:58.353588 [ 256 ] {d42797bf-bd61-4f40-8412-f26cd678590b} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10119 | 2025.02.10 18:53:58.353805 [ 256 ] {d42797bf-bd61-4f40-8412-f26cd678590b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001529 sec., 39241.33420536298 rows/sec., 2.64 MiB/sec. | ||
| 10120 | 2025.02.10 18:53:58.353854 [ 256 ] {d42797bf-bd61-4f40-8412-f26cd678590b} <Debug> TCPHandler: Processed in 0.001891495 sec. | ||
| 10121 | 2025.02.10 18:54:02.602981 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10122 | 2025.02.10 18:54:02.603049 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10123 | 2025.02.10 18:54:02.753372 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021 | ||
| 10124 | 2025.02.10 18:54:02.754030 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10125 | 2025.02.10 18:54:02.754075 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10126 | 2025.02.10 18:54:02.754604 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10127 | 2025.02.10 18:54:02.754867 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10128 | 2025.02.10 18:54:02.755126 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 10129 | 2025.02.10 18:54:02.869819 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1446 | ||
| 10130 | 2025.02.10 18:54:02.873108 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10131 | 2025.02.10 18:54:02.873166 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10132 | 2025.02.10 18:54:02.874644 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10133 | 2025.02.10 18:54:02.874971 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10134 | 2025.02.10 18:54:02.876387 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1446 | ||
| 10135 | 2025.02.10 18:54:03.001890 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001342012 sec. | ||
| 10136 | 2025.02.10 18:54:03.345953 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10137 | 2025.02.10 18:54:03.346148 [ 4 ] {dfb4552b-cce8-42ce-b1b1-badad855e1c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10138 | 2025.02.10 18:54:03.346223 [ 4 ] {dfb4552b-cce8-42ce-b1b1-badad855e1c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10139 | 2025.02.10 18:54:03.346991 [ 4 ] {dfb4552b-cce8-42ce-b1b1-badad855e1c0} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10140 | 2025.02.10 18:54:03.347042 [ 4 ] {dfb4552b-cce8-42ce-b1b1-badad855e1c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10141 | 2025.02.10 18:54:03.347444 [ 4 ] {dfb4552b-cce8-42ce-b1b1-badad855e1c0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10142 | 2025.02.10 18:54:03.347689 [ 4 ] {dfb4552b-cce8-42ce-b1b1-badad855e1c0} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10143 | 2025.02.10 18:54:03.347886 [ 4 ] {dfb4552b-cce8-42ce-b1b1-badad855e1c0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001793 sec., 7808.1427774679305 rows/sec., 562.08 KiB/sec. | ||
| 10144 | 2025.02.10 18:54:03.347946 [ 4 ] {dfb4552b-cce8-42ce-b1b1-badad855e1c0} <Debug> TCPHandler: Processed in 0.002105511 sec. | ||
| 10145 | 2025.02.10 18:54:03.348193 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10146 | 2025.02.10 18:54:03.348410 [ 256 ] {2df24dcc-9523-4a34-8c2c-e8b242295859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10147 | 2025.02.10 18:54:03.348492 [ 256 ] {2df24dcc-9523-4a34-8c2c-e8b242295859} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10148 | 2025.02.10 18:54:03.349478 [ 256 ] {2df24dcc-9523-4a34-8c2c-e8b242295859} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10149 | 2025.02.10 18:54:03.349524 [ 256 ] {2df24dcc-9523-4a34-8c2c-e8b242295859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10150 | 2025.02.10 18:54:03.349993 [ 256 ] {2df24dcc-9523-4a34-8c2c-e8b242295859} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10151 | 2025.02.10 18:54:03.350255 [ 256 ] {2df24dcc-9523-4a34-8c2c-e8b242295859} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10152 | 2025.02.10 18:54:03.350537 [ 256 ] {2df24dcc-9523-4a34-8c2c-e8b242295859} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.002181 sec., 125171.93947730398 rows/sec., 11.03 MiB/sec. | ||
| 10153 | 2025.02.10 18:54:03.350623 [ 256 ] {2df24dcc-9523-4a34-8c2c-e8b242295859} <Debug> TCPHandler: Processed in 0.002563931 sec. | ||
| 10154 | 2025.02.10 18:54:03.350854 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10155 | 2025.02.10 18:54:03.351015 [ 4 ] {921799a8-f3cf-48d9-b30b-003968586ca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10156 | 2025.02.10 18:54:03.351068 [ 4 ] {921799a8-f3cf-48d9-b30b-003968586ca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10157 | 2025.02.10 18:54:03.351666 [ 4 ] {921799a8-f3cf-48d9-b30b-003968586ca9} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10158 | 2025.02.10 18:54:03.351704 [ 4 ] {921799a8-f3cf-48d9-b30b-003968586ca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10159 | 2025.02.10 18:54:03.352072 [ 4 ] {921799a8-f3cf-48d9-b30b-003968586ca9} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10160 | 2025.02.10 18:54:03.352308 [ 4 ] {921799a8-f3cf-48d9-b30b-003968586ca9} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10161 | 2025.02.10 18:54:03.352499 [ 4 ] {921799a8-f3cf-48d9-b30b-003968586ca9} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001514 sec., 27741.083223249672 rows/sec., 1.99 MiB/sec. | ||
| 10162 | 2025.02.10 18:54:03.352580 [ 4 ] {921799a8-f3cf-48d9-b30b-003968586ca9} <Debug> TCPHandler: Processed in 0.001828844 sec. | ||
| 10163 | 2025.02.10 18:54:03.352784 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10164 | 2025.02.10 18:54:03.352909 [ 256 ] {0e54cd45-e8a6-44f4-a5cb-8bfb71baa384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10165 | 2025.02.10 18:54:03.352963 [ 256 ] {0e54cd45-e8a6-44f4-a5cb-8bfb71baa384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10166 | 2025.02.10 18:54:03.353678 [ 256 ] {0e54cd45-e8a6-44f4-a5cb-8bfb71baa384} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10167 | 2025.02.10 18:54:03.353726 [ 256 ] {0e54cd45-e8a6-44f4-a5cb-8bfb71baa384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10168 | 2025.02.10 18:54:03.354135 [ 256 ] {0e54cd45-e8a6-44f4-a5cb-8bfb71baa384} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 10169 | 2025.02.10 18:54:03.354374 [ 256 ] {0e54cd45-e8a6-44f4-a5cb-8bfb71baa384} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10170 | 2025.02.10 18:54:03.354619 [ 256 ] {0e54cd45-e8a6-44f4-a5cb-8bfb71baa384} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001739 sec., 8050.6037952846455 rows/sec., 563.81 KiB/sec. | ||
| 10171 | 2025.02.10 18:54:03.354831 [ 256 ] {0e54cd45-e8a6-44f4-a5cb-8bfb71baa384} <Debug> TCPHandler: Processed in 0.002133972 sec. | ||
| 10172 | 2025.02.10 18:54:03.355039 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10173 | 2025.02.10 18:54:03.355178 [ 4 ] {831e73c0-d5c5-424e-b491-fddcd4b30c23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10174 | 2025.02.10 18:54:03.355235 [ 4 ] {831e73c0-d5c5-424e-b491-fddcd4b30c23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10175 | 2025.02.10 18:54:03.355881 [ 4 ] {831e73c0-d5c5-424e-b491-fddcd4b30c23} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10176 | 2025.02.10 18:54:03.355926 [ 4 ] {831e73c0-d5c5-424e-b491-fddcd4b30c23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10177 | 2025.02.10 18:54:03.356284 [ 4 ] {831e73c0-d5c5-424e-b491-fddcd4b30c23} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10178 | 2025.02.10 18:54:03.356519 [ 4 ] {831e73c0-d5c5-424e-b491-fddcd4b30c23} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10179 | 2025.02.10 18:54:03.356695 [ 4 ] {831e73c0-d5c5-424e-b491-fddcd4b30c23} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001547 sec., 8403.361344537816 rows/sec., 523.95 KiB/sec. | ||
| 10180 | 2025.02.10 18:54:03.356747 [ 4 ] {831e73c0-d5c5-424e-b491-fddcd4b30c23} <Debug> TCPHandler: Processed in 0.001809393 sec. | ||
| 10181 | 2025.02.10 18:54:03.356892 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10182 | 2025.02.10 18:54:03.357016 [ 256 ] {b16b3d8b-64ec-452d-9e6c-6c7e51b9b9d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10183 | 2025.02.10 18:54:03.357075 [ 256 ] {b16b3d8b-64ec-452d-9e6c-6c7e51b9b9d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10184 | 2025.02.10 18:54:03.357943 [ 256 ] {b16b3d8b-64ec-452d-9e6c-6c7e51b9b9d0} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10185 | 2025.02.10 18:54:03.357990 [ 256 ] {b16b3d8b-64ec-452d-9e6c-6c7e51b9b9d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10186 | 2025.02.10 18:54:03.358392 [ 256 ] {b16b3d8b-64ec-452d-9e6c-6c7e51b9b9d0} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10187 | 2025.02.10 18:54:03.358625 [ 256 ] {b16b3d8b-64ec-452d-9e6c-6c7e51b9b9d0} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10188 | 2025.02.10 18:54:03.358839 [ 256 ] {b16b3d8b-64ec-452d-9e6c-6c7e51b9b9d0} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001852 sec., 225161.98704103671 rows/sec., 16.07 MiB/sec. | ||
| 10189 | 2025.02.10 18:54:03.358895 [ 256 ] {b16b3d8b-64ec-452d-9e6c-6c7e51b9b9d0} <Debug> TCPHandler: Processed in 0.00206019 sec. | ||
| 10190 | 2025.02.10 18:54:03.359036 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10191 | 2025.02.10 18:54:03.359176 [ 4 ] {30352828-102b-4534-ab41-a47508256837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10192 | 2025.02.10 18:54:03.359235 [ 4 ] {30352828-102b-4534-ab41-a47508256837} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10193 | 2025.02.10 18:54:03.359800 [ 4 ] {30352828-102b-4534-ab41-a47508256837} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10194 | 2025.02.10 18:54:03.359846 [ 4 ] {30352828-102b-4534-ab41-a47508256837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10195 | 2025.02.10 18:54:03.360219 [ 4 ] {30352828-102b-4534-ab41-a47508256837} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10196 | 2025.02.10 18:54:03.360467 [ 4 ] {30352828-102b-4534-ab41-a47508256837} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10197 | 2025.02.10 18:54:03.360686 [ 4 ] {30352828-102b-4534-ab41-a47508256837} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001536 sec., 3906.25 rows/sec., 204.09 KiB/sec. | ||
| 10198 | 2025.02.10 18:54:03.360754 [ 4 ] {30352828-102b-4534-ab41-a47508256837} <Debug> TCPHandler: Processed in 0.001774493 sec. | ||
| 10199 | 2025.02.10 18:54:03.361001 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10200 | 2025.02.10 18:54:03.361128 [ 256 ] {1a267094-c371-4460-880e-46394b2c25c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10201 | 2025.02.10 18:54:03.361182 [ 256 ] {1a267094-c371-4460-880e-46394b2c25c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10202 | 2025.02.10 18:54:03.361763 [ 256 ] {1a267094-c371-4460-880e-46394b2c25c4} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10203 | 2025.02.10 18:54:03.361802 [ 256 ] {1a267094-c371-4460-880e-46394b2c25c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10204 | 2025.02.10 18:54:03.362189 [ 256 ] {1a267094-c371-4460-880e-46394b2c25c4} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10205 | 2025.02.10 18:54:03.362419 [ 256 ] {1a267094-c371-4460-880e-46394b2c25c4} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10206 | 2025.02.10 18:54:03.362679 [ 256 ] {1a267094-c371-4460-880e-46394b2c25c4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001563 sec., 151631.47792706336 rows/sec., 10.16 MiB/sec. | ||
| 10207 | 2025.02.10 18:54:03.362789 [ 256 ] {1a267094-c371-4460-880e-46394b2c25c4} <Debug> TCPHandler: Processed in 0.001924486 sec. | ||
| 10208 | 2025.02.10 18:54:03.362998 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10209 | 2025.02.10 18:54:03.363147 [ 4 ] {0c31b565-9bda-4790-871d-a26de3266bb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10210 | 2025.02.10 18:54:03.363207 [ 4 ] {0c31b565-9bda-4790-871d-a26de3266bb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10211 | 2025.02.10 18:54:03.363728 [ 4 ] {0c31b565-9bda-4790-871d-a26de3266bb3} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10212 | 2025.02.10 18:54:03.363772 [ 4 ] {0c31b565-9bda-4790-871d-a26de3266bb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10213 | 2025.02.10 18:54:03.364169 [ 4 ] {0c31b565-9bda-4790-871d-a26de3266bb3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10214 | 2025.02.10 18:54:03.364401 [ 4 ] {0c31b565-9bda-4790-871d-a26de3266bb3} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10215 | 2025.02.10 18:54:03.364580 [ 4 ] {0c31b565-9bda-4790-871d-a26de3266bb3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001463 sec., 683.5269993164729 rows/sec., 46.06 KiB/sec. | ||
| 10216 | 2025.02.10 18:54:03.364628 [ 4 ] {0c31b565-9bda-4790-871d-a26de3266bb3} <Debug> TCPHandler: Processed in 0.001734462 sec. | ||
| 10217 | 2025.02.10 18:54:03.364767 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10218 | 2025.02.10 18:54:03.364887 [ 256 ] {10963a8f-49ad-45f0-a185-585d96fcf294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10219 | 2025.02.10 18:54:03.364968 [ 256 ] {10963a8f-49ad-45f0-a185-585d96fcf294} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10220 | 2025.02.10 18:54:03.366289 [ 256 ] {10963a8f-49ad-45f0-a185-585d96fcf294} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10221 | 2025.02.10 18:54:03.366327 [ 256 ] {10963a8f-49ad-45f0-a185-585d96fcf294} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10222 | 2025.02.10 18:54:03.366987 [ 256 ] {10963a8f-49ad-45f0-a185-585d96fcf294} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10223 | 2025.02.10 18:54:03.367247 [ 256 ] {10963a8f-49ad-45f0-a185-585d96fcf294} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10224 | 2025.02.10 18:54:03.367534 [ 256 ] {10963a8f-49ad-45f0-a185-585d96fcf294} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002664 sec., 13138.138138138138 rows/sec., 23.54 MiB/sec. | ||
| 10225 | 2025.02.10 18:54:03.367934 [ 256 ] {10963a8f-49ad-45f0-a185-585d96fcf294} <Debug> TCPHandler: Processed in 0.003217297 sec. | ||
| 10226 | 2025.02.10 18:54:03.368193 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10227 | 2025.02.10 18:54:03.368372 [ 4 ] {cc87f372-fbf6-4513-9252-d86332a0b887} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10228 | 2025.02.10 18:54:03.368431 [ 4 ] {cc87f372-fbf6-4513-9252-d86332a0b887} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10229 | 2025.02.10 18:54:03.368985 [ 4 ] {cc87f372-fbf6-4513-9252-d86332a0b887} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10230 | 2025.02.10 18:54:03.369025 [ 4 ] {cc87f372-fbf6-4513-9252-d86332a0b887} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10231 | 2025.02.10 18:54:03.369393 [ 4 ] {cc87f372-fbf6-4513-9252-d86332a0b887} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10232 | 2025.02.10 18:54:03.369631 [ 4 ] {cc87f372-fbf6-4513-9252-d86332a0b887} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10233 | 2025.02.10 18:54:03.369806 [ 4 ] {cc87f372-fbf6-4513-9252-d86332a0b887} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001466 sec., 55934.51568894952 rows/sec., 3.55 MiB/sec. | ||
| 10234 | 2025.02.10 18:54:03.369855 [ 4 ] {cc87f372-fbf6-4513-9252-d86332a0b887} <Debug> TCPHandler: Processed in 0.001820194 sec. | ||
| 10235 | 2025.02.10 18:54:04.298575 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 10236 | 2025.02.10 18:54:04.318710 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10237 | 2025.02.10 18:54:04.318772 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10238 | 2025.02.10 18:54:04.326163 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10239 | 2025.02.10 18:54:04.326919 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10240 | 2025.02.10 18:54:04.330478 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 10241 | 2025.02.10 18:54:06.546572 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10242 | 2025.02.10 18:54:06.546765 [ 4 ] {8df82883-f453-4f27-b06d-35a38b67c942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10243 | 2025.02.10 18:54:06.546838 [ 4 ] {8df82883-f453-4f27-b06d-35a38b67c942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10244 | 2025.02.10 18:54:06.547579 [ 4 ] {8df82883-f453-4f27-b06d-35a38b67c942} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10245 | 2025.02.10 18:54:06.547630 [ 4 ] {8df82883-f453-4f27-b06d-35a38b67c942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10246 | 2025.02.10 18:54:06.548050 [ 4 ] {8df82883-f453-4f27-b06d-35a38b67c942} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 10247 | 2025.02.10 18:54:06.548303 [ 4 ] {8df82883-f453-4f27-b06d-35a38b67c942} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10248 | 2025.02.10 18:54:06.548537 [ 4 ] {8df82883-f453-4f27-b06d-35a38b67c942} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001818 sec., 2200.2200220022005 rows/sec., 179.41 KiB/sec. | ||
| 10249 | 2025.02.10 18:54:06.548716 [ 4 ] {8df82883-f453-4f27-b06d-35a38b67c942} <Debug> TCPHandler: Processed in 0.002269845 sec. | ||
| 10250 | 2025.02.10 18:54:06.548999 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10251 | 2025.02.10 18:54:06.549205 [ 256 ] {88d8a35e-ec28-4902-b446-f7f05b7f76aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10252 | 2025.02.10 18:54:06.549281 [ 256 ] {88d8a35e-ec28-4902-b446-f7f05b7f76aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10253 | 2025.02.10 18:54:06.550562 [ 256 ] {88d8a35e-ec28-4902-b446-f7f05b7f76aa} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10254 | 2025.02.10 18:54:06.550615 [ 256 ] {88d8a35e-ec28-4902-b446-f7f05b7f76aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10255 | 2025.02.10 18:54:06.551135 [ 256 ] {88d8a35e-ec28-4902-b446-f7f05b7f76aa} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10256 | 2025.02.10 18:54:06.551399 [ 256 ] {88d8a35e-ec28-4902-b446-f7f05b7f76aa} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10257 | 2025.02.10 18:54:06.551652 [ 256 ] {88d8a35e-ec28-4902-b446-f7f05b7f76aa} <Debug> executeQuery: Read 1208 rows, 102.09 KiB in 0.002495 sec., 484168.33667334676 rows/sec., 39.96 MiB/sec. | ||
| 10258 | 2025.02.10 18:54:06.551718 [ 256 ] {88d8a35e-ec28-4902-b446-f7f05b7f76aa} <Debug> TCPHandler: Processed in 0.002867809 sec. | ||
| 10259 | 2025.02.10 18:54:06.551929 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10260 | 2025.02.10 18:54:06.552085 [ 4 ] {2df8126e-8ec4-44f9-b9c2-66ed18e0c8e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10261 | 2025.02.10 18:54:06.552151 [ 4 ] {2df8126e-8ec4-44f9-b9c2-66ed18e0c8e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10262 | 2025.02.10 18:54:06.552845 [ 4 ] {2df8126e-8ec4-44f9-b9c2-66ed18e0c8e0} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10263 | 2025.02.10 18:54:06.552892 [ 4 ] {2df8126e-8ec4-44f9-b9c2-66ed18e0c8e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10264 | 2025.02.10 18:54:06.553291 [ 4 ] {2df8126e-8ec4-44f9-b9c2-66ed18e0c8e0} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10265 | 2025.02.10 18:54:06.553528 [ 4 ] {2df8126e-8ec4-44f9-b9c2-66ed18e0c8e0} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10266 | 2025.02.10 18:54:06.553712 [ 4 ] {2df8126e-8ec4-44f9-b9c2-66ed18e0c8e0} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.001662 sec., 5415.162454873646 rows/sec., 394.27 KiB/sec. | ||
| 10267 | 2025.02.10 18:54:06.553770 [ 4 ] {2df8126e-8ec4-44f9-b9c2-66ed18e0c8e0} <Debug> TCPHandler: Processed in 0.001950287 sec. | ||
| 10268 | 2025.02.10 18:54:06.553901 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10269 | 2025.02.10 18:54:06.554018 [ 256 ] {2538f8ea-8f9d-4ab6-9c50-60d2b8b245ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10270 | 2025.02.10 18:54:06.554067 [ 256 ] {2538f8ea-8f9d-4ab6-9c50-60d2b8b245ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10271 | 2025.02.10 18:54:06.554831 [ 256 ] {2538f8ea-8f9d-4ab6-9c50-60d2b8b245ff} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10272 | 2025.02.10 18:54:06.554879 [ 256 ] {2538f8ea-8f9d-4ab6-9c50-60d2b8b245ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10273 | 2025.02.10 18:54:06.555282 [ 256 ] {2538f8ea-8f9d-4ab6-9c50-60d2b8b245ff} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 10274 | 2025.02.10 18:54:06.555520 [ 256 ] {2538f8ea-8f9d-4ab6-9c50-60d2b8b245ff} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10275 | 2025.02.10 18:54:06.555752 [ 256 ] {2538f8ea-8f9d-4ab6-9c50-60d2b8b245ff} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001754 sec., 129988.59749144812 rows/sec., 8.80 MiB/sec. | ||
| 10276 | 2025.02.10 18:54:06.555873 [ 256 ] {2538f8ea-8f9d-4ab6-9c50-60d2b8b245ff} <Debug> TCPHandler: Processed in 0.002026659 sec. | ||
| 10277 | 2025.02.10 18:54:06.556083 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10278 | 2025.02.10 18:54:06.556289 [ 4 ] {5af6f984-1d1d-4183-9fdf-11a13db7d317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10279 | 2025.02.10 18:54:06.556340 [ 4 ] {5af6f984-1d1d-4183-9fdf-11a13db7d317} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10280 | 2025.02.10 18:54:06.557128 [ 4 ] {5af6f984-1d1d-4183-9fdf-11a13db7d317} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10281 | 2025.02.10 18:54:06.557167 [ 4 ] {5af6f984-1d1d-4183-9fdf-11a13db7d317} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10282 | 2025.02.10 18:54:06.557561 [ 4 ] {5af6f984-1d1d-4183-9fdf-11a13db7d317} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10283 | 2025.02.10 18:54:06.557809 [ 4 ] {5af6f984-1d1d-4183-9fdf-11a13db7d317} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10284 | 2025.02.10 18:54:06.557995 [ 4 ] {5af6f984-1d1d-4183-9fdf-11a13db7d317} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.001747 sec., 302804.80824270175 rows/sec., 22.43 MiB/sec. | ||
| 10285 | 2025.02.10 18:54:06.558056 [ 4 ] {5af6f984-1d1d-4183-9fdf-11a13db7d317} <Debug> TCPHandler: Processed in 0.002095031 sec. | ||
| 10286 | 2025.02.10 18:54:06.558205 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10287 | 2025.02.10 18:54:06.558343 [ 256 ] {c9d8a02c-9d54-41c7-a67c-c0e097a474de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10288 | 2025.02.10 18:54:06.558412 [ 256 ] {c9d8a02c-9d54-41c7-a67c-c0e097a474de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10289 | 2025.02.10 18:54:06.559281 [ 256 ] {c9d8a02c-9d54-41c7-a67c-c0e097a474de} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10290 | 2025.02.10 18:54:06.559320 [ 256 ] {c9d8a02c-9d54-41c7-a67c-c0e097a474de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10291 | 2025.02.10 18:54:06.559762 [ 256 ] {c9d8a02c-9d54-41c7-a67c-c0e097a474de} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10292 | 2025.02.10 18:54:06.559999 [ 256 ] {c9d8a02c-9d54-41c7-a67c-c0e097a474de} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10293 | 2025.02.10 18:54:06.560219 [ 256 ] {c9d8a02c-9d54-41c7-a67c-c0e097a474de} <Debug> executeQuery: Read 966 rows, 66.39 KiB in 0.001908 sec., 506289.30817610066 rows/sec., 33.98 MiB/sec. | ||
| 10294 | 2025.02.10 18:54:06.560272 [ 256 ] {c9d8a02c-9d54-41c7-a67c-c0e097a474de} <Debug> TCPHandler: Processed in 0.002133541 sec. | ||
| 10295 | 2025.02.10 18:54:06.560441 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10296 | 2025.02.10 18:54:06.560587 [ 4 ] {d2befbc5-da41-489a-a789-ab34c1afa5a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10297 | 2025.02.10 18:54:06.560683 [ 4 ] {d2befbc5-da41-489a-a789-ab34c1afa5a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10298 | 2025.02.10 18:54:06.561850 [ 4 ] {d2befbc5-da41-489a-a789-ab34c1afa5a9} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10299 | 2025.02.10 18:54:06.561887 [ 4 ] {d2befbc5-da41-489a-a789-ab34c1afa5a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10300 | 2025.02.10 18:54:06.562514 [ 4 ] {d2befbc5-da41-489a-a789-ab34c1afa5a9} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10301 | 2025.02.10 18:54:06.562770 [ 4 ] {d2befbc5-da41-489a-a789-ab34c1afa5a9} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10302 | 2025.02.10 18:54:06.563011 [ 4 ] {d2befbc5-da41-489a-a789-ab34c1afa5a9} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002458 sec., 2034.174125305126 rows/sec., 3.65 MiB/sec. | ||
| 10303 | 2025.02.10 18:54:06.563141 [ 4 ] {d2befbc5-da41-489a-a789-ab34c1afa5a9} <Debug> TCPHandler: Processed in 0.002777187 sec. | ||
| 10304 | 2025.02.10 18:54:06.563295 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10305 | 2025.02.10 18:54:06.563432 [ 256 ] {976c3edc-2e91-452a-b022-4dac30769aa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10306 | 2025.02.10 18:54:06.563492 [ 256 ] {976c3edc-2e91-452a-b022-4dac30769aa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10307 | 2025.02.10 18:54:06.564068 [ 256 ] {976c3edc-2e91-452a-b022-4dac30769aa5} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10308 | 2025.02.10 18:54:06.564112 [ 256 ] {976c3edc-2e91-452a-b022-4dac30769aa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10309 | 2025.02.10 18:54:06.564485 [ 256 ] {976c3edc-2e91-452a-b022-4dac30769aa5} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10310 | 2025.02.10 18:54:06.564734 [ 256 ] {976c3edc-2e91-452a-b022-4dac30769aa5} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10311 | 2025.02.10 18:54:06.564920 [ 256 ] {976c3edc-2e91-452a-b022-4dac30769aa5} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001518 sec., 28985.507246376812 rows/sec., 1.95 MiB/sec. | ||
| 10312 | 2025.02.10 18:54:06.565017 [ 256 ] {976c3edc-2e91-452a-b022-4dac30769aa5} <Debug> TCPHandler: Processed in 0.001789623 sec. | ||
| 10313 | 2025.02.10 18:54:08.335960 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10314 | 2025.02.10 18:54:08.336240 [ 4 ] {9666c5a7-57f5-4643-b059-455cb4266241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10315 | 2025.02.10 18:54:08.336336 [ 4 ] {9666c5a7-57f5-4643-b059-455cb4266241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10316 | 2025.02.10 18:54:08.337326 [ 4 ] {9666c5a7-57f5-4643-b059-455cb4266241} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10317 | 2025.02.10 18:54:08.337392 [ 4 ] {9666c5a7-57f5-4643-b059-455cb4266241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10318 | 2025.02.10 18:54:08.337934 [ 4 ] {9666c5a7-57f5-4643-b059-455cb4266241} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10319 | 2025.02.10 18:54:08.338268 [ 4 ] {9666c5a7-57f5-4643-b059-455cb4266241} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10320 | 2025.02.10 18:54:08.338513 [ 91 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10321 | 2025.02.10 18:54:08.338604 [ 4 ] {9666c5a7-57f5-4643-b059-455cb4266241} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00244 sec., 22950.819672131147 rows/sec., 1.76 MiB/sec. | ||
| 10322 | 2025.02.10 18:54:08.338646 [ 91 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10323 | 2025.02.10 18:54:08.338753 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10324 | 2025.02.10 18:54:08.338766 [ 4 ] {9666c5a7-57f5-4643-b059-455cb4266241} <Debug> TCPHandler: Processed in 0.002986672 sec. | ||
| 10325 | 2025.02.10 18:54:08.339060 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 10326 | 2025.02.10 18:54:08.339181 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10327 | 2025.02.10 18:54:08.339384 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10328 | 2025.02.10 18:54:08.339479 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1432 rows starting from the beginning of the part | ||
| 10329 | 2025.02.10 18:54:08.339629 [ 256 ] {61cda250-9f53-4afc-b25a-c3bbc65caa79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10330 | 2025.02.10 18:54:08.339792 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 274 rows starting from the beginning of the part | ||
| 10331 | 2025.02.10 18:54:08.339842 [ 256 ] {61cda250-9f53-4afc-b25a-c3bbc65caa79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10332 | 2025.02.10 18:54:08.340359 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 66 rows starting from the beginning of the part | ||
| 10333 | 2025.02.10 18:54:08.340794 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 273 rows starting from the beginning of the part | ||
| 10334 | 2025.02.10 18:54:08.341269 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 1208 rows starting from the beginning of the part | ||
| 10335 | 2025.02.10 18:54:08.341711 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part | ||
| 10336 | 2025.02.10 18:54:08.343739 [ 256 ] {61cda250-9f53-4afc-b25a-c3bbc65caa79} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10337 | 2025.02.10 18:54:08.343834 [ 256 ] {61cda250-9f53-4afc-b25a-c3bbc65caa79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10338 | 2025.02.10 18:54:08.345293 [ 256 ] {61cda250-9f53-4afc-b25a-c3bbc65caa79} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10339 | 2025.02.10 18:54:08.345767 [ 256 ] {61cda250-9f53-4afc-b25a-c3bbc65caa79} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10340 | 2025.02.10 18:54:08.346121 [ 90 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10341 | 2025.02.10 18:54:08.346292 [ 90 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10342 | 2025.02.10 18:54:08.346410 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10343 | 2025.02.10 18:54:08.346669 [ 256 ] {61cda250-9f53-4afc-b25a-c3bbc65caa79} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.007107 sec., 9005.20613479668 rows/sec., 719.75 KiB/sec. | ||
| 10344 | 2025.02.10 18:54:08.347074 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 10345 | 2025.02.10 18:54:08.347131 [ 256 ] {61cda250-9f53-4afc-b25a-c3bbc65caa79} <Debug> TCPHandler: Processed in 0.008190537 sec. | ||
| 10346 | 2025.02.10 18:54:08.347172 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3309 rows, containing 5 columns (5 merged, 0 gathered) in 0.008260439 sec., 400584.0367564 rows/sec., 35.11 MiB/sec. | ||
| 10347 | 2025.02.10 18:54:08.347451 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10348 | 2025.02.10 18:54:08.347468 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10349 | 2025.02.10 18:54:08.347570 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 914 rows starting from the beginning of the part | ||
| 10350 | 2025.02.10 18:54:08.347748 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10351 | 2025.02.10 18:54:08.347877 [ 4 ] {68397370-96ac-4eec-9c9c-3401f141cce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10352 | 2025.02.10 18:54:08.347920 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 419 rows starting from the beginning of the part | ||
| 10353 | 2025.02.10 18:54:08.348263 [ 4 ] {68397370-96ac-4eec-9c9c-3401f141cce3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10354 | 2025.02.10 18:54:08.348556 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 69 rows starting from the beginning of the part | ||
| 10355 | 2025.02.10 18:54:08.349137 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 417 rows starting from the beginning of the part | ||
| 10356 | 2025.02.10 18:54:08.349621 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 529 rows starting from the beginning of the part | ||
| 10357 | 2025.02.10 18:54:08.350004 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_81_16} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10358 | 2025.02.10 18:54:08.350108 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part | ||
| 10359 | 2025.02.10 18:54:08.350709 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_81_16} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10360 | 2025.02.10 18:54:08.351032 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 10361 | 2025.02.10 18:54:08.351454 [ 4 ] {68397370-96ac-4eec-9c9c-3401f141cce3} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10362 | 2025.02.10 18:54:08.351520 [ 4 ] {68397370-96ac-4eec-9c9c-3401f141cce3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10363 | 2025.02.10 18:54:08.352246 [ 4 ] {68397370-96ac-4eec-9c9c-3401f141cce3} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10364 | 2025.02.10 18:54:08.352615 [ 4 ] {68397370-96ac-4eec-9c9c-3401f141cce3} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10365 | 2025.02.10 18:54:08.352838 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 5 parts from all_1_76_15 to all_80_80_0 | ||
| 10366 | 2025.02.10 18:54:08.352899 [ 4 ] {68397370-96ac-4eec-9c9c-3401f141cce3} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.005256 sec., 7990.867579908675 rows/sec., 569.29 KiB/sec. | ||
| 10367 | 2025.02.10 18:54:08.352909 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10368 | 2025.02.10 18:54:08.352995 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10369 | 2025.02.10 18:54:08.353116 [ 4 ] {68397370-96ac-4eec-9c9c-3401f141cce3} <Debug> TCPHandler: Processed in 0.0058098 sec. | ||
| 10370 | 2025.02.10 18:54:08.353566 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10371 | 2025.02.10 18:54:08.353790 [ 190 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_80_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_76_15 to all_80_80_0 into Compact with storage Full | ||
| 10372 | 2025.02.10 18:54:08.353938 [ 199 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.007239645 sec., 333165.5074247425 rows/sec., 25.55 MiB/sec. | ||
| 10373 | 2025.02.10 18:54:08.354093 [ 256 ] {1a0e6d17-0439-49ce-b748-06b56c243d98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10374 | 2025.02.10 18:54:08.354167 [ 190 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10375 | 2025.02.10 18:54:08.354235 [ 190 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 23516 rows starting from the beginning of the part | ||
| 10376 | 2025.02.10 18:54:08.354288 [ 256 ] {1a0e6d17-0439-49ce-b748-06b56c243d98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10377 | 2025.02.10 18:54:08.354650 [ 199 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10378 | 2025.02.10 18:54:08.354703 [ 190 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 238 rows starting from the beginning of the part | ||
| 10379 | 2025.02.10 18:54:08.355280 [ 190 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part | ||
| 10380 | 2025.02.10 18:54:08.355760 [ 190 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 237 rows starting from the beginning of the part | ||
| 10381 | 2025.02.10 18:54:08.356339 [ 199 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_81_16} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10382 | 2025.02.10 18:54:08.356556 [ 190 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 966 rows starting from the beginning of the part | ||
| 10383 | 2025.02.10 18:54:08.356821 [ 199 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_81_16} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10384 | 2025.02.10 18:54:08.357336 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 10385 | 2025.02.10 18:54:08.358301 [ 256 ] {1a0e6d17-0439-49ce-b748-06b56c243d98} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10386 | 2025.02.10 18:54:08.358396 [ 256 ] {1a0e6d17-0439-49ce-b748-06b56c243d98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10387 | 2025.02.10 18:54:08.359171 [ 256 ] {1a0e6d17-0439-49ce-b748-06b56c243d98} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10388 | 2025.02.10 18:54:08.359933 [ 256 ] {1a0e6d17-0439-49ce-b748-06b56c243d98} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10389 | 2025.02.10 18:54:08.360278 [ 90 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10390 | 2025.02.10 18:54:08.360365 [ 90 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10391 | 2025.02.10 18:54:08.360406 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10392 | 2025.02.10 18:54:08.360418 [ 256 ] {1a0e6d17-0439-49ce-b748-06b56c243d98} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.006526 sec., 2451.7315353968743 rows/sec., 169.99 KiB/sec. | ||
| 10393 | 2025.02.10 18:54:08.360720 [ 256 ] {1a0e6d17-0439-49ce-b748-06b56c243d98} <Debug> TCPHandler: Processed in 0.007388199 sec. | ||
| 10394 | 2025.02.10 18:54:08.360894 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 10395 | 2025.02.10 18:54:08.361205 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10396 | 2025.02.10 18:54:08.361289 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4652 rows starting from the beginning of the part | ||
| 10397 | 2025.02.10 18:54:08.361465 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 82 rows starting from the beginning of the part | ||
| 10398 | 2025.02.10 18:54:08.361694 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
| 10399 | 2025.02.10 18:54:08.362142 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 82 rows starting from the beginning of the part | ||
| 10400 | 2025.02.10 18:54:08.362325 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 44 rows starting from the beginning of the part | ||
| 10401 | 2025.02.10 18:54:08.362590 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 16 rows starting from the beginning of the part | ||
| 10402 | 2025.02.10 18:54:08.365732 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25117 rows, containing 5 columns (5 merged, 0 gathered) in 0.012486481 sec., 2011535.5158911464 rows/sec., 135.78 MiB/sec. | ||
| 10403 | 2025.02.10 18:54:08.366307 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) | ||
| 10404 | 2025.02.10 18:54:08.367016 [ 200 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4936 rows, containing 4 columns (4 merged, 0 gathered) in 0.006391204 sec., 772311.4455429681 rows/sec., 50.36 MiB/sec. | ||
| 10405 | 2025.02.10 18:54:08.367095 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_80_16} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10406 | 2025.02.10 18:54:08.367234 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_80_16} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 5 parts: [all_1_76_15, all_80_80_0] -> all_1_80_16 | ||
| 10407 | 2025.02.10 18:54:08.367378 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 10408 | 2025.02.10 18:54:08.367707 [ 200 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10409 | 2025.02.10 18:54:08.368166 [ 200 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_81_16} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10410 | 2025.02.10 18:54:08.368286 [ 200 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_81_16} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10411 | 2025.02.10 18:54:08.368430 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 10412 | 2025.02.10 18:54:10.255279 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509 | ||
| 10413 | 2025.02.10 18:54:10.256103 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10414 | 2025.02.10 18:54:10.256160 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10415 | 2025.02.10 18:54:10.256736 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10416 | 2025.02.10 18:54:10.257008 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10417 | 2025.02.10 18:54:10.257272 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509 | ||
| 10418 | 2025.02.10 18:54:11.830573 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 10419 | 2025.02.10 18:54:11.851794 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10420 | 2025.02.10 18:54:11.851853 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10421 | 2025.02.10 18:54:11.859139 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10422 | 2025.02.10 18:54:11.859953 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10423 | 2025.02.10 18:54:11.864792 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 10424 | 2025.02.10 18:54:12.876637 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1492 | ||
| 10425 | 2025.02.10 18:54:12.880003 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10426 | 2025.02.10 18:54:12.880054 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10427 | 2025.02.10 18:54:12.881534 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10428 | 2025.02.10 18:54:12.881848 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10429 | 2025.02.10 18:54:12.882150 [ 44 ] {} <Debug> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 10430 | 2025.02.10 18:54:12.882361 [ 44 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10431 | 2025.02.10 18:54:12.882448 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10432 | 2025.02.10 18:54:12.882858 [ 186 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 10433 | 2025.02.10 18:54:12.883554 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1492 | ||
| 10434 | 2025.02.10 18:54:12.883913 [ 186 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10435 | 2025.02.10 18:54:12.884040 [ 186 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1294 rows starting from the beginning of the part | ||
| 10436 | 2025.02.10 18:54:12.884501 [ 186 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 36 rows starting from the beginning of the part | ||
| 10437 | 2025.02.10 18:54:12.885095 [ 186 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 46 rows starting from the beginning of the part | ||
| 10438 | 2025.02.10 18:54:12.885671 [ 186 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 34 rows starting from the beginning of the part | ||
| 10439 | 2025.02.10 18:54:12.886171 [ 186 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 36 rows starting from the beginning of the part | ||
| 10440 | 2025.02.10 18:54:12.886718 [ 186 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 46 rows starting from the beginning of the part | ||
| 10441 | 2025.02.10 18:54:12.895369 [ 193 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1492 rows, containing 72 columns (72 merged, 0 gathered) in 0.012785158 sec., 116697.81476302443 rows/sec., 90.41 MiB/sec. | ||
| 10442 | 2025.02.10 18:54:12.897327 [ 193 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 10443 | 2025.02.10 18:54:12.898174 [ 193 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_36_7} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10444 | 2025.02.10 18:54:12.898276 [ 193 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_36_7} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 10445 | 2025.02.10 18:54:12.898637 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. | ||
| 10446 | 2025.02.10 18:54:13.346077 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10447 | 2025.02.10 18:54:13.346293 [ 4 ] {c22317ee-88ef-439c-94ef-db1624754759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10448 | 2025.02.10 18:54:13.346374 [ 4 ] {c22317ee-88ef-439c-94ef-db1624754759} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10449 | 2025.02.10 18:54:13.347107 [ 4 ] {c22317ee-88ef-439c-94ef-db1624754759} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10450 | 2025.02.10 18:54:13.347156 [ 4 ] {c22317ee-88ef-439c-94ef-db1624754759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10451 | 2025.02.10 18:54:13.347615 [ 4 ] {c22317ee-88ef-439c-94ef-db1624754759} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10452 | 2025.02.10 18:54:13.347859 [ 4 ] {c22317ee-88ef-439c-94ef-db1624754759} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10453 | 2025.02.10 18:54:13.348102 [ 4 ] {c22317ee-88ef-439c-94ef-db1624754759} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001868 sec., 7494.646680942184 rows/sec., 539.51 KiB/sec. | ||
| 10454 | 2025.02.10 18:54:13.348164 [ 4 ] {c22317ee-88ef-439c-94ef-db1624754759} <Debug> TCPHandler: Processed in 0.002221204 sec. | ||
| 10455 | 2025.02.10 18:54:13.348480 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10456 | 2025.02.10 18:54:13.348780 [ 256 ] {6c77b091-99d4-4290-8970-af46c4e74dca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10457 | 2025.02.10 18:54:13.348897 [ 256 ] {6c77b091-99d4-4290-8970-af46c4e74dca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10458 | 2025.02.10 18:54:13.349996 [ 256 ] {6c77b091-99d4-4290-8970-af46c4e74dca} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10459 | 2025.02.10 18:54:13.350042 [ 256 ] {6c77b091-99d4-4290-8970-af46c4e74dca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10460 | 2025.02.10 18:54:13.350545 [ 256 ] {6c77b091-99d4-4290-8970-af46c4e74dca} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10461 | 2025.02.10 18:54:13.350814 [ 256 ] {6c77b091-99d4-4290-8970-af46c4e74dca} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10462 | 2025.02.10 18:54:13.351054 [ 256 ] {6c77b091-99d4-4290-8970-af46c4e74dca} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.002359 sec., 115727.00296735905 rows/sec., 10.20 MiB/sec. | ||
| 10463 | 2025.02.10 18:54:13.351120 [ 256 ] {6c77b091-99d4-4290-8970-af46c4e74dca} <Debug> TCPHandler: Processed in 0.002836438 sec. | ||
| 10464 | 2025.02.10 18:54:13.351270 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10465 | 2025.02.10 18:54:13.351413 [ 4 ] {33b42853-df4f-445a-b394-818227b2189d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10466 | 2025.02.10 18:54:13.351566 [ 4 ] {33b42853-df4f-445a-b394-818227b2189d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10467 | 2025.02.10 18:54:13.352157 [ 4 ] {33b42853-df4f-445a-b394-818227b2189d} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10468 | 2025.02.10 18:54:13.352197 [ 4 ] {33b42853-df4f-445a-b394-818227b2189d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10469 | 2025.02.10 18:54:13.352559 [ 4 ] {33b42853-df4f-445a-b394-818227b2189d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10470 | 2025.02.10 18:54:13.352800 [ 4 ] {33b42853-df4f-445a-b394-818227b2189d} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10471 | 2025.02.10 18:54:13.353037 [ 4 ] {33b42853-df4f-445a-b394-818227b2189d} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001654 sec., 25392.98669891173 rows/sec., 1.82 MiB/sec. | ||
| 10472 | 2025.02.10 18:54:13.353095 [ 4 ] {33b42853-df4f-445a-b394-818227b2189d} <Debug> TCPHandler: Processed in 0.001891345 sec. | ||
| 10473 | 2025.02.10 18:54:13.353234 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10474 | 2025.02.10 18:54:13.353508 [ 256 ] {4f7220d0-0ff3-4f9a-87fe-c2c0b0cf2b0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10475 | 2025.02.10 18:54:13.353605 [ 256 ] {4f7220d0-0ff3-4f9a-87fe-c2c0b0cf2b0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10476 | 2025.02.10 18:54:13.354570 [ 256 ] {4f7220d0-0ff3-4f9a-87fe-c2c0b0cf2b0c} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10477 | 2025.02.10 18:54:13.354611 [ 256 ] {4f7220d0-0ff3-4f9a-87fe-c2c0b0cf2b0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10478 | 2025.02.10 18:54:13.354983 [ 256 ] {4f7220d0-0ff3-4f9a-87fe-c2c0b0cf2b0c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 10479 | 2025.02.10 18:54:13.355228 [ 256 ] {4f7220d0-0ff3-4f9a-87fe-c2c0b0cf2b0c} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10480 | 2025.02.10 18:54:13.355412 [ 44 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 10481 | 2025.02.10 18:54:13.355479 [ 256 ] {4f7220d0-0ff3-4f9a-87fe-c2c0b0cf2b0c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002026 sec., 6910.167818361303 rows/sec., 483.94 KiB/sec. | ||
| 10482 | 2025.02.10 18:54:13.355489 [ 44 ] {} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10483 | 2025.02.10 18:54:13.355565 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10484 | 2025.02.10 18:54:13.355618 [ 256 ] {4f7220d0-0ff3-4f9a-87fe-c2c0b0cf2b0c} <Debug> TCPHandler: Processed in 0.002440539 sec. | ||
| 10485 | 2025.02.10 18:54:13.355880 [ 201 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 10486 | 2025.02.10 18:54:13.355908 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10487 | 2025.02.10 18:54:13.356419 [ 4 ] {d2a2c724-0c18-49ea-a85a-19f84b1b0354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10488 | 2025.02.10 18:54:13.356440 [ 201 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10489 | 2025.02.10 18:54:13.356541 [ 201 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 242 rows starting from the beginning of the part | ||
| 10490 | 2025.02.10 18:54:13.356591 [ 4 ] {d2a2c724-0c18-49ea-a85a-19f84b1b0354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10491 | 2025.02.10 18:54:13.356839 [ 201 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
| 10492 | 2025.02.10 18:54:13.357181 [ 201 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 10493 | 2025.02.10 18:54:13.357490 [ 201 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 10494 | 2025.02.10 18:54:13.357822 [ 201 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 228 rows starting from the beginning of the part | ||
| 10495 | 2025.02.10 18:54:13.358201 [ 201 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 10496 | 2025.02.10 18:54:13.359741 [ 4 ] {d2a2c724-0c18-49ea-a85a-19f84b1b0354} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10497 | 2025.02.10 18:54:13.359817 [ 4 ] {d2a2c724-0c18-49ea-a85a-19f84b1b0354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10498 | 2025.02.10 18:54:13.360812 [ 4 ] {d2a2c724-0c18-49ea-a85a-19f84b1b0354} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10499 | 2025.02.10 18:54:13.360995 [ 193 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005304808 sec., 99155.33229477862 rows/sec., 7.10 MiB/sec. | ||
| 10500 | 2025.02.10 18:54:13.361215 [ 186 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 10501 | 2025.02.10 18:54:13.361221 [ 4 ] {d2a2c724-0c18-49ea-a85a-19f84b1b0354} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10502 | 2025.02.10 18:54:13.361598 [ 4 ] {d2a2c724-0c18-49ea-a85a-19f84b1b0354} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005391 sec., 2411.4264514932293 rows/sec., 150.35 KiB/sec. | ||
| 10503 | 2025.02.10 18:54:13.361693 [ 4 ] {d2a2c724-0c18-49ea-a85a-19f84b1b0354} <Debug> TCPHandler: Processed in 0.005955013 sec. | ||
| 10504 | 2025.02.10 18:54:13.361763 [ 186 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_46_9} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10505 | 2025.02.10 18:54:13.361886 [ 186 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_46_9} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 10506 | 2025.02.10 18:54:13.361899 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10507 | 2025.02.10 18:54:13.362048 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 10508 | 2025.02.10 18:54:13.362107 [ 256 ] {43244536-bffb-4356-8e48-d4f0d5b5a545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10509 | 2025.02.10 18:54:13.362163 [ 256 ] {43244536-bffb-4356-8e48-d4f0d5b5a545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10510 | 2025.02.10 18:54:13.362939 [ 256 ] {43244536-bffb-4356-8e48-d4f0d5b5a545} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10511 | 2025.02.10 18:54:13.362979 [ 256 ] {43244536-bffb-4356-8e48-d4f0d5b5a545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10512 | 2025.02.10 18:54:13.363385 [ 256 ] {43244536-bffb-4356-8e48-d4f0d5b5a545} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10513 | 2025.02.10 18:54:13.363645 [ 256 ] {43244536-bffb-4356-8e48-d4f0d5b5a545} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10514 | 2025.02.10 18:54:13.363844 [ 256 ] {43244536-bffb-4356-8e48-d4f0d5b5a545} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001789 sec., 233091.11235326997 rows/sec., 16.64 MiB/sec. | ||
| 10515 | 2025.02.10 18:54:13.363956 [ 256 ] {43244536-bffb-4356-8e48-d4f0d5b5a545} <Debug> TCPHandler: Processed in 0.002146212 sec. | ||
| 10516 | 2025.02.10 18:54:13.364173 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10517 | 2025.02.10 18:54:13.364333 [ 4 ] {a1eb80dd-4a69-41ca-acbe-e0d5c8bda145} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10518 | 2025.02.10 18:54:13.364394 [ 4 ] {a1eb80dd-4a69-41ca-acbe-e0d5c8bda145} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10519 | 2025.02.10 18:54:13.364872 [ 4 ] {a1eb80dd-4a69-41ca-acbe-e0d5c8bda145} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10520 | 2025.02.10 18:54:13.364911 [ 4 ] {a1eb80dd-4a69-41ca-acbe-e0d5c8bda145} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10521 | 2025.02.10 18:54:13.365295 [ 4 ] {a1eb80dd-4a69-41ca-acbe-e0d5c8bda145} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10522 | 2025.02.10 18:54:13.365532 [ 4 ] {a1eb80dd-4a69-41ca-acbe-e0d5c8bda145} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10523 | 2025.02.10 18:54:13.365743 [ 4 ] {a1eb80dd-4a69-41ca-acbe-e0d5c8bda145} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001441 sec., 4163.775156141568 rows/sec., 217.54 KiB/sec. | ||
| 10524 | 2025.02.10 18:54:13.365796 [ 4 ] {a1eb80dd-4a69-41ca-acbe-e0d5c8bda145} <Debug> TCPHandler: Processed in 0.001733401 sec. | ||
| 10525 | 2025.02.10 18:54:13.365935 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10526 | 2025.02.10 18:54:13.366054 [ 256 ] {87939f91-bfad-4804-a746-a01af0306f49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10527 | 2025.02.10 18:54:13.366108 [ 256 ] {87939f91-bfad-4804-a746-a01af0306f49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10528 | 2025.02.10 18:54:13.366697 [ 256 ] {87939f91-bfad-4804-a746-a01af0306f49} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10529 | 2025.02.10 18:54:13.366734 [ 256 ] {87939f91-bfad-4804-a746-a01af0306f49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10530 | 2025.02.10 18:54:13.367150 [ 256 ] {87939f91-bfad-4804-a746-a01af0306f49} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10531 | 2025.02.10 18:54:13.367424 [ 256 ] {87939f91-bfad-4804-a746-a01af0306f49} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10532 | 2025.02.10 18:54:13.367623 [ 256 ] {87939f91-bfad-4804-a746-a01af0306f49} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001592 sec., 148869.34673366832 rows/sec., 9.98 MiB/sec. | ||
| 10533 | 2025.02.10 18:54:13.367693 [ 256 ] {87939f91-bfad-4804-a746-a01af0306f49} <Debug> TCPHandler: Processed in 0.001812663 sec. | ||
| 10534 | 2025.02.10 18:54:13.367893 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10535 | 2025.02.10 18:54:13.368062 [ 4 ] {b91042e7-7573-4b34-8739-67233f19562c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10536 | 2025.02.10 18:54:13.368123 [ 4 ] {b91042e7-7573-4b34-8739-67233f19562c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10537 | 2025.02.10 18:54:13.368622 [ 4 ] {b91042e7-7573-4b34-8739-67233f19562c} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10538 | 2025.02.10 18:54:13.368660 [ 4 ] {b91042e7-7573-4b34-8739-67233f19562c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10539 | 2025.02.10 18:54:13.369016 [ 4 ] {b91042e7-7573-4b34-8739-67233f19562c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10540 | 2025.02.10 18:54:13.369251 [ 4 ] {b91042e7-7573-4b34-8739-67233f19562c} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10541 | 2025.02.10 18:54:13.369412 [ 73 ] {} <Debug> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 10542 | 2025.02.10 18:54:13.369493 [ 4 ] {b91042e7-7573-4b34-8739-67233f19562c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001459 sec., 685.4009595613434 rows/sec., 46.18 KiB/sec. | ||
| 10543 | 2025.02.10 18:54:13.369513 [ 73 ] {} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10544 | 2025.02.10 18:54:13.369604 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10545 | 2025.02.10 18:54:13.369619 [ 4 ] {b91042e7-7573-4b34-8739-67233f19562c} <Debug> TCPHandler: Processed in 0.001839844 sec. | ||
| 10546 | 2025.02.10 18:54:13.369997 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10547 | 2025.02.10 18:54:13.370129 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
| 10548 | 2025.02.10 18:54:13.370579 [ 256 ] {b0ea12d1-537b-43fa-a435-e48c37bfb7a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10549 | 2025.02.10 18:54:13.370866 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10550 | 2025.02.10 18:54:13.370997 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 30 rows starting from the beginning of the part | ||
| 10551 | 2025.02.10 18:54:13.371018 [ 256 ] {b0ea12d1-537b-43fa-a435-e48c37bfb7a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10552 | 2025.02.10 18:54:13.371344 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 10553 | 2025.02.10 18:54:13.371638 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 10554 | 2025.02.10 18:54:13.372043 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 10555 | 2025.02.10 18:54:13.372321 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 10556 | 2025.02.10 18:54:13.372638 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 10557 | 2025.02.10 18:54:13.374693 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.004926839 sec., 7103.946363987133 rows/sec., 478.68 KiB/sec. | ||
| 10558 | 2025.02.10 18:54:13.374970 [ 195 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 10559 | 2025.02.10 18:54:13.375267 [ 256 ] {b0ea12d1-537b-43fa-a435-e48c37bfb7a6} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10560 | 2025.02.10 18:54:13.375327 [ 256 ] {b0ea12d1-537b-43fa-a435-e48c37bfb7a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10561 | 2025.02.10 18:54:13.375724 [ 195 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_35_7} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10562 | 2025.02.10 18:54:13.375953 [ 195 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_35_7} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 10563 | 2025.02.10 18:54:13.376133 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10564 | 2025.02.10 18:54:13.376503 [ 256 ] {b0ea12d1-537b-43fa-a435-e48c37bfb7a6} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10565 | 2025.02.10 18:54:13.376789 [ 256 ] {b0ea12d1-537b-43fa-a435-e48c37bfb7a6} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10566 | 2025.02.10 18:54:13.377006 [ 256 ] {b0ea12d1-537b-43fa-a435-e48c37bfb7a6} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.006593 sec., 5308.660700743212 rows/sec., 9.51 MiB/sec. | ||
| 10567 | 2025.02.10 18:54:13.377115 [ 256 ] {b0ea12d1-537b-43fa-a435-e48c37bfb7a6} <Debug> TCPHandler: Processed in 0.007387259 sec. | ||
| 10568 | 2025.02.10 18:54:13.377287 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10569 | 2025.02.10 18:54:13.377413 [ 4 ] {e90b2dea-e7ed-4e4f-9701-a1cf4baf0ff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10570 | 2025.02.10 18:54:13.377473 [ 4 ] {e90b2dea-e7ed-4e4f-9701-a1cf4baf0ff6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10571 | 2025.02.10 18:54:13.378038 [ 4 ] {e90b2dea-e7ed-4e4f-9701-a1cf4baf0ff6} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10572 | 2025.02.10 18:54:13.378083 [ 4 ] {e90b2dea-e7ed-4e4f-9701-a1cf4baf0ff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10573 | 2025.02.10 18:54:13.378509 [ 4 ] {e90b2dea-e7ed-4e4f-9701-a1cf4baf0ff6} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10574 | 2025.02.10 18:54:13.378748 [ 4 ] {e90b2dea-e7ed-4e4f-9701-a1cf4baf0ff6} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10575 | 2025.02.10 18:54:13.378950 [ 4 ] {e90b2dea-e7ed-4e4f-9701-a1cf4baf0ff6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001567 sec., 52329.291640076575 rows/sec., 3.32 MiB/sec. | ||
| 10576 | 2025.02.10 18:54:13.379000 [ 4 ] {e90b2dea-e7ed-4e4f-9701-a1cf4baf0ff6} <Debug> TCPHandler: Processed in 0.001772303 sec. | ||
| 10577 | 2025.02.10 18:54:17.603335 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10578 | 2025.02.10 18:54:17.603437 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10579 | 2025.02.10 18:54:17.757442 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936 | ||
| 10580 | 2025.02.10 18:54:17.758467 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10581 | 2025.02.10 18:54:17.758540 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10582 | 2025.02.10 18:54:17.759111 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10583 | 2025.02.10 18:54:17.759376 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10584 | 2025.02.10 18:54:17.759578 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 10585 | 2025.02.10 18:54:18.340785 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10586 | 2025.02.10 18:54:18.340983 [ 4 ] {33b7f586-9556-4822-ad77-8b00dc985901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10587 | 2025.02.10 18:54:18.341059 [ 4 ] {33b7f586-9556-4822-ad77-8b00dc985901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10588 | 2025.02.10 18:54:18.341852 [ 4 ] {33b7f586-9556-4822-ad77-8b00dc985901} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10589 | 2025.02.10 18:54:18.341907 [ 4 ] {33b7f586-9556-4822-ad77-8b00dc985901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10590 | 2025.02.10 18:54:18.342357 [ 4 ] {33b7f586-9556-4822-ad77-8b00dc985901} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10591 | 2025.02.10 18:54:18.342624 [ 4 ] {33b7f586-9556-4822-ad77-8b00dc985901} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10592 | 2025.02.10 18:54:18.342873 [ 4 ] {33b7f586-9556-4822-ad77-8b00dc985901} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001942 sec., 33985.581874356336 rows/sec., 2.71 MiB/sec. | ||
| 10593 | 2025.02.10 18:54:18.342956 [ 4 ] {33b7f586-9556-4822-ad77-8b00dc985901} <Debug> TCPHandler: Processed in 0.002299166 sec. | ||
| 10594 | 2025.02.10 18:54:18.343258 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10595 | 2025.02.10 18:54:18.343480 [ 256 ] {86502769-4c2d-4065-b970-4e9dec5f93d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10596 | 2025.02.10 18:54:18.343567 [ 256 ] {86502769-4c2d-4065-b970-4e9dec5f93d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10597 | 2025.02.10 18:54:18.344342 [ 256 ] {86502769-4c2d-4065-b970-4e9dec5f93d6} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10598 | 2025.02.10 18:54:18.344386 [ 256 ] {86502769-4c2d-4065-b970-4e9dec5f93d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10599 | 2025.02.10 18:54:18.344838 [ 256 ] {86502769-4c2d-4065-b970-4e9dec5f93d6} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10600 | 2025.02.10 18:54:18.345096 [ 256 ] {86502769-4c2d-4065-b970-4e9dec5f93d6} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10601 | 2025.02.10 18:54:18.345242 [ 29 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10602 | 2025.02.10 18:54:18.345291 [ 29 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10603 | 2025.02.10 18:54:18.345299 [ 256 ] {86502769-4c2d-4065-b970-4e9dec5f93d6} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001879 sec., 2660.9898882384246 rows/sec., 200.09 KiB/sec. | ||
| 10604 | 2025.02.10 18:54:18.345318 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10605 | 2025.02.10 18:54:18.345400 [ 256 ] {86502769-4c2d-4065-b970-4e9dec5f93d6} <Debug> TCPHandler: Processed in 0.002312746 sec. | ||
| 10606 | 2025.02.10 18:54:18.345656 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 10607 | 2025.02.10 18:54:18.345673 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10608 | 2025.02.10 18:54:18.346119 [ 4 ] {c8a2874e-783f-4a25-a29a-6fe6a5fb821a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10609 | 2025.02.10 18:54:18.346260 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10610 | 2025.02.10 18:54:18.346314 [ 4 ] {c8a2874e-783f-4a25-a29a-6fe6a5fb821a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10611 | 2025.02.10 18:54:18.346417 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 65 rows starting from the beginning of the part | ||
| 10612 | 2025.02.10 18:54:18.346967 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 5 rows starting from the beginning of the part | ||
| 10613 | 2025.02.10 18:54:18.347375 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 42 rows starting from the beginning of the part | ||
| 10614 | 2025.02.10 18:54:18.347815 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 9 rows starting from the beginning of the part | ||
| 10615 | 2025.02.10 18:54:18.348207 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 42 rows starting from the beginning of the part | ||
| 10616 | 2025.02.10 18:54:18.348747 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 5 rows starting from the beginning of the part | ||
| 10617 | 2025.02.10 18:54:18.350339 [ 4 ] {c8a2874e-783f-4a25-a29a-6fe6a5fb821a} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10618 | 2025.02.10 18:54:18.350443 [ 4 ] {c8a2874e-783f-4a25-a29a-6fe6a5fb821a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10619 | 2025.02.10 18:54:18.352012 [ 4 ] {c8a2874e-783f-4a25-a29a-6fe6a5fb821a} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10620 | 2025.02.10 18:54:18.352674 [ 4 ] {c8a2874e-783f-4a25-a29a-6fe6a5fb821a} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10621 | 2025.02.10 18:54:18.352759 [ 195 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 5 columns (5 merged, 0 gathered) in 0.007354067 sec., 22844.502232574167 rows/sec., 1.72 MiB/sec. | ||
| 10622 | 2025.02.10 18:54:18.353064 [ 4 ] {c8a2874e-783f-4a25-a29a-6fe6a5fb821a} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.007104 sec., 9712.837837837838 rows/sec., 776.41 KiB/sec. | ||
| 10623 | 2025.02.10 18:54:18.353118 [ 195 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10624 | 2025.02.10 18:54:18.353424 [ 4 ] {c8a2874e-783f-4a25-a29a-6fe6a5fb821a} <Debug> TCPHandler: Processed in 0.007919281 sec. | ||
| 10625 | 2025.02.10 18:54:18.353881 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10626 | 2025.02.10 18:54:18.354251 [ 195 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_66_13} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10627 | 2025.02.10 18:54:18.354451 [ 256 ] {a3cf81bb-1081-4ff9-9b33-85e66337da1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10628 | 2025.02.10 18:54:18.354506 [ 195 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_66_13} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10629 | 2025.02.10 18:54:18.354552 [ 256 ] {a3cf81bb-1081-4ff9-9b33-85e66337da1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10630 | 2025.02.10 18:54:18.354730 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10631 | 2025.02.10 18:54:18.355320 [ 256 ] {a3cf81bb-1081-4ff9-9b33-85e66337da1a} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10632 | 2025.02.10 18:54:18.355365 [ 256 ] {a3cf81bb-1081-4ff9-9b33-85e66337da1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10633 | 2025.02.10 18:54:18.355808 [ 256 ] {a3cf81bb-1081-4ff9-9b33-85e66337da1a} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10634 | 2025.02.10 18:54:18.356063 [ 256 ] {a3cf81bb-1081-4ff9-9b33-85e66337da1a} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10635 | 2025.02.10 18:54:18.356264 [ 256 ] {a3cf81bb-1081-4ff9-9b33-85e66337da1a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002004 sec., 79840.31936127743 rows/sec., 5.56 MiB/sec. | ||
| 10636 | 2025.02.10 18:54:18.356376 [ 256 ] {a3cf81bb-1081-4ff9-9b33-85e66337da1a} <Debug> TCPHandler: Processed in 0.002780987 sec. | ||
| 10637 | 2025.02.10 18:54:18.356592 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10638 | 2025.02.10 18:54:18.356749 [ 4 ] {3d9cd8c2-b096-4bf1-a213-e98a409c7521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10639 | 2025.02.10 18:54:18.356835 [ 4 ] {3d9cd8c2-b096-4bf1-a213-e98a409c7521} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10640 | 2025.02.10 18:54:18.357967 [ 4 ] {3d9cd8c2-b096-4bf1-a213-e98a409c7521} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10641 | 2025.02.10 18:54:18.358008 [ 4 ] {3d9cd8c2-b096-4bf1-a213-e98a409c7521} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10642 | 2025.02.10 18:54:18.358638 [ 4 ] {3d9cd8c2-b096-4bf1-a213-e98a409c7521} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10643 | 2025.02.10 18:54:18.358906 [ 4 ] {3d9cd8c2-b096-4bf1-a213-e98a409c7521} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10644 | 2025.02.10 18:54:18.359126 [ 29 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10645 | 2025.02.10 18:54:18.359204 [ 4 ] {3d9cd8c2-b096-4bf1-a213-e98a409c7521} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002475 sec., 2020.20202020202 rows/sec., 3.62 MiB/sec. | ||
| 10646 | 2025.02.10 18:54:18.359219 [ 29 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10647 | 2025.02.10 18:54:18.359313 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 10648 | 2025.02.10 18:54:18.359587 [ 4 ] {3d9cd8c2-b096-4bf1-a213-e98a409c7521} <Debug> TCPHandler: Processed in 0.003108685 sec. | ||
| 10649 | 2025.02.10 18:54:18.359637 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 10650 | 2025.02.10 18:54:18.359772 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10651 | 2025.02.10 18:54:18.360071 [ 256 ] {9d7af03b-6fb4-4b90-b497-7884ac92acf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10652 | 2025.02.10 18:54:18.360204 [ 256 ] {9d7af03b-6fb4-4b90-b497-7884ac92acf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10653 | 2025.02.10 18:54:18.360208 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10654 | 2025.02.10 18:54:18.360470 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1209 rows starting from the beginning of the part | ||
| 10655 | 2025.02.10 18:54:18.361327 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 5 rows starting from the beginning of the part | ||
| 10656 | 2025.02.10 18:54:18.361976 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 35 rows starting from the beginning of the part | ||
| 10657 | 2025.02.10 18:54:18.362758 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 5 rows starting from the beginning of the part | ||
| 10658 | 2025.02.10 18:54:18.362768 [ 256 ] {9d7af03b-6fb4-4b90-b497-7884ac92acf7} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10659 | 2025.02.10 18:54:18.362848 [ 256 ] {9d7af03b-6fb4-4b90-b497-7884ac92acf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10660 | 2025.02.10 18:54:18.363357 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 35 rows starting from the beginning of the part | ||
| 10661 | 2025.02.10 18:54:18.364023 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 5 rows starting from the beginning of the part | ||
| 10662 | 2025.02.10 18:54:18.364399 [ 256 ] {9d7af03b-6fb4-4b90-b497-7884ac92acf7} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10663 | 2025.02.10 18:54:18.365050 [ 256 ] {9d7af03b-6fb4-4b90-b497-7884ac92acf7} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10664 | 2025.02.10 18:54:18.365471 [ 256 ] {9d7af03b-6fb4-4b90-b497-7884ac92acf7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00549 sec., 10928.96174863388 rows/sec., 754.21 KiB/sec. | ||
| 10665 | 2025.02.10 18:54:18.365688 [ 256 ] {9d7af03b-6fb4-4b90-b497-7884ac92acf7} <Debug> TCPHandler: Processed in 0.005987645 sec. | ||
| 10666 | 2025.02.10 18:54:18.371039 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1294 rows, containing 19 columns (19 merged, 0 gathered) in 0.011556019 sec., 111976.27833599097 rows/sec., 200.66 MiB/sec. | ||
| 10667 | 2025.02.10 18:54:18.372256 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10668 | 2025.02.10 18:54:18.372679 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10669 | 2025.02.10 18:54:18.372765 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10670 | 2025.02.10 18:54:18.372913 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.53 MiB. | ||
| 10671 | 2025.02.10 18:54:19.364892 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 10672 | 2025.02.10 18:54:19.387711 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10673 | 2025.02.10 18:54:19.387768 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10674 | 2025.02.10 18:54:19.395104 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10675 | 2025.02.10 18:54:19.395913 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10676 | 2025.02.10 18:54:19.398957 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 10677 | 2025.02.10 18:54:22.883909 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1526 | ||
| 10678 | 2025.02.10 18:54:22.887219 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10679 | 2025.02.10 18:54:22.887272 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10680 | 2025.02.10 18:54:22.888760 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10681 | 2025.02.10 18:54:22.889088 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10682 | 2025.02.10 18:54:22.889750 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1526 | ||
| 10683 | 2025.02.10 18:54:23.347148 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10684 | 2025.02.10 18:54:23.347351 [ 4 ] {0bfa511c-fee1-4513-baca-378427a966c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10685 | 2025.02.10 18:54:23.347428 [ 4 ] {0bfa511c-fee1-4513-baca-378427a966c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10686 | 2025.02.10 18:54:23.348211 [ 4 ] {0bfa511c-fee1-4513-baca-378427a966c4} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10687 | 2025.02.10 18:54:23.348256 [ 4 ] {0bfa511c-fee1-4513-baca-378427a966c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10688 | 2025.02.10 18:54:23.348699 [ 4 ] {0bfa511c-fee1-4513-baca-378427a966c4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10689 | 2025.02.10 18:54:23.348952 [ 4 ] {0bfa511c-fee1-4513-baca-378427a966c4} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10690 | 2025.02.10 18:54:23.349190 [ 4 ] {0bfa511c-fee1-4513-baca-378427a966c4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001893 sec., 7395.668251452721 rows/sec., 532.39 KiB/sec. | ||
| 10691 | 2025.02.10 18:54:23.349256 [ 4 ] {0bfa511c-fee1-4513-baca-378427a966c4} <Debug> TCPHandler: Processed in 0.002227144 sec. | ||
| 10692 | 2025.02.10 18:54:23.349537 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10693 | 2025.02.10 18:54:23.349753 [ 256 ] {64c84b6a-6686-4818-afc5-1b28fef8d036} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10694 | 2025.02.10 18:54:23.349830 [ 256 ] {64c84b6a-6686-4818-afc5-1b28fef8d036} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10695 | 2025.02.10 18:54:23.350583 [ 256 ] {64c84b6a-6686-4818-afc5-1b28fef8d036} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10696 | 2025.02.10 18:54:23.350628 [ 256 ] {64c84b6a-6686-4818-afc5-1b28fef8d036} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10697 | 2025.02.10 18:54:23.351052 [ 256 ] {64c84b6a-6686-4818-afc5-1b28fef8d036} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 10698 | 2025.02.10 18:54:23.351304 [ 256 ] {64c84b6a-6686-4818-afc5-1b28fef8d036} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10699 | 2025.02.10 18:54:23.351591 [ 256 ] {64c84b6a-6686-4818-afc5-1b28fef8d036} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001897 sec., 5271.481286241434 rows/sec., 429.85 KiB/sec. | ||
| 10700 | 2025.02.10 18:54:23.351800 [ 256 ] {64c84b6a-6686-4818-afc5-1b28fef8d036} <Debug> TCPHandler: Processed in 0.002398827 sec. | ||
| 10701 | 2025.02.10 18:54:23.352004 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10702 | 2025.02.10 18:54:23.352147 [ 4 ] {a5b8bba5-1989-446d-977a-153b5b0fa1cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10703 | 2025.02.10 18:54:23.352210 [ 4 ] {a5b8bba5-1989-446d-977a-153b5b0fa1cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10704 | 2025.02.10 18:54:23.352997 [ 4 ] {a5b8bba5-1989-446d-977a-153b5b0fa1cc} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10705 | 2025.02.10 18:54:23.353039 [ 4 ] {a5b8bba5-1989-446d-977a-153b5b0fa1cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10706 | 2025.02.10 18:54:23.353436 [ 4 ] {a5b8bba5-1989-446d-977a-153b5b0fa1cc} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10707 | 2025.02.10 18:54:23.353673 [ 4 ] {a5b8bba5-1989-446d-977a-153b5b0fa1cc} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10708 | 2025.02.10 18:54:23.353890 [ 4 ] {a5b8bba5-1989-446d-977a-153b5b0fa1cc} <Debug> executeQuery: Read 278 rows, 25.00 KiB in 0.001776 sec., 156531.53153153154 rows/sec., 13.75 MiB/sec. | ||
| 10709 | 2025.02.10 18:54:23.353948 [ 4 ] {a5b8bba5-1989-446d-977a-153b5b0fa1cc} <Debug> TCPHandler: Processed in 0.002014248 sec. | ||
| 10710 | 2025.02.10 18:54:23.354167 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10711 | 2025.02.10 18:54:23.354390 [ 256 ] {4843cde6-20d3-4d08-98a3-60409ad024bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10712 | 2025.02.10 18:54:23.354482 [ 256 ] {4843cde6-20d3-4d08-98a3-60409ad024bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10713 | 2025.02.10 18:54:23.355254 [ 256 ] {4843cde6-20d3-4d08-98a3-60409ad024bd} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10714 | 2025.02.10 18:54:23.355293 [ 256 ] {4843cde6-20d3-4d08-98a3-60409ad024bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10715 | 2025.02.10 18:54:23.355658 [ 256 ] {4843cde6-20d3-4d08-98a3-60409ad024bd} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10716 | 2025.02.10 18:54:23.355902 [ 256 ] {4843cde6-20d3-4d08-98a3-60409ad024bd} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10717 | 2025.02.10 18:54:23.356120 [ 256 ] {4843cde6-20d3-4d08-98a3-60409ad024bd} <Debug> executeQuery: Read 52 rows, 3.79 KiB in 0.001779 sec., 29229.90444069702 rows/sec., 2.08 MiB/sec. | ||
| 10718 | 2025.02.10 18:54:23.356217 [ 256 ] {4843cde6-20d3-4d08-98a3-60409ad024bd} <Debug> TCPHandler: Processed in 0.002163072 sec. | ||
| 10719 | 2025.02.10 18:54:23.356424 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10720 | 2025.02.10 18:54:23.356578 [ 4 ] {80e59dc3-c49e-4eb9-a2b1-bbead13b847b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10721 | 2025.02.10 18:54:23.356636 [ 4 ] {80e59dc3-c49e-4eb9-a2b1-bbead13b847b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10722 | 2025.02.10 18:54:23.357227 [ 4 ] {80e59dc3-c49e-4eb9-a2b1-bbead13b847b} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10723 | 2025.02.10 18:54:23.357266 [ 4 ] {80e59dc3-c49e-4eb9-a2b1-bbead13b847b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10724 | 2025.02.10 18:54:23.357625 [ 4 ] {80e59dc3-c49e-4eb9-a2b1-bbead13b847b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10725 | 2025.02.10 18:54:23.357862 [ 4 ] {80e59dc3-c49e-4eb9-a2b1-bbead13b847b} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10726 | 2025.02.10 18:54:23.358068 [ 4 ] {80e59dc3-c49e-4eb9-a2b1-bbead13b847b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00152 sec., 9210.526315789473 rows/sec., 645.05 KiB/sec. | ||
| 10727 | 2025.02.10 18:54:23.358128 [ 4 ] {80e59dc3-c49e-4eb9-a2b1-bbead13b847b} <Debug> TCPHandler: Processed in 0.001826234 sec. | ||
| 10728 | 2025.02.10 18:54:23.358337 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10729 | 2025.02.10 18:54:23.358561 [ 256 ] {805ab6a8-c705-456f-a66c-7545a3b830da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10730 | 2025.02.10 18:54:23.358650 [ 256 ] {805ab6a8-c705-456f-a66c-7545a3b830da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10731 | 2025.02.10 18:54:23.359311 [ 256 ] {805ab6a8-c705-456f-a66c-7545a3b830da} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10732 | 2025.02.10 18:54:23.359350 [ 256 ] {805ab6a8-c705-456f-a66c-7545a3b830da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10733 | 2025.02.10 18:54:23.359705 [ 256 ] {805ab6a8-c705-456f-a66c-7545a3b830da} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10734 | 2025.02.10 18:54:23.359947 [ 256 ] {805ab6a8-c705-456f-a66c-7545a3b830da} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10735 | 2025.02.10 18:54:23.360205 [ 256 ] {805ab6a8-c705-456f-a66c-7545a3b830da} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001697 sec., 7660.577489687685 rows/sec., 477.64 KiB/sec. | ||
| 10736 | 2025.02.10 18:54:23.360419 [ 256 ] {805ab6a8-c705-456f-a66c-7545a3b830da} <Debug> TCPHandler: Processed in 0.002187162 sec. | ||
| 10737 | 2025.02.10 18:54:23.360617 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10738 | 2025.02.10 18:54:23.360758 [ 4 ] {6da840ba-ddb5-4b7b-8415-fc73950322c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10739 | 2025.02.10 18:54:23.360817 [ 4 ] {6da840ba-ddb5-4b7b-8415-fc73950322c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10740 | 2025.02.10 18:54:23.361704 [ 4 ] {6da840ba-ddb5-4b7b-8415-fc73950322c0} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10741 | 2025.02.10 18:54:23.361757 [ 4 ] {6da840ba-ddb5-4b7b-8415-fc73950322c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10742 | 2025.02.10 18:54:23.362233 [ 4 ] {6da840ba-ddb5-4b7b-8415-fc73950322c0} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10743 | 2025.02.10 18:54:23.362486 [ 4 ] {6da840ba-ddb5-4b7b-8415-fc73950322c0} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10744 | 2025.02.10 18:54:23.362700 [ 4 ] {6da840ba-ddb5-4b7b-8415-fc73950322c0} <Debug> executeQuery: Read 427 rows, 31.30 KiB in 0.001972 sec., 216531.4401622718 rows/sec., 15.50 MiB/sec. | ||
| 10745 | 2025.02.10 18:54:23.362758 [ 4 ] {6da840ba-ddb5-4b7b-8415-fc73950322c0} <Debug> TCPHandler: Processed in 0.002247324 sec. | ||
| 10746 | 2025.02.10 18:54:23.362922 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10747 | 2025.02.10 18:54:23.363061 [ 256 ] {0870f4bc-baef-4d59-93ac-085cd129b199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10748 | 2025.02.10 18:54:23.363120 [ 256 ] {0870f4bc-baef-4d59-93ac-085cd129b199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10749 | 2025.02.10 18:54:23.363700 [ 256 ] {0870f4bc-baef-4d59-93ac-085cd129b199} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10750 | 2025.02.10 18:54:23.363746 [ 256 ] {0870f4bc-baef-4d59-93ac-085cd129b199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10751 | 2025.02.10 18:54:23.364126 [ 256 ] {0870f4bc-baef-4d59-93ac-085cd129b199} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10752 | 2025.02.10 18:54:23.364373 [ 256 ] {0870f4bc-baef-4d59-93ac-085cd129b199} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10753 | 2025.02.10 18:54:23.364550 [ 51 ] {} <Debug> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 10754 | 2025.02.10 18:54:23.364612 [ 256 ] {0870f4bc-baef-4d59-93ac-085cd129b199} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001579 sec., 3799.8733375554148 rows/sec., 198.53 KiB/sec. | ||
| 10755 | 2025.02.10 18:54:23.364626 [ 51 ] {} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10756 | 2025.02.10 18:54:23.364704 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10757 | 2025.02.10 18:54:23.364733 [ 256 ] {0870f4bc-baef-4d59-93ac-085cd129b199} <Debug> TCPHandler: Processed in 0.001871435 sec. | ||
| 10758 | 2025.02.10 18:54:23.364981 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10759 | 2025.02.10 18:54:23.365129 [ 191 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 10760 | 2025.02.10 18:54:23.365402 [ 4 ] {ef9c6a17-67af-4fd6-857f-ba7f21210109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10761 | 2025.02.10 18:54:23.365608 [ 4 ] {ef9c6a17-67af-4fd6-857f-ba7f21210109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10762 | 2025.02.10 18:54:23.365793 [ 191 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10763 | 2025.02.10 18:54:23.365923 [ 191 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part | ||
| 10764 | 2025.02.10 18:54:23.366250 [ 191 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 10765 | 2025.02.10 18:54:23.366592 [ 191 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 10766 | 2025.02.10 18:54:23.366882 [ 191 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 10767 | 2025.02.10 18:54:23.367139 [ 191 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 10768 | 2025.02.10 18:54:23.367512 [ 191 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 10769 | 2025.02.10 18:54:23.368403 [ 4 ] {ef9c6a17-67af-4fd6-857f-ba7f21210109} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10770 | 2025.02.10 18:54:23.368463 [ 4 ] {ef9c6a17-67af-4fd6-857f-ba7f21210109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10771 | 2025.02.10 18:54:23.369440 [ 4 ] {ef9c6a17-67af-4fd6-857f-ba7f21210109} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10772 | 2025.02.10 18:54:23.369992 [ 4 ] {ef9c6a17-67af-4fd6-857f-ba7f21210109} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10773 | 2025.02.10 18:54:23.369992 [ 188 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.005177035 sec., 41722.723528042596 rows/sec., 2.13 MiB/sec. | ||
| 10774 | 2025.02.10 18:54:23.370464 [ 4 ] {ef9c6a17-67af-4fd6-857f-ba7f21210109} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.0052 sec., 46538.46153846154 rows/sec., 3.12 MiB/sec. | ||
| 10775 | 2025.02.10 18:54:23.370664 [ 188 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 10776 | 2025.02.10 18:54:23.370849 [ 4 ] {ef9c6a17-67af-4fd6-857f-ba7f21210109} <Debug> TCPHandler: Processed in 0.006009485 sec. | ||
| 10777 | 2025.02.10 18:54:23.371331 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10778 | 2025.02.10 18:54:23.371563 [ 256 ] {d3f8b7f5-4e9e-4d86-8de4-3a3e442b8d88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10779 | 2025.02.10 18:54:23.371666 [ 256 ] {d3f8b7f5-4e9e-4d86-8de4-3a3e442b8d88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10780 | 2025.02.10 18:54:23.371776 [ 188 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_36_7} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10781 | 2025.02.10 18:54:23.372041 [ 188 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_36_7} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 10782 | 2025.02.10 18:54:23.372238 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 10783 | 2025.02.10 18:54:23.372512 [ 256 ] {d3f8b7f5-4e9e-4d86-8de4-3a3e442b8d88} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10784 | 2025.02.10 18:54:23.372557 [ 256 ] {d3f8b7f5-4e9e-4d86-8de4-3a3e442b8d88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10785 | 2025.02.10 18:54:23.372932 [ 256 ] {d3f8b7f5-4e9e-4d86-8de4-3a3e442b8d88} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10786 | 2025.02.10 18:54:23.373205 [ 256 ] {d3f8b7f5-4e9e-4d86-8de4-3a3e442b8d88} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10787 | 2025.02.10 18:54:23.373439 [ 256 ] {d3f8b7f5-4e9e-4d86-8de4-3a3e442b8d88} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00193 sec., 518.1347150259068 rows/sec., 34.91 KiB/sec. | ||
| 10788 | 2025.02.10 18:54:23.373494 [ 256 ] {d3f8b7f5-4e9e-4d86-8de4-3a3e442b8d88} <Debug> TCPHandler: Processed in 0.0025011 sec. | ||
| 10789 | 2025.02.10 18:54:23.373651 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10790 | 2025.02.10 18:54:23.373794 [ 4 ] {addcac1e-6107-4bda-8d77-a6c2afd65f32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10791 | 2025.02.10 18:54:23.373879 [ 4 ] {addcac1e-6107-4bda-8d77-a6c2afd65f32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10792 | 2025.02.10 18:54:23.375092 [ 4 ] {addcac1e-6107-4bda-8d77-a6c2afd65f32} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10793 | 2025.02.10 18:54:23.375132 [ 4 ] {addcac1e-6107-4bda-8d77-a6c2afd65f32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10794 | 2025.02.10 18:54:23.375799 [ 4 ] {addcac1e-6107-4bda-8d77-a6c2afd65f32} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10795 | 2025.02.10 18:54:23.376057 [ 4 ] {addcac1e-6107-4bda-8d77-a6c2afd65f32} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10796 | 2025.02.10 18:54:23.376321 [ 4 ] {addcac1e-6107-4bda-8d77-a6c2afd65f32} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002557 sec., 13687.91552600704 rows/sec., 24.53 MiB/sec. | ||
| 10797 | 2025.02.10 18:54:23.376657 [ 4 ] {addcac1e-6107-4bda-8d77-a6c2afd65f32} <Debug> TCPHandler: Processed in 0.003086784 sec. | ||
| 10798 | 2025.02.10 18:54:23.376846 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10799 | 2025.02.10 18:54:23.376956 [ 256 ] {a5a5c3e1-a528-4d5f-96d7-ca720bc74adf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10800 | 2025.02.10 18:54:23.377004 [ 256 ] {a5a5c3e1-a528-4d5f-96d7-ca720bc74adf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10801 | 2025.02.10 18:54:23.377550 [ 256 ] {a5a5c3e1-a528-4d5f-96d7-ca720bc74adf} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10802 | 2025.02.10 18:54:23.377588 [ 256 ] {a5a5c3e1-a528-4d5f-96d7-ca720bc74adf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10803 | 2025.02.10 18:54:23.377968 [ 256 ] {a5a5c3e1-a528-4d5f-96d7-ca720bc74adf} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10804 | 2025.02.10 18:54:23.378215 [ 256 ] {a5a5c3e1-a528-4d5f-96d7-ca720bc74adf} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10805 | 2025.02.10 18:54:23.378428 [ 256 ] {a5a5c3e1-a528-4d5f-96d7-ca720bc74adf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001462 sec., 56087.551299589606 rows/sec., 3.56 MiB/sec. | ||
| 10806 | 2025.02.10 18:54:23.378480 [ 256 ] {a5a5c3e1-a528-4d5f-96d7-ca720bc74adf} <Debug> TCPHandler: Processed in 0.001709021 sec. | ||
| 10807 | 2025.02.10 18:54:25.259754 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424 | ||
| 10808 | 2025.02.10 18:54:25.260936 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10809 | 2025.02.10 18:54:25.261026 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10810 | 2025.02.10 18:54:25.261675 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10811 | 2025.02.10 18:54:25.261941 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10812 | 2025.02.10 18:54:25.262152 [ 82 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10813 | 2025.02.10 18:54:25.262187 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 | ||
| 10814 | 2025.02.10 18:54:25.262260 [ 82 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10815 | 2025.02.10 18:54:25.262294 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10816 | 2025.02.10 18:54:25.262488 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 10817 | 2025.02.10 18:54:25.262727 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10818 | 2025.02.10 18:54:25.262801 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21106 rows starting from the beginning of the part | ||
| 10819 | 2025.02.10 18:54:25.262931 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 488 rows starting from the beginning of the part | ||
| 10820 | 2025.02.10 18:54:25.263010 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 427 rows starting from the beginning of the part | ||
| 10821 | 2025.02.10 18:54:25.263277 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 488 rows starting from the beginning of the part | ||
| 10822 | 2025.02.10 18:54:25.263484 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 427 rows starting from the beginning of the part | ||
| 10823 | 2025.02.10 18:54:25.263645 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 488 rows starting from the beginning of the part | ||
| 10824 | 2025.02.10 18:54:25.266129 [ 200 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.00374914 sec., 6247832.836330465 rows/sec., 89.38 MiB/sec. | ||
| 10825 | 2025.02.10 18:54:25.266612 [ 190 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10826 | 2025.02.10 18:54:25.266984 [ 190 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_51_10} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10827 | 2025.02.10 18:54:25.267078 [ 190 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_51_10} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10828 | 2025.02.10 18:54:25.267194 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 10829 | 2025.02.10 18:54:26.899057 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 10830 | 2025.02.10 18:54:26.920362 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10831 | 2025.02.10 18:54:26.920423 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10832 | 2025.02.10 18:54:26.927884 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10833 | 2025.02.10 18:54:26.928643 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10834 | 2025.02.10 18:54:26.929048 [ 81 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10835 | 2025.02.10 18:54:26.929169 [ 81 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10836 | 2025.02.10 18:54:26.929237 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10837 | 2025.02.10 18:54:26.929518 [ 199 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 10838 | 2025.02.10 18:54:26.937452 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 10839 | 2025.02.10 18:54:26.938769 [ 199 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10840 | 2025.02.10 18:54:26.939681 [ 199 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part | ||
| 10841 | 2025.02.10 18:54:26.944090 [ 199 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 8 rows starting from the beginning of the part | ||
| 10842 | 2025.02.10 18:54:26.948631 [ 199 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 7 rows starting from the beginning of the part | ||
| 10843 | 2025.02.10 18:54:26.953456 [ 199 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 8 rows starting from the beginning of the part | ||
| 10844 | 2025.02.10 18:54:26.958595 [ 199 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 7 rows starting from the beginning of the part | ||
| 10845 | 2025.02.10 18:54:26.962900 [ 199 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 8 rows starting from the beginning of the part | ||
| 10846 | 2025.02.10 18:54:27.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 242.79 MiB, peak 242.80 MiB, free memory in arenas 0.00 B, will set to 232.88 MiB (RSS), difference: -9.92 MiB | ||
| 10847 | 2025.02.10 18:54:27.022053 [ 194 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.092687825 sec., 4153.727849369645 rows/sec., 21.48 MiB/sec. | ||
| 10848 | 2025.02.10 18:54:27.025318 [ 192 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10849 | 2025.02.10 18:54:27.028411 [ 192 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_51_10} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10850 | 2025.02.10 18:54:27.028552 [ 192 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_51_10} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10851 | 2025.02.10 18:54:27.031097 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 10852 | 2025.02.10 18:54:28.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 223.46 MiB, peak 242.80 MiB, free memory in arenas 0.00 B, will set to 234.63 MiB (RSS), difference: 11.18 MiB | ||
| 10853 | 2025.02.10 18:54:28.340125 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10854 | 2025.02.10 18:54:28.340319 [ 4 ] {1d6170b5-07ec-47a7-9ecc-371a51707f0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10855 | 2025.02.10 18:54:28.340395 [ 4 ] {1d6170b5-07ec-47a7-9ecc-371a51707f0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10856 | 2025.02.10 18:54:28.341200 [ 4 ] {1d6170b5-07ec-47a7-9ecc-371a51707f0f} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10857 | 2025.02.10 18:54:28.341250 [ 4 ] {1d6170b5-07ec-47a7-9ecc-371a51707f0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10858 | 2025.02.10 18:54:28.341694 [ 4 ] {1d6170b5-07ec-47a7-9ecc-371a51707f0f} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10859 | 2025.02.10 18:54:28.341959 [ 4 ] {1d6170b5-07ec-47a7-9ecc-371a51707f0f} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10860 | 2025.02.10 18:54:28.342189 [ 4 ] {1d6170b5-07ec-47a7-9ecc-371a51707f0f} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001923 sec., 34321.372854914196 rows/sec., 2.73 MiB/sec. | ||
| 10861 | 2025.02.10 18:54:28.342255 [ 4 ] {1d6170b5-07ec-47a7-9ecc-371a51707f0f} <Debug> TCPHandler: Processed in 0.002258964 sec. | ||
| 10862 | 2025.02.10 18:54:28.342549 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10863 | 2025.02.10 18:54:28.342779 [ 256 ] {fec5ede2-fc9b-43d6-983e-dfba4813b8e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10864 | 2025.02.10 18:54:28.342867 [ 256 ] {fec5ede2-fc9b-43d6-983e-dfba4813b8e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10865 | 2025.02.10 18:54:28.343656 [ 256 ] {fec5ede2-fc9b-43d6-983e-dfba4813b8e4} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10866 | 2025.02.10 18:54:28.343711 [ 256 ] {fec5ede2-fc9b-43d6-983e-dfba4813b8e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10867 | 2025.02.10 18:54:28.344174 [ 256 ] {fec5ede2-fc9b-43d6-983e-dfba4813b8e4} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10868 | 2025.02.10 18:54:28.344440 [ 256 ] {fec5ede2-fc9b-43d6-983e-dfba4813b8e4} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10869 | 2025.02.10 18:54:28.344685 [ 256 ] {fec5ede2-fc9b-43d6-983e-dfba4813b8e4} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001977 sec., 2529.0844714213454 rows/sec., 190.18 KiB/sec. | ||
| 10870 | 2025.02.10 18:54:28.344752 [ 256 ] {fec5ede2-fc9b-43d6-983e-dfba4813b8e4} <Debug> TCPHandler: Processed in 0.002357967 sec. | ||
| 10871 | 2025.02.10 18:54:28.344918 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10872 | 2025.02.10 18:54:28.345054 [ 4 ] {596d2a07-a9c4-4258-ba3d-bdabe441fce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10873 | 2025.02.10 18:54:28.345114 [ 4 ] {596d2a07-a9c4-4258-ba3d-bdabe441fce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10874 | 2025.02.10 18:54:28.345748 [ 4 ] {596d2a07-a9c4-4258-ba3d-bdabe441fce1} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10875 | 2025.02.10 18:54:28.345790 [ 4 ] {596d2a07-a9c4-4258-ba3d-bdabe441fce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10876 | 2025.02.10 18:54:28.346172 [ 4 ] {596d2a07-a9c4-4258-ba3d-bdabe441fce1} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10877 | 2025.02.10 18:54:28.346411 [ 4 ] {596d2a07-a9c4-4258-ba3d-bdabe441fce1} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10878 | 2025.02.10 18:54:28.346640 [ 4 ] {596d2a07-a9c4-4258-ba3d-bdabe441fce1} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001617 sec., 42671.61410018553 rows/sec., 3.33 MiB/sec. | ||
| 10879 | 2025.02.10 18:54:28.346698 [ 4 ] {596d2a07-a9c4-4258-ba3d-bdabe441fce1} <Debug> TCPHandler: Processed in 0.001841704 sec. | ||
| 10880 | 2025.02.10 18:54:28.346849 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10881 | 2025.02.10 18:54:28.346975 [ 256 ] {52796496-5159-43a0-bc6d-021dfe8834b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10882 | 2025.02.10 18:54:28.347039 [ 256 ] {52796496-5159-43a0-bc6d-021dfe8834b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10883 | 2025.02.10 18:54:28.347733 [ 256 ] {52796496-5159-43a0-bc6d-021dfe8834b5} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10884 | 2025.02.10 18:54:28.347784 [ 256 ] {52796496-5159-43a0-bc6d-021dfe8834b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10885 | 2025.02.10 18:54:28.348236 [ 256 ] {52796496-5159-43a0-bc6d-021dfe8834b5} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10886 | 2025.02.10 18:54:28.348515 [ 256 ] {52796496-5159-43a0-bc6d-021dfe8834b5} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10887 | 2025.02.10 18:54:28.348709 [ 79 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0 | ||
| 10888 | 2025.02.10 18:54:28.348772 [ 256 ] {52796496-5159-43a0-bc6d-021dfe8834b5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00182 sec., 87912.08791208791 rows/sec., 6.12 MiB/sec. | ||
| 10889 | 2025.02.10 18:54:28.348798 [ 79 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10890 | 2025.02.10 18:54:28.348868 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10891 | 2025.02.10 18:54:28.348891 [ 256 ] {52796496-5159-43a0-bc6d-021dfe8834b5} <Debug> TCPHandler: Processed in 0.002098471 sec. | ||
| 10892 | 2025.02.10 18:54:28.349100 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10893 | 2025.02.10 18:54:28.349148 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_85_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_80_16 to all_85_85_0 into Compact with storage Full | ||
| 10894 | 2025.02.10 18:54:28.349331 [ 4 ] {d908a0c7-2eb2-41d7-8d8c-904cec020690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10895 | 2025.02.10 18:54:28.349588 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_85_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10896 | 2025.02.10 18:54:28.349601 [ 4 ] {d908a0c7-2eb2-41d7-8d8c-904cec020690} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10897 | 2025.02.10 18:54:28.349684 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_80_16, total 25117 rows starting from the beginning of the part | ||
| 10898 | 2025.02.10 18:54:28.350238 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 42 rows starting from the beginning of the part | ||
| 10899 | 2025.02.10 18:54:28.350671 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 237 rows starting from the beginning of the part | ||
| 10900 | 2025.02.10 18:54:28.351086 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part | ||
| 10901 | 2025.02.10 18:54:28.351504 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 242 rows starting from the beginning of the part | ||
| 10902 | 2025.02.10 18:54:28.351906 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part | ||
| 10903 | 2025.02.10 18:54:28.353999 [ 4 ] {d908a0c7-2eb2-41d7-8d8c-904cec020690} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10904 | 2025.02.10 18:54:28.354052 [ 4 ] {d908a0c7-2eb2-41d7-8d8c-904cec020690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10905 | 2025.02.10 18:54:28.355879 [ 4 ] {d908a0c7-2eb2-41d7-8d8c-904cec020690} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10906 | 2025.02.10 18:54:28.356411 [ 4 ] {d908a0c7-2eb2-41d7-8d8c-904cec020690} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10907 | 2025.02.10 18:54:28.356784 [ 4 ] {d908a0c7-2eb2-41d7-8d8c-904cec020690} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.007529 sec., 664.0988179041041 rows/sec., 1.19 MiB/sec. | ||
| 10908 | 2025.02.10 18:54:28.356938 [ 4 ] {d908a0c7-2eb2-41d7-8d8c-904cec020690} <Debug> TCPHandler: Processed in 0.007954022 sec. | ||
| 10909 | 2025.02.10 18:54:28.357109 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10910 | 2025.02.10 18:54:28.357272 [ 256 ] {3feb9265-d5b8-439f-8031-b7ea29149cb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10911 | 2025.02.10 18:54:28.357405 [ 256 ] {3feb9265-d5b8-439f-8031-b7ea29149cb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10912 | 2025.02.10 18:54:28.358119 [ 256 ] {3feb9265-d5b8-439f-8031-b7ea29149cb6} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10913 | 2025.02.10 18:54:28.358182 [ 256 ] {3feb9265-d5b8-439f-8031-b7ea29149cb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10914 | 2025.02.10 18:54:28.358883 [ 256 ] {3feb9265-d5b8-439f-8031-b7ea29149cb6} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10915 | 2025.02.10 18:54:28.359229 [ 256 ] {3feb9265-d5b8-439f-8031-b7ea29149cb6} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10916 | 2025.02.10 18:54:28.359531 [ 256 ] {3feb9265-d5b8-439f-8031-b7ea29149cb6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002305 sec., 26030.368763557482 rows/sec., 1.75 MiB/sec. | ||
| 10917 | 2025.02.10 18:54:28.359607 [ 256 ] {3feb9265-d5b8-439f-8031-b7ea29149cb6} <Debug> TCPHandler: Processed in 0.002564912 sec. | ||
| 10918 | 2025.02.10 18:54:28.360864 [ 193 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_85_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25958 rows, containing 5 columns (5 merged, 0 gathered) in 0.011836665 sec., 2193016.3606049507 rows/sec., 148.08 MiB/sec. | ||
| 10919 | 2025.02.10 18:54:28.361178 [ 186 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_85_17} <Trace> MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary) | ||
| 10920 | 2025.02.10 18:54:28.361572 [ 186 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_85_17} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10921 | 2025.02.10 18:54:28.361675 [ 186 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_85_17} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17 | ||
| 10922 | 2025.02.10 18:54:28.361787 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 10923 | 2025.02.10 18:54:32.603699 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10924 | 2025.02.10 18:54:32.603775 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10925 | 2025.02.10 18:54:32.762391 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851 | ||
| 10926 | 2025.02.10 18:54:32.763145 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10927 | 2025.02.10 18:54:32.763193 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10928 | 2025.02.10 18:54:32.763734 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10929 | 2025.02.10 18:54:32.763992 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10930 | 2025.02.10 18:54:32.764274 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 10931 | 2025.02.10 18:54:32.889991 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1562 | ||
| 10932 | 2025.02.10 18:54:32.893100 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10933 | 2025.02.10 18:54:32.893142 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10934 | 2025.02.10 18:54:32.894591 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10935 | 2025.02.10 18:54:32.894903 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10936 | 2025.02.10 18:54:32.895397 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1562 | ||
| 10937 | 2025.02.10 18:54:33.346617 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10938 | 2025.02.10 18:54:33.346800 [ 4 ] {80f53c7a-331d-498e-b1d5-c9fc1e6093b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10939 | 2025.02.10 18:54:33.346868 [ 4 ] {80f53c7a-331d-498e-b1d5-c9fc1e6093b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10940 | 2025.02.10 18:54:33.347570 [ 4 ] {80f53c7a-331d-498e-b1d5-c9fc1e6093b6} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10941 | 2025.02.10 18:54:33.347617 [ 4 ] {80f53c7a-331d-498e-b1d5-c9fc1e6093b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10942 | 2025.02.10 18:54:33.348036 [ 4 ] {80f53c7a-331d-498e-b1d5-c9fc1e6093b6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10943 | 2025.02.10 18:54:33.348283 [ 4 ] {80f53c7a-331d-498e-b1d5-c9fc1e6093b6} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10944 | 2025.02.10 18:54:33.348443 [ 74 ] {} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 10945 | 2025.02.10 18:54:33.348486 [ 74 ] {} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10946 | 2025.02.10 18:54:33.348496 [ 4 ] {80f53c7a-331d-498e-b1d5-c9fc1e6093b6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001746 sec., 8018.327605956472 rows/sec., 577.21 KiB/sec. | ||
| 10947 | 2025.02.10 18:54:33.348513 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10948 | 2025.02.10 18:54:33.348687 [ 4 ] {80f53c7a-331d-498e-b1d5-c9fc1e6093b6} <Debug> TCPHandler: Processed in 0.002182853 sec. | ||
| 10949 | 2025.02.10 18:54:33.348960 [ 201 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 10950 | 2025.02.10 18:54:33.349046 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10951 | 2025.02.10 18:54:33.349364 [ 201 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10952 | 2025.02.10 18:54:33.349394 [ 256 ] {c2a229ab-785e-40df-9027-5a3d798e0db6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10953 | 2025.02.10 18:54:33.349409 [ 201 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 14 rows starting from the beginning of the part | ||
| 10954 | 2025.02.10 18:54:33.349478 [ 256 ] {c2a229ab-785e-40df-9027-5a3d798e0db6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10955 | 2025.02.10 18:54:33.349570 [ 201 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 10956 | 2025.02.10 18:54:33.350012 [ 201 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 10957 | 2025.02.10 18:54:33.350289 [ 201 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 10958 | 2025.02.10 18:54:33.350561 [ 201 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 10959 | 2025.02.10 18:54:33.351708 [ 256 ] {c2a229ab-785e-40df-9027-5a3d798e0db6} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10960 | 2025.02.10 18:54:33.351759 [ 256 ] {c2a229ab-785e-40df-9027-5a3d798e0db6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10961 | 2025.02.10 18:54:33.352070 [ 193 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003435073 sec., 20378.02398959207 rows/sec., 1.51 MiB/sec. | ||
| 10962 | 2025.02.10 18:54:33.352357 [ 195 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 10963 | 2025.02.10 18:54:33.352403 [ 256 ] {c2a229ab-785e-40df-9027-5a3d798e0db6} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10964 | 2025.02.10 18:54:33.352893 [ 256 ] {c2a229ab-785e-40df-9027-5a3d798e0db6} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10965 | 2025.02.10 18:54:33.353108 [ 195 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_37_9} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10966 | 2025.02.10 18:54:33.353190 [ 74 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10967 | 2025.02.10 18:54:33.353315 [ 74 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10968 | 2025.02.10 18:54:33.353401 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10969 | 2025.02.10 18:54:33.353456 [ 195 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_37_9} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 10970 | 2025.02.10 18:54:33.353476 [ 256 ] {c2a229ab-785e-40df-9027-5a3d798e0db6} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.004124 sec., 66197.86614936954 rows/sec., 5.83 MiB/sec. | ||
| 10971 | 2025.02.10 18:54:33.353818 [ 256 ] {c2a229ab-785e-40df-9027-5a3d798e0db6} <Debug> TCPHandler: Processed in 0.00497858 sec. | ||
| 10972 | 2025.02.10 18:54:33.353826 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10973 | 2025.02.10 18:54:33.353937 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 10974 | 2025.02.10 18:54:33.354031 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10975 | 2025.02.10 18:54:33.354106 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10976 | 2025.02.10 18:54:33.354169 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1432 rows starting from the beginning of the part | ||
| 10977 | 2025.02.10 18:54:33.354288 [ 4 ] {dab95a57-1f33-48a8-95a9-c8767459eacd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10978 | 2025.02.10 18:54:33.354400 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 273 rows starting from the beginning of the part | ||
| 10979 | 2025.02.10 18:54:33.354472 [ 4 ] {dab95a57-1f33-48a8-95a9-c8767459eacd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10980 | 2025.02.10 18:54:33.354752 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 66 rows starting from the beginning of the part | ||
| 10981 | 2025.02.10 18:54:33.355137 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 278 rows starting from the beginning of the part | ||
| 10982 | 2025.02.10 18:54:33.355431 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 66 rows starting from the beginning of the part | ||
| 10983 | 2025.02.10 18:54:33.355869 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 273 rows starting from the beginning of the part | ||
| 10984 | 2025.02.10 18:54:33.357296 [ 4 ] {dab95a57-1f33-48a8-95a9-c8767459eacd} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10985 | 2025.02.10 18:54:33.357360 [ 4 ] {dab95a57-1f33-48a8-95a9-c8767459eacd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 10986 | 2025.02.10 18:54:33.358395 [ 4 ] {dab95a57-1f33-48a8-95a9-c8767459eacd} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10987 | 2025.02.10 18:54:33.358710 [ 4 ] {dab95a57-1f33-48a8-95a9-c8767459eacd} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10988 | 2025.02.10 18:54:33.359382 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2388 rows, containing 5 columns (5 merged, 0 gathered) in 0.005834911 sec., 409260.7410807123 rows/sec., 36.35 MiB/sec. | ||
| 10989 | 2025.02.10 18:54:33.359493 [ 4 ] {dab95a57-1f33-48a8-95a9-c8767459eacd} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.005279 sec., 7956.052282629286 rows/sec., 584.94 KiB/sec. | ||
| 10990 | 2025.02.10 18:54:33.359759 [ 4 ] {dab95a57-1f33-48a8-95a9-c8767459eacd} <Debug> TCPHandler: Processed in 0.005844911 sec. | ||
| 10991 | 2025.02.10 18:54:33.359899 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10992 | 2025.02.10 18:54:33.360028 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10993 | 2025.02.10 18:54:33.360344 [ 256 ] {e90829e6-282d-4a70-b61e-87452caec18f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10994 | 2025.02.10 18:54:33.360405 [ 256 ] {e90829e6-282d-4a70-b61e-87452caec18f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10995 | 2025.02.10 18:54:33.360574 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_86_17} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10996 | 2025.02.10 18:54:33.360710 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_86_17} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10997 | 2025.02.10 18:54:33.360825 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 10998 | 2025.02.10 18:54:33.361171 [ 256 ] {e90829e6-282d-4a70-b61e-87452caec18f} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10999 | 2025.02.10 18:54:33.361209 [ 256 ] {e90829e6-282d-4a70-b61e-87452caec18f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11000 | 2025.02.10 18:54:33.361565 [ 256 ] {e90829e6-282d-4a70-b61e-87452caec18f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 11001 | 2025.02.10 18:54:33.361800 [ 256 ] {e90829e6-282d-4a70-b61e-87452caec18f} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11002 | 2025.02.10 18:54:33.362008 [ 256 ] {e90829e6-282d-4a70-b61e-87452caec18f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001754 sec., 7981.75598631699 rows/sec., 558.99 KiB/sec. | ||
| 11003 | 2025.02.10 18:54:33.362064 [ 256 ] {e90829e6-282d-4a70-b61e-87452caec18f} <Debug> TCPHandler: Processed in 0.002208543 sec. | ||
| 11004 | 2025.02.10 18:54:33.362225 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11005 | 2025.02.10 18:54:33.362345 [ 4 ] {486ab420-97e7-4dc7-a743-088b67854160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11006 | 2025.02.10 18:54:33.362396 [ 4 ] {486ab420-97e7-4dc7-a743-088b67854160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11007 | 2025.02.10 18:54:33.362996 [ 4 ] {486ab420-97e7-4dc7-a743-088b67854160} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11008 | 2025.02.10 18:54:33.363033 [ 4 ] {486ab420-97e7-4dc7-a743-088b67854160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11009 | 2025.02.10 18:54:33.363390 [ 4 ] {486ab420-97e7-4dc7-a743-088b67854160} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11010 | 2025.02.10 18:54:33.363647 [ 4 ] {486ab420-97e7-4dc7-a743-088b67854160} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11011 | 2025.02.10 18:54:33.363776 [ 74 ] {} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11012 | 2025.02.10 18:54:33.363813 [ 74 ] {} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11013 | 2025.02.10 18:54:33.363836 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11014 | 2025.02.10 18:54:33.363847 [ 4 ] {486ab420-97e7-4dc7-a743-088b67854160} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001525 sec., 8524.590163934427 rows/sec., 531.51 KiB/sec. | ||
| 11015 | 2025.02.10 18:54:33.364148 [ 4 ] {486ab420-97e7-4dc7-a743-088b67854160} <Debug> TCPHandler: Processed in 0.001970498 sec. | ||
| 11016 | 2025.02.10 18:54:33.364295 [ 197 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 11017 | 2025.02.10 18:54:33.364454 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11018 | 2025.02.10 18:54:33.364858 [ 197 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11019 | 2025.02.10 18:54:33.364896 [ 256 ] {8d7edf6d-93ed-41a7-83e6-acd0537d3ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11020 | 2025.02.10 18:54:33.364959 [ 197 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 13 rows starting from the beginning of the part | ||
| 11021 | 2025.02.10 18:54:33.365057 [ 256 ] {8d7edf6d-93ed-41a7-83e6-acd0537d3ce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11022 | 2025.02.10 18:54:33.365298 [ 197 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 13 rows starting from the beginning of the part | ||
| 11023 | 2025.02.10 18:54:33.365600 [ 197 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 13 rows starting from the beginning of the part | ||
| 11024 | 2025.02.10 18:54:33.365800 [ 197 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 13 rows starting from the beginning of the part | ||
| 11025 | 2025.02.10 18:54:33.366103 [ 197 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 13 rows starting from the beginning of the part | ||
| 11026 | 2025.02.10 18:54:33.367173 [ 256 ] {8d7edf6d-93ed-41a7-83e6-acd0537d3ce9} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11027 | 2025.02.10 18:54:33.367220 [ 256 ] {8d7edf6d-93ed-41a7-83e6-acd0537d3ce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11028 | 2025.02.10 18:54:33.367655 [ 187 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00371927 sec., 17476.547817179176 rows/sec., 1.13 MiB/sec. | ||
| 11029 | 2025.02.10 18:54:33.367937 [ 256 ] {8d7edf6d-93ed-41a7-83e6-acd0537d3ce9} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11030 | 2025.02.10 18:54:33.367983 [ 187 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11031 | 2025.02.10 18:54:33.368409 [ 256 ] {8d7edf6d-93ed-41a7-83e6-acd0537d3ce9} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11032 | 2025.02.10 18:54:33.368648 [ 191 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_37_9} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11033 | 2025.02.10 18:54:33.368703 [ 74 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11034 | 2025.02.10 18:54:33.368825 [ 74 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11035 | 2025.02.10 18:54:33.368925 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11036 | 2025.02.10 18:54:33.368955 [ 191 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_37_9} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11037 | 2025.02.10 18:54:33.369035 [ 256 ] {8d7edf6d-93ed-41a7-83e6-acd0537d3ce9} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.004247 sec., 98186.95549799858 rows/sec., 7.01 MiB/sec. | ||
| 11038 | 2025.02.10 18:54:33.369458 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11039 | 2025.02.10 18:54:33.369554 [ 256 ] {8d7edf6d-93ed-41a7-83e6-acd0537d3ce9} <Debug> TCPHandler: Processed in 0.005260297 sec. | ||
| 11040 | 2025.02.10 18:54:33.369580 [ 191 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 11041 | 2025.02.10 18:54:33.369851 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11042 | 2025.02.10 18:54:33.370237 [ 191 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11043 | 2025.02.10 18:54:33.370253 [ 4 ] {c1f5e480-b431-4aba-afc5-f759d1c145c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11044 | 2025.02.10 18:54:33.370384 [ 191 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 914 rows starting from the beginning of the part | ||
| 11045 | 2025.02.10 18:54:33.370417 [ 4 ] {c1f5e480-b431-4aba-afc5-f759d1c145c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11046 | 2025.02.10 18:54:33.370987 [ 191 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 417 rows starting from the beginning of the part | ||
| 11047 | 2025.02.10 18:54:33.371463 [ 191 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 69 rows starting from the beginning of the part | ||
| 11048 | 2025.02.10 18:54:33.372017 [ 191 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 427 rows starting from the beginning of the part | ||
| 11049 | 2025.02.10 18:54:33.372323 [ 191 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 69 rows starting from the beginning of the part | ||
| 11050 | 2025.02.10 18:54:33.372728 [ 191 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 417 rows starting from the beginning of the part | ||
| 11051 | 2025.02.10 18:54:33.373683 [ 4 ] {c1f5e480-b431-4aba-afc5-f759d1c145c3} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11052 | 2025.02.10 18:54:33.373745 [ 4 ] {c1f5e480-b431-4aba-afc5-f759d1c145c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11053 | 2025.02.10 18:54:33.374632 [ 4 ] {c1f5e480-b431-4aba-afc5-f759d1c145c3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11054 | 2025.02.10 18:54:33.375110 [ 4 ] {c1f5e480-b431-4aba-afc5-f759d1c145c3} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11055 | 2025.02.10 18:54:33.375366 [ 4 ] {c1f5e480-b431-4aba-afc5-f759d1c145c3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005254 sec., 1141.9870574800152 rows/sec., 59.66 KiB/sec. | ||
| 11056 | 2025.02.10 18:54:33.375731 [ 4 ] {c1f5e480-b431-4aba-afc5-f759d1c145c3} <Debug> TCPHandler: Processed in 0.006039315 sec. | ||
| 11057 | 2025.02.10 18:54:33.376242 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11058 | 2025.02.10 18:54:33.376520 [ 191 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2313 rows, containing 5 columns (5 merged, 0 gathered) in 0.0074726 sec., 309530.8192596954 rows/sec., 23.58 MiB/sec. | ||
| 11059 | 2025.02.10 18:54:33.376605 [ 256 ] {281fd12d-ed25-45bf-bb41-41528c91f1cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11060 | 2025.02.10 18:54:33.376701 [ 256 ] {281fd12d-ed25-45bf-bb41-41528c91f1cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11061 | 2025.02.10 18:54:33.376790 [ 191 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11062 | 2025.02.10 18:54:33.377391 [ 191 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_86_17} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11063 | 2025.02.10 18:54:33.377626 [ 191 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_86_17} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11064 | 2025.02.10 18:54:33.377805 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 11065 | 2025.02.10 18:54:33.377976 [ 256 ] {281fd12d-ed25-45bf-bb41-41528c91f1cf} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11066 | 2025.02.10 18:54:33.378020 [ 256 ] {281fd12d-ed25-45bf-bb41-41528c91f1cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11067 | 2025.02.10 18:54:33.378422 [ 256 ] {281fd12d-ed25-45bf-bb41-41528c91f1cf} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11068 | 2025.02.10 18:54:33.378668 [ 256 ] {281fd12d-ed25-45bf-bb41-41528c91f1cf} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11069 | 2025.02.10 18:54:33.378881 [ 256 ] {281fd12d-ed25-45bf-bb41-41528c91f1cf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002339 sec., 101325.3527148354 rows/sec., 6.79 MiB/sec. | ||
| 11070 | 2025.02.10 18:54:33.378936 [ 256 ] {281fd12d-ed25-45bf-bb41-41528c91f1cf} <Debug> TCPHandler: Processed in 0.003071624 sec. | ||
| 11071 | 2025.02.10 18:54:33.379092 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11072 | 2025.02.10 18:54:33.379215 [ 4 ] {f5784b71-aba5-4609-ac34-36e7696e3083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11073 | 2025.02.10 18:54:33.379269 [ 4 ] {f5784b71-aba5-4609-ac34-36e7696e3083} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11074 | 2025.02.10 18:54:33.379745 [ 4 ] {f5784b71-aba5-4609-ac34-36e7696e3083} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11075 | 2025.02.10 18:54:33.379781 [ 4 ] {f5784b71-aba5-4609-ac34-36e7696e3083} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11076 | 2025.02.10 18:54:33.380152 [ 4 ] {f5784b71-aba5-4609-ac34-36e7696e3083} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11077 | 2025.02.10 18:54:33.380393 [ 4 ] {f5784b71-aba5-4609-ac34-36e7696e3083} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11078 | 2025.02.10 18:54:33.380579 [ 4 ] {f5784b71-aba5-4609-ac34-36e7696e3083} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00139 sec., 719.4244604316547 rows/sec., 48.48 KiB/sec. | ||
| 11079 | 2025.02.10 18:54:33.380629 [ 4 ] {f5784b71-aba5-4609-ac34-36e7696e3083} <Debug> TCPHandler: Processed in 0.001593078 sec. | ||
| 11080 | 2025.02.10 18:54:33.380764 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11081 | 2025.02.10 18:54:33.380881 [ 256 ] {3e0b4945-4cbb-454d-b531-465f7aa1ee9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11082 | 2025.02.10 18:54:33.380962 [ 256 ] {3e0b4945-4cbb-454d-b531-465f7aa1ee9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11083 | 2025.02.10 18:54:33.382179 [ 256 ] {3e0b4945-4cbb-454d-b531-465f7aa1ee9b} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11084 | 2025.02.10 18:54:33.382219 [ 256 ] {3e0b4945-4cbb-454d-b531-465f7aa1ee9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11085 | 2025.02.10 18:54:33.382894 [ 256 ] {3e0b4945-4cbb-454d-b531-465f7aa1ee9b} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 11086 | 2025.02.10 18:54:33.383149 [ 256 ] {3e0b4945-4cbb-454d-b531-465f7aa1ee9b} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11087 | 2025.02.10 18:54:33.383398 [ 256 ] {3e0b4945-4cbb-454d-b531-465f7aa1ee9b} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002541 sec., 13774.104683195594 rows/sec., 24.68 MiB/sec. | ||
| 11088 | 2025.02.10 18:54:33.383492 [ 256 ] {3e0b4945-4cbb-454d-b531-465f7aa1ee9b} <Debug> TCPHandler: Processed in 0.002782258 sec. | ||
| 11089 | 2025.02.10 18:54:33.383634 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11090 | 2025.02.10 18:54:33.383752 [ 4 ] {ba69e890-97d4-46b0-8e31-782851bc1e74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11091 | 2025.02.10 18:54:33.383802 [ 4 ] {ba69e890-97d4-46b0-8e31-782851bc1e74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11092 | 2025.02.10 18:54:33.384288 [ 4 ] {ba69e890-97d4-46b0-8e31-782851bc1e74} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11093 | 2025.02.10 18:54:33.384323 [ 4 ] {ba69e890-97d4-46b0-8e31-782851bc1e74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11094 | 2025.02.10 18:54:33.384706 [ 4 ] {ba69e890-97d4-46b0-8e31-782851bc1e74} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11095 | 2025.02.10 18:54:33.384950 [ 4 ] {ba69e890-97d4-46b0-8e31-782851bc1e74} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11096 | 2025.02.10 18:54:33.385082 [ 74 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11097 | 2025.02.10 18:54:33.385119 [ 74 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11098 | 2025.02.10 18:54:33.385132 [ 4 ] {ba69e890-97d4-46b0-8e31-782851bc1e74} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001403 sec., 58446.186742694226 rows/sec., 3.71 MiB/sec. | ||
| 11099 | 2025.02.10 18:54:33.385143 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11100 | 2025.02.10 18:54:33.385220 [ 4 ] {ba69e890-97d4-46b0-8e31-782851bc1e74} <Debug> TCPHandler: Processed in 0.001637749 sec. | ||
| 11101 | 2025.02.10 18:54:33.385279 [ 198 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 11102 | 2025.02.10 18:54:33.385385 [ 198 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11103 | 2025.02.10 18:54:33.385416 [ 198 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4936 rows starting from the beginning of the part | ||
| 11104 | 2025.02.10 18:54:33.385503 [ 198 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part | ||
| 11105 | 2025.02.10 18:54:33.385679 [ 198 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
| 11106 | 2025.02.10 18:54:33.385875 [ 198 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 82 rows starting from the beginning of the part | ||
| 11107 | 2025.02.10 18:54:33.386024 [ 198 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part | ||
| 11108 | 2025.02.10 18:54:33.386178 [ 198 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 82 rows starting from the beginning of the part | ||
| 11109 | 2025.02.10 18:54:33.388120 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5302 rows, containing 4 columns (4 merged, 0 gathered) in 0.0029005 sec., 1827960.6964316498 rows/sec., 119.13 MiB/sec. | ||
| 11110 | 2025.02.10 18:54:33.388532 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11111 | 2025.02.10 18:54:33.388897 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_86_17} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11112 | 2025.02.10 18:54:33.388990 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_86_17} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11113 | 2025.02.10 18:54:33.389076 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 11114 | 2025.02.10 18:54:34.437569 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 11115 | 2025.02.10 18:54:34.460837 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11116 | 2025.02.10 18:54:34.460903 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11117 | 2025.02.10 18:54:34.468112 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 11118 | 2025.02.10 18:54:34.468894 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11119 | 2025.02.10 18:54:34.471651 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 11120 | 2025.02.10 18:54:35.635515 [ 70 ] {} <Debug> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 11121 | 2025.02.10 18:54:35.635610 [ 70 ] {} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11122 | 2025.02.10 18:54:35.635650 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11123 | 2025.02.10 18:54:35.635971 [ 189 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 11124 | 2025.02.10 18:54:35.636303 [ 189 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11125 | 2025.02.10 18:54:35.636382 [ 189 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 18 rows starting from the beginning of the part | ||
| 11126 | 2025.02.10 18:54:35.636563 [ 189 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
| 11127 | 2025.02.10 18:54:35.636734 [ 189 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
| 11128 | 2025.02.10 18:54:35.636996 [ 189 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
| 11129 | 2025.02.10 18:54:35.637128 [ 189 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 10 rows starting from the beginning of the part | ||
| 11130 | 2025.02.10 18:54:35.638361 [ 188 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002597233 sec., 13860.905047795095 rows/sec., 1.16 MiB/sec. | ||
| 11131 | 2025.02.10 18:54:35.638572 [ 188 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 11132 | 2025.02.10 18:54:35.638959 [ 188 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_21_5} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11133 | 2025.02.10 18:54:35.639065 [ 188 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_21_5} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 11134 | 2025.02.10 18:54:35.639184 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11135 | 2025.02.10 18:54:36.545162 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11136 | 2025.02.10 18:54:36.545350 [ 4 ] {7e199338-fdb7-473a-afcb-ed396098ac4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11137 | 2025.02.10 18:54:36.545421 [ 4 ] {7e199338-fdb7-473a-afcb-ed396098ac4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11138 | 2025.02.10 18:54:36.546133 [ 4 ] {7e199338-fdb7-473a-afcb-ed396098ac4b} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11139 | 2025.02.10 18:54:36.546180 [ 4 ] {7e199338-fdb7-473a-afcb-ed396098ac4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11140 | 2025.02.10 18:54:36.546592 [ 4 ] {7e199338-fdb7-473a-afcb-ed396098ac4b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 11141 | 2025.02.10 18:54:36.546844 [ 4 ] {7e199338-fdb7-473a-afcb-ed396098ac4b} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11142 | 2025.02.10 18:54:36.547078 [ 4 ] {7e199338-fdb7-473a-afcb-ed396098ac4b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001777 sec., 1125.4924029262802 rows/sec., 91.78 KiB/sec. | ||
| 11143 | 2025.02.10 18:54:36.547171 [ 4 ] {7e199338-fdb7-473a-afcb-ed396098ac4b} <Debug> TCPHandler: Processed in 0.002132791 sec. | ||
| 11144 | 2025.02.10 18:54:36.547430 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11145 | 2025.02.10 18:54:36.547653 [ 256 ] {8a261d6c-31d8-4281-93f0-32f3ecc8b998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11146 | 2025.02.10 18:54:36.547735 [ 256 ] {8a261d6c-31d8-4281-93f0-32f3ecc8b998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11147 | 2025.02.10 18:54:36.549027 [ 256 ] {8a261d6c-31d8-4281-93f0-32f3ecc8b998} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11148 | 2025.02.10 18:54:36.549067 [ 256 ] {8a261d6c-31d8-4281-93f0-32f3ecc8b998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11149 | 2025.02.10 18:54:36.549608 [ 256 ] {8a261d6c-31d8-4281-93f0-32f3ecc8b998} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11150 | 2025.02.10 18:54:36.549879 [ 256 ] {8a261d6c-31d8-4281-93f0-32f3ecc8b998} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11151 | 2025.02.10 18:54:36.550127 [ 256 ] {8a261d6c-31d8-4281-93f0-32f3ecc8b998} <Debug> executeQuery: Read 1207 rows, 102.02 KiB in 0.002535 sec., 476134.12228796846 rows/sec., 39.30 MiB/sec. | ||
| 11152 | 2025.02.10 18:54:36.550184 [ 256 ] {8a261d6c-31d8-4281-93f0-32f3ecc8b998} <Debug> TCPHandler: Processed in 0.00289497 sec. | ||
| 11153 | 2025.02.10 18:54:36.550334 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11154 | 2025.02.10 18:54:36.550463 [ 4 ] {236a464e-d0eb-4462-b28e-9fe3930566d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11155 | 2025.02.10 18:54:36.550518 [ 4 ] {236a464e-d0eb-4462-b28e-9fe3930566d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11156 | 2025.02.10 18:54:36.551127 [ 4 ] {236a464e-d0eb-4462-b28e-9fe3930566d0} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11157 | 2025.02.10 18:54:36.551169 [ 4 ] {236a464e-d0eb-4462-b28e-9fe3930566d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11158 | 2025.02.10 18:54:36.551540 [ 4 ] {236a464e-d0eb-4462-b28e-9fe3930566d0} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 11159 | 2025.02.10 18:54:36.551784 [ 4 ] {236a464e-d0eb-4462-b28e-9fe3930566d0} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11160 | 2025.02.10 18:54:36.551998 [ 4 ] {236a464e-d0eb-4462-b28e-9fe3930566d0} <Debug> executeQuery: Read 7 rows, 528.00 B in 0.001566 sec., 4469.987228607919 rows/sec., 329.26 KiB/sec. | ||
| 11161 | 2025.02.10 18:54:36.552055 [ 4 ] {236a464e-d0eb-4462-b28e-9fe3930566d0} <Debug> TCPHandler: Processed in 0.001788863 sec. | ||
| 11162 | 2025.02.10 18:54:36.552189 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11163 | 2025.02.10 18:54:36.552305 [ 256 ] {84d21cdf-1631-4b58-8c95-884051753f44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11164 | 2025.02.10 18:54:36.552365 [ 256 ] {84d21cdf-1631-4b58-8c95-884051753f44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11165 | 2025.02.10 18:54:36.553141 [ 256 ] {84d21cdf-1631-4b58-8c95-884051753f44} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11166 | 2025.02.10 18:54:36.553185 [ 256 ] {84d21cdf-1631-4b58-8c95-884051753f44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11167 | 2025.02.10 18:54:36.553570 [ 256 ] {84d21cdf-1631-4b58-8c95-884051753f44} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 11168 | 2025.02.10 18:54:36.553808 [ 256 ] {84d21cdf-1631-4b58-8c95-884051753f44} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11169 | 2025.02.10 18:54:36.553986 [ 256 ] {84d21cdf-1631-4b58-8c95-884051753f44} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001705 sec., 133724.34017595308 rows/sec., 9.05 MiB/sec. | ||
| 11170 | 2025.02.10 18:54:36.554038 [ 256 ] {84d21cdf-1631-4b58-8c95-884051753f44} <Debug> TCPHandler: Processed in 0.001905546 sec. | ||
| 11171 | 2025.02.10 18:54:36.554171 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11172 | 2025.02.10 18:54:36.554291 [ 4 ] {4fda6540-1113-44a6-9ed4-a14ae353066a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11173 | 2025.02.10 18:54:36.554346 [ 4 ] {4fda6540-1113-44a6-9ed4-a14ae353066a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11174 | 2025.02.10 18:54:36.555251 [ 4 ] {4fda6540-1113-44a6-9ed4-a14ae353066a} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11175 | 2025.02.10 18:54:36.555299 [ 4 ] {4fda6540-1113-44a6-9ed4-a14ae353066a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11176 | 2025.02.10 18:54:36.555683 [ 4 ] {4fda6540-1113-44a6-9ed4-a14ae353066a} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11177 | 2025.02.10 18:54:36.555920 [ 4 ] {4fda6540-1113-44a6-9ed4-a14ae353066a} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11178 | 2025.02.10 18:54:36.556125 [ 4 ] {4fda6540-1113-44a6-9ed4-a14ae353066a} <Debug> executeQuery: Read 527 rows, 39.97 KiB in 0.001861 sec., 283181.0854379366 rows/sec., 20.97 MiB/sec. | ||
| 11179 | 2025.02.10 18:54:36.556178 [ 4 ] {4fda6540-1113-44a6-9ed4-a14ae353066a} <Debug> TCPHandler: Processed in 0.002060989 sec. | ||
| 11180 | 2025.02.10 18:54:36.556307 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11181 | 2025.02.10 18:54:36.556505 [ 256 ] {af08a735-6cd2-4510-973b-c12b117eb730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11182 | 2025.02.10 18:54:36.556602 [ 256 ] {af08a735-6cd2-4510-973b-c12b117eb730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11183 | 2025.02.10 18:54:36.557634 [ 256 ] {af08a735-6cd2-4510-973b-c12b117eb730} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11184 | 2025.02.10 18:54:36.557671 [ 256 ] {af08a735-6cd2-4510-973b-c12b117eb730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11185 | 2025.02.10 18:54:36.558121 [ 256 ] {af08a735-6cd2-4510-973b-c12b117eb730} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11186 | 2025.02.10 18:54:36.558360 [ 256 ] {af08a735-6cd2-4510-973b-c12b117eb730} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11187 | 2025.02.10 18:54:36.558543 [ 256 ] {af08a735-6cd2-4510-973b-c12b117eb730} <Debug> executeQuery: Read 965 rows, 66.32 KiB in 0.00209 sec., 461722.48803827754 rows/sec., 30.99 MiB/sec. | ||
| 11188 | 2025.02.10 18:54:36.558593 [ 256 ] {af08a735-6cd2-4510-973b-c12b117eb730} <Debug> TCPHandler: Processed in 0.002341327 sec. | ||
| 11189 | 2025.02.10 18:54:36.558740 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11190 | 2025.02.10 18:54:36.558878 [ 4 ] {960a6496-9b72-493b-a810-8a68a6ea45f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11191 | 2025.02.10 18:54:36.558971 [ 4 ] {960a6496-9b72-493b-a810-8a68a6ea45f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11192 | 2025.02.10 18:54:36.560100 [ 4 ] {960a6496-9b72-493b-a810-8a68a6ea45f3} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11193 | 2025.02.10 18:54:36.560140 [ 4 ] {960a6496-9b72-493b-a810-8a68a6ea45f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11194 | 2025.02.10 18:54:36.560757 [ 4 ] {960a6496-9b72-493b-a810-8a68a6ea45f3} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 11195 | 2025.02.10 18:54:36.561011 [ 4 ] {960a6496-9b72-493b-a810-8a68a6ea45f3} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11196 | 2025.02.10 18:54:36.561263 [ 4 ] {960a6496-9b72-493b-a810-8a68a6ea45f3} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002415 sec., 2070.3933747412007 rows/sec., 3.71 MiB/sec. | ||
| 11197 | 2025.02.10 18:54:36.561357 [ 4 ] {960a6496-9b72-493b-a810-8a68a6ea45f3} <Debug> TCPHandler: Processed in 0.002679905 sec. | ||
| 11198 | 2025.02.10 18:54:36.561504 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11199 | 2025.02.10 18:54:36.561644 [ 256 ] {f15fb098-a2fb-4136-9e83-6788e0cea787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11200 | 2025.02.10 18:54:36.561707 [ 256 ] {f15fb098-a2fb-4136-9e83-6788e0cea787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11201 | 2025.02.10 18:54:36.562278 [ 256 ] {f15fb098-a2fb-4136-9e83-6788e0cea787} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11202 | 2025.02.10 18:54:36.562322 [ 256 ] {f15fb098-a2fb-4136-9e83-6788e0cea787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11203 | 2025.02.10 18:54:36.562695 [ 256 ] {f15fb098-a2fb-4136-9e83-6788e0cea787} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11204 | 2025.02.10 18:54:36.562944 [ 256 ] {f15fb098-a2fb-4136-9e83-6788e0cea787} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11205 | 2025.02.10 18:54:36.563115 [ 256 ] {f15fb098-a2fb-4136-9e83-6788e0cea787} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001503 sec., 29274.78376580173 rows/sec., 1.97 MiB/sec. | ||
| 11206 | 2025.02.10 18:54:36.563164 [ 256 ] {f15fb098-a2fb-4136-9e83-6788e0cea787} <Debug> TCPHandler: Processed in 0.001728042 sec. | ||
| 11207 | 2025.02.10 18:54:38.334661 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11208 | 2025.02.10 18:54:38.334870 [ 4 ] {6f6610d3-8c65-4114-b335-816f56371b4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11209 | 2025.02.10 18:54:38.334954 [ 4 ] {6f6610d3-8c65-4114-b335-816f56371b4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11210 | 2025.02.10 18:54:38.335755 [ 4 ] {6f6610d3-8c65-4114-b335-816f56371b4c} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11211 | 2025.02.10 18:54:38.335808 [ 4 ] {6f6610d3-8c65-4114-b335-816f56371b4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11212 | 2025.02.10 18:54:38.336247 [ 4 ] {6f6610d3-8c65-4114-b335-816f56371b4c} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11213 | 2025.02.10 18:54:38.336508 [ 4 ] {6f6610d3-8c65-4114-b335-816f56371b4c} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11214 | 2025.02.10 18:54:38.336756 [ 4 ] {6f6610d3-8c65-4114-b335-816f56371b4c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00194 sec., 28865.979381443296 rows/sec., 2.22 MiB/sec. | ||
| 11215 | 2025.02.10 18:54:38.336873 [ 4 ] {6f6610d3-8c65-4114-b335-816f56371b4c} <Debug> TCPHandler: Processed in 0.002348026 sec. | ||
| 11216 | 2025.02.10 18:54:38.337177 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11217 | 2025.02.10 18:54:38.337405 [ 256 ] {bdd99052-6c9d-4d27-ac0a-d2fa2d09ab21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11218 | 2025.02.10 18:54:38.337482 [ 256 ] {bdd99052-6c9d-4d27-ac0a-d2fa2d09ab21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11219 | 2025.02.10 18:54:38.338276 [ 256 ] {bdd99052-6c9d-4d27-ac0a-d2fa2d09ab21} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11220 | 2025.02.10 18:54:38.338327 [ 256 ] {bdd99052-6c9d-4d27-ac0a-d2fa2d09ab21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11221 | 2025.02.10 18:54:38.338770 [ 256 ] {bdd99052-6c9d-4d27-ac0a-d2fa2d09ab21} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11222 | 2025.02.10 18:54:38.339031 [ 256 ] {bdd99052-6c9d-4d27-ac0a-d2fa2d09ab21} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11223 | 2025.02.10 18:54:38.339262 [ 256 ] {bdd99052-6c9d-4d27-ac0a-d2fa2d09ab21} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001918 sec., 33368.09176225235 rows/sec., 2.60 MiB/sec. | ||
| 11224 | 2025.02.10 18:54:38.339320 [ 256 ] {bdd99052-6c9d-4d27-ac0a-d2fa2d09ab21} <Debug> TCPHandler: Processed in 0.002336727 sec. | ||
| 11225 | 2025.02.10 18:54:38.339477 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11226 | 2025.02.10 18:54:38.339624 [ 4 ] {d1dbfc53-9610-41f9-b641-c321a4c94aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11227 | 2025.02.10 18:54:38.339692 [ 4 ] {d1dbfc53-9610-41f9-b641-c321a4c94aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11228 | 2025.02.10 18:54:38.340342 [ 4 ] {d1dbfc53-9610-41f9-b641-c321a4c94aed} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11229 | 2025.02.10 18:54:38.340392 [ 4 ] {d1dbfc53-9610-41f9-b641-c321a4c94aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11230 | 2025.02.10 18:54:38.340789 [ 4 ] {d1dbfc53-9610-41f9-b641-c321a4c94aed} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11231 | 2025.02.10 18:54:38.341035 [ 4 ] {d1dbfc53-9610-41f9-b641-c321a4c94aed} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11232 | 2025.02.10 18:54:38.341253 [ 4 ] {d1dbfc53-9610-41f9-b641-c321a4c94aed} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001665 sec., 25225.225225225226 rows/sec., 1.75 MiB/sec. | ||
| 11233 | 2025.02.10 18:54:38.341309 [ 4 ] {d1dbfc53-9610-41f9-b641-c321a4c94aed} <Debug> TCPHandler: Processed in 0.001899386 sec. | ||
| 11234 | 2025.02.10 18:54:38.341456 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11235 | 2025.02.10 18:54:38.341597 [ 256 ] {2aed3d4f-c696-46a8-9eb4-e65acb055ad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11236 | 2025.02.10 18:54:38.341660 [ 256 ] {2aed3d4f-c696-46a8-9eb4-e65acb055ad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11237 | 2025.02.10 18:54:38.342246 [ 256 ] {2aed3d4f-c696-46a8-9eb4-e65acb055ad6} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11238 | 2025.02.10 18:54:38.342294 [ 256 ] {2aed3d4f-c696-46a8-9eb4-e65acb055ad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11239 | 2025.02.10 18:54:38.342694 [ 256 ] {2aed3d4f-c696-46a8-9eb4-e65acb055ad6} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11240 | 2025.02.10 18:54:38.342941 [ 256 ] {2aed3d4f-c696-46a8-9eb4-e65acb055ad6} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11241 | 2025.02.10 18:54:38.343150 [ 256 ] {2aed3d4f-c696-46a8-9eb4-e65acb055ad6} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001586 sec., 10088.272383354351 rows/sec., 699.48 KiB/sec. | ||
| 11242 | 2025.02.10 18:54:38.343200 [ 256 ] {2aed3d4f-c696-46a8-9eb4-e65acb055ad6} <Debug> TCPHandler: Processed in 0.001811724 sec. | ||
| 11243 | 2025.02.10 18:54:40.264426 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339 | ||
| 11244 | 2025.02.10 18:54:40.265125 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11245 | 2025.02.10 18:54:40.265172 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11246 | 2025.02.10 18:54:40.265702 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11247 | 2025.02.10 18:54:40.265965 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11248 | 2025.02.10 18:54:40.266194 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 | ||
| 11249 | 2025.02.10 18:54:41.971752 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 11250 | 2025.02.10 18:54:41.991441 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11251 | 2025.02.10 18:54:41.991483 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11252 | 2025.02.10 18:54:41.998740 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11253 | 2025.02.10 18:54:41.999489 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11254 | 2025.02.10 18:54:42.000187 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 240.15 MiB, peak 242.80 MiB, free memory in arenas 0.00 B, will set to 235.63 MiB (RSS), difference: -4.52 MiB | ||
| 11255 | 2025.02.10 18:54:42.002853 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 11256 | 2025.02.10 18:54:42.895655 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1608 | ||
| 11257 | 2025.02.10 18:54:42.899173 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11258 | 2025.02.10 18:54:42.899230 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11259 | 2025.02.10 18:54:42.900765 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11260 | 2025.02.10 18:54:42.901091 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11261 | 2025.02.10 18:54:42.901802 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1608 | ||
| 11262 | 2025.02.10 18:54:43.000224 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 231.62 MiB, peak 242.80 MiB, free memory in arenas 0.00 B, will set to 235.63 MiB (RSS), difference: 4.00 MiB | ||
| 11263 | 2025.02.10 18:54:43.347063 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11264 | 2025.02.10 18:54:43.347259 [ 4 ] {35a57a91-af4a-4e82-aa99-5749c0e76d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11265 | 2025.02.10 18:54:43.347335 [ 4 ] {35a57a91-af4a-4e82-aa99-5749c0e76d12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11266 | 2025.02.10 18:54:43.348066 [ 4 ] {35a57a91-af4a-4e82-aa99-5749c0e76d12} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11267 | 2025.02.10 18:54:43.348116 [ 4 ] {35a57a91-af4a-4e82-aa99-5749c0e76d12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11268 | 2025.02.10 18:54:43.348520 [ 4 ] {35a57a91-af4a-4e82-aa99-5749c0e76d12} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11269 | 2025.02.10 18:54:43.348778 [ 4 ] {35a57a91-af4a-4e82-aa99-5749c0e76d12} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11270 | 2025.02.10 18:54:43.348975 [ 4 ] {35a57a91-af4a-4e82-aa99-5749c0e76d12} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001771 sec., 7905.138339920949 rows/sec., 569.06 KiB/sec. | ||
| 11271 | 2025.02.10 18:54:43.349037 [ 4 ] {35a57a91-af4a-4e82-aa99-5749c0e76d12} <Debug> TCPHandler: Processed in 0.00208678 sec. | ||
| 11272 | 2025.02.10 18:54:43.349278 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11273 | 2025.02.10 18:54:43.349473 [ 256 ] {e4e5ed05-25a9-4071-b553-8975cdc0c939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11274 | 2025.02.10 18:54:43.349547 [ 256 ] {e4e5ed05-25a9-4071-b553-8975cdc0c939} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11275 | 2025.02.10 18:54:43.350418 [ 256 ] {e4e5ed05-25a9-4071-b553-8975cdc0c939} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11276 | 2025.02.10 18:54:43.350464 [ 256 ] {e4e5ed05-25a9-4071-b553-8975cdc0c939} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11277 | 2025.02.10 18:54:43.350939 [ 256 ] {e4e5ed05-25a9-4071-b553-8975cdc0c939} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11278 | 2025.02.10 18:54:43.351207 [ 256 ] {e4e5ed05-25a9-4071-b553-8975cdc0c939} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11279 | 2025.02.10 18:54:43.351454 [ 256 ] {e4e5ed05-25a9-4071-b553-8975cdc0c939} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.002037 sec., 134020.61855670103 rows/sec., 11.81 MiB/sec. | ||
| 11280 | 2025.02.10 18:54:43.351514 [ 256 ] {e4e5ed05-25a9-4071-b553-8975cdc0c939} <Debug> TCPHandler: Processed in 0.002369557 sec. | ||
| 11281 | 2025.02.10 18:54:43.351658 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11282 | 2025.02.10 18:54:43.351782 [ 4 ] {f9fb5846-fa77-4ece-b1bc-2e1542679da5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11283 | 2025.02.10 18:54:43.351836 [ 4 ] {f9fb5846-fa77-4ece-b1bc-2e1542679da5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11284 | 2025.02.10 18:54:43.352421 [ 4 ] {f9fb5846-fa77-4ece-b1bc-2e1542679da5} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11285 | 2025.02.10 18:54:43.352459 [ 4 ] {f9fb5846-fa77-4ece-b1bc-2e1542679da5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11286 | 2025.02.10 18:54:43.352825 [ 4 ] {f9fb5846-fa77-4ece-b1bc-2e1542679da5} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11287 | 2025.02.10 18:54:43.353081 [ 4 ] {f9fb5846-fa77-4ece-b1bc-2e1542679da5} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11288 | 2025.02.10 18:54:43.353216 [ 62 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 11289 | 2025.02.10 18:54:43.353262 [ 62 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11290 | 2025.02.10 18:54:43.353263 [ 4 ] {f9fb5846-fa77-4ece-b1bc-2e1542679da5} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001507 sec., 27869.9402786994 rows/sec., 2.00 MiB/sec. | ||
| 11291 | 2025.02.10 18:54:43.353287 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11292 | 2025.02.10 18:54:43.353360 [ 4 ] {f9fb5846-fa77-4ece-b1bc-2e1542679da5} <Debug> TCPHandler: Processed in 0.001762163 sec. | ||
| 11293 | 2025.02.10 18:54:43.353436 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 11294 | 2025.02.10 18:54:43.353527 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11295 | 2025.02.10 18:54:43.353577 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11296 | 2025.02.10 18:54:43.353630 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 65 rows starting from the beginning of the part | ||
| 11297 | 2025.02.10 18:54:43.353840 [ 256 ] {0e1435d6-3666-487b-bbf1-6e2b0fabc6f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11298 | 2025.02.10 18:54:43.353857 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 52 rows starting from the beginning of the part | ||
| 11299 | 2025.02.10 18:54:43.354005 [ 256 ] {0e1435d6-3666-487b-bbf1-6e2b0fabc6f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11300 | 2025.02.10 18:54:43.354202 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 5 rows starting from the beginning of the part | ||
| 11301 | 2025.02.10 18:54:43.354677 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 42 rows starting from the beginning of the part | ||
| 11302 | 2025.02.10 18:54:43.355050 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 7 rows starting from the beginning of the part | ||
| 11303 | 2025.02.10 18:54:43.355462 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 42 rows starting from the beginning of the part | ||
| 11304 | 2025.02.10 18:54:43.356947 [ 256 ] {0e1435d6-3666-487b-bbf1-6e2b0fabc6f7} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11305 | 2025.02.10 18:54:43.357033 [ 256 ] {0e1435d6-3666-487b-bbf1-6e2b0fabc6f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11306 | 2025.02.10 18:54:43.358117 [ 256 ] {0e1435d6-3666-487b-bbf1-6e2b0fabc6f7} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 11307 | 2025.02.10 18:54:43.358493 [ 188 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 213 rows, containing 5 columns (5 merged, 0 gathered) in 0.005118113 sec., 41616.900603796756 rows/sec., 3.13 MiB/sec. | ||
| 11308 | 2025.02.10 18:54:43.358631 [ 256 ] {0e1435d6-3666-487b-bbf1-6e2b0fabc6f7} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11309 | 2025.02.10 18:54:43.358917 [ 192 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 11310 | 2025.02.10 18:54:43.359048 [ 256 ] {0e1435d6-3666-487b-bbf1-6e2b0fabc6f7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005314 sec., 2634.550244636808 rows/sec., 184.51 KiB/sec. | ||
| 11311 | 2025.02.10 18:54:43.359150 [ 256 ] {0e1435d6-3666-487b-bbf1-6e2b0fabc6f7} <Debug> TCPHandler: Processed in 0.005693617 sec. | ||
| 11312 | 2025.02.10 18:54:43.359315 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11313 | 2025.02.10 18:54:43.359540 [ 4 ] {316ecdca-3e2e-43fe-a90f-543a6d26ab4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11314 | 2025.02.10 18:54:43.359555 [ 192 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_71_14} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11315 | 2025.02.10 18:54:43.359648 [ 4 ] {316ecdca-3e2e-43fe-a90f-543a6d26ab4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11316 | 2025.02.10 18:54:43.359799 [ 192 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_71_14} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 11317 | 2025.02.10 18:54:43.360002 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11318 | 2025.02.10 18:54:43.360477 [ 4 ] {316ecdca-3e2e-43fe-a90f-543a6d26ab4b} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11319 | 2025.02.10 18:54:43.360520 [ 4 ] {316ecdca-3e2e-43fe-a90f-543a6d26ab4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11320 | 2025.02.10 18:54:43.360872 [ 4 ] {316ecdca-3e2e-43fe-a90f-543a6d26ab4b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11321 | 2025.02.10 18:54:43.361116 [ 4 ] {316ecdca-3e2e-43fe-a90f-543a6d26ab4b} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11322 | 2025.02.10 18:54:43.361290 [ 4 ] {316ecdca-3e2e-43fe-a90f-543a6d26ab4b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001824 sec., 7127.19298245614 rows/sec., 444.38 KiB/sec. | ||
| 11323 | 2025.02.10 18:54:43.361345 [ 4 ] {316ecdca-3e2e-43fe-a90f-543a6d26ab4b} <Debug> TCPHandler: Processed in 0.002104421 sec. | ||
| 11324 | 2025.02.10 18:54:43.361491 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11325 | 2025.02.10 18:54:43.361630 [ 256 ] {2a5fdaa6-61f5-482f-b5c6-94018bbef5ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11326 | 2025.02.10 18:54:43.361722 [ 256 ] {2a5fdaa6-61f5-482f-b5c6-94018bbef5ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11327 | 2025.02.10 18:54:43.362834 [ 256 ] {2a5fdaa6-61f5-482f-b5c6-94018bbef5ec} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11328 | 2025.02.10 18:54:43.362876 [ 256 ] {2a5fdaa6-61f5-482f-b5c6-94018bbef5ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11329 | 2025.02.10 18:54:43.363264 [ 256 ] {2a5fdaa6-61f5-482f-b5c6-94018bbef5ec} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11330 | 2025.02.10 18:54:43.363517 [ 256 ] {2a5fdaa6-61f5-482f-b5c6-94018bbef5ec} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11331 | 2025.02.10 18:54:43.363741 [ 256 ] {2a5fdaa6-61f5-482f-b5c6-94018bbef5ec} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.002153 sec., 193683.23269856014 rows/sec., 13.83 MiB/sec. | ||
| 11332 | 2025.02.10 18:54:43.363804 [ 256 ] {2a5fdaa6-61f5-482f-b5c6-94018bbef5ec} <Debug> TCPHandler: Processed in 0.002369368 sec. | ||
| 11333 | 2025.02.10 18:54:43.364001 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11334 | 2025.02.10 18:54:43.364210 [ 4 ] {22052935-5a2b-4891-82ef-3c8d54bf885e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11335 | 2025.02.10 18:54:43.364271 [ 4 ] {22052935-5a2b-4891-82ef-3c8d54bf885e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11336 | 2025.02.10 18:54:43.364788 [ 4 ] {22052935-5a2b-4891-82ef-3c8d54bf885e} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11337 | 2025.02.10 18:54:43.364825 [ 4 ] {22052935-5a2b-4891-82ef-3c8d54bf885e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11338 | 2025.02.10 18:54:43.365184 [ 4 ] {22052935-5a2b-4891-82ef-3c8d54bf885e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11339 | 2025.02.10 18:54:43.365427 [ 4 ] {22052935-5a2b-4891-82ef-3c8d54bf885e} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11340 | 2025.02.10 18:54:43.365660 [ 4 ] {22052935-5a2b-4891-82ef-3c8d54bf885e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001468 sec., 4087.1934604904636 rows/sec., 213.54 KiB/sec. | ||
| 11341 | 2025.02.10 18:54:43.365717 [ 4 ] {22052935-5a2b-4891-82ef-3c8d54bf885e} <Debug> TCPHandler: Processed in 0.001827044 sec. | ||
| 11342 | 2025.02.10 18:54:43.366002 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11343 | 2025.02.10 18:54:43.366239 [ 256 ] {458ba43b-cac0-4b1f-99aa-8742f24820df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11344 | 2025.02.10 18:54:43.366338 [ 256 ] {458ba43b-cac0-4b1f-99aa-8742f24820df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11345 | 2025.02.10 18:54:43.367050 [ 256 ] {458ba43b-cac0-4b1f-99aa-8742f24820df} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11346 | 2025.02.10 18:54:43.367089 [ 256 ] {458ba43b-cac0-4b1f-99aa-8742f24820df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11347 | 2025.02.10 18:54:43.367486 [ 256 ] {458ba43b-cac0-4b1f-99aa-8742f24820df} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11348 | 2025.02.10 18:54:43.367731 [ 256 ] {458ba43b-cac0-4b1f-99aa-8742f24820df} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11349 | 2025.02.10 18:54:43.367957 [ 256 ] {458ba43b-cac0-4b1f-99aa-8742f24820df} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001772 sec., 133747.17832957112 rows/sec., 8.96 MiB/sec. | ||
| 11350 | 2025.02.10 18:54:43.368028 [ 256 ] {458ba43b-cac0-4b1f-99aa-8742f24820df} <Debug> TCPHandler: Processed in 0.002209793 sec. | ||
| 11351 | 2025.02.10 18:54:43.368227 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11352 | 2025.02.10 18:54:43.368428 [ 4 ] {953c2938-7c7c-4834-a8e6-4122df0f8a2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11353 | 2025.02.10 18:54:43.368490 [ 4 ] {953c2938-7c7c-4834-a8e6-4122df0f8a2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11354 | 2025.02.10 18:54:43.368965 [ 4 ] {953c2938-7c7c-4834-a8e6-4122df0f8a2c} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11355 | 2025.02.10 18:54:43.369004 [ 4 ] {953c2938-7c7c-4834-a8e6-4122df0f8a2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11356 | 2025.02.10 18:54:43.369360 [ 4 ] {953c2938-7c7c-4834-a8e6-4122df0f8a2c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11357 | 2025.02.10 18:54:43.369616 [ 4 ] {953c2938-7c7c-4834-a8e6-4122df0f8a2c} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11358 | 2025.02.10 18:54:43.369800 [ 4 ] {953c2938-7c7c-4834-a8e6-4122df0f8a2c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001403 sec., 712.7583749109052 rows/sec., 48.03 KiB/sec. | ||
| 11359 | 2025.02.10 18:54:43.369850 [ 4 ] {953c2938-7c7c-4834-a8e6-4122df0f8a2c} <Debug> TCPHandler: Processed in 0.001741092 sec. | ||
| 11360 | 2025.02.10 18:54:43.369996 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11361 | 2025.02.10 18:54:43.370137 [ 256 ] {30f9931d-ae2c-43a8-833f-90e3de859aa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11362 | 2025.02.10 18:54:43.370233 [ 256 ] {30f9931d-ae2c-43a8-833f-90e3de859aa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11363 | 2025.02.10 18:54:43.371439 [ 256 ] {30f9931d-ae2c-43a8-833f-90e3de859aa8} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11364 | 2025.02.10 18:54:43.371479 [ 256 ] {30f9931d-ae2c-43a8-833f-90e3de859aa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11365 | 2025.02.10 18:54:43.372149 [ 256 ] {30f9931d-ae2c-43a8-833f-90e3de859aa8} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11366 | 2025.02.10 18:54:43.372405 [ 256 ] {30f9931d-ae2c-43a8-833f-90e3de859aa8} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11367 | 2025.02.10 18:54:43.372606 [ 62 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 11368 | 2025.02.10 18:54:43.372676 [ 62 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11369 | 2025.02.10 18:54:43.372690 [ 256 ] {30f9931d-ae2c-43a8-833f-90e3de859aa8} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002572 sec., 13608.087091757387 rows/sec., 24.39 MiB/sec. | ||
| 11370 | 2025.02.10 18:54:43.372722 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 11371 | 2025.02.10 18:54:43.373258 [ 256 ] {30f9931d-ae2c-43a8-833f-90e3de859aa8} <Debug> TCPHandler: Processed in 0.00332203 sec. | ||
| 11372 | 2025.02.10 18:54:43.373452 [ 199 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 11373 | 2025.02.10 18:54:43.373505 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11374 | 2025.02.10 18:54:43.373982 [ 4 ] {c25607ee-74c4-4a42-b325-a7ab1128683e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11375 | 2025.02.10 18:54:43.374239 [ 4 ] {c25607ee-74c4-4a42-b325-a7ab1128683e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11376 | 2025.02.10 18:54:43.375279 [ 199 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11377 | 2025.02.10 18:54:43.375675 [ 199 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1294 rows starting from the beginning of the part | ||
| 11378 | 2025.02.10 18:54:43.376402 [ 199 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 35 rows starting from the beginning of the part | ||
| 11379 | 2025.02.10 18:54:43.377080 [ 4 ] {c25607ee-74c4-4a42-b325-a7ab1128683e} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11380 | 2025.02.10 18:54:43.377154 [ 199 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 5 rows starting from the beginning of the part | ||
| 11381 | 2025.02.10 18:54:43.377161 [ 4 ] {c25607ee-74c4-4a42-b325-a7ab1128683e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11382 | 2025.02.10 18:54:43.377842 [ 199 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 35 rows starting from the beginning of the part | ||
| 11383 | 2025.02.10 18:54:43.378504 [ 199 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 5 rows starting from the beginning of the part | ||
| 11384 | 2025.02.10 18:54:43.378555 [ 4 ] {c25607ee-74c4-4a42-b325-a7ab1128683e} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11385 | 2025.02.10 18:54:43.379006 [ 199 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 35 rows starting from the beginning of the part | ||
| 11386 | 2025.02.10 18:54:43.379354 [ 4 ] {c25607ee-74c4-4a42-b325-a7ab1128683e} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11387 | 2025.02.10 18:54:43.380039 [ 4 ] {c25607ee-74c4-4a42-b325-a7ab1128683e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006155 sec., 13322.502030869213 rows/sec., 866.45 KiB/sec. | ||
| 11388 | 2025.02.10 18:54:43.380223 [ 4 ] {c25607ee-74c4-4a42-b325-a7ab1128683e} <Debug> TCPHandler: Processed in 0.006855716 sec. | ||
| 11389 | 2025.02.10 18:54:43.387959 [ 196 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1409 rows, containing 19 columns (19 merged, 0 gathered) in 0.015029783 sec., 93747.19515245163 rows/sec., 167.99 MiB/sec. | ||
| 11390 | 2025.02.10 18:54:43.389374 [ 186 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 11391 | 2025.02.10 18:54:43.389806 [ 186 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11392 | 2025.02.10 18:54:43.389895 [ 186 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 11393 | 2025.02.10 18:54:43.390058 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB. | ||
| 11394 | 2025.02.10 18:54:44.000178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 236.47 MiB, peak 248.03 MiB, free memory in arenas 0.00 B, will set to 239.75 MiB (RSS), difference: 3.28 MiB | ||
| 11395 | 2025.02.10 18:54:47.603820 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11396 | 2025.02.10 18:54:47.603878 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11397 | 2025.02.10 18:54:47.766365 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766 | ||
| 11398 | 2025.02.10 18:54:47.767070 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11399 | 2025.02.10 18:54:47.767117 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11400 | 2025.02.10 18:54:47.767666 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11401 | 2025.02.10 18:54:47.767921 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11402 | 2025.02.10 18:54:47.768197 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 11403 | 2025.02.10 18:54:48.340574 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11404 | 2025.02.10 18:54:48.340790 [ 4 ] {6cbe8339-1c01-4594-8fce-5e1663b47f7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11405 | 2025.02.10 18:54:48.340868 [ 4 ] {6cbe8339-1c01-4594-8fce-5e1663b47f7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11406 | 2025.02.10 18:54:48.341631 [ 4 ] {6cbe8339-1c01-4594-8fce-5e1663b47f7f} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11407 | 2025.02.10 18:54:48.341675 [ 4 ] {6cbe8339-1c01-4594-8fce-5e1663b47f7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11408 | 2025.02.10 18:54:48.342108 [ 4 ] {6cbe8339-1c01-4594-8fce-5e1663b47f7f} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11409 | 2025.02.10 18:54:48.342368 [ 4 ] {6cbe8339-1c01-4594-8fce-5e1663b47f7f} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11410 | 2025.02.10 18:54:48.342573 [ 4 ] {6cbe8339-1c01-4594-8fce-5e1663b47f7f} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001841 sec., 35850.081477457905 rows/sec., 2.85 MiB/sec. | ||
| 11411 | 2025.02.10 18:54:48.342642 [ 4 ] {6cbe8339-1c01-4594-8fce-5e1663b47f7f} <Debug> TCPHandler: Processed in 0.002201293 sec. | ||
| 11412 | 2025.02.10 18:54:48.342927 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11413 | 2025.02.10 18:54:48.343235 [ 256 ] {9bc8782d-7664-4405-bdc3-ba26a185828c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11414 | 2025.02.10 18:54:48.343350 [ 256 ] {9bc8782d-7664-4405-bdc3-ba26a185828c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11415 | 2025.02.10 18:54:48.344297 [ 256 ] {9bc8782d-7664-4405-bdc3-ba26a185828c} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11416 | 2025.02.10 18:54:48.344344 [ 256 ] {9bc8782d-7664-4405-bdc3-ba26a185828c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11417 | 2025.02.10 18:54:48.344765 [ 256 ] {9bc8782d-7664-4405-bdc3-ba26a185828c} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11418 | 2025.02.10 18:54:48.345022 [ 256 ] {9bc8782d-7664-4405-bdc3-ba26a185828c} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11419 | 2025.02.10 18:54:48.345256 [ 256 ] {9bc8782d-7664-4405-bdc3-ba26a185828c} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.002107 sec., 2373.042240151875 rows/sec., 178.44 KiB/sec. | ||
| 11420 | 2025.02.10 18:54:48.345313 [ 256 ] {9bc8782d-7664-4405-bdc3-ba26a185828c} <Debug> TCPHandler: Processed in 0.002558182 sec. | ||
| 11421 | 2025.02.10 18:54:48.345466 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11422 | 2025.02.10 18:54:48.345612 [ 4 ] {cc2d6c07-3fb2-4323-9fe1-e350ab05988f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11423 | 2025.02.10 18:54:48.345674 [ 4 ] {cc2d6c07-3fb2-4323-9fe1-e350ab05988f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11424 | 2025.02.10 18:54:48.346314 [ 4 ] {cc2d6c07-3fb2-4323-9fe1-e350ab05988f} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11425 | 2025.02.10 18:54:48.346352 [ 4 ] {cc2d6c07-3fb2-4323-9fe1-e350ab05988f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11426 | 2025.02.10 18:54:48.346716 [ 4 ] {cc2d6c07-3fb2-4323-9fe1-e350ab05988f} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11427 | 2025.02.10 18:54:48.346962 [ 4 ] {cc2d6c07-3fb2-4323-9fe1-e350ab05988f} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11428 | 2025.02.10 18:54:48.347153 [ 4 ] {cc2d6c07-3fb2-4323-9fe1-e350ab05988f} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001575 sec., 43809.52380952381 rows/sec., 3.42 MiB/sec. | ||
| 11429 | 2025.02.10 18:54:48.347260 [ 4 ] {cc2d6c07-3fb2-4323-9fe1-e350ab05988f} <Debug> TCPHandler: Processed in 0.001858945 sec. | ||
| 11430 | 2025.02.10 18:54:48.347514 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11431 | 2025.02.10 18:54:48.347766 [ 256 ] {281853a3-b72d-456d-b88c-207eb9bbba8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11432 | 2025.02.10 18:54:48.347857 [ 256 ] {281853a3-b72d-456d-b88c-207eb9bbba8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11433 | 2025.02.10 18:54:48.348395 [ 256 ] {281853a3-b72d-456d-b88c-207eb9bbba8d} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11434 | 2025.02.10 18:54:48.348433 [ 256 ] {281853a3-b72d-456d-b88c-207eb9bbba8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11435 | 2025.02.10 18:54:48.348879 [ 256 ] {281853a3-b72d-456d-b88c-207eb9bbba8d} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11436 | 2025.02.10 18:54:48.349110 [ 256 ] {281853a3-b72d-456d-b88c-207eb9bbba8d} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11437 | 2025.02.10 18:54:48.349292 [ 54 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0 | ||
| 11438 | 2025.02.10 18:54:48.349334 [ 256 ] {281853a3-b72d-456d-b88c-207eb9bbba8d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001605 sec., 99688.47352024922 rows/sec., 6.94 MiB/sec. | ||
| 11439 | 2025.02.10 18:54:48.349360 [ 54 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11440 | 2025.02.10 18:54:48.349433 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11441 | 2025.02.10 18:54:48.349456 [ 256 ] {281853a3-b72d-456d-b88c-207eb9bbba8d} <Debug> TCPHandler: Processed in 0.002097781 sec. | ||
| 11442 | 2025.02.10 18:54:48.349676 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11443 | 2025.02.10 18:54:48.349680 [ 193 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_90_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_85_17 to all_90_90_0 into Compact with storage Full | ||
| 11444 | 2025.02.10 18:54:48.349942 [ 4 ] {c7a5cf21-a777-4793-9a4d-fa30781b336d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11445 | 2025.02.10 18:54:48.349964 [ 193 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_90_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11446 | 2025.02.10 18:54:48.350022 [ 193 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_85_17, total 25958 rows starting from the beginning of the part | ||
| 11447 | 2025.02.10 18:54:48.350155 [ 4 ] {c7a5cf21-a777-4793-9a4d-fa30781b336d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11448 | 2025.02.10 18:54:48.350337 [ 193 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 237 rows starting from the beginning of the part | ||
| 11449 | 2025.02.10 18:54:48.350845 [ 193 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 965 rows starting from the beginning of the part | ||
| 11450 | 2025.02.10 18:54:48.351220 [ 193 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 42 rows starting from the beginning of the part | ||
| 11451 | 2025.02.10 18:54:48.351657 [ 193 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 237 rows starting from the beginning of the part | ||
| 11452 | 2025.02.10 18:54:48.352022 [ 193 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
| 11453 | 2025.02.10 18:54:48.354612 [ 4 ] {c7a5cf21-a777-4793-9a4d-fa30781b336d} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11454 | 2025.02.10 18:54:48.354687 [ 4 ] {c7a5cf21-a777-4793-9a4d-fa30781b336d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11455 | 2025.02.10 18:54:48.356273 [ 4 ] {c7a5cf21-a777-4793-9a4d-fa30781b336d} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11456 | 2025.02.10 18:54:48.356550 [ 4 ] {c7a5cf21-a777-4793-9a4d-fa30781b336d} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11457 | 2025.02.10 18:54:48.356887 [ 4 ] {c7a5cf21-a777-4793-9a4d-fa30781b336d} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.007048 sec., 709.4211123723043 rows/sec., 1.27 MiB/sec. | ||
| 11458 | 2025.02.10 18:54:48.357000 [ 4 ] {c7a5cf21-a777-4793-9a4d-fa30781b336d} <Debug> TCPHandler: Processed in 0.007456799 sec. | ||
| 11459 | 2025.02.10 18:54:48.357164 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11460 | 2025.02.10 18:54:48.357325 [ 256 ] {e4d26bda-509d-4043-b831-b3ceb65e1f05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11461 | 2025.02.10 18:54:48.357386 [ 256 ] {e4d26bda-509d-4043-b831-b3ceb65e1f05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11462 | 2025.02.10 18:54:48.357977 [ 256 ] {e4d26bda-509d-4043-b831-b3ceb65e1f05} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11463 | 2025.02.10 18:54:48.358136 [ 256 ] {e4d26bda-509d-4043-b831-b3ceb65e1f05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11464 | 2025.02.10 18:54:48.358577 [ 256 ] {e4d26bda-509d-4043-b831-b3ceb65e1f05} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11465 | 2025.02.10 18:54:48.358825 [ 256 ] {e4d26bda-509d-4043-b831-b3ceb65e1f05} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11466 | 2025.02.10 18:54:48.359096 [ 256 ] {e4d26bda-509d-4043-b831-b3ceb65e1f05} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001806 sec., 33222.591362126244 rows/sec., 2.24 MiB/sec. | ||
| 11467 | 2025.02.10 18:54:48.359158 [ 256 ] {e4d26bda-509d-4043-b831-b3ceb65e1f05} <Debug> TCPHandler: Processed in 0.00206278 sec. | ||
| 11468 | 2025.02.10 18:54:48.360270 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_90_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27599 rows, containing 5 columns (5 merged, 0 gathered) in 0.010720528 sec., 2574406.7829494965 rows/sec., 173.81 MiB/sec. | ||
| 11469 | 2025.02.10 18:54:48.360855 [ 187 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_90_18} <Trace> MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary) | ||
| 11470 | 2025.02.10 18:54:48.361188 [ 187 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_90_18} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11471 | 2025.02.10 18:54:48.361277 [ 187 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_90_18} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18 | ||
| 11472 | 2025.02.10 18:54:48.361381 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
| 11473 | 2025.02.10 18:54:49.503060 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 11474 | 2025.02.10 18:54:49.523487 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11475 | 2025.02.10 18:54:49.523550 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11476 | 2025.02.10 18:54:49.531260 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11477 | 2025.02.10 18:54:49.532122 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11478 | 2025.02.10 18:54:49.535061 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 11479 | 2025.02.10 18:54:52.902302 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1642 | ||
| 11480 | 2025.02.10 18:54:52.905498 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11481 | 2025.02.10 18:54:52.905560 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11482 | 2025.02.10 18:54:52.907048 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11483 | 2025.02.10 18:54:52.907370 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11484 | 2025.02.10 18:54:52.908012 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1642 | ||
| 11485 | 2025.02.10 18:54:53.346647 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11486 | 2025.02.10 18:54:53.346820 [ 4 ] {f6dca59f-91a3-4b45-b38b-8524f9d81f72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11487 | 2025.02.10 18:54:53.346889 [ 4 ] {f6dca59f-91a3-4b45-b38b-8524f9d81f72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11488 | 2025.02.10 18:54:53.347622 [ 4 ] {f6dca59f-91a3-4b45-b38b-8524f9d81f72} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11489 | 2025.02.10 18:54:53.347671 [ 4 ] {f6dca59f-91a3-4b45-b38b-8524f9d81f72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11490 | 2025.02.10 18:54:53.348094 [ 4 ] {f6dca59f-91a3-4b45-b38b-8524f9d81f72} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11491 | 2025.02.10 18:54:53.348357 [ 4 ] {f6dca59f-91a3-4b45-b38b-8524f9d81f72} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11492 | 2025.02.10 18:54:53.348597 [ 4 ] {f6dca59f-91a3-4b45-b38b-8524f9d81f72} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001826 sec., 7667.031763417306 rows/sec., 551.92 KiB/sec. | ||
| 11493 | 2025.02.10 18:54:53.348661 [ 4 ] {f6dca59f-91a3-4b45-b38b-8524f9d81f72} <Debug> TCPHandler: Processed in 0.002122931 sec. | ||
| 11494 | 2025.02.10 18:54:53.348988 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11495 | 2025.02.10 18:54:53.349275 [ 256 ] {367615f9-5320-4205-9a1e-e89fb6e13083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11496 | 2025.02.10 18:54:53.349352 [ 256 ] {367615f9-5320-4205-9a1e-e89fb6e13083} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11497 | 2025.02.10 18:54:53.350098 [ 256 ] {367615f9-5320-4205-9a1e-e89fb6e13083} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11498 | 2025.02.10 18:54:53.350147 [ 256 ] {367615f9-5320-4205-9a1e-e89fb6e13083} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11499 | 2025.02.10 18:54:53.350576 [ 256 ] {367615f9-5320-4205-9a1e-e89fb6e13083} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 11500 | 2025.02.10 18:54:53.350834 [ 256 ] {367615f9-5320-4205-9a1e-e89fb6e13083} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11501 | 2025.02.10 18:54:53.351096 [ 256 ] {367615f9-5320-4205-9a1e-e89fb6e13083} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001907 sec., 1048.767697954903 rows/sec., 85.52 KiB/sec. | ||
| 11502 | 2025.02.10 18:54:53.351160 [ 256 ] {367615f9-5320-4205-9a1e-e89fb6e13083} <Debug> TCPHandler: Processed in 0.002385428 sec. | ||
| 11503 | 2025.02.10 18:54:53.351302 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11504 | 2025.02.10 18:54:53.351423 [ 4 ] {3289744d-36de-4a3b-b000-b6418bf28693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11505 | 2025.02.10 18:54:53.351473 [ 4 ] {3289744d-36de-4a3b-b000-b6418bf28693} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11506 | 2025.02.10 18:54:53.352287 [ 4 ] {3289744d-36de-4a3b-b000-b6418bf28693} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11507 | 2025.02.10 18:54:53.352330 [ 4 ] {3289744d-36de-4a3b-b000-b6418bf28693} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11508 | 2025.02.10 18:54:53.352727 [ 4 ] {3289744d-36de-4a3b-b000-b6418bf28693} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11509 | 2025.02.10 18:54:53.352984 [ 4 ] {3289744d-36de-4a3b-b000-b6418bf28693} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11510 | 2025.02.10 18:54:53.353168 [ 48 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11511 | 2025.02.10 18:54:53.353229 [ 4 ] {3289744d-36de-4a3b-b000-b6418bf28693} <Debug> executeQuery: Read 274 rows, 24.71 KiB in 0.001786 sec., 153415.4535274356 rows/sec., 13.51 MiB/sec. | ||
| 11512 | 2025.02.10 18:54:53.353261 [ 48 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11513 | 2025.02.10 18:54:53.353335 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11514 | 2025.02.10 18:54:53.353367 [ 4 ] {3289744d-36de-4a3b-b000-b6418bf28693} <Debug> TCPHandler: Processed in 0.002086781 sec. | ||
| 11515 | 2025.02.10 18:54:53.353713 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11516 | 2025.02.10 18:54:53.353727 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 11517 | 2025.02.10 18:54:53.354156 [ 256 ] {0135fbd6-7568-4984-821f-994d15e8d5f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11518 | 2025.02.10 18:54:53.354243 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11519 | 2025.02.10 18:54:53.354328 [ 256 ] {0135fbd6-7568-4984-821f-994d15e8d5f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11520 | 2025.02.10 18:54:53.354382 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1432 rows starting from the beginning of the part | ||
| 11521 | 2025.02.10 18:54:53.354752 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 1207 rows starting from the beginning of the part | ||
| 11522 | 2025.02.10 18:54:53.355145 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 56 rows starting from the beginning of the part | ||
| 11523 | 2025.02.10 18:54:53.355488 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 273 rows starting from the beginning of the part | ||
| 11524 | 2025.02.10 18:54:53.355792 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 66 rows starting from the beginning of the part | ||
| 11525 | 2025.02.10 18:54:53.356102 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 274 rows starting from the beginning of the part | ||
| 11526 | 2025.02.10 18:54:53.358472 [ 256 ] {0135fbd6-7568-4984-821f-994d15e8d5f0} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11527 | 2025.02.10 18:54:53.358554 [ 256 ] {0135fbd6-7568-4984-821f-994d15e8d5f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11528 | 2025.02.10 18:54:53.359489 [ 256 ] {0135fbd6-7568-4984-821f-994d15e8d5f0} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11529 | 2025.02.10 18:54:53.359775 [ 256 ] {0135fbd6-7568-4984-821f-994d15e8d5f0} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11530 | 2025.02.10 18:54:53.360211 [ 256 ] {0135fbd6-7568-4984-821f-994d15e8d5f0} <Debug> executeQuery: Read 44 rows, 3.23 KiB in 0.006228 sec., 7064.868336544637 rows/sec., 518.23 KiB/sec. | ||
| 11531 | 2025.02.10 18:54:53.360481 [ 256 ] {0135fbd6-7568-4984-821f-994d15e8d5f0} <Debug> TCPHandler: Processed in 0.006956577 sec. | ||
| 11532 | 2025.02.10 18:54:53.360506 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.00706523 sec., 468208.3951973255 rows/sec., 41.04 MiB/sec. | ||
| 11533 | 2025.02.10 18:54:53.360648 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11534 | 2025.02.10 18:54:53.360745 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11535 | 2025.02.10 18:54:53.360789 [ 4 ] {a0c4f85f-fa75-46d6-8b44-f1aa71a4b774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11536 | 2025.02.10 18:54:53.360863 [ 4 ] {a0c4f85f-fa75-46d6-8b44-f1aa71a4b774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11537 | 2025.02.10 18:54:53.361132 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_91_18} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11538 | 2025.02.10 18:54:53.361266 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_91_18} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11539 | 2025.02.10 18:54:53.361352 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 11540 | 2025.02.10 18:54:53.361578 [ 4 ] {a0c4f85f-fa75-46d6-8b44-f1aa71a4b774} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11541 | 2025.02.10 18:54:53.361616 [ 4 ] {a0c4f85f-fa75-46d6-8b44-f1aa71a4b774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11542 | 2025.02.10 18:54:53.361976 [ 4 ] {a0c4f85f-fa75-46d6-8b44-f1aa71a4b774} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 11543 | 2025.02.10 18:54:53.362215 [ 4 ] {a0c4f85f-fa75-46d6-8b44-f1aa71a4b774} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11544 | 2025.02.10 18:54:53.362379 [ 48 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 11545 | 2025.02.10 18:54:53.362443 [ 48 ] {} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11546 | 2025.02.10 18:54:53.362469 [ 4 ] {a0c4f85f-fa75-46d6-8b44-f1aa71a4b774} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001714 sec., 8168.028004667444 rows/sec., 572.04 KiB/sec. | ||
| 11547 | 2025.02.10 18:54:53.362485 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11548 | 2025.02.10 18:54:53.362634 [ 4 ] {a0c4f85f-fa75-46d6-8b44-f1aa71a4b774} <Debug> TCPHandler: Processed in 0.002041169 sec. | ||
| 11549 | 2025.02.10 18:54:53.362733 [ 196 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 11550 | 2025.02.10 18:54:53.362904 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11551 | 2025.02.10 18:54:53.362931 [ 196 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11552 | 2025.02.10 18:54:53.363002 [ 196 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 242 rows starting from the beginning of the part | ||
| 11553 | 2025.02.10 18:54:53.363246 [ 196 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 11554 | 2025.02.10 18:54:53.363431 [ 256 ] {3e6c97ce-5b5f-40dc-a7c7-a701c4efa301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11555 | 2025.02.10 18:54:53.363599 [ 196 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 11556 | 2025.02.10 18:54:53.363629 [ 256 ] {3e6c97ce-5b5f-40dc-a7c7-a701c4efa301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11557 | 2025.02.10 18:54:53.364005 [ 196 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 228 rows starting from the beginning of the part | ||
| 11558 | 2025.02.10 18:54:53.364325 [ 196 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
| 11559 | 2025.02.10 18:54:53.364647 [ 196 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part | ||
| 11560 | 2025.02.10 18:54:53.366174 [ 256 ] {3e6c97ce-5b5f-40dc-a7c7-a701c4efa301} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11561 | 2025.02.10 18:54:53.366245 [ 256 ] {3e6c97ce-5b5f-40dc-a7c7-a701c4efa301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11562 | 2025.02.10 18:54:53.367237 [ 256 ] {3e6c97ce-5b5f-40dc-a7c7-a701c4efa301} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11563 | 2025.02.10 18:54:53.367844 [ 256 ] {3e6c97ce-5b5f-40dc-a7c7-a701c4efa301} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11564 | 2025.02.10 18:54:53.367899 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005287877 sec., 99472.81300226916 rows/sec., 7.12 MiB/sec. | ||
| 11565 | 2025.02.10 18:54:53.368202 [ 256 ] {3e6c97ce-5b5f-40dc-a7c7-a701c4efa301} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004914 sec., 2645.5026455026455 rows/sec., 164.95 KiB/sec. | ||
| 11566 | 2025.02.10 18:54:53.368320 [ 256 ] {3e6c97ce-5b5f-40dc-a7c7-a701c4efa301} <Debug> TCPHandler: Processed in 0.005569804 sec. | ||
| 11567 | 2025.02.10 18:54:53.368328 [ 195 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 11568 | 2025.02.10 18:54:53.368502 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11569 | 2025.02.10 18:54:53.368682 [ 4 ] {9e1df65d-0232-4350-b623-2162c273d810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11570 | 2025.02.10 18:54:53.368762 [ 4 ] {9e1df65d-0232-4350-b623-2162c273d810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11571 | 2025.02.10 18:54:53.368899 [ 195 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_51_10} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11572 | 2025.02.10 18:54:53.369127 [ 195 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_51_10} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 11573 | 2025.02.10 18:54:53.369340 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 11574 | 2025.02.10 18:54:53.369916 [ 4 ] {9e1df65d-0232-4350-b623-2162c273d810} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11575 | 2025.02.10 18:54:53.369960 [ 4 ] {9e1df65d-0232-4350-b623-2162c273d810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11576 | 2025.02.10 18:54:53.370348 [ 4 ] {9e1df65d-0232-4350-b623-2162c273d810} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11577 | 2025.02.10 18:54:53.370601 [ 4 ] {9e1df65d-0232-4350-b623-2162c273d810} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11578 | 2025.02.10 18:54:53.370770 [ 48 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11579 | 2025.02.10 18:54:53.370817 [ 48 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11580 | 2025.02.10 18:54:53.370865 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11581 | 2025.02.10 18:54:53.370863 [ 4 ] {9e1df65d-0232-4350-b623-2162c273d810} <Debug> executeQuery: Read 419 rows, 30.65 KiB in 0.002213 sec., 189335.7433348396 rows/sec., 13.52 MiB/sec. | ||
| 11582 | 2025.02.10 18:54:53.371173 [ 4 ] {9e1df65d-0232-4350-b623-2162c273d810} <Debug> TCPHandler: Processed in 0.002745236 sec. | ||
| 11583 | 2025.02.10 18:54:53.371248 [ 197 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 11584 | 2025.02.10 18:54:53.371447 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11585 | 2025.02.10 18:54:53.371784 [ 197 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11586 | 2025.02.10 18:54:53.371909 [ 197 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 914 rows starting from the beginning of the part | ||
| 11587 | 2025.02.10 18:54:53.371921 [ 256 ] {248c936f-ac90-4ef1-9924-6418841ccac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11588 | 2025.02.10 18:54:53.372158 [ 256 ] {248c936f-ac90-4ef1-9924-6418841ccac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11589 | 2025.02.10 18:54:53.372330 [ 197 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 527 rows starting from the beginning of the part | ||
| 11590 | 2025.02.10 18:54:53.372890 [ 197 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 64 rows starting from the beginning of the part | ||
| 11591 | 2025.02.10 18:54:53.373452 [ 197 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 417 rows starting from the beginning of the part | ||
| 11592 | 2025.02.10 18:54:53.374039 [ 197 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 69 rows starting from the beginning of the part | ||
| 11593 | 2025.02.10 18:54:53.374529 [ 197 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 419 rows starting from the beginning of the part | ||
| 11594 | 2025.02.10 18:54:53.375550 [ 256 ] {248c936f-ac90-4ef1-9924-6418841ccac0} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11595 | 2025.02.10 18:54:53.375597 [ 256 ] {248c936f-ac90-4ef1-9924-6418841ccac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11596 | 2025.02.10 18:54:53.376128 [ 256 ] {248c936f-ac90-4ef1-9924-6418841ccac0} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11597 | 2025.02.10 18:54:53.376451 [ 256 ] {248c936f-ac90-4ef1-9924-6418841ccac0} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11598 | 2025.02.10 18:54:53.376703 [ 256 ] {248c936f-ac90-4ef1-9924-6418841ccac0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004944 sec., 1213.592233009709 rows/sec., 63.41 KiB/sec. | ||
| 11599 | 2025.02.10 18:54:53.376773 [ 256 ] {248c936f-ac90-4ef1-9924-6418841ccac0} <Debug> TCPHandler: Processed in 0.005483012 sec. | ||
| 11600 | 2025.02.10 18:54:53.377010 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11601 | 2025.02.10 18:54:53.377060 [ 191 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.006113857 sec., 394186.51761073247 rows/sec., 30.23 MiB/sec. | ||
| 11602 | 2025.02.10 18:54:53.377163 [ 4 ] {251eafd4-3750-4738-839d-213f312fdb08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11603 | 2025.02.10 18:54:53.377254 [ 4 ] {251eafd4-3750-4738-839d-213f312fdb08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11604 | 2025.02.10 18:54:53.377366 [ 191 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11605 | 2025.02.10 18:54:53.378042 [ 191 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_91_18} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11606 | 2025.02.10 18:54:53.378254 [ 191 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_91_18} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11607 | 2025.02.10 18:54:53.378434 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 11608 | 2025.02.10 18:54:53.378473 [ 4 ] {251eafd4-3750-4738-839d-213f312fdb08} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11609 | 2025.02.10 18:54:53.378522 [ 4 ] {251eafd4-3750-4738-839d-213f312fdb08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11610 | 2025.02.10 18:54:53.378929 [ 4 ] {251eafd4-3750-4738-839d-213f312fdb08} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11611 | 2025.02.10 18:54:53.379173 [ 4 ] {251eafd4-3750-4738-839d-213f312fdb08} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11612 | 2025.02.10 18:54:53.379394 [ 4 ] {251eafd4-3750-4738-839d-213f312fdb08} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.00227 sec., 104845.81497797357 rows/sec., 7.03 MiB/sec. | ||
| 11613 | 2025.02.10 18:54:53.379452 [ 4 ] {251eafd4-3750-4738-839d-213f312fdb08} <Debug> TCPHandler: Processed in 0.002578792 sec. | ||
| 11614 | 2025.02.10 18:54:53.379661 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11615 | 2025.02.10 18:54:53.379886 [ 256 ] {ce1d9d96-2587-438c-a0ec-4efe895e8f46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11616 | 2025.02.10 18:54:53.379986 [ 256 ] {ce1d9d96-2587-438c-a0ec-4efe895e8f46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11617 | 2025.02.10 18:54:53.380589 [ 256 ] {ce1d9d96-2587-438c-a0ec-4efe895e8f46} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11618 | 2025.02.10 18:54:53.380629 [ 256 ] {ce1d9d96-2587-438c-a0ec-4efe895e8f46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11619 | 2025.02.10 18:54:53.381010 [ 256 ] {ce1d9d96-2587-438c-a0ec-4efe895e8f46} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11620 | 2025.02.10 18:54:53.381256 [ 256 ] {ce1d9d96-2587-438c-a0ec-4efe895e8f46} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11621 | 2025.02.10 18:54:53.381499 [ 256 ] {ce1d9d96-2587-438c-a0ec-4efe895e8f46} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001667 sec., 599.880023995201 rows/sec., 40.42 KiB/sec. | ||
| 11622 | 2025.02.10 18:54:53.381551 [ 256 ] {ce1d9d96-2587-438c-a0ec-4efe895e8f46} <Debug> TCPHandler: Processed in 0.002002049 sec. | ||
| 11623 | 2025.02.10 18:54:53.381689 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11624 | 2025.02.10 18:54:53.381804 [ 4 ] {c8060bdf-e7b7-4026-8142-262f880e9ae0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11625 | 2025.02.10 18:54:53.381892 [ 4 ] {c8060bdf-e7b7-4026-8142-262f880e9ae0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11626 | 2025.02.10 18:54:53.383058 [ 4 ] {c8060bdf-e7b7-4026-8142-262f880e9ae0} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11627 | 2025.02.10 18:54:53.383097 [ 4 ] {c8060bdf-e7b7-4026-8142-262f880e9ae0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11628 | 2025.02.10 18:54:53.383763 [ 4 ] {c8060bdf-e7b7-4026-8142-262f880e9ae0} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11629 | 2025.02.10 18:54:53.384032 [ 4 ] {c8060bdf-e7b7-4026-8142-262f880e9ae0} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11630 | 2025.02.10 18:54:53.384288 [ 4 ] {c8060bdf-e7b7-4026-8142-262f880e9ae0} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002507 sec., 13960.909453530116 rows/sec., 25.02 MiB/sec. | ||
| 11631 | 2025.02.10 18:54:53.384397 [ 4 ] {c8060bdf-e7b7-4026-8142-262f880e9ae0} <Debug> TCPHandler: Processed in 0.002761206 sec. | ||
| 11632 | 2025.02.10 18:54:53.384607 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11633 | 2025.02.10 18:54:53.384832 [ 256 ] {917bc03d-e829-44e6-9fa4-2b365972529e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11634 | 2025.02.10 18:54:53.384939 [ 256 ] {917bc03d-e829-44e6-9fa4-2b365972529e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11635 | 2025.02.10 18:54:53.385574 [ 256 ] {917bc03d-e829-44e6-9fa4-2b365972529e} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11636 | 2025.02.10 18:54:53.385613 [ 256 ] {917bc03d-e829-44e6-9fa4-2b365972529e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11637 | 2025.02.10 18:54:53.385992 [ 256 ] {917bc03d-e829-44e6-9fa4-2b365972529e} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11638 | 2025.02.10 18:54:53.386227 [ 256 ] {917bc03d-e829-44e6-9fa4-2b365972529e} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11639 | 2025.02.10 18:54:53.386398 [ 43 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11640 | 2025.02.10 18:54:53.386462 [ 43 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11641 | 2025.02.10 18:54:53.386469 [ 256 ] {917bc03d-e829-44e6-9fa4-2b365972529e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001682 sec., 48751.486325802616 rows/sec., 3.10 MiB/sec. | ||
| 11642 | 2025.02.10 18:54:53.386505 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11643 | 2025.02.10 18:54:53.386574 [ 256 ] {917bc03d-e829-44e6-9fa4-2b365972529e} <Debug> TCPHandler: Processed in 0.00207173 sec. | ||
| 11644 | 2025.02.10 18:54:53.386806 [ 195 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 11645 | 2025.02.10 18:54:53.387020 [ 195 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11646 | 2025.02.10 18:54:53.387072 [ 195 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5302 rows starting from the beginning of the part | ||
| 11647 | 2025.02.10 18:54:53.387316 [ 195 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 44 rows starting from the beginning of the part | ||
| 11648 | 2025.02.10 18:54:53.387713 [ 195 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 16 rows starting from the beginning of the part | ||
| 11649 | 2025.02.10 18:54:53.387859 [ 195 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 82 rows starting from the beginning of the part | ||
| 11650 | 2025.02.10 18:54:53.388023 [ 195 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
| 11651 | 2025.02.10 18:54:53.388241 [ 195 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 82 rows starting from the beginning of the part | ||
| 11652 | 2025.02.10 18:54:53.390259 [ 200 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5586 rows, containing 4 columns (4 merged, 0 gathered) in 0.003648688 sec., 1530961.2660770118 rows/sec., 99.77 MiB/sec. | ||
| 11653 | 2025.02.10 18:54:53.390678 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11654 | 2025.02.10 18:54:53.391053 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_91_18} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11655 | 2025.02.10 18:54:53.391158 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_91_18} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11656 | 2025.02.10 18:54:53.391269 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 11657 | 2025.02.10 18:54:55.268628 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254 | ||
| 11658 | 2025.02.10 18:54:55.269786 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11659 | 2025.02.10 18:54:55.269833 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11660 | 2025.02.10 18:54:55.270361 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11661 | 2025.02.10 18:54:55.270614 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11662 | 2025.02.10 18:54:55.270891 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254 | ||
| 11663 | 2025.02.10 18:54:57.035316 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 11664 | 2025.02.10 18:54:57.055881 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11665 | 2025.02.10 18:54:57.055936 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11666 | 2025.02.10 18:54:57.063379 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11667 | 2025.02.10 18:54:57.064147 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11668 | 2025.02.10 18:54:57.066988 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 11669 | 2025.02.10 18:54:58.341357 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11670 | 2025.02.10 18:54:58.341552 [ 4 ] {63a4f50b-85fd-4052-b1a4-82a3c22d07a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11671 | 2025.02.10 18:54:58.341621 [ 4 ] {63a4f50b-85fd-4052-b1a4-82a3c22d07a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11672 | 2025.02.10 18:54:58.342360 [ 4 ] {63a4f50b-85fd-4052-b1a4-82a3c22d07a3} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11673 | 2025.02.10 18:54:58.342405 [ 4 ] {63a4f50b-85fd-4052-b1a4-82a3c22d07a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11674 | 2025.02.10 18:54:58.342822 [ 4 ] {63a4f50b-85fd-4052-b1a4-82a3c22d07a3} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11675 | 2025.02.10 18:54:58.343073 [ 4 ] {63a4f50b-85fd-4052-b1a4-82a3c22d07a3} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11676 | 2025.02.10 18:54:58.343306 [ 4 ] {63a4f50b-85fd-4052-b1a4-82a3c22d07a3} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001806 sec., 36544.85049833887 rows/sec., 2.91 MiB/sec. | ||
| 11677 | 2025.02.10 18:54:58.343371 [ 4 ] {63a4f50b-85fd-4052-b1a4-82a3c22d07a3} <Debug> TCPHandler: Processed in 0.002148082 sec. | ||
| 11678 | 2025.02.10 18:54:58.343625 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11679 | 2025.02.10 18:54:58.343838 [ 256 ] {975a51ed-d220-4c52-b137-163d7586e948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11680 | 2025.02.10 18:54:58.343920 [ 256 ] {975a51ed-d220-4c52-b137-163d7586e948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11681 | 2025.02.10 18:54:58.344736 [ 256 ] {975a51ed-d220-4c52-b137-163d7586e948} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11682 | 2025.02.10 18:54:58.344783 [ 256 ] {975a51ed-d220-4c52-b137-163d7586e948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11683 | 2025.02.10 18:54:58.345227 [ 256 ] {975a51ed-d220-4c52-b137-163d7586e948} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11684 | 2025.02.10 18:54:58.345483 [ 256 ] {975a51ed-d220-4c52-b137-163d7586e948} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11685 | 2025.02.10 18:54:58.345728 [ 256 ] {975a51ed-d220-4c52-b137-163d7586e948} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001948 sec., 2566.7351129363446 rows/sec., 193.01 KiB/sec. | ||
| 11686 | 2025.02.10 18:54:58.345786 [ 256 ] {975a51ed-d220-4c52-b137-163d7586e948} <Debug> TCPHandler: Processed in 0.002301336 sec. | ||
| 11687 | 2025.02.10 18:54:58.345926 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11688 | 2025.02.10 18:54:58.346057 [ 4 ] {1d84ccbc-a98a-4321-9572-ad0f54a82e50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11689 | 2025.02.10 18:54:58.346108 [ 4 ] {1d84ccbc-a98a-4321-9572-ad0f54a82e50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11690 | 2025.02.10 18:54:58.346720 [ 4 ] {1d84ccbc-a98a-4321-9572-ad0f54a82e50} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11691 | 2025.02.10 18:54:58.346760 [ 4 ] {1d84ccbc-a98a-4321-9572-ad0f54a82e50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11692 | 2025.02.10 18:54:58.347140 [ 4 ] {1d84ccbc-a98a-4321-9572-ad0f54a82e50} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11693 | 2025.02.10 18:54:58.347367 [ 4 ] {1d84ccbc-a98a-4321-9572-ad0f54a82e50} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11694 | 2025.02.10 18:54:58.347570 [ 4 ] {1d84ccbc-a98a-4321-9572-ad0f54a82e50} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001543 sec., 44718.081659105635 rows/sec., 3.49 MiB/sec. | ||
| 11695 | 2025.02.10 18:54:58.347626 [ 4 ] {1d84ccbc-a98a-4321-9572-ad0f54a82e50} <Debug> TCPHandler: Processed in 0.001754472 sec. | ||
| 11696 | 2025.02.10 18:54:58.347777 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11697 | 2025.02.10 18:54:58.347918 [ 256 ] {2ef66489-68fd-4a6d-a523-667911a22a9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11698 | 2025.02.10 18:54:58.347982 [ 256 ] {2ef66489-68fd-4a6d-a523-667911a22a9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11699 | 2025.02.10 18:54:58.348620 [ 256 ] {2ef66489-68fd-4a6d-a523-667911a22a9b} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11700 | 2025.02.10 18:54:58.348662 [ 256 ] {2ef66489-68fd-4a6d-a523-667911a22a9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11701 | 2025.02.10 18:54:58.349067 [ 256 ] {2ef66489-68fd-4a6d-a523-667911a22a9b} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11702 | 2025.02.10 18:54:58.349327 [ 256 ] {2ef66489-68fd-4a6d-a523-667911a22a9b} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11703 | 2025.02.10 18:54:58.349538 [ 256 ] {2ef66489-68fd-4a6d-a523-667911a22a9b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00165 sec., 96969.69696969698 rows/sec., 6.75 MiB/sec. | ||
| 11704 | 2025.02.10 18:54:58.349592 [ 256 ] {2ef66489-68fd-4a6d-a523-667911a22a9b} <Debug> TCPHandler: Processed in 0.001883096 sec. | ||
| 11705 | 2025.02.10 18:54:58.349736 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11706 | 2025.02.10 18:54:58.349854 [ 4 ] {c60b9096-bf98-4d0c-97c3-70bc7f6dc557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11707 | 2025.02.10 18:54:58.349937 [ 4 ] {c60b9096-bf98-4d0c-97c3-70bc7f6dc557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11708 | 2025.02.10 18:54:58.351059 [ 4 ] {c60b9096-bf98-4d0c-97c3-70bc7f6dc557} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11709 | 2025.02.10 18:54:58.351098 [ 4 ] {c60b9096-bf98-4d0c-97c3-70bc7f6dc557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11710 | 2025.02.10 18:54:58.351697 [ 4 ] {c60b9096-bf98-4d0c-97c3-70bc7f6dc557} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11711 | 2025.02.10 18:54:58.351963 [ 4 ] {c60b9096-bf98-4d0c-97c3-70bc7f6dc557} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11712 | 2025.02.10 18:54:58.352219 [ 4 ] {c60b9096-bf98-4d0c-97c3-70bc7f6dc557} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002389 sec., 2092.925910422771 rows/sec., 3.75 MiB/sec. | ||
| 11713 | 2025.02.10 18:54:58.352461 [ 4 ] {c60b9096-bf98-4d0c-97c3-70bc7f6dc557} <Debug> TCPHandler: Processed in 0.002778187 sec. | ||
| 11714 | 2025.02.10 18:54:58.352689 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11715 | 2025.02.10 18:54:58.352830 [ 256 ] {9c3cf5cb-1044-4992-baed-3a5ff7ff281a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11716 | 2025.02.10 18:54:58.352881 [ 256 ] {9c3cf5cb-1044-4992-baed-3a5ff7ff281a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11717 | 2025.02.10 18:54:58.353370 [ 256 ] {9c3cf5cb-1044-4992-baed-3a5ff7ff281a} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11718 | 2025.02.10 18:54:58.353411 [ 256 ] {9c3cf5cb-1044-4992-baed-3a5ff7ff281a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11719 | 2025.02.10 18:54:58.353785 [ 256 ] {9c3cf5cb-1044-4992-baed-3a5ff7ff281a} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11720 | 2025.02.10 18:54:58.354027 [ 256 ] {9c3cf5cb-1044-4992-baed-3a5ff7ff281a} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11721 | 2025.02.10 18:54:58.354243 [ 256 ] {9c3cf5cb-1044-4992-baed-3a5ff7ff281a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001436 sec., 41782.72980501393 rows/sec., 2.82 MiB/sec. | ||
| 11722 | 2025.02.10 18:54:58.354302 [ 256 ] {9c3cf5cb-1044-4992-baed-3a5ff7ff281a} <Debug> TCPHandler: Processed in 0.001750452 sec. | ||
| 11723 | 2025.02.10 18:55:02.604130 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11724 | 2025.02.10 18:55:02.604197 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11725 | 2025.02.10 18:55:02.771140 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681 | ||
| 11726 | 2025.02.10 18:55:02.771858 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11727 | 2025.02.10 18:55:02.771902 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11728 | 2025.02.10 18:55:02.772422 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11729 | 2025.02.10 18:55:02.772671 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11730 | 2025.02.10 18:55:02.772889 [ 33 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11731 | 2025.02.10 18:55:02.772916 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 11732 | 2025.02.10 18:55:02.772963 [ 33 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11733 | 2025.02.10 18:55:02.772993 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11734 | 2025.02.10 18:55:02.773161 [ 201 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 11735 | 2025.02.10 18:55:02.773514 [ 201 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11736 | 2025.02.10 18:55:02.773631 [ 201 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23424 rows starting from the beginning of the part | ||
| 11737 | 2025.02.10 18:55:02.773805 [ 201 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 427 rows starting from the beginning of the part | ||
| 11738 | 2025.02.10 18:55:02.773978 [ 201 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 488 rows starting from the beginning of the part | ||
| 11739 | 2025.02.10 18:55:02.774059 [ 201 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 427 rows starting from the beginning of the part | ||
| 11740 | 2025.02.10 18:55:02.774264 [ 201 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 488 rows starting from the beginning of the part | ||
| 11741 | 2025.02.10 18:55:02.774500 [ 201 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 427 rows starting from the beginning of the part | ||
| 11742 | 2025.02.10 18:55:02.777163 [ 200 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.004103719 sec., 6257982.088929579 rows/sec., 89.52 MiB/sec. | ||
| 11743 | 2025.02.10 18:55:02.777504 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11744 | 2025.02.10 18:55:02.777891 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_56_11} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11745 | 2025.02.10 18:55:02.777985 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_56_11} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11746 | 2025.02.10 18:55:02.778108 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 11747 | 2025.02.10 18:55:02.908348 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1678 | ||
| 11748 | 2025.02.10 18:55:02.911557 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11749 | 2025.02.10 18:55:02.911605 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11750 | 2025.02.10 18:55:02.913085 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11751 | 2025.02.10 18:55:02.913394 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11752 | 2025.02.10 18:55:02.913605 [ 33 ] {} <Debug> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 11753 | 2025.02.10 18:55:02.913705 [ 33 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11754 | 2025.02.10 18:55:02.913784 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11755 | 2025.02.10 18:55:02.914109 [ 201 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 11756 | 2025.02.10 18:55:02.915199 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1678 | ||
| 11757 | 2025.02.10 18:55:02.915561 [ 201 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11758 | 2025.02.10 18:55:02.915724 [ 201 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1492 rows starting from the beginning of the part | ||
| 11759 | 2025.02.10 18:55:02.916362 [ 201 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 34 rows starting from the beginning of the part | ||
| 11760 | 2025.02.10 18:55:02.916956 [ 201 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 36 rows starting from the beginning of the part | ||
| 11761 | 2025.02.10 18:55:02.917427 [ 201 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 46 rows starting from the beginning of the part | ||
| 11762 | 2025.02.10 18:55:02.917908 [ 201 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 34 rows starting from the beginning of the part | ||
| 11763 | 2025.02.10 18:55:02.918385 [ 201 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 36 rows starting from the beginning of the part | ||
| 11764 | 2025.02.10 18:55:02.926600 [ 200 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1678 rows, containing 72 columns (72 merged, 0 gathered) in 0.012709367 sec., 132028.6053585517 rows/sec., 101.30 MiB/sec. | ||
| 11765 | 2025.02.10 18:55:02.928359 [ 200 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 11766 | 2025.02.10 18:55:02.929154 [ 200 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_41_8} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11767 | 2025.02.10 18:55:02.929247 [ 200 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_41_8} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 11768 | 2025.02.10 18:55:02.929581 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 11769 | 2025.02.10 18:55:03.346627 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11770 | 2025.02.10 18:55:03.346804 [ 4 ] {e7d69dd6-2fd2-4b47-b601-7c642421bc4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11771 | 2025.02.10 18:55:03.346874 [ 4 ] {e7d69dd6-2fd2-4b47-b601-7c642421bc4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11772 | 2025.02.10 18:55:03.347602 [ 4 ] {e7d69dd6-2fd2-4b47-b601-7c642421bc4b} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11773 | 2025.02.10 18:55:03.347645 [ 4 ] {e7d69dd6-2fd2-4b47-b601-7c642421bc4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11774 | 2025.02.10 18:55:03.348065 [ 4 ] {e7d69dd6-2fd2-4b47-b601-7c642421bc4b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11775 | 2025.02.10 18:55:03.348314 [ 4 ] {e7d69dd6-2fd2-4b47-b601-7c642421bc4b} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11776 | 2025.02.10 18:55:03.348579 [ 4 ] {e7d69dd6-2fd2-4b47-b601-7c642421bc4b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001815 sec., 7713.498622589532 rows/sec., 555.27 KiB/sec. | ||
| 11777 | 2025.02.10 18:55:03.348762 [ 4 ] {e7d69dd6-2fd2-4b47-b601-7c642421bc4b} <Debug> TCPHandler: Processed in 0.002235924 sec. | ||
| 11778 | 2025.02.10 18:55:03.349166 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11779 | 2025.02.10 18:55:03.349458 [ 256 ] {feb1df5a-684f-4526-8c81-dded3a2587a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11780 | 2025.02.10 18:55:03.349575 [ 256 ] {feb1df5a-684f-4526-8c81-dded3a2587a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11781 | 2025.02.10 18:55:03.350497 [ 256 ] {feb1df5a-684f-4526-8c81-dded3a2587a6} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11782 | 2025.02.10 18:55:03.350542 [ 256 ] {feb1df5a-684f-4526-8c81-dded3a2587a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11783 | 2025.02.10 18:55:03.350994 [ 256 ] {feb1df5a-684f-4526-8c81-dded3a2587a6} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11784 | 2025.02.10 18:55:03.351271 [ 256 ] {feb1df5a-684f-4526-8c81-dded3a2587a6} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11785 | 2025.02.10 18:55:03.351552 [ 256 ] {feb1df5a-684f-4526-8c81-dded3a2587a6} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.002176 sec., 125459.55882352941 rows/sec., 11.06 MiB/sec. | ||
| 11786 | 2025.02.10 18:55:03.351622 [ 256 ] {feb1df5a-684f-4526-8c81-dded3a2587a6} <Debug> TCPHandler: Processed in 0.002723605 sec. | ||
| 11787 | 2025.02.10 18:55:03.351771 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11788 | 2025.02.10 18:55:03.351899 [ 4 ] {ecc61729-bf1c-49df-8235-56c3e380300e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11789 | 2025.02.10 18:55:03.351953 [ 4 ] {ecc61729-bf1c-49df-8235-56c3e380300e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11790 | 2025.02.10 18:55:03.352566 [ 4 ] {ecc61729-bf1c-49df-8235-56c3e380300e} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11791 | 2025.02.10 18:55:03.352606 [ 4 ] {ecc61729-bf1c-49df-8235-56c3e380300e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11792 | 2025.02.10 18:55:03.352981 [ 4 ] {ecc61729-bf1c-49df-8235-56c3e380300e} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11793 | 2025.02.10 18:55:03.353231 [ 4 ] {ecc61729-bf1c-49df-8235-56c3e380300e} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11794 | 2025.02.10 18:55:03.353450 [ 4 ] {ecc61729-bf1c-49df-8235-56c3e380300e} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001579 sec., 26599.113362887903 rows/sec., 1.91 MiB/sec. | ||
| 11795 | 2025.02.10 18:55:03.353510 [ 4 ] {ecc61729-bf1c-49df-8235-56c3e380300e} <Debug> TCPHandler: Processed in 0.001799584 sec. | ||
| 11796 | 2025.02.10 18:55:03.353658 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11797 | 2025.02.10 18:55:03.353802 [ 256 ] {e82360a1-d782-48cc-b0cf-748287663aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11798 | 2025.02.10 18:55:03.353865 [ 256 ] {e82360a1-d782-48cc-b0cf-748287663aff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11799 | 2025.02.10 18:55:03.354558 [ 256 ] {e82360a1-d782-48cc-b0cf-748287663aff} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11800 | 2025.02.10 18:55:03.354607 [ 256 ] {e82360a1-d782-48cc-b0cf-748287663aff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11801 | 2025.02.10 18:55:03.354983 [ 256 ] {e82360a1-d782-48cc-b0cf-748287663aff} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 11802 | 2025.02.10 18:55:03.355226 [ 256 ] {e82360a1-d782-48cc-b0cf-748287663aff} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11803 | 2025.02.10 18:55:03.355440 [ 256 ] {e82360a1-d782-48cc-b0cf-748287663aff} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001674 sec., 8363.201911589009 rows/sec., 585.70 KiB/sec. | ||
| 11804 | 2025.02.10 18:55:03.355497 [ 256 ] {e82360a1-d782-48cc-b0cf-748287663aff} <Debug> TCPHandler: Processed in 0.001900706 sec. | ||
| 11805 | 2025.02.10 18:55:03.355649 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11806 | 2025.02.10 18:55:03.355800 [ 4 ] {fa375935-3eb2-4a7d-9426-f26ca51a0c57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11807 | 2025.02.10 18:55:03.355863 [ 4 ] {fa375935-3eb2-4a7d-9426-f26ca51a0c57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11808 | 2025.02.10 18:55:03.356564 [ 4 ] {fa375935-3eb2-4a7d-9426-f26ca51a0c57} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11809 | 2025.02.10 18:55:03.356612 [ 4 ] {fa375935-3eb2-4a7d-9426-f26ca51a0c57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11810 | 2025.02.10 18:55:03.356991 [ 4 ] {fa375935-3eb2-4a7d-9426-f26ca51a0c57} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11811 | 2025.02.10 18:55:03.357237 [ 4 ] {fa375935-3eb2-4a7d-9426-f26ca51a0c57} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11812 | 2025.02.10 18:55:03.357460 [ 4 ] {fa375935-3eb2-4a7d-9426-f26ca51a0c57} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001693 sec., 7678.67690490254 rows/sec., 478.76 KiB/sec. | ||
| 11813 | 2025.02.10 18:55:03.357590 [ 4 ] {fa375935-3eb2-4a7d-9426-f26ca51a0c57} <Debug> TCPHandler: Processed in 0.001999428 sec. | ||
| 11814 | 2025.02.10 18:55:03.357780 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11815 | 2025.02.10 18:55:03.358012 [ 256 ] {e930c43a-1008-4155-932b-79418601d54b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11816 | 2025.02.10 18:55:03.358104 [ 256 ] {e930c43a-1008-4155-932b-79418601d54b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11817 | 2025.02.10 18:55:03.359105 [ 256 ] {e930c43a-1008-4155-932b-79418601d54b} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11818 | 2025.02.10 18:55:03.359145 [ 256 ] {e930c43a-1008-4155-932b-79418601d54b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11819 | 2025.02.10 18:55:03.359539 [ 256 ] {e930c43a-1008-4155-932b-79418601d54b} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11820 | 2025.02.10 18:55:03.359783 [ 256 ] {e930c43a-1008-4155-932b-79418601d54b} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11821 | 2025.02.10 18:55:03.359996 [ 256 ] {e930c43a-1008-4155-932b-79418601d54b} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.002047 sec., 203712.7503663898 rows/sec., 14.54 MiB/sec. | ||
| 11822 | 2025.02.10 18:55:03.360051 [ 256 ] {e930c43a-1008-4155-932b-79418601d54b} <Debug> TCPHandler: Processed in 0.002384938 sec. | ||
| 11823 | 2025.02.10 18:55:03.360207 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11824 | 2025.02.10 18:55:03.360351 [ 4 ] {172dcbd9-08a1-40ea-92b4-7a4bb62091ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11825 | 2025.02.10 18:55:03.360414 [ 4 ] {172dcbd9-08a1-40ea-92b4-7a4bb62091ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11826 | 2025.02.10 18:55:03.360964 [ 4 ] {172dcbd9-08a1-40ea-92b4-7a4bb62091ad} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11827 | 2025.02.10 18:55:03.361004 [ 4 ] {172dcbd9-08a1-40ea-92b4-7a4bb62091ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11828 | 2025.02.10 18:55:03.361375 [ 4 ] {172dcbd9-08a1-40ea-92b4-7a4bb62091ad} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11829 | 2025.02.10 18:55:03.361614 [ 4 ] {172dcbd9-08a1-40ea-92b4-7a4bb62091ad} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11830 | 2025.02.10 18:55:03.361821 [ 4 ] {172dcbd9-08a1-40ea-92b4-7a4bb62091ad} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001503 sec., 3992.015968063872 rows/sec., 208.57 KiB/sec. | ||
| 11831 | 2025.02.10 18:55:03.361871 [ 4 ] {172dcbd9-08a1-40ea-92b4-7a4bb62091ad} <Debug> TCPHandler: Processed in 0.001732352 sec. | ||
| 11832 | 2025.02.10 18:55:03.362062 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11833 | 2025.02.10 18:55:03.362291 [ 256 ] {876753cf-866f-4271-a3b7-736af7d8b51b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11834 | 2025.02.10 18:55:03.362430 [ 256 ] {876753cf-866f-4271-a3b7-736af7d8b51b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11835 | 2025.02.10 18:55:03.363145 [ 256 ] {876753cf-866f-4271-a3b7-736af7d8b51b} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11836 | 2025.02.10 18:55:03.363184 [ 256 ] {876753cf-866f-4271-a3b7-736af7d8b51b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11837 | 2025.02.10 18:55:03.363577 [ 256 ] {876753cf-866f-4271-a3b7-736af7d8b51b} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11838 | 2025.02.10 18:55:03.363816 [ 256 ] {876753cf-866f-4271-a3b7-736af7d8b51b} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11839 | 2025.02.10 18:55:03.364035 [ 256 ] {876753cf-866f-4271-a3b7-736af7d8b51b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001803 sec., 131447.58735440933 rows/sec., 8.81 MiB/sec. | ||
| 11840 | 2025.02.10 18:55:03.364088 [ 256 ] {876753cf-866f-4271-a3b7-736af7d8b51b} <Debug> TCPHandler: Processed in 0.002135511 sec. | ||
| 11841 | 2025.02.10 18:55:03.364238 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11842 | 2025.02.10 18:55:03.364378 [ 4 ] {3878ea9c-4152-460d-a2ac-08885dedefd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11843 | 2025.02.10 18:55:03.364440 [ 4 ] {3878ea9c-4152-460d-a2ac-08885dedefd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11844 | 2025.02.10 18:55:03.364943 [ 4 ] {3878ea9c-4152-460d-a2ac-08885dedefd9} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11845 | 2025.02.10 18:55:03.364981 [ 4 ] {3878ea9c-4152-460d-a2ac-08885dedefd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11846 | 2025.02.10 18:55:03.365349 [ 4 ] {3878ea9c-4152-460d-a2ac-08885dedefd9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11847 | 2025.02.10 18:55:03.365599 [ 4 ] {3878ea9c-4152-460d-a2ac-08885dedefd9} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11848 | 2025.02.10 18:55:03.365783 [ 31 ] {} <Debug> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 11849 | 2025.02.10 18:55:03.365838 [ 4 ] {3878ea9c-4152-460d-a2ac-08885dedefd9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00149 sec., 671.1409395973154 rows/sec., 45.22 KiB/sec. | ||
| 11850 | 2025.02.10 18:55:03.365914 [ 31 ] {} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11851 | 2025.02.10 18:55:03.365947 [ 4 ] {3878ea9c-4152-460d-a2ac-08885dedefd9} <Debug> TCPHandler: Processed in 0.001770063 sec. | ||
| 11852 | 2025.02.10 18:55:03.365994 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11853 | 2025.02.10 18:55:03.366154 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11854 | 2025.02.10 18:55:03.366405 [ 192 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
| 11855 | 2025.02.10 18:55:03.366514 [ 256 ] {0638e646-1873-456b-9779-1a8b674685b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11856 | 2025.02.10 18:55:03.366906 [ 256 ] {0638e646-1873-456b-9779-1a8b674685b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11857 | 2025.02.10 18:55:03.367211 [ 192 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11858 | 2025.02.10 18:55:03.367552 [ 192 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 35 rows starting from the beginning of the part | ||
| 11859 | 2025.02.10 18:55:03.367937 [ 192 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 11860 | 2025.02.10 18:55:03.368328 [ 192 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
| 11861 | 2025.02.10 18:55:03.368852 [ 192 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
| 11862 | 2025.02.10 18:55:03.369180 [ 192 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
| 11863 | 2025.02.10 18:55:03.369581 [ 192 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
| 11864 | 2025.02.10 18:55:03.372782 [ 256 ] {0638e646-1873-456b-9779-1a8b674685b9} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11865 | 2025.02.10 18:55:03.372868 [ 256 ] {0638e646-1873-456b-9779-1a8b674685b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11866 | 2025.02.10 18:55:03.373317 [ 199 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 4 columns (4 merged, 0 gathered) in 0.007171413 sec., 5577.70135397306 rows/sec., 375.84 KiB/sec. | ||
| 11867 | 2025.02.10 18:55:03.373659 [ 199 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 11868 | 2025.02.10 18:55:03.374329 [ 199 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_40_8} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11869 | 2025.02.10 18:55:03.374374 [ 256 ] {0638e646-1873-456b-9779-1a8b674685b9} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11870 | 2025.02.10 18:55:03.374489 [ 199 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_40_8} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 11871 | 2025.02.10 18:55:03.374654 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 11872 | 2025.02.10 18:55:03.374810 [ 256 ] {0638e646-1873-456b-9779-1a8b674685b9} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11873 | 2025.02.10 18:55:03.375114 [ 256 ] {0638e646-1873-456b-9779-1a8b674685b9} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.008714 sec., 4016.5251319715403 rows/sec., 7.20 MiB/sec. | ||
| 11874 | 2025.02.10 18:55:03.375453 [ 256 ] {0638e646-1873-456b-9779-1a8b674685b9} <Debug> TCPHandler: Processed in 0.009401837 sec. | ||
| 11875 | 2025.02.10 18:55:03.375709 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11876 | 2025.02.10 18:55:03.375893 [ 4 ] {283aee21-365b-4d21-b341-1d29c92e72c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11877 | 2025.02.10 18:55:03.375953 [ 4 ] {283aee21-365b-4d21-b341-1d29c92e72c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11878 | 2025.02.10 18:55:03.376516 [ 4 ] {283aee21-365b-4d21-b341-1d29c92e72c0} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11879 | 2025.02.10 18:55:03.376563 [ 4 ] {283aee21-365b-4d21-b341-1d29c92e72c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 11880 | 2025.02.10 18:55:03.376978 [ 4 ] {283aee21-365b-4d21-b341-1d29c92e72c0} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11881 | 2025.02.10 18:55:03.377216 [ 4 ] {283aee21-365b-4d21-b341-1d29c92e72c0} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11882 | 2025.02.10 18:55:03.377426 [ 4 ] {283aee21-365b-4d21-b341-1d29c92e72c0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001564 sec., 52429.66751918158 rows/sec., 3.33 MiB/sec. | ||
| 11883 | 2025.02.10 18:55:03.377475 [ 4 ] {283aee21-365b-4d21-b341-1d29c92e72c0} <Debug> TCPHandler: Processed in 0.001913116 sec. | ||
| 11884 | 2025.02.10 18:55:04.567120 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 | ||
| 11885 | 2025.02.10 18:55:04.589156 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11886 | 2025.02.10 18:55:04.589208 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 11887 | 2025.02.10 18:55:04.596242 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11888 | 2025.02.10 18:55:04.596996 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11889 | 2025.02.10 18:55:04.597295 [ 27 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11890 | 2025.02.10 18:55:04.597366 [ 27 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11891 | 2025.02.10 18:55:04.597413 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 11892 | 2025.02.10 18:55:04.598163 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 11893 | 2025.02.10 18:55:04.613612 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422 | ||
| 11894 | 2025.02.10 18:55:04.614997 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11895 | 2025.02.10 18:55:04.616226 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 385 rows starting from the beginning of the part | ||
| 11896 | 2025.02.10 18:55:04.621473 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 7 rows starting from the beginning of the part | ||
| 11897 | 2025.02.10 18:55:04.626862 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part | ||
| 11898 | 2025.02.10 18:55:04.632291 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part | ||
| 11899 | 2025.02.10 18:55:04.638197 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part | ||
| 11900 | 2025.02.10 18:55:04.642954 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part | ||
| 11901 | 2025.02.10 18:55:04.704171 [ 193 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.106607672 sec., 3958.4393138234927 rows/sec., 20.47 MiB/sec. | ||
| 11902 | 2025.02.10 18:55:04.707206 [ 187 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11903 | 2025.02.10 18:55:04.710036 [ 187 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_56_11} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11904 | 2025.02.10 18:55:04.710126 [ 187 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_56_11} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11905 | 2025.02.10 18:55:04.712287 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 11906 | 2025.02.10 18:55:06.545448 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11907 | 2025.02.10 18:55:06.545650 [ 4 ] {b2c674eb-cddf-435d-9896-dcaffbcc4648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11908 | 2025.02.10 18:55:06.545726 [ 4 ] {b2c674eb-cddf-435d-9896-dcaffbcc4648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11909 | 2025.02.10 18:55:06.546467 [ 4 ] {b2c674eb-cddf-435d-9896-dcaffbcc4648} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11910 | 2025.02.10 18:55:06.546519 [ 4 ] {b2c674eb-cddf-435d-9896-dcaffbcc4648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 11911 | 2025.02.10 18:55:06.546949 [ 4 ] {b2c674eb-cddf-435d-9896-dcaffbcc4648} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 11912 | 2025.02.10 18:55:06.547209 [ 4 ] {b2c674eb-cddf-435d-9896-dcaffbcc4648} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11913 | 2025.02.10 18:55:06.547418 [ 4 ] {b2c674eb-cddf-435d-9896-dcaffbcc4648} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001823 sec., 2194.1854086670323 rows/sec., 178.92 KiB/sec. | ||
| 11914 | 2025.02.10 18:55:06.547482 [ 4 ] {b2c674eb-cddf-435d-9896-dcaffbcc4648} <Debug> TCPHandler: Processed in 0.002166012 sec. | ||
| 11915 | 2025.02.10 18:55:06.547760 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11916 | 2025.02.10 18:55:06.547995 [ 256 ] {5ea8f881-00cf-42d5-899f-e3cc4330322d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11917 | 2025.02.10 18:55:06.548085 [ 256 ] {5ea8f881-00cf-42d5-899f-e3cc4330322d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11918 | 2025.02.10 18:55:06.549482 [ 256 ] {5ea8f881-00cf-42d5-899f-e3cc4330322d} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11919 | 2025.02.10 18:55:06.549543 [ 256 ] {5ea8f881-00cf-42d5-899f-e3cc4330322d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 11920 | 2025.02.10 18:55:06.550095 [ 256 ] {5ea8f881-00cf-42d5-899f-e3cc4330322d} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11921 | 2025.02.10 18:55:06.550365 [ 256 ] {5ea8f881-00cf-42d5-899f-e3cc4330322d} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11922 | 2025.02.10 18:55:06.550632 [ 256 ] {5ea8f881-00cf-42d5-899f-e3cc4330322d} <Debug> executeQuery: Read 1208 rows, 102.09 KiB in 0.002698 sec., 447739.0659747962 rows/sec., 36.95 MiB/sec. | ||
| 11923 | 2025.02.10 18:55:06.550711 [ 256 ] {5ea8f881-00cf-42d5-899f-e3cc4330322d} <Debug> TCPHandler: Processed in 0.003098335 sec. | ||
| 11924 | 2025.02.10 18:55:06.550874 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11925 | 2025.02.10 18:55:06.551003 [ 4 ] {c01e7c22-7572-4812-9e53-3e3af67e8ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11926 | 2025.02.10 18:55:06.551060 [ 4 ] {c01e7c22-7572-4812-9e53-3e3af67e8ad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11927 | 2025.02.10 18:55:06.551679 [ 4 ] {c01e7c22-7572-4812-9e53-3e3af67e8ad4} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11928 | 2025.02.10 18:55:06.551717 [ 4 ] {c01e7c22-7572-4812-9e53-3e3af67e8ad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 11929 | 2025.02.10 18:55:06.552085 [ 4 ] {c01e7c22-7572-4812-9e53-3e3af67e8ad4} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11930 | 2025.02.10 18:55:06.552338 [ 4 ] {c01e7c22-7572-4812-9e53-3e3af67e8ad4} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11931 | 2025.02.10 18:55:06.552481 [ 26 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 11932 | 2025.02.10 18:55:06.552530 [ 26 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11933 | 2025.02.10 18:55:06.552533 [ 4 ] {c01e7c22-7572-4812-9e53-3e3af67e8ad4} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.001556 sec., 5784.061696658097 rows/sec., 421.13 KiB/sec. | ||
| 11934 | 2025.02.10 18:55:06.552556 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 11935 | 2025.02.10 18:55:06.552620 [ 4 ] {c01e7c22-7572-4812-9e53-3e3af67e8ad4} <Debug> TCPHandler: Processed in 0.001804383 sec. | ||
| 11936 | 2025.02.10 18:55:06.552687 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 11937 | 2025.02.10 18:55:06.552824 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11938 | 2025.02.10 18:55:06.552837 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11939 | 2025.02.10 18:55:06.552884 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 65 rows starting from the beginning of the part | ||
| 11940 | 2025.02.10 18:55:06.553181 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 5 rows starting from the beginning of the part | ||
| 11941 | 2025.02.10 18:55:06.553249 [ 256 ] {9d45c6f2-9f20-4677-ab28-050516fbe07c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11942 | 2025.02.10 18:55:06.553492 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 44 rows starting from the beginning of the part | ||
| 11943 | 2025.02.10 18:55:06.553501 [ 256 ] {9d45c6f2-9f20-4677-ab28-050516fbe07c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11944 | 2025.02.10 18:55:06.553917 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 5 rows starting from the beginning of the part | ||
| 11945 | 2025.02.10 18:55:06.554219 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 42 rows starting from the beginning of the part | ||
| 11946 | 2025.02.10 18:55:06.554637 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 9 rows starting from the beginning of the part | ||
| 11947 | 2025.02.10 18:55:06.556432 [ 256 ] {9d45c6f2-9f20-4677-ab28-050516fbe07c} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11948 | 2025.02.10 18:55:06.556525 [ 256 ] {9d45c6f2-9f20-4677-ab28-050516fbe07c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 11949 | 2025.02.10 18:55:06.557596 [ 256 ] {9d45c6f2-9f20-4677-ab28-050516fbe07c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11950 | 2025.02.10 18:55:06.557598 [ 193 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 170 rows, containing 5 columns (5 merged, 0 gathered) in 0.00496718 sec., 34224.6506065816 rows/sec., 2.58 MiB/sec. | ||
| 11951 | 2025.02.10 18:55:06.557876 [ 196 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 11952 | 2025.02.10 18:55:06.557976 [ 256 ] {9d45c6f2-9f20-4677-ab28-050516fbe07c} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11953 | 2025.02.10 18:55:06.558388 [ 256 ] {9d45c6f2-9f20-4677-ab28-050516fbe07c} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005306 sec., 42970.222389747454 rows/sec., 2.91 MiB/sec. | ||
| 11954 | 2025.02.10 18:55:06.558541 [ 256 ] {9d45c6f2-9f20-4677-ab28-050516fbe07c} <Debug> TCPHandler: Processed in 0.00579763 sec. | ||
| 11955 | 2025.02.10 18:55:06.558672 [ 196 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_76_15} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11956 | 2025.02.10 18:55:06.558758 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11957 | 2025.02.10 18:55:06.558823 [ 196 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_76_15} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 11958 | 2025.02.10 18:55:06.558991 [ 4 ] {53b50a29-03f5-41bc-bb04-9be16a5e794e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11959 | 2025.02.10 18:55:06.559000 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11960 | 2025.02.10 18:55:06.559074 [ 4 ] {53b50a29-03f5-41bc-bb04-9be16a5e794e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11961 | 2025.02.10 18:55:06.559931 [ 4 ] {53b50a29-03f5-41bc-bb04-9be16a5e794e} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11962 | 2025.02.10 18:55:06.559974 [ 4 ] {53b50a29-03f5-41bc-bb04-9be16a5e794e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 11963 | 2025.02.10 18:55:06.560386 [ 4 ] {53b50a29-03f5-41bc-bb04-9be16a5e794e} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11964 | 2025.02.10 18:55:06.560631 [ 4 ] {53b50a29-03f5-41bc-bb04-9be16a5e794e} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11965 | 2025.02.10 18:55:06.560814 [ 4 ] {53b50a29-03f5-41bc-bb04-9be16a5e794e} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.001915 sec., 276240.2088772846 rows/sec., 20.46 MiB/sec. | ||
| 11966 | 2025.02.10 18:55:06.560874 [ 4 ] {53b50a29-03f5-41bc-bb04-9be16a5e794e} <Debug> TCPHandler: Processed in 0.002232024 sec. | ||
| 11967 | 2025.02.10 18:55:06.561059 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11968 | 2025.02.10 18:55:06.561206 [ 256 ] {4e9db0ad-2885-43ae-ae02-fe6d171efd94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11969 | 2025.02.10 18:55:06.561271 [ 256 ] {4e9db0ad-2885-43ae-ae02-fe6d171efd94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11970 | 2025.02.10 18:55:06.562141 [ 256 ] {4e9db0ad-2885-43ae-ae02-fe6d171efd94} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11971 | 2025.02.10 18:55:06.562182 [ 256 ] {4e9db0ad-2885-43ae-ae02-fe6d171efd94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 11972 | 2025.02.10 18:55:06.562660 [ 256 ] {4e9db0ad-2885-43ae-ae02-fe6d171efd94} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11973 | 2025.02.10 18:55:06.562904 [ 256 ] {4e9db0ad-2885-43ae-ae02-fe6d171efd94} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11974 | 2025.02.10 18:55:06.563150 [ 256 ] {4e9db0ad-2885-43ae-ae02-fe6d171efd94} <Debug> executeQuery: Read 966 rows, 66.39 KiB in 0.001971 sec., 490106.5449010654 rows/sec., 32.89 MiB/sec. | ||
| 11975 | 2025.02.10 18:55:06.563209 [ 256 ] {4e9db0ad-2885-43ae-ae02-fe6d171efd94} <Debug> TCPHandler: Processed in 0.002233524 sec. | ||
| 11976 | 2025.02.10 18:55:06.563416 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11977 | 2025.02.10 18:55:06.563603 [ 4 ] {5e18e3ef-6f5e-43a1-814a-6c076061fc1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11978 | 2025.02.10 18:55:06.563719 [ 4 ] {5e18e3ef-6f5e-43a1-814a-6c076061fc1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11979 | 2025.02.10 18:55:06.564853 [ 4 ] {5e18e3ef-6f5e-43a1-814a-6c076061fc1d} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11980 | 2025.02.10 18:55:06.564890 [ 4 ] {5e18e3ef-6f5e-43a1-814a-6c076061fc1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 11981 | 2025.02.10 18:55:06.565525 [ 4 ] {5e18e3ef-6f5e-43a1-814a-6c076061fc1d} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11982 | 2025.02.10 18:55:06.565780 [ 4 ] {5e18e3ef-6f5e-43a1-814a-6c076061fc1d} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11983 | 2025.02.10 18:55:06.565924 [ 26 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 11984 | 2025.02.10 18:55:06.565971 [ 26 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11985 | 2025.02.10 18:55:06.565993 [ 4 ] {5e18e3ef-6f5e-43a1-814a-6c076061fc1d} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002436 sec., 2052.545155993432 rows/sec., 3.68 MiB/sec. | ||
| 11986 | 2025.02.10 18:55:06.566002 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 11987 | 2025.02.10 18:55:06.566332 [ 4 ] {5e18e3ef-6f5e-43a1-814a-6c076061fc1d} <Debug> TCPHandler: Processed in 0.003023423 sec. | ||
| 11988 | 2025.02.10 18:55:06.566357 [ 191 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 11989 | 2025.02.10 18:55:06.566535 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11990 | 2025.02.10 18:55:06.566815 [ 256 ] {3edce612-2625-42e4-8eb6-39a8f88f12b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11991 | 2025.02.10 18:55:06.566942 [ 256 ] {3edce612-2625-42e4-8eb6-39a8f88f12b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11992 | 2025.02.10 18:55:06.567143 [ 191 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11993 | 2025.02.10 18:55:06.567447 [ 191 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1409 rows starting from the beginning of the part | ||
| 11994 | 2025.02.10 18:55:06.568221 [ 191 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 5 rows starting from the beginning of the part | ||
| 11995 | 2025.02.10 18:55:06.568901 [ 191 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 35 rows starting from the beginning of the part | ||
| 11996 | 2025.02.10 18:55:06.569113 [ 256 ] {3edce612-2625-42e4-8eb6-39a8f88f12b4} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11997 | 2025.02.10 18:55:06.569408 [ 256 ] {3edce612-2625-42e4-8eb6-39a8f88f12b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 11998 | 2025.02.10 18:55:06.569441 [ 191 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 5 rows starting from the beginning of the part | ||
| 11999 | 2025.02.10 18:55:06.570113 [ 191 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 35 rows starting from the beginning of the part | ||
| 12000 | 2025.02.10 18:55:06.570777 [ 191 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 5 rows starting from the beginning of the part | ||
| 12001 | 2025.02.10 18:55:06.570832 [ 256 ] {3edce612-2625-42e4-8eb6-39a8f88f12b4} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12002 | 2025.02.10 18:55:06.571691 [ 256 ] {3edce612-2625-42e4-8eb6-39a8f88f12b4} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12003 | 2025.02.10 18:55:06.572441 [ 256 ] {3edce612-2625-42e4-8eb6-39a8f88f12b4} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.005686 sec., 7738.304607808653 rows/sec., 533.11 KiB/sec. | ||
| 12004 | 2025.02.10 18:55:06.573954 [ 256 ] {3edce612-2625-42e4-8eb6-39a8f88f12b4} <Debug> TCPHandler: Processed in 0.007489741 sec. | ||
| 12005 | 2025.02.10 18:55:06.581161 [ 193 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1494 rows, containing 19 columns (19 merged, 0 gathered) in 0.015032352 sec., 99385.64504077606 rows/sec., 178.09 MiB/sec. | ||
| 12006 | 2025.02.10 18:55:06.582320 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 12007 | 2025.02.10 18:55:06.582746 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12008 | 2025.02.10 18:55:06.582837 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 12009 | 2025.02.10 18:55:06.582966 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.50 MiB. | ||
| 12010 | 2025.02.10 18:55:07.000235 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 242.57 MiB, peak 254.41 MiB, free memory in arenas 0.00 B, will set to 244.99 MiB (RSS), difference: 2.42 MiB | ||
| 12011 | 2025.02.10 18:55:08.335610 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12012 | 2025.02.10 18:55:08.335896 [ 4 ] {2e3a600b-bbbd-407c-a28c-23fc4dd3680e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12013 | 2025.02.10 18:55:08.336015 [ 4 ] {2e3a600b-bbbd-407c-a28c-23fc4dd3680e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12014 | 2025.02.10 18:55:08.336789 [ 4 ] {2e3a600b-bbbd-407c-a28c-23fc4dd3680e} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12015 | 2025.02.10 18:55:08.336833 [ 4 ] {2e3a600b-bbbd-407c-a28c-23fc4dd3680e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12016 | 2025.02.10 18:55:08.337266 [ 4 ] {2e3a600b-bbbd-407c-a28c-23fc4dd3680e} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12017 | 2025.02.10 18:55:08.337519 [ 4 ] {2e3a600b-bbbd-407c-a28c-23fc4dd3680e} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12018 | 2025.02.10 18:55:08.337732 [ 4 ] {2e3a600b-bbbd-407c-a28c-23fc4dd3680e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001912 sec., 29288.70292887029 rows/sec., 2.25 MiB/sec. | ||
| 12019 | 2025.02.10 18:55:08.337820 [ 4 ] {2e3a600b-bbbd-407c-a28c-23fc4dd3680e} <Debug> TCPHandler: Processed in 0.002371997 sec. | ||
| 12020 | 2025.02.10 18:55:08.338159 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12021 | 2025.02.10 18:55:08.338391 [ 256 ] {43be45e1-ebfc-4bc8-b00d-9ca84ba85d10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12022 | 2025.02.10 18:55:08.338474 [ 256 ] {43be45e1-ebfc-4bc8-b00d-9ca84ba85d10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12023 | 2025.02.10 18:55:08.339311 [ 256 ] {43be45e1-ebfc-4bc8-b00d-9ca84ba85d10} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12024 | 2025.02.10 18:55:08.339362 [ 256 ] {43be45e1-ebfc-4bc8-b00d-9ca84ba85d10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12025 | 2025.02.10 18:55:08.339799 [ 256 ] {43be45e1-ebfc-4bc8-b00d-9ca84ba85d10} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12026 | 2025.02.10 18:55:08.340052 [ 256 ] {43be45e1-ebfc-4bc8-b00d-9ca84ba85d10} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12027 | 2025.02.10 18:55:08.340295 [ 256 ] {43be45e1-ebfc-4bc8-b00d-9ca84ba85d10} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001964 sec., 32586.558044806516 rows/sec., 2.54 MiB/sec. | ||
| 12028 | 2025.02.10 18:55:08.340352 [ 256 ] {43be45e1-ebfc-4bc8-b00d-9ca84ba85d10} <Debug> TCPHandler: Processed in 0.002387208 sec. | ||
| 12029 | 2025.02.10 18:55:08.340517 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12030 | 2025.02.10 18:55:08.340662 [ 4 ] {02a4f671-754b-433c-b2a4-ad69cc46ea4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12031 | 2025.02.10 18:55:08.340726 [ 4 ] {02a4f671-754b-433c-b2a4-ad69cc46ea4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12032 | 2025.02.10 18:55:08.341294 [ 4 ] {02a4f671-754b-433c-b2a4-ad69cc46ea4b} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12033 | 2025.02.10 18:55:08.341331 [ 4 ] {02a4f671-754b-433c-b2a4-ad69cc46ea4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12034 | 2025.02.10 18:55:08.341715 [ 4 ] {02a4f671-754b-433c-b2a4-ad69cc46ea4b} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12035 | 2025.02.10 18:55:08.341954 [ 4 ] {02a4f671-754b-433c-b2a4-ad69cc46ea4b} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12036 | 2025.02.10 18:55:08.342103 [ 46 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 5 parts from all_1_90_18 to all_94_94_0 | ||
| 12037 | 2025.02.10 18:55:08.342141 [ 4 ] {02a4f671-754b-433c-b2a4-ad69cc46ea4b} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.00151 sec., 27814.56953642384 rows/sec., 1.94 MiB/sec. | ||
| 12038 | 2025.02.10 18:55:08.342148 [ 46 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12039 | 2025.02.10 18:55:08.342183 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12040 | 2025.02.10 18:55:08.342213 [ 4 ] {02a4f671-754b-433c-b2a4-ad69cc46ea4b} <Debug> TCPHandler: Processed in 0.001762742 sec. | ||
| 12041 | 2025.02.10 18:55:08.342465 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_94_19} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_90_18 to all_94_94_0 into Compact with storage Full | ||
| 12042 | 2025.02.10 18:55:08.342470 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12043 | 2025.02.10 18:55:08.342742 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_94_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12044 | 2025.02.10 18:55:08.342769 [ 256 ] {621637a6-b0d7-4ab2-847c-cb7dc073204d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12045 | 2025.02.10 18:55:08.342822 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_90_18, total 27599 rows starting from the beginning of the part | ||
| 12046 | 2025.02.10 18:55:08.342889 [ 256 ] {621637a6-b0d7-4ab2-847c-cb7dc073204d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12047 | 2025.02.10 18:55:08.343046 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 238 rows starting from the beginning of the part | ||
| 12048 | 2025.02.10 18:55:08.343292 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part | ||
| 12049 | 2025.02.10 18:55:08.343768 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 237 rows starting from the beginning of the part | ||
| 12050 | 2025.02.10 18:55:08.343959 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 966 rows starting from the beginning of the part | ||
| 12051 | 2025.02.10 18:55:08.344573 [ 256 ] {621637a6-b0d7-4ab2-847c-cb7dc073204d} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12052 | 2025.02.10 18:55:08.344615 [ 256 ] {621637a6-b0d7-4ab2-847c-cb7dc073204d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12053 | 2025.02.10 18:55:08.345111 [ 256 ] {621637a6-b0d7-4ab2-847c-cb7dc073204d} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12054 | 2025.02.10 18:55:08.345385 [ 256 ] {621637a6-b0d7-4ab2-847c-cb7dc073204d} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12055 | 2025.02.10 18:55:08.345716 [ 256 ] {621637a6-b0d7-4ab2-847c-cb7dc073204d} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.003018 sec., 5301.524188204109 rows/sec., 367.59 KiB/sec. | ||
| 12056 | 2025.02.10 18:55:08.345815 [ 256 ] {621637a6-b0d7-4ab2-847c-cb7dc073204d} <Debug> TCPHandler: Processed in 0.003500334 sec. | ||
| 12057 | 2025.02.10 18:55:08.350078 [ 195 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_94_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29200 rows, containing 5 columns (5 merged, 0 gathered) in 0.007775528 sec., 3755371.982455725 rows/sec., 253.51 MiB/sec. | ||
| 12058 | 2025.02.10 18:55:08.350503 [ 193 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_94_19} <Trace> MergedBlockOutputStream: filled checksums all_1_94_19 (state Temporary) | ||
| 12059 | 2025.02.10 18:55:08.350875 [ 193 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_94_19} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_94_19 to all_1_94_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12060 | 2025.02.10 18:55:08.350966 [ 193 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_94_19} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 5 parts: [all_1_90_18, all_94_94_0] -> all_1_94_19 | ||
| 12061 | 2025.02.10 18:55:08.351048 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
| 12062 | 2025.02.10 18:55:10.273105 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169 | ||
| 12063 | 2025.02.10 18:55:10.273910 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12064 | 2025.02.10 18:55:10.273963 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12065 | 2025.02.10 18:55:10.274523 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 12066 | 2025.02.10 18:55:10.274804 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12067 | 2025.02.10 18:55:10.275102 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169 | ||
| 12068 | 2025.02.10 18:55:12.113735 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 | ||
| 12069 | 2025.02.10 18:55:12.134095 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12070 | 2025.02.10 18:55:12.134152 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12071 | 2025.02.10 18:55:12.141022 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 12072 | 2025.02.10 18:55:12.141800 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12073 | 2025.02.10 18:55:12.145822 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 12074 | 2025.02.10 18:55:12.915476 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1724 | ||
| 12075 | 2025.02.10 18:55:12.918860 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12076 | 2025.02.10 18:55:12.918911 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12077 | 2025.02.10 18:55:12.920396 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12078 | 2025.02.10 18:55:12.920724 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12079 | 2025.02.10 18:55:12.922046 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1724 | ||
| 12080 | 2025.02.10 18:55:13.347643 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12081 | 2025.02.10 18:55:13.347826 [ 4 ] {b34c2939-56df-43ad-8ddf-129b1d0b65b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12082 | 2025.02.10 18:55:13.347899 [ 4 ] {b34c2939-56df-43ad-8ddf-129b1d0b65b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12083 | 2025.02.10 18:55:13.348585 [ 4 ] {b34c2939-56df-43ad-8ddf-129b1d0b65b1} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12084 | 2025.02.10 18:55:13.348627 [ 4 ] {b34c2939-56df-43ad-8ddf-129b1d0b65b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12085 | 2025.02.10 18:55:13.349017 [ 4 ] {b34c2939-56df-43ad-8ddf-129b1d0b65b1} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12086 | 2025.02.10 18:55:13.349289 [ 4 ] {b34c2939-56df-43ad-8ddf-129b1d0b65b1} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12087 | 2025.02.10 18:55:13.349490 [ 123 ] {} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 12088 | 2025.02.10 18:55:13.349543 [ 4 ] {b34c2939-56df-43ad-8ddf-129b1d0b65b1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001769 sec., 7914.075749010741 rows/sec., 569.71 KiB/sec. | ||
| 12089 | 2025.02.10 18:55:13.349618 [ 123 ] {} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12090 | 2025.02.10 18:55:13.349673 [ 4 ] {b34c2939-56df-43ad-8ddf-129b1d0b65b1} <Debug> TCPHandler: Processed in 0.002124381 sec. | ||
| 12091 | 2025.02.10 18:55:13.349701 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12092 | 2025.02.10 18:55:13.349932 [ 198 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 12093 | 2025.02.10 18:55:13.350079 [ 198 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12094 | 2025.02.10 18:55:13.350090 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12095 | 2025.02.10 18:55:13.350125 [ 198 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 14 rows starting from the beginning of the part | ||
| 12096 | 2025.02.10 18:55:13.350331 [ 198 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 12097 | 2025.02.10 18:55:13.350677 [ 198 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 12098 | 2025.02.10 18:55:13.350708 [ 256 ] {7c1b9bd1-f0c3-4c8d-adf5-50de27a3d8f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12099 | 2025.02.10 18:55:13.350885 [ 198 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 12100 | 2025.02.10 18:55:13.351017 [ 256 ] {7c1b9bd1-f0c3-4c8d-adf5-50de27a3d8f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12101 | 2025.02.10 18:55:13.351230 [ 198 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
| 12102 | 2025.02.10 18:55:13.353735 [ 256 ] {7c1b9bd1-f0c3-4c8d-adf5-50de27a3d8f1} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12103 | 2025.02.10 18:55:13.353844 [ 256 ] {7c1b9bd1-f0c3-4c8d-adf5-50de27a3d8f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12104 | 2025.02.10 18:55:13.353868 [ 198 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004039928 sec., 17327.041472026234 rows/sec., 1.28 MiB/sec. | ||
| 12105 | 2025.02.10 18:55:13.354139 [ 195 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 12106 | 2025.02.10 18:55:13.354692 [ 256 ] {7c1b9bd1-f0c3-4c8d-adf5-50de27a3d8f1} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12107 | 2025.02.10 18:55:13.354720 [ 195 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_41_10} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12108 | 2025.02.10 18:55:13.354859 [ 195 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_41_10} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 12109 | 2025.02.10 18:55:13.355035 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12110 | 2025.02.10 18:55:13.355133 [ 256 ] {7c1b9bd1-f0c3-4c8d-adf5-50de27a3d8f1} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12111 | 2025.02.10 18:55:13.355327 [ 123 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12112 | 2025.02.10 18:55:13.355373 [ 123 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12113 | 2025.02.10 18:55:13.355411 [ 256 ] {7c1b9bd1-f0c3-4c8d-adf5-50de27a3d8f1} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.00501 sec., 54491.017964071856 rows/sec., 4.80 MiB/sec. | ||
| 12114 | 2025.02.10 18:55:13.355417 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12115 | 2025.02.10 18:55:13.355657 [ 256 ] {7c1b9bd1-f0c3-4c8d-adf5-50de27a3d8f1} <Debug> TCPHandler: Processed in 0.005844541 sec. | ||
| 12116 | 2025.02.10 18:55:13.355809 [ 189 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 12117 | 2025.02.10 18:55:13.355939 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12118 | 2025.02.10 18:55:13.356383 [ 4 ] {5dba4e34-bf70-4d41-aa74-1461e7c8e650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12119 | 2025.02.10 18:55:13.356478 [ 189 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12120 | 2025.02.10 18:55:13.356571 [ 4 ] {5dba4e34-bf70-4d41-aa74-1461e7c8e650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12121 | 2025.02.10 18:55:13.356668 [ 189 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1432 rows starting from the beginning of the part | ||
| 12122 | 2025.02.10 18:55:13.357704 [ 189 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 66 rows starting from the beginning of the part | ||
| 12123 | 2025.02.10 18:55:13.358180 [ 189 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 273 rows starting from the beginning of the part | ||
| 12124 | 2025.02.10 18:55:13.358537 [ 189 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 1208 rows starting from the beginning of the part | ||
| 12125 | 2025.02.10 18:55:13.358773 [ 189 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 56 rows starting from the beginning of the part | ||
| 12126 | 2025.02.10 18:55:13.359175 [ 189 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 273 rows starting from the beginning of the part | ||
| 12127 | 2025.02.10 18:55:13.359937 [ 4 ] {5dba4e34-bf70-4d41-aa74-1461e7c8e650} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12128 | 2025.02.10 18:55:13.360006 [ 4 ] {5dba4e34-bf70-4d41-aa74-1461e7c8e650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12129 | 2025.02.10 18:55:13.360891 [ 4 ] {5dba4e34-bf70-4d41-aa74-1461e7c8e650} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 12130 | 2025.02.10 18:55:13.361433 [ 4 ] {5dba4e34-bf70-4d41-aa74-1461e7c8e650} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12131 | 2025.02.10 18:55:13.361852 [ 4 ] {5dba4e34-bf70-4d41-aa74-1461e7c8e650} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.005637 sec., 7450.7716870675895 rows/sec., 547.79 KiB/sec. | ||
| 12132 | 2025.02.10 18:55:13.361950 [ 4 ] {5dba4e34-bf70-4d41-aa74-1461e7c8e650} <Debug> TCPHandler: Processed in 0.00617668 sec. | ||
| 12133 | 2025.02.10 18:55:13.362112 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12134 | 2025.02.10 18:55:13.362310 [ 256 ] {577562cd-147a-4a67-8b92-66e638caf3f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12135 | 2025.02.10 18:55:13.362417 [ 256 ] {577562cd-147a-4a67-8b92-66e638caf3f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12136 | 2025.02.10 18:55:13.362477 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.006903997 sec., 479142.7342740734 rows/sec., 42.00 MiB/sec. | ||
| 12137 | 2025.02.10 18:55:13.362866 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12138 | 2025.02.10 18:55:13.363520 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_96_19} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12139 | 2025.02.10 18:55:13.363635 [ 256 ] {577562cd-147a-4a67-8b92-66e638caf3f7} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12140 | 2025.02.10 18:55:13.363692 [ 256 ] {577562cd-147a-4a67-8b92-66e638caf3f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12141 | 2025.02.10 18:55:13.363700 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_96_19} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12142 | 2025.02.10 18:55:13.363910 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 12143 | 2025.02.10 18:55:13.364201 [ 256 ] {577562cd-147a-4a67-8b92-66e638caf3f7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 12144 | 2025.02.10 18:55:13.364450 [ 256 ] {577562cd-147a-4a67-8b92-66e638caf3f7} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12145 | 2025.02.10 18:55:13.364659 [ 256 ] {577562cd-147a-4a67-8b92-66e638caf3f7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002415 sec., 5797.101449275362 rows/sec., 405.99 KiB/sec. | ||
| 12146 | 2025.02.10 18:55:13.364718 [ 256 ] {577562cd-147a-4a67-8b92-66e638caf3f7} <Debug> TCPHandler: Processed in 0.002672474 sec. | ||
| 12147 | 2025.02.10 18:55:13.364878 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12148 | 2025.02.10 18:55:13.365019 [ 4 ] {30cc24fa-aaa3-4e11-a8a1-17f9d052c87f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12149 | 2025.02.10 18:55:13.365080 [ 4 ] {30cc24fa-aaa3-4e11-a8a1-17f9d052c87f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12150 | 2025.02.10 18:55:13.365765 [ 4 ] {30cc24fa-aaa3-4e11-a8a1-17f9d052c87f} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12151 | 2025.02.10 18:55:13.365812 [ 4 ] {30cc24fa-aaa3-4e11-a8a1-17f9d052c87f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12152 | 2025.02.10 18:55:13.366217 [ 4 ] {30cc24fa-aaa3-4e11-a8a1-17f9d052c87f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12153 | 2025.02.10 18:55:13.366449 [ 4 ] {30cc24fa-aaa3-4e11-a8a1-17f9d052c87f} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12154 | 2025.02.10 18:55:13.366604 [ 123 ] {} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 12155 | 2025.02.10 18:55:13.366665 [ 123 ] {} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12156 | 2025.02.10 18:55:13.366705 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12157 | 2025.02.10 18:55:13.366707 [ 4 ] {30cc24fa-aaa3-4e11-a8a1-17f9d052c87f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00171 sec., 7602.33918128655 rows/sec., 474.00 KiB/sec. | ||
| 12158 | 2025.02.10 18:55:13.366946 [ 4 ] {30cc24fa-aaa3-4e11-a8a1-17f9d052c87f} <Debug> TCPHandler: Processed in 0.002133591 sec. | ||
| 12159 | 2025.02.10 18:55:13.366988 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 12160 | 2025.02.10 18:55:13.367149 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12161 | 2025.02.10 18:55:13.367184 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12162 | 2025.02.10 18:55:13.367231 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 13 rows starting from the beginning of the part | ||
| 12163 | 2025.02.10 18:55:13.367439 [ 256 ] {5c46e8bb-bae7-4653-8c16-1f83d1588fc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12164 | 2025.02.10 18:55:13.367536 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part | ||
| 12165 | 2025.02.10 18:55:13.367595 [ 256 ] {5c46e8bb-bae7-4653-8c16-1f83d1588fc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12166 | 2025.02.10 18:55:13.367929 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 13 rows starting from the beginning of the part | ||
| 12167 | 2025.02.10 18:55:13.368319 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 13 rows starting from the beginning of the part | ||
| 12168 | 2025.02.10 18:55:13.368630 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 13 rows starting from the beginning of the part | ||
| 12169 | 2025.02.10 18:55:13.370299 [ 256 ] {5c46e8bb-bae7-4653-8c16-1f83d1588fc7} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12170 | 2025.02.10 18:55:13.370364 [ 256 ] {5c46e8bb-bae7-4653-8c16-1f83d1588fc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12171 | 2025.02.10 18:55:13.371310 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004516369 sec., 14392.092408746938 rows/sec., 953.56 KiB/sec. | ||
| 12172 | 2025.02.10 18:55:13.371401 [ 256 ] {5c46e8bb-bae7-4653-8c16-1f83d1588fc7} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12173 | 2025.02.10 18:55:13.371480 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 12174 | 2025.02.10 18:55:13.371940 [ 256 ] {5c46e8bb-bae7-4653-8c16-1f83d1588fc7} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12175 | 2025.02.10 18:55:13.372064 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_41_10} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12176 | 2025.02.10 18:55:13.372260 [ 123 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12177 | 2025.02.10 18:55:13.372365 [ 123 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12178 | 2025.02.10 18:55:13.372336 [ 188 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_41_10} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 12179 | 2025.02.10 18:55:13.372417 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12180 | 2025.02.10 18:55:13.372461 [ 256 ] {5c46e8bb-bae7-4653-8c16-1f83d1588fc7} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.005151 sec., 80955.1543389633 rows/sec., 5.78 MiB/sec. | ||
| 12181 | 2025.02.10 18:55:13.372802 [ 256 ] {5c46e8bb-bae7-4653-8c16-1f83d1588fc7} <Debug> TCPHandler: Processed in 0.005731588 sec. | ||
| 12182 | 2025.02.10 18:55:13.372809 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12183 | 2025.02.10 18:55:13.372953 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 12184 | 2025.02.10 18:55:13.372996 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12185 | 2025.02.10 18:55:13.373103 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12186 | 2025.02.10 18:55:13.373147 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 914 rows starting from the beginning of the part | ||
| 12187 | 2025.02.10 18:55:13.373153 [ 4 ] {a71395b3-331c-48a3-b634-5603f3ed2799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12188 | 2025.02.10 18:55:13.373272 [ 4 ] {a71395b3-331c-48a3-b634-5603f3ed2799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12189 | 2025.02.10 18:55:13.373341 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 69 rows starting from the beginning of the part | ||
| 12190 | 2025.02.10 18:55:13.373745 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 417 rows starting from the beginning of the part | ||
| 12191 | 2025.02.10 18:55:13.374164 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 529 rows starting from the beginning of the part | ||
| 12192 | 2025.02.10 18:55:13.374505 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 64 rows starting from the beginning of the part | ||
| 12193 | 2025.02.10 18:55:13.374844 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 417 rows starting from the beginning of the part | ||
| 12194 | 2025.02.10 18:55:13.375636 [ 4 ] {a71395b3-331c-48a3-b634-5603f3ed2799} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12195 | 2025.02.10 18:55:13.375682 [ 4 ] {a71395b3-331c-48a3-b634-5603f3ed2799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12196 | 2025.02.10 18:55:13.376216 [ 4 ] {a71395b3-331c-48a3-b634-5603f3ed2799} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12197 | 2025.02.10 18:55:13.376533 [ 4 ] {a71395b3-331c-48a3-b634-5603f3ed2799} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12198 | 2025.02.10 18:55:13.376715 [ 123 ] {} <Debug> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 12199 | 2025.02.10 18:55:13.376798 [ 123 ] {} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12200 | 2025.02.10 18:55:13.376839 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12201 | 2025.02.10 18:55:13.376838 [ 4 ] {a71395b3-331c-48a3-b634-5603f3ed2799} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00371 sec., 1617.2506738544473 rows/sec., 84.50 KiB/sec. | ||
| 12202 | 2025.02.10 18:55:13.377281 [ 4 ] {a71395b3-331c-48a3-b634-5603f3ed2799} <Debug> TCPHandler: Processed in 0.004367465 sec. | ||
| 12203 | 2025.02.10 18:55:13.377591 [ 200 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 12204 | 2025.02.10 18:55:13.377736 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12205 | 2025.02.10 18:55:13.377934 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.00538687 sec., 447384.1024565285 rows/sec., 34.31 MiB/sec. | ||
| 12206 | 2025.02.10 18:55:13.378089 [ 256 ] {6dd6247c-393f-4638-ac41-7f477aa6bd7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12207 | 2025.02.10 18:55:13.378174 [ 200 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12208 | 2025.02.10 18:55:13.378275 [ 256 ] {6dd6247c-393f-4638-ac41-7f477aa6bd7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12209 | 2025.02.10 18:55:13.378276 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12210 | 2025.02.10 18:55:13.378294 [ 200 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 216 rows starting from the beginning of the part | ||
| 12211 | 2025.02.10 18:55:13.378915 [ 200 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 12212 | 2025.02.10 18:55:13.379284 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_96_19} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12213 | 2025.02.10 18:55:13.379449 [ 200 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 12214 | 2025.02.10 18:55:13.379725 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_96_19} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12215 | 2025.02.10 18:55:13.380062 [ 200 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 12216 | 2025.02.10 18:55:13.380094 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 12217 | 2025.02.10 18:55:13.380365 [ 200 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 12218 | 2025.02.10 18:55:13.380603 [ 200 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 12219 | 2025.02.10 18:55:13.381520 [ 256 ] {6dd6247c-393f-4638-ac41-7f477aa6bd7a} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12220 | 2025.02.10 18:55:13.381587 [ 256 ] {6dd6247c-393f-4638-ac41-7f477aa6bd7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12221 | 2025.02.10 18:55:13.382634 [ 256 ] {6dd6247c-393f-4638-ac41-7f477aa6bd7a} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12222 | 2025.02.10 18:55:13.383205 [ 200 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.006171149 sec., 39862.916938158516 rows/sec., 2.03 MiB/sec. | ||
| 12223 | 2025.02.10 18:55:13.383222 [ 256 ] {6dd6247c-393f-4638-ac41-7f477aa6bd7a} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12224 | 2025.02.10 18:55:13.383397 [ 200 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 12225 | 2025.02.10 18:55:13.383789 [ 256 ] {6dd6247c-393f-4638-ac41-7f477aa6bd7a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005798 sec., 40876.16419454984 rows/sec., 2.74 MiB/sec. | ||
| 12226 | 2025.02.10 18:55:13.384047 [ 256 ] {6dd6247c-393f-4638-ac41-7f477aa6bd7a} <Debug> TCPHandler: Processed in 0.006484786 sec. | ||
| 12227 | 2025.02.10 18:55:13.384320 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12228 | 2025.02.10 18:55:13.384347 [ 200 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_41_8} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12229 | 2025.02.10 18:55:13.384787 [ 4 ] {24d307b4-ad9d-450f-be26-cca85a88c800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12230 | 2025.02.10 18:55:13.384851 [ 200 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_41_8} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 12231 | 2025.02.10 18:55:13.384989 [ 4 ] {24d307b4-ad9d-450f-be26-cca85a88c800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12232 | 2025.02.10 18:55:13.385264 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12233 | 2025.02.10 18:55:13.386110 [ 4 ] {24d307b4-ad9d-450f-be26-cca85a88c800} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12234 | 2025.02.10 18:55:13.386153 [ 4 ] {24d307b4-ad9d-450f-be26-cca85a88c800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12235 | 2025.02.10 18:55:13.386523 [ 4 ] {24d307b4-ad9d-450f-be26-cca85a88c800} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12236 | 2025.02.10 18:55:13.386767 [ 4 ] {24d307b4-ad9d-450f-be26-cca85a88c800} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12237 | 2025.02.10 18:55:13.386956 [ 4 ] {24d307b4-ad9d-450f-be26-cca85a88c800} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002341 sec., 427.1678769756514 rows/sec., 28.78 KiB/sec. | ||
| 12238 | 2025.02.10 18:55:13.387053 [ 4 ] {24d307b4-ad9d-450f-be26-cca85a88c800} <Debug> TCPHandler: Processed in 0.00289404 sec. | ||
| 12239 | 2025.02.10 18:55:13.387248 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12240 | 2025.02.10 18:55:13.387389 [ 256 ] {7ddc18d5-26f4-4387-9fbb-1c44c5d6e1ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12241 | 2025.02.10 18:55:13.387484 [ 256 ] {7ddc18d5-26f4-4387-9fbb-1c44c5d6e1ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12242 | 2025.02.10 18:55:13.388790 [ 256 ] {7ddc18d5-26f4-4387-9fbb-1c44c5d6e1ea} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12243 | 2025.02.10 18:55:13.388831 [ 256 ] {7ddc18d5-26f4-4387-9fbb-1c44c5d6e1ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12244 | 2025.02.10 18:55:13.389531 [ 256 ] {7ddc18d5-26f4-4387-9fbb-1c44c5d6e1ea} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 12245 | 2025.02.10 18:55:13.389793 [ 256 ] {7ddc18d5-26f4-4387-9fbb-1c44c5d6e1ea} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12246 | 2025.02.10 18:55:13.390085 [ 256 ] {7ddc18d5-26f4-4387-9fbb-1c44c5d6e1ea} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002719 sec., 12872.379551305627 rows/sec., 23.07 MiB/sec. | ||
| 12247 | 2025.02.10 18:55:13.390337 [ 256 ] {7ddc18d5-26f4-4387-9fbb-1c44c5d6e1ea} <Debug> TCPHandler: Processed in 0.003177786 sec. | ||
| 12248 | 2025.02.10 18:55:13.390591 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12249 | 2025.02.10 18:55:13.390771 [ 4 ] {1e52a49a-4393-4a57-9de5-aca25bfa809e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12250 | 2025.02.10 18:55:13.390823 [ 4 ] {1e52a49a-4393-4a57-9de5-aca25bfa809e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12251 | 2025.02.10 18:55:13.391323 [ 4 ] {1e52a49a-4393-4a57-9de5-aca25bfa809e} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12252 | 2025.02.10 18:55:13.391360 [ 4 ] {1e52a49a-4393-4a57-9de5-aca25bfa809e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12253 | 2025.02.10 18:55:13.391732 [ 4 ] {1e52a49a-4393-4a57-9de5-aca25bfa809e} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12254 | 2025.02.10 18:55:13.391966 [ 4 ] {1e52a49a-4393-4a57-9de5-aca25bfa809e} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12255 | 2025.02.10 18:55:13.392104 [ 146 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12256 | 2025.02.10 18:55:13.392151 [ 146 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12257 | 2025.02.10 18:55:13.392155 [ 4 ] {1e52a49a-4393-4a57-9de5-aca25bfa809e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001409 sec., 58197.30305180979 rows/sec., 3.70 MiB/sec. | ||
| 12258 | 2025.02.10 18:55:13.392179 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12259 | 2025.02.10 18:55:13.392246 [ 4 ] {1e52a49a-4393-4a57-9de5-aca25bfa809e} <Debug> TCPHandler: Processed in 0.001777873 sec. | ||
| 12260 | 2025.02.10 18:55:13.392488 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 12261 | 2025.02.10 18:55:13.392932 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12262 | 2025.02.10 18:55:13.393021 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5586 rows starting from the beginning of the part | ||
| 12263 | 2025.02.10 18:55:13.393307 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part | ||
| 12264 | 2025.02.10 18:55:13.393380 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 82 rows starting from the beginning of the part | ||
| 12265 | 2025.02.10 18:55:13.393625 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 44 rows starting from the beginning of the part | ||
| 12266 | 2025.02.10 18:55:13.393718 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 16 rows starting from the beginning of the part | ||
| 12267 | 2025.02.10 18:55:13.393938 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 82 rows starting from the beginning of the part | ||
| 12268 | 2025.02.10 18:55:13.396005 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5870 rows, containing 4 columns (4 merged, 0 gathered) in 0.0037292 sec., 1574064.1424434197 rows/sec., 102.58 MiB/sec. | ||
| 12269 | 2025.02.10 18:55:13.396383 [ 196 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12270 | 2025.02.10 18:55:13.396709 [ 196 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_96_19} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12271 | 2025.02.10 18:55:13.396800 [ 196 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_96_19} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12272 | 2025.02.10 18:55:13.396892 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 12273 | 2025.02.10 18:55:17.604234 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12274 | 2025.02.10 18:55:17.604299 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12275 | 2025.02.10 18:55:17.775263 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26596 | ||
| 12276 | 2025.02.10 18:55:17.776003 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12277 | 2025.02.10 18:55:17.776055 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12278 | 2025.02.10 18:55:17.776622 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12279 | 2025.02.10 18:55:17.776881 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12280 | 2025.02.10 18:55:17.777140 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
| 12281 | 2025.02.10 18:55:18.340951 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12282 | 2025.02.10 18:55:18.341144 [ 4 ] {1df03eac-aafd-4464-bcf8-151c4c87d907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12283 | 2025.02.10 18:55:18.341218 [ 4 ] {1df03eac-aafd-4464-bcf8-151c4c87d907} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12284 | 2025.02.10 18:55:18.341966 [ 4 ] {1df03eac-aafd-4464-bcf8-151c4c87d907} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12285 | 2025.02.10 18:55:18.342018 [ 4 ] {1df03eac-aafd-4464-bcf8-151c4c87d907} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12286 | 2025.02.10 18:55:18.342447 [ 4 ] {1df03eac-aafd-4464-bcf8-151c4c87d907} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12287 | 2025.02.10 18:55:18.342698 [ 4 ] {1df03eac-aafd-4464-bcf8-151c4c87d907} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12288 | 2025.02.10 18:55:18.342968 [ 4 ] {1df03eac-aafd-4464-bcf8-151c4c87d907} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001864 sec., 35407.725321888414 rows/sec., 2.82 MiB/sec. | ||
| 12289 | 2025.02.10 18:55:18.343051 [ 4 ] {1df03eac-aafd-4464-bcf8-151c4c87d907} <Debug> TCPHandler: Processed in 0.002220524 sec. | ||
| 12290 | 2025.02.10 18:55:18.343334 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12291 | 2025.02.10 18:55:18.343614 [ 256 ] {063cb703-ec48-4674-aa49-180a11b205d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12292 | 2025.02.10 18:55:18.343687 [ 256 ] {063cb703-ec48-4674-aa49-180a11b205d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12293 | 2025.02.10 18:55:18.344422 [ 256 ] {063cb703-ec48-4674-aa49-180a11b205d2} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12294 | 2025.02.10 18:55:18.344463 [ 256 ] {063cb703-ec48-4674-aa49-180a11b205d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12295 | 2025.02.10 18:55:18.344900 [ 256 ] {063cb703-ec48-4674-aa49-180a11b205d2} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 12296 | 2025.02.10 18:55:18.345165 [ 256 ] {063cb703-ec48-4674-aa49-180a11b205d2} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12297 | 2025.02.10 18:55:18.345374 [ 256 ] {063cb703-ec48-4674-aa49-180a11b205d2} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001819 sec., 2748.763056624519 rows/sec., 206.69 KiB/sec. | ||
| 12298 | 2025.02.10 18:55:18.345438 [ 256 ] {063cb703-ec48-4674-aa49-180a11b205d2} <Debug> TCPHandler: Processed in 0.002272085 sec. | ||
| 12299 | 2025.02.10 18:55:18.345674 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12300 | 2025.02.10 18:55:18.345864 [ 4 ] {99040bb9-028b-4bb1-b028-5c6c54cece5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12301 | 2025.02.10 18:55:18.345925 [ 4 ] {99040bb9-028b-4bb1-b028-5c6c54cece5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12302 | 2025.02.10 18:55:18.346601 [ 4 ] {99040bb9-028b-4bb1-b028-5c6c54cece5d} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12303 | 2025.02.10 18:55:18.346642 [ 4 ] {99040bb9-028b-4bb1-b028-5c6c54cece5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12304 | 2025.02.10 18:55:18.347010 [ 4 ] {99040bb9-028b-4bb1-b028-5c6c54cece5d} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12305 | 2025.02.10 18:55:18.347243 [ 4 ] {99040bb9-028b-4bb1-b028-5c6c54cece5d} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12306 | 2025.02.10 18:55:18.347447 [ 4 ] {99040bb9-028b-4bb1-b028-5c6c54cece5d} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.00162 sec., 42592.5925925926 rows/sec., 3.32 MiB/sec. | ||
| 12307 | 2025.02.10 18:55:18.347503 [ 4 ] {99040bb9-028b-4bb1-b028-5c6c54cece5d} <Debug> TCPHandler: Processed in 0.001980757 sec. | ||
| 12308 | 2025.02.10 18:55:18.347646 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12309 | 2025.02.10 18:55:18.347786 [ 256 ] {a16ad429-fc9e-4767-8197-d997fca1ff3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12310 | 2025.02.10 18:55:18.347850 [ 256 ] {a16ad429-fc9e-4767-8197-d997fca1ff3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12311 | 2025.02.10 18:55:18.348496 [ 256 ] {a16ad429-fc9e-4767-8197-d997fca1ff3e} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12312 | 2025.02.10 18:55:18.348536 [ 256 ] {a16ad429-fc9e-4767-8197-d997fca1ff3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12313 | 2025.02.10 18:55:18.348947 [ 256 ] {a16ad429-fc9e-4767-8197-d997fca1ff3e} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12314 | 2025.02.10 18:55:18.349196 [ 256 ] {a16ad429-fc9e-4767-8197-d997fca1ff3e} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12315 | 2025.02.10 18:55:18.349393 [ 256 ] {a16ad429-fc9e-4767-8197-d997fca1ff3e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001632 sec., 98039.21568627452 rows/sec., 6.83 MiB/sec. | ||
| 12316 | 2025.02.10 18:55:18.349488 [ 256 ] {a16ad429-fc9e-4767-8197-d997fca1ff3e} <Debug> TCPHandler: Processed in 0.001905326 sec. | ||
| 12317 | 2025.02.10 18:55:18.349670 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12318 | 2025.02.10 18:55:18.349843 [ 4 ] {ab404a01-d321-4111-ac99-386b4af2d80b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12319 | 2025.02.10 18:55:18.349935 [ 4 ] {ab404a01-d321-4111-ac99-386b4af2d80b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12320 | 2025.02.10 18:55:18.351082 [ 4 ] {ab404a01-d321-4111-ac99-386b4af2d80b} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12321 | 2025.02.10 18:55:18.351121 [ 4 ] {ab404a01-d321-4111-ac99-386b4af2d80b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12322 | 2025.02.10 18:55:18.351739 [ 4 ] {ab404a01-d321-4111-ac99-386b4af2d80b} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 12323 | 2025.02.10 18:55:18.351992 [ 4 ] {ab404a01-d321-4111-ac99-386b4af2d80b} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12324 | 2025.02.10 18:55:18.352285 [ 4 ] {ab404a01-d321-4111-ac99-386b4af2d80b} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002475 sec., 2020.20202020202 rows/sec., 3.62 MiB/sec. | ||
| 12325 | 2025.02.10 18:55:18.352766 [ 4 ] {ab404a01-d321-4111-ac99-386b4af2d80b} <Debug> TCPHandler: Processed in 0.003184826 sec. | ||
| 12326 | 2025.02.10 18:55:18.353008 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12327 | 2025.02.10 18:55:18.353201 [ 256 ] {4b70b6b1-1f29-4aa4-890c-48455bfead73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12328 | 2025.02.10 18:55:18.353261 [ 256 ] {4b70b6b1-1f29-4aa4-890c-48455bfead73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12329 | 2025.02.10 18:55:18.353732 [ 256 ] {4b70b6b1-1f29-4aa4-890c-48455bfead73} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12330 | 2025.02.10 18:55:18.353770 [ 256 ] {4b70b6b1-1f29-4aa4-890c-48455bfead73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12331 | 2025.02.10 18:55:18.354150 [ 256 ] {4b70b6b1-1f29-4aa4-890c-48455bfead73} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12332 | 2025.02.10 18:55:18.354394 [ 256 ] {4b70b6b1-1f29-4aa4-890c-48455bfead73} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12333 | 2025.02.10 18:55:18.354567 [ 256 ] {4b70b6b1-1f29-4aa4-890c-48455bfead73} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
| 12334 | 2025.02.10 18:55:18.354616 [ 256 ] {4b70b6b1-1f29-4aa4-890c-48455bfead73} <Debug> TCPHandler: Processed in 0.001750532 sec. | ||
| 12335 | 2025.02.10 18:55:19.645916 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438 | ||
| 12336 | 2025.02.10 18:55:19.667981 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12337 | 2025.02.10 18:55:19.668046 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12338 | 2025.02.10 18:55:19.675425 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12339 | 2025.02.10 18:55:19.676336 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12340 | 2025.02.10 18:55:19.679622 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438 | ||
| 12341 | 2025.02.10 18:55:22.922314 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1758 | ||
| 12342 | 2025.02.10 18:55:22.925416 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12343 | 2025.02.10 18:55:22.925466 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12344 | 2025.02.10 18:55:22.926944 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12345 | 2025.02.10 18:55:22.927272 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12346 | 2025.02.10 18:55:22.927845 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1758 | ||
| 12347 | 2025.02.10 18:55:23.347387 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12348 | 2025.02.10 18:55:23.347574 [ 4 ] {a757bf23-9624-4d7e-ac56-75a310d57f98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12349 | 2025.02.10 18:55:23.347650 [ 4 ] {a757bf23-9624-4d7e-ac56-75a310d57f98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12350 | 2025.02.10 18:55:23.348451 [ 4 ] {a757bf23-9624-4d7e-ac56-75a310d57f98} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12351 | 2025.02.10 18:55:23.348501 [ 4 ] {a757bf23-9624-4d7e-ac56-75a310d57f98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12352 | 2025.02.10 18:55:23.348903 [ 4 ] {a757bf23-9624-4d7e-ac56-75a310d57f98} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12353 | 2025.02.10 18:55:23.349149 [ 4 ] {a757bf23-9624-4d7e-ac56-75a310d57f98} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12354 | 2025.02.10 18:55:23.349344 [ 4 ] {a757bf23-9624-4d7e-ac56-75a310d57f98} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001821 sec., 7688.083470620539 rows/sec., 553.44 KiB/sec. | ||
| 12355 | 2025.02.10 18:55:23.349403 [ 4 ] {a757bf23-9624-4d7e-ac56-75a310d57f98} <Debug> TCPHandler: Processed in 0.002116531 sec. | ||
| 12356 | 2025.02.10 18:55:23.349674 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12357 | 2025.02.10 18:55:23.349879 [ 256 ] {5313393d-634b-4028-a6be-37926a117a16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12358 | 2025.02.10 18:55:23.349962 [ 256 ] {5313393d-634b-4028-a6be-37926a117a16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12359 | 2025.02.10 18:55:23.350750 [ 256 ] {5313393d-634b-4028-a6be-37926a117a16} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12360 | 2025.02.10 18:55:23.350805 [ 256 ] {5313393d-634b-4028-a6be-37926a117a16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12361 | 2025.02.10 18:55:23.351268 [ 256 ] {5313393d-634b-4028-a6be-37926a117a16} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 12362 | 2025.02.10 18:55:23.351649 [ 256 ] {5313393d-634b-4028-a6be-37926a117a16} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12363 | 2025.02.10 18:55:23.351969 [ 256 ] {5313393d-634b-4028-a6be-37926a117a16} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002144 sec., 4664.179104477612 rows/sec., 380.33 KiB/sec. | ||
| 12364 | 2025.02.10 18:55:23.352215 [ 256 ] {5313393d-634b-4028-a6be-37926a117a16} <Debug> TCPHandler: Processed in 0.002678745 sec. | ||
| 12365 | 2025.02.10 18:55:23.352402 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12366 | 2025.02.10 18:55:23.352545 [ 4 ] {3975ad86-a6de-44c1-8754-ebd86c9b88b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12367 | 2025.02.10 18:55:23.352607 [ 4 ] {3975ad86-a6de-44c1-8754-ebd86c9b88b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12368 | 2025.02.10 18:55:23.353409 [ 4 ] {3975ad86-a6de-44c1-8754-ebd86c9b88b3} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12369 | 2025.02.10 18:55:23.353455 [ 4 ] {3975ad86-a6de-44c1-8754-ebd86c9b88b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12370 | 2025.02.10 18:55:23.353856 [ 4 ] {3975ad86-a6de-44c1-8754-ebd86c9b88b3} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12371 | 2025.02.10 18:55:23.354101 [ 4 ] {3975ad86-a6de-44c1-8754-ebd86c9b88b3} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12372 | 2025.02.10 18:55:23.354288 [ 4 ] {3975ad86-a6de-44c1-8754-ebd86c9b88b3} <Debug> executeQuery: Read 278 rows, 25.00 KiB in 0.001778 sec., 156355.455568054 rows/sec., 13.73 MiB/sec. | ||
| 12373 | 2025.02.10 18:55:23.354341 [ 4 ] {3975ad86-a6de-44c1-8754-ebd86c9b88b3} <Debug> TCPHandler: Processed in 0.002008428 sec. | ||
| 12374 | 2025.02.10 18:55:23.354490 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12375 | 2025.02.10 18:55:23.354620 [ 256 ] {57bfb8e7-c712-463f-80a6-cc14043acf04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12376 | 2025.02.10 18:55:23.354675 [ 256 ] {57bfb8e7-c712-463f-80a6-cc14043acf04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12377 | 2025.02.10 18:55:23.355315 [ 256 ] {57bfb8e7-c712-463f-80a6-cc14043acf04} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12378 | 2025.02.10 18:55:23.355362 [ 256 ] {57bfb8e7-c712-463f-80a6-cc14043acf04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12379 | 2025.02.10 18:55:23.355771 [ 256 ] {57bfb8e7-c712-463f-80a6-cc14043acf04} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 12380 | 2025.02.10 18:55:23.356023 [ 256 ] {57bfb8e7-c712-463f-80a6-cc14043acf04} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12381 | 2025.02.10 18:55:23.356246 [ 256 ] {57bfb8e7-c712-463f-80a6-cc14043acf04} <Debug> executeQuery: Read 52 rows, 3.79 KiB in 0.001652 sec., 31476.99757869249 rows/sec., 2.24 MiB/sec. | ||
| 12382 | 2025.02.10 18:55:23.356305 [ 256 ] {57bfb8e7-c712-463f-80a6-cc14043acf04} <Debug> TCPHandler: Processed in 0.001872876 sec. | ||
| 12383 | 2025.02.10 18:55:23.356454 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12384 | 2025.02.10 18:55:23.356589 [ 4 ] {bcbd3677-a9f8-4696-b15f-91bd44e1d113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12385 | 2025.02.10 18:55:23.356649 [ 4 ] {bcbd3677-a9f8-4696-b15f-91bd44e1d113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12386 | 2025.02.10 18:55:23.357333 [ 4 ] {bcbd3677-a9f8-4696-b15f-91bd44e1d113} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12387 | 2025.02.10 18:55:23.357381 [ 4 ] {bcbd3677-a9f8-4696-b15f-91bd44e1d113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12388 | 2025.02.10 18:55:23.357778 [ 4 ] {bcbd3677-a9f8-4696-b15f-91bd44e1d113} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 12389 | 2025.02.10 18:55:23.358020 [ 4 ] {bcbd3677-a9f8-4696-b15f-91bd44e1d113} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12390 | 2025.02.10 18:55:23.358243 [ 4 ] {bcbd3677-a9f8-4696-b15f-91bd44e1d113} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001687 sec., 8298.755186721992 rows/sec., 581.19 KiB/sec. | ||
| 12391 | 2025.02.10 18:55:23.358298 [ 4 ] {bcbd3677-a9f8-4696-b15f-91bd44e1d113} <Debug> TCPHandler: Processed in 0.001903575 sec. | ||
| 12392 | 2025.02.10 18:55:23.358433 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12393 | 2025.02.10 18:55:23.358554 [ 256 ] {a3596191-2ebf-40ef-a807-36e388be751a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12394 | 2025.02.10 18:55:23.358608 [ 256 ] {a3596191-2ebf-40ef-a807-36e388be751a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12395 | 2025.02.10 18:55:23.359204 [ 256 ] {a3596191-2ebf-40ef-a807-36e388be751a} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12396 | 2025.02.10 18:55:23.359246 [ 256 ] {a3596191-2ebf-40ef-a807-36e388be751a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12397 | 2025.02.10 18:55:23.359625 [ 256 ] {a3596191-2ebf-40ef-a807-36e388be751a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12398 | 2025.02.10 18:55:23.359881 [ 256 ] {a3596191-2ebf-40ef-a807-36e388be751a} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12399 | 2025.02.10 18:55:23.360105 [ 256 ] {a3596191-2ebf-40ef-a807-36e388be751a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001576 sec., 8248.730964467006 rows/sec., 514.31 KiB/sec. | ||
| 12400 | 2025.02.10 18:55:23.360159 [ 256 ] {a3596191-2ebf-40ef-a807-36e388be751a} <Debug> TCPHandler: Processed in 0.001787783 sec. | ||
| 12401 | 2025.02.10 18:55:23.360306 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12402 | 2025.02.10 18:55:23.360425 [ 4 ] {86568c49-631f-4753-9ea0-d6208f76190b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12403 | 2025.02.10 18:55:23.360477 [ 4 ] {86568c49-631f-4753-9ea0-d6208f76190b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12404 | 2025.02.10 18:55:23.361359 [ 4 ] {86568c49-631f-4753-9ea0-d6208f76190b} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12405 | 2025.02.10 18:55:23.361407 [ 4 ] {86568c49-631f-4753-9ea0-d6208f76190b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12406 | 2025.02.10 18:55:23.361810 [ 4 ] {86568c49-631f-4753-9ea0-d6208f76190b} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12407 | 2025.02.10 18:55:23.362050 [ 4 ] {86568c49-631f-4753-9ea0-d6208f76190b} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12408 | 2025.02.10 18:55:23.362268 [ 4 ] {86568c49-631f-4753-9ea0-d6208f76190b} <Debug> executeQuery: Read 427 rows, 31.30 KiB in 0.001869 sec., 228464.41947565542 rows/sec., 16.35 MiB/sec. | ||
| 12409 | 2025.02.10 18:55:23.362323 [ 4 ] {86568c49-631f-4753-9ea0-d6208f76190b} <Debug> TCPHandler: Processed in 0.00207287 sec. | ||
| 12410 | 2025.02.10 18:55:23.362475 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12411 | 2025.02.10 18:55:23.362598 [ 256 ] {4f71b4da-4e88-47ab-be20-25b67493a9d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12412 | 2025.02.10 18:55:23.362653 [ 256 ] {4f71b4da-4e88-47ab-be20-25b67493a9d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12413 | 2025.02.10 18:55:23.363154 [ 256 ] {4f71b4da-4e88-47ab-be20-25b67493a9d7} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12414 | 2025.02.10 18:55:23.363197 [ 256 ] {4f71b4da-4e88-47ab-be20-25b67493a9d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12415 | 2025.02.10 18:55:23.363593 [ 256 ] {4f71b4da-4e88-47ab-be20-25b67493a9d7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12416 | 2025.02.10 18:55:23.363847 [ 256 ] {4f71b4da-4e88-47ab-be20-25b67493a9d7} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12417 | 2025.02.10 18:55:23.364063 [ 256 ] {4f71b4da-4e88-47ab-be20-25b67493a9d7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00149 sec., 4026.8456375838928 rows/sec., 210.39 KiB/sec. | ||
| 12418 | 2025.02.10 18:55:23.364116 [ 256 ] {4f71b4da-4e88-47ab-be20-25b67493a9d7} <Debug> TCPHandler: Processed in 0.001699591 sec. | ||
| 12419 | 2025.02.10 18:55:23.364270 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12420 | 2025.02.10 18:55:23.364397 [ 4 ] {e9654c31-15b1-4600-ad43-695430ebd342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12421 | 2025.02.10 18:55:23.364450 [ 4 ] {e9654c31-15b1-4600-ad43-695430ebd342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12422 | 2025.02.10 18:55:23.365036 [ 4 ] {e9654c31-15b1-4600-ad43-695430ebd342} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12423 | 2025.02.10 18:55:23.365076 [ 4 ] {e9654c31-15b1-4600-ad43-695430ebd342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12424 | 2025.02.10 18:55:23.365482 [ 4 ] {e9654c31-15b1-4600-ad43-695430ebd342} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12425 | 2025.02.10 18:55:23.365719 [ 4 ] {e9654c31-15b1-4600-ad43-695430ebd342} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12426 | 2025.02.10 18:55:23.365938 [ 4 ] {e9654c31-15b1-4600-ad43-695430ebd342} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.001567 sec., 154435.22654754308 rows/sec., 10.36 MiB/sec. | ||
| 12427 | 2025.02.10 18:55:23.365990 [ 4 ] {e9654c31-15b1-4600-ad43-695430ebd342} <Debug> TCPHandler: Processed in 0.001779583 sec. | ||
| 12428 | 2025.02.10 18:55:23.366125 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12429 | 2025.02.10 18:55:23.366245 [ 256 ] {8b2b104e-0d4d-43da-a557-a597bba211ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12430 | 2025.02.10 18:55:23.366302 [ 256 ] {8b2b104e-0d4d-43da-a557-a597bba211ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12431 | 2025.02.10 18:55:23.366788 [ 256 ] {8b2b104e-0d4d-43da-a557-a597bba211ea} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12432 | 2025.02.10 18:55:23.366831 [ 256 ] {8b2b104e-0d4d-43da-a557-a597bba211ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12433 | 2025.02.10 18:55:23.367229 [ 256 ] {8b2b104e-0d4d-43da-a557-a597bba211ea} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12434 | 2025.02.10 18:55:23.367475 [ 256 ] {8b2b104e-0d4d-43da-a557-a597bba211ea} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12435 | 2025.02.10 18:55:23.367711 [ 256 ] {8b2b104e-0d4d-43da-a557-a597bba211ea} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001488 sec., 672.0430107526882 rows/sec., 45.28 KiB/sec. | ||
| 12436 | 2025.02.10 18:55:23.367778 [ 256 ] {8b2b104e-0d4d-43da-a557-a597bba211ea} <Debug> TCPHandler: Processed in 0.001707311 sec. | ||
| 12437 | 2025.02.10 18:55:23.367962 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12438 | 2025.02.10 18:55:23.368085 [ 4 ] {39887987-a8b7-4dbc-a2fe-73efcef17dba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12439 | 2025.02.10 18:55:23.368167 [ 4 ] {39887987-a8b7-4dbc-a2fe-73efcef17dba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12440 | 2025.02.10 18:55:23.369263 [ 4 ] {39887987-a8b7-4dbc-a2fe-73efcef17dba} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12441 | 2025.02.10 18:55:23.369302 [ 4 ] {39887987-a8b7-4dbc-a2fe-73efcef17dba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12442 | 2025.02.10 18:55:23.369934 [ 4 ] {39887987-a8b7-4dbc-a2fe-73efcef17dba} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 12443 | 2025.02.10 18:55:23.370190 [ 4 ] {39887987-a8b7-4dbc-a2fe-73efcef17dba} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12444 | 2025.02.10 18:55:23.370440 [ 4 ] {39887987-a8b7-4dbc-a2fe-73efcef17dba} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002379 sec., 14712.063892391761 rows/sec., 26.36 MiB/sec. | ||
| 12445 | 2025.02.10 18:55:23.370632 [ 4 ] {39887987-a8b7-4dbc-a2fe-73efcef17dba} <Debug> TCPHandler: Processed in 0.002759697 sec. | ||
| 12446 | 2025.02.10 18:55:23.370945 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12447 | 2025.02.10 18:55:23.371196 [ 256 ] {e5c18709-fb70-48b6-8609-1657d82a1941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12448 | 2025.02.10 18:55:23.371291 [ 256 ] {e5c18709-fb70-48b6-8609-1657d82a1941} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12449 | 2025.02.10 18:55:23.371895 [ 256 ] {e5c18709-fb70-48b6-8609-1657d82a1941} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12450 | 2025.02.10 18:55:23.371936 [ 256 ] {e5c18709-fb70-48b6-8609-1657d82a1941} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12451 | 2025.02.10 18:55:23.372316 [ 256 ] {e5c18709-fb70-48b6-8609-1657d82a1941} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12452 | 2025.02.10 18:55:23.372555 [ 256 ] {e5c18709-fb70-48b6-8609-1657d82a1941} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12453 | 2025.02.10 18:55:23.372780 [ 256 ] {e5c18709-fb70-48b6-8609-1657d82a1941} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001639 sec., 50030.50640634533 rows/sec., 3.18 MiB/sec. | ||
| 12454 | 2025.02.10 18:55:23.372850 [ 256 ] {e5c18709-fb70-48b6-8609-1657d82a1941} <Debug> TCPHandler: Processed in 0.002119572 sec. | ||
| 12455 | 2025.02.10 18:55:25.277283 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27084 | ||
| 12456 | 2025.02.10 18:55:25.278000 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12457 | 2025.02.10 18:55:25.278042 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12458 | 2025.02.10 18:55:25.278585 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12459 | 2025.02.10 18:55:25.278845 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12460 | 2025.02.10 18:55:25.279043 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084 | ||
| 12461 | 2025.02.10 18:55:27.179709 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445 | ||
| 12462 | 2025.02.10 18:55:27.200607 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12463 | 2025.02.10 18:55:27.200662 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12464 | 2025.02.10 18:55:27.207906 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12465 | 2025.02.10 18:55:27.208665 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12466 | 2025.02.10 18:55:27.211283 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 12467 | 2025.02.10 18:55:28.341888 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12468 | 2025.02.10 18:55:28.342072 [ 4 ] {cf9cf9ff-e1ba-41a7-a877-cdb0ce1e15e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12469 | 2025.02.10 18:55:28.342144 [ 4 ] {cf9cf9ff-e1ba-41a7-a877-cdb0ce1e15e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12470 | 2025.02.10 18:55:28.342920 [ 4 ] {cf9cf9ff-e1ba-41a7-a877-cdb0ce1e15e3} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12471 | 2025.02.10 18:55:28.342968 [ 4 ] {cf9cf9ff-e1ba-41a7-a877-cdb0ce1e15e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12472 | 2025.02.10 18:55:28.343389 [ 4 ] {cf9cf9ff-e1ba-41a7-a877-cdb0ce1e15e3} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12473 | 2025.02.10 18:55:28.343636 [ 4 ] {cf9cf9ff-e1ba-41a7-a877-cdb0ce1e15e3} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12474 | 2025.02.10 18:55:28.343860 [ 4 ] {cf9cf9ff-e1ba-41a7-a877-cdb0ce1e15e3} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001837 sec., 35928.14371257485 rows/sec., 2.86 MiB/sec. | ||
| 12475 | 2025.02.10 18:55:28.343925 [ 4 ] {cf9cf9ff-e1ba-41a7-a877-cdb0ce1e15e3} <Debug> TCPHandler: Processed in 0.002158352 sec. | ||
| 12476 | 2025.02.10 18:55:28.344203 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12477 | 2025.02.10 18:55:28.344403 [ 256 ] {379936e6-43a0-480c-a770-f23a4b9f9f67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12478 | 2025.02.10 18:55:28.344478 [ 256 ] {379936e6-43a0-480c-a770-f23a4b9f9f67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12479 | 2025.02.10 18:55:28.345236 [ 256 ] {379936e6-43a0-480c-a770-f23a4b9f9f67} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12480 | 2025.02.10 18:55:28.345287 [ 256 ] {379936e6-43a0-480c-a770-f23a4b9f9f67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12481 | 2025.02.10 18:55:28.345748 [ 256 ] {379936e6-43a0-480c-a770-f23a4b9f9f67} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12482 | 2025.02.10 18:55:28.346012 [ 256 ] {379936e6-43a0-480c-a770-f23a4b9f9f67} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12483 | 2025.02.10 18:55:28.346268 [ 256 ] {379936e6-43a0-480c-a770-f23a4b9f9f67} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.00192 sec., 2604.1666666666665 rows/sec., 195.82 KiB/sec. | ||
| 12484 | 2025.02.10 18:55:28.346329 [ 256 ] {379936e6-43a0-480c-a770-f23a4b9f9f67} <Debug> TCPHandler: Processed in 0.002268605 sec. | ||
| 12485 | 2025.02.10 18:55:28.346504 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12486 | 2025.02.10 18:55:28.346631 [ 4 ] {c1e678aa-e71a-4840-b749-4fb952a95bce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12487 | 2025.02.10 18:55:28.346684 [ 4 ] {c1e678aa-e71a-4840-b749-4fb952a95bce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12488 | 2025.02.10 18:55:28.347318 [ 4 ] {c1e678aa-e71a-4840-b749-4fb952a95bce} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12489 | 2025.02.10 18:55:28.347358 [ 4 ] {c1e678aa-e71a-4840-b749-4fb952a95bce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12490 | 2025.02.10 18:55:28.347726 [ 4 ] {c1e678aa-e71a-4840-b749-4fb952a95bce} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12491 | 2025.02.10 18:55:28.347955 [ 4 ] {c1e678aa-e71a-4840-b749-4fb952a95bce} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12492 | 2025.02.10 18:55:28.348186 [ 4 ] {c1e678aa-e71a-4840-b749-4fb952a95bce} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001585 sec., 43533.123028391165 rows/sec., 3.40 MiB/sec. | ||
| 12493 | 2025.02.10 18:55:28.348245 [ 4 ] {c1e678aa-e71a-4840-b749-4fb952a95bce} <Debug> TCPHandler: Processed in 0.001799064 sec. | ||
| 12494 | 2025.02.10 18:55:28.348440 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12495 | 2025.02.10 18:55:28.348631 [ 256 ] {0fffe166-9476-493b-8c0d-632029063506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12496 | 2025.02.10 18:55:28.348689 [ 256 ] {0fffe166-9476-493b-8c0d-632029063506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12497 | 2025.02.10 18:55:28.349290 [ 256 ] {0fffe166-9476-493b-8c0d-632029063506} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12498 | 2025.02.10 18:55:28.349333 [ 256 ] {0fffe166-9476-493b-8c0d-632029063506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12499 | 2025.02.10 18:55:28.349750 [ 256 ] {0fffe166-9476-493b-8c0d-632029063506} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12500 | 2025.02.10 18:55:28.350009 [ 256 ] {0fffe166-9476-493b-8c0d-632029063506} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12501 | 2025.02.10 18:55:28.350207 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 6 parts from all_1_94_19 to all_99_99_0 | ||
| 12502 | 2025.02.10 18:55:28.350233 [ 256 ] {0fffe166-9476-493b-8c0d-632029063506} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001627 sec., 98340.50399508298 rows/sec., 6.85 MiB/sec. | ||
| 12503 | 2025.02.10 18:55:28.350282 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12504 | 2025.02.10 18:55:28.350351 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12505 | 2025.02.10 18:55:28.350358 [ 256 ] {0fffe166-9476-493b-8c0d-632029063506} <Debug> TCPHandler: Processed in 0.002021568 sec. | ||
| 12506 | 2025.02.10 18:55:28.350656 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12507 | 2025.02.10 18:55:28.350733 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_99_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_94_19 to all_99_99_0 into Compact with storage Full | ||
| 12508 | 2025.02.10 18:55:28.351118 [ 4 ] {e3355f91-e9a5-47b8-aebd-affee3041f0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12509 | 2025.02.10 18:55:28.351427 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_99_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12510 | 2025.02.10 18:55:28.351596 [ 4 ] {e3355f91-e9a5-47b8-aebd-affee3041f0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12511 | 2025.02.10 18:55:28.351606 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_94_19, total 29200 rows starting from the beginning of the part | ||
| 12512 | 2025.02.10 18:55:28.352443 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 42 rows starting from the beginning of the part | ||
| 12513 | 2025.02.10 18:55:28.353055 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 237 rows starting from the beginning of the part | ||
| 12514 | 2025.02.10 18:55:28.353590 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part | ||
| 12515 | 2025.02.10 18:55:28.353993 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 242 rows starting from the beginning of the part | ||
| 12516 | 2025.02.10 18:55:28.354334 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part | ||
| 12517 | 2025.02.10 18:55:28.356514 [ 4 ] {e3355f91-e9a5-47b8-aebd-affee3041f0f} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12518 | 2025.02.10 18:55:28.356560 [ 4 ] {e3355f91-e9a5-47b8-aebd-affee3041f0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12519 | 2025.02.10 18:55:28.358494 [ 4 ] {e3355f91-e9a5-47b8-aebd-affee3041f0f} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12520 | 2025.02.10 18:55:28.358811 [ 4 ] {e3355f91-e9a5-47b8-aebd-affee3041f0f} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12521 | 2025.02.10 18:55:28.359163 [ 4 ] {e3355f91-e9a5-47b8-aebd-affee3041f0f} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.008261 sec., 605.2536012589276 rows/sec., 1.08 MiB/sec. | ||
| 12522 | 2025.02.10 18:55:28.359704 [ 4 ] {e3355f91-e9a5-47b8-aebd-affee3041f0f} <Debug> TCPHandler: Processed in 0.009187462 sec. | ||
| 12523 | 2025.02.10 18:55:28.360118 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12524 | 2025.02.10 18:55:28.360468 [ 256 ] {4541ff7b-78fa-4836-86b7-f423d4c6f9e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12525 | 2025.02.10 18:55:28.360533 [ 256 ] {4541ff7b-78fa-4836-86b7-f423d4c6f9e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12526 | 2025.02.10 18:55:28.361174 [ 256 ] {4541ff7b-78fa-4836-86b7-f423d4c6f9e2} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12527 | 2025.02.10 18:55:28.361218 [ 256 ] {4541ff7b-78fa-4836-86b7-f423d4c6f9e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12528 | 2025.02.10 18:55:28.361964 [ 256 ] {4541ff7b-78fa-4836-86b7-f423d4c6f9e2} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12529 | 2025.02.10 18:55:28.362234 [ 256 ] {4541ff7b-78fa-4836-86b7-f423d4c6f9e2} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12530 | 2025.02.10 18:55:28.362576 [ 256 ] {4541ff7b-78fa-4836-86b7-f423d4c6f9e2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00216 sec., 27777.777777777777 rows/sec., 1.87 MiB/sec. | ||
| 12531 | 2025.02.10 18:55:28.362655 [ 256 ] {4541ff7b-78fa-4836-86b7-f423d4c6f9e2} <Debug> TCPHandler: Processed in 0.002841308 sec. | ||
| 12532 | 2025.02.10 18:55:28.363846 [ 186 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_99_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30041 rows, containing 5 columns (5 merged, 0 gathered) in 0.013350552 sec., 2250169.131583473 rows/sec., 151.94 MiB/sec. | ||
| 12533 | 2025.02.10 18:55:28.364291 [ 186 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_99_20} <Trace> MergedBlockOutputStream: filled checksums all_1_99_20 (state Temporary) | ||
| 12534 | 2025.02.10 18:55:28.364595 [ 186 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_99_20} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_99_20 to all_1_99_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12535 | 2025.02.10 18:55:28.364681 [ 186 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_99_20} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 6 parts: [all_1_94_19, all_99_99_0] -> all_1_99_20 | ||
| 12536 | 2025.02.10 18:55:28.364778 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 12537 | 2025.02.10 18:55:32.604346 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12538 | 2025.02.10 18:55:32.604453 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12539 | 2025.02.10 18:55:32.779223 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27511 | ||
| 12540 | 2025.02.10 18:55:32.780149 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12541 | 2025.02.10 18:55:32.780205 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12542 | 2025.02.10 18:55:32.780758 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12543 | 2025.02.10 18:55:32.781036 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12544 | 2025.02.10 18:55:32.781304 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
| 12545 | 2025.02.10 18:55:32.928076 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1794 | ||
| 12546 | 2025.02.10 18:55:32.931358 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12547 | 2025.02.10 18:55:32.931412 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12548 | 2025.02.10 18:55:32.932899 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12549 | 2025.02.10 18:55:32.933220 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12550 | 2025.02.10 18:55:32.933855 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1794 | ||
| 12551 | 2025.02.10 18:55:33.347241 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12552 | 2025.02.10 18:55:33.347408 [ 4 ] {e5841b9e-c53a-4591-9f17-1b3a0904258a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12553 | 2025.02.10 18:55:33.347473 [ 4 ] {e5841b9e-c53a-4591-9f17-1b3a0904258a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12554 | 2025.02.10 18:55:33.348143 [ 4 ] {e5841b9e-c53a-4591-9f17-1b3a0904258a} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12555 | 2025.02.10 18:55:33.348190 [ 4 ] {e5841b9e-c53a-4591-9f17-1b3a0904258a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12556 | 2025.02.10 18:55:33.348594 [ 4 ] {e5841b9e-c53a-4591-9f17-1b3a0904258a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12557 | 2025.02.10 18:55:33.348836 [ 4 ] {e5841b9e-c53a-4591-9f17-1b3a0904258a} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12558 | 2025.02.10 18:55:33.349084 [ 4 ] {e5841b9e-c53a-4591-9f17-1b3a0904258a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001718 sec., 8149.010477299185 rows/sec., 586.62 KiB/sec. | ||
| 12559 | 2025.02.10 18:55:33.349198 [ 4 ] {e5841b9e-c53a-4591-9f17-1b3a0904258a} <Debug> TCPHandler: Processed in 0.00204904 sec. | ||
| 12560 | 2025.02.10 18:55:33.349507 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12561 | 2025.02.10 18:55:33.349697 [ 256 ] {45ef6f86-b323-468b-8110-9a166baecc88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12562 | 2025.02.10 18:55:33.349771 [ 256 ] {45ef6f86-b323-468b-8110-9a166baecc88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12563 | 2025.02.10 18:55:33.350687 [ 256 ] {45ef6f86-b323-468b-8110-9a166baecc88} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12564 | 2025.02.10 18:55:33.350728 [ 256 ] {45ef6f86-b323-468b-8110-9a166baecc88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12565 | 2025.02.10 18:55:33.351213 [ 256 ] {45ef6f86-b323-468b-8110-9a166baecc88} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12566 | 2025.02.10 18:55:33.351484 [ 256 ] {45ef6f86-b323-468b-8110-9a166baecc88} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12567 | 2025.02.10 18:55:33.351689 [ 256 ] {45ef6f86-b323-468b-8110-9a166baecc88} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.002044 sec., 133561.64383561644 rows/sec., 11.77 MiB/sec. | ||
| 12568 | 2025.02.10 18:55:33.351755 [ 256 ] {45ef6f86-b323-468b-8110-9a166baecc88} <Debug> TCPHandler: Processed in 0.002417629 sec. | ||
| 12569 | 2025.02.10 18:55:33.351967 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12570 | 2025.02.10 18:55:33.352180 [ 4 ] {a31c08c9-6702-42cf-b5fd-c8b995476750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12571 | 2025.02.10 18:55:33.352232 [ 4 ] {a31c08c9-6702-42cf-b5fd-c8b995476750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12572 | 2025.02.10 18:55:33.352835 [ 4 ] {a31c08c9-6702-42cf-b5fd-c8b995476750} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12573 | 2025.02.10 18:55:33.352876 [ 4 ] {a31c08c9-6702-42cf-b5fd-c8b995476750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12574 | 2025.02.10 18:55:33.353251 [ 4 ] {a31c08c9-6702-42cf-b5fd-c8b995476750} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 12575 | 2025.02.10 18:55:33.353489 [ 4 ] {a31c08c9-6702-42cf-b5fd-c8b995476750} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12576 | 2025.02.10 18:55:33.353650 [ 141 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 12577 | 2025.02.10 18:55:33.353711 [ 141 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12578 | 2025.02.10 18:55:33.353730 [ 4 ] {a31c08c9-6702-42cf-b5fd-c8b995476750} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001577 sec., 26632.84717818643 rows/sec., 1.91 MiB/sec. | ||
| 12579 | 2025.02.10 18:55:33.353742 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12580 | 2025.02.10 18:55:33.353871 [ 4 ] {a31c08c9-6702-42cf-b5fd-c8b995476750} <Debug> TCPHandler: Processed in 0.002019798 sec. | ||
| 12581 | 2025.02.10 18:55:33.353940 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 12582 | 2025.02.10 18:55:33.354059 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12583 | 2025.02.10 18:55:33.354122 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12584 | 2025.02.10 18:55:33.354245 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 65 rows starting from the beginning of the part | ||
| 12585 | 2025.02.10 18:55:33.354322 [ 256 ] {077d1284-1663-47f9-9f29-06b9f17b68b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12586 | 2025.02.10 18:55:33.354377 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 42 rows starting from the beginning of the part | ||
| 12587 | 2025.02.10 18:55:33.354523 [ 256 ] {077d1284-1663-47f9-9f29-06b9f17b68b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12588 | 2025.02.10 18:55:33.354860 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 5 rows starting from the beginning of the part | ||
| 12589 | 2025.02.10 18:55:33.355170 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 52 rows starting from the beginning of the part | ||
| 12590 | 2025.02.10 18:55:33.355411 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 5 rows starting from the beginning of the part | ||
| 12591 | 2025.02.10 18:55:33.355749 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 42 rows starting from the beginning of the part | ||
| 12592 | 2025.02.10 18:55:33.358055 [ 256 ] {077d1284-1663-47f9-9f29-06b9f17b68b9} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12593 | 2025.02.10 18:55:33.358150 [ 256 ] {077d1284-1663-47f9-9f29-06b9f17b68b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12594 | 2025.02.10 18:55:33.358707 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 5 columns (5 merged, 0 gathered) in 0.004835187 sec., 43638.43632107713 rows/sec., 3.28 MiB/sec. | ||
| 12595 | 2025.02.10 18:55:33.358902 [ 193 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 12596 | 2025.02.10 18:55:33.359022 [ 256 ] {077d1284-1663-47f9-9f29-06b9f17b68b9} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 12597 | 2025.02.10 18:55:33.359266 [ 193 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_81_16} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12598 | 2025.02.10 18:55:33.359329 [ 256 ] {077d1284-1663-47f9-9f29-06b9f17b68b9} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12599 | 2025.02.10 18:55:33.359371 [ 193 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_81_16} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 12600 | 2025.02.10 18:55:33.359503 [ 141 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 12601 | 2025.02.10 18:55:33.359528 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12602 | 2025.02.10 18:55:33.359576 [ 141 ] {} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12603 | 2025.02.10 18:55:33.359612 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12604 | 2025.02.10 18:55:33.359620 [ 256 ] {077d1284-1663-47f9-9f29-06b9f17b68b9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005378 sec., 2603.1982149497953 rows/sec., 182.31 KiB/sec. | ||
| 12605 | 2025.02.10 18:55:33.359759 [ 256 ] {077d1284-1663-47f9-9f29-06b9f17b68b9} <Debug> TCPHandler: Processed in 0.00578621 sec. | ||
| 12606 | 2025.02.10 18:55:33.359788 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 12607 | 2025.02.10 18:55:33.359932 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12608 | 2025.02.10 18:55:33.359947 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12609 | 2025.02.10 18:55:33.359979 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 242 rows starting from the beginning of the part | ||
| 12610 | 2025.02.10 18:55:33.360230 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
| 12611 | 2025.02.10 18:55:33.360281 [ 4 ] {67c9349c-40df-412d-813c-5bbb2cc391eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12612 | 2025.02.10 18:55:33.360474 [ 4 ] {67c9349c-40df-412d-813c-5bbb2cc391eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12613 | 2025.02.10 18:55:33.360520 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 228 rows starting from the beginning of the part | ||
| 12614 | 2025.02.10 18:55:33.360952 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part | ||
| 12615 | 2025.02.10 18:55:33.361291 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part | ||
| 12616 | 2025.02.10 18:55:33.361643 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part | ||
| 12617 | 2025.02.10 18:55:33.363064 [ 4 ] {67c9349c-40df-412d-813c-5bbb2cc391eb} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12618 | 2025.02.10 18:55:33.363141 [ 4 ] {67c9349c-40df-412d-813c-5bbb2cc391eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12619 | 2025.02.10 18:55:33.364166 [ 4 ] {67c9349c-40df-412d-813c-5bbb2cc391eb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12620 | 2025.02.10 18:55:33.364558 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.004890918 sec., 107546.27249935492 rows/sec., 7.70 MiB/sec. | ||
| 12621 | 2025.02.10 18:55:33.364726 [ 4 ] {67c9349c-40df-412d-813c-5bbb2cc391eb} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12622 | 2025.02.10 18:55:33.364777 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 12623 | 2025.02.10 18:55:33.365128 [ 4 ] {67c9349c-40df-412d-813c-5bbb2cc391eb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004947 sec., 2627.8552658176673 rows/sec., 163.85 KiB/sec. | ||
| 12624 | 2025.02.10 18:55:33.365283 [ 4 ] {67c9349c-40df-412d-813c-5bbb2cc391eb} <Debug> TCPHandler: Processed in 0.005423731 sec. | ||
| 12625 | 2025.02.10 18:55:33.365320 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_56_11} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12626 | 2025.02.10 18:55:33.365474 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_56_11} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 12627 | 2025.02.10 18:55:33.365492 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12628 | 2025.02.10 18:55:33.365557 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 12629 | 2025.02.10 18:55:33.365648 [ 256 ] {f203a34d-34df-444e-af50-e30574d4681e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12630 | 2025.02.10 18:55:33.365704 [ 256 ] {f203a34d-34df-444e-af50-e30574d4681e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12631 | 2025.02.10 18:55:33.366465 [ 256 ] {f203a34d-34df-444e-af50-e30574d4681e} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12632 | 2025.02.10 18:55:33.366503 [ 256 ] {f203a34d-34df-444e-af50-e30574d4681e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12633 | 2025.02.10 18:55:33.366879 [ 256 ] {f203a34d-34df-444e-af50-e30574d4681e} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12634 | 2025.02.10 18:55:33.367123 [ 256 ] {f203a34d-34df-444e-af50-e30574d4681e} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12635 | 2025.02.10 18:55:33.367302 [ 256 ] {f203a34d-34df-444e-af50-e30574d4681e} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001684 sec., 247624.70308788598 rows/sec., 17.68 MiB/sec. | ||
| 12636 | 2025.02.10 18:55:33.367355 [ 256 ] {f203a34d-34df-444e-af50-e30574d4681e} <Debug> TCPHandler: Processed in 0.001960417 sec. | ||
| 12637 | 2025.02.10 18:55:33.367498 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12638 | 2025.02.10 18:55:33.367617 [ 4 ] {594b43e8-43b1-4a9c-8b5b-6510c548fb28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12639 | 2025.02.10 18:55:33.367668 [ 4 ] {594b43e8-43b1-4a9c-8b5b-6510c548fb28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12640 | 2025.02.10 18:55:33.368159 [ 4 ] {594b43e8-43b1-4a9c-8b5b-6510c548fb28} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12641 | 2025.02.10 18:55:33.368201 [ 4 ] {594b43e8-43b1-4a9c-8b5b-6510c548fb28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12642 | 2025.02.10 18:55:33.368570 [ 4 ] {594b43e8-43b1-4a9c-8b5b-6510c548fb28} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12643 | 2025.02.10 18:55:33.368800 [ 4 ] {594b43e8-43b1-4a9c-8b5b-6510c548fb28} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12644 | 2025.02.10 18:55:33.369054 [ 4 ] {594b43e8-43b1-4a9c-8b5b-6510c548fb28} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001455 sec., 4123.711340206186 rows/sec., 215.45 KiB/sec. | ||
| 12645 | 2025.02.10 18:55:33.369219 [ 4 ] {594b43e8-43b1-4a9c-8b5b-6510c548fb28} <Debug> TCPHandler: Processed in 0.001773343 sec. | ||
| 12646 | 2025.02.10 18:55:33.369472 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12647 | 2025.02.10 18:55:33.369609 [ 256 ] {85086939-5ad3-4304-baec-ad00e2c2795b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12648 | 2025.02.10 18:55:33.369673 [ 256 ] {85086939-5ad3-4304-baec-ad00e2c2795b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12649 | 2025.02.10 18:55:33.370297 [ 256 ] {85086939-5ad3-4304-baec-ad00e2c2795b} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12650 | 2025.02.10 18:55:33.370334 [ 256 ] {85086939-5ad3-4304-baec-ad00e2c2795b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12651 | 2025.02.10 18:55:33.370728 [ 256 ] {85086939-5ad3-4304-baec-ad00e2c2795b} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12652 | 2025.02.10 18:55:33.370966 [ 256 ] {85086939-5ad3-4304-baec-ad00e2c2795b} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12653 | 2025.02.10 18:55:33.371143 [ 256 ] {85086939-5ad3-4304-baec-ad00e2c2795b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001564 sec., 151534.52685421993 rows/sec., 10.16 MiB/sec. | ||
| 12654 | 2025.02.10 18:55:33.371216 [ 256 ] {85086939-5ad3-4304-baec-ad00e2c2795b} <Debug> TCPHandler: Processed in 0.001892726 sec. | ||
| 12655 | 2025.02.10 18:55:33.371369 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12656 | 2025.02.10 18:55:33.371487 [ 4 ] {e5cca19a-d246-44c3-9a1f-776d52bf824e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12657 | 2025.02.10 18:55:33.371540 [ 4 ] {e5cca19a-d246-44c3-9a1f-776d52bf824e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12658 | 2025.02.10 18:55:33.372014 [ 4 ] {e5cca19a-d246-44c3-9a1f-776d52bf824e} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12659 | 2025.02.10 18:55:33.372052 [ 4 ] {e5cca19a-d246-44c3-9a1f-776d52bf824e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12660 | 2025.02.10 18:55:33.372410 [ 4 ] {e5cca19a-d246-44c3-9a1f-776d52bf824e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12661 | 2025.02.10 18:55:33.372655 [ 4 ] {e5cca19a-d246-44c3-9a1f-776d52bf824e} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12662 | 2025.02.10 18:55:33.372893 [ 4 ] {e5cca19a-d246-44c3-9a1f-776d52bf824e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00143 sec., 699.3006993006993 rows/sec., 47.12 KiB/sec. | ||
| 12663 | 2025.02.10 18:55:33.373092 [ 4 ] {e5cca19a-d246-44c3-9a1f-776d52bf824e} <Debug> TCPHandler: Processed in 0.001774543 sec. | ||
| 12664 | 2025.02.10 18:55:33.373289 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12665 | 2025.02.10 18:55:33.373408 [ 256 ] {c9eaf2d2-4a90-43b4-8284-81278065ba50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12666 | 2025.02.10 18:55:33.373482 [ 256 ] {c9eaf2d2-4a90-43b4-8284-81278065ba50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12667 | 2025.02.10 18:55:33.374686 [ 256 ] {c9eaf2d2-4a90-43b4-8284-81278065ba50} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12668 | 2025.02.10 18:55:33.374723 [ 256 ] {c9eaf2d2-4a90-43b4-8284-81278065ba50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12669 | 2025.02.10 18:55:33.375396 [ 256 ] {c9eaf2d2-4a90-43b4-8284-81278065ba50} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 12670 | 2025.02.10 18:55:33.375652 [ 256 ] {c9eaf2d2-4a90-43b4-8284-81278065ba50} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12671 | 2025.02.10 18:55:33.375804 [ 141 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 12672 | 2025.02.10 18:55:33.375845 [ 141 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12673 | 2025.02.10 18:55:33.375868 [ 256 ] {c9eaf2d2-4a90-43b4-8284-81278065ba50} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00248 sec., 14112.90322580645 rows/sec., 25.29 MiB/sec. | ||
| 12674 | 2025.02.10 18:55:33.375875 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 12675 | 2025.02.10 18:55:33.376261 [ 256 ] {c9eaf2d2-4a90-43b4-8284-81278065ba50} <Debug> TCPHandler: Processed in 0.003055603 sec. | ||
| 12676 | 2025.02.10 18:55:33.376274 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 12677 | 2025.02.10 18:55:33.376453 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12678 | 2025.02.10 18:55:33.376607 [ 4 ] {6a019a7c-9fe8-4f10-9a98-04602ff03406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12679 | 2025.02.10 18:55:33.376679 [ 4 ] {6a019a7c-9fe8-4f10-9a98-04602ff03406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12680 | 2025.02.10 18:55:33.376830 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12681 | 2025.02.10 18:55:33.376978 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1494 rows starting from the beginning of the part | ||
| 12682 | 2025.02.10 18:55:33.377383 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 35 rows starting from the beginning of the part | ||
| 12683 | 2025.02.10 18:55:33.377839 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 5 rows starting from the beginning of the part | ||
| 12684 | 2025.02.10 18:55:33.377853 [ 4 ] {6a019a7c-9fe8-4f10-9a98-04602ff03406} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12685 | 2025.02.10 18:55:33.377901 [ 4 ] {6a019a7c-9fe8-4f10-9a98-04602ff03406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12686 | 2025.02.10 18:55:33.378191 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 35 rows starting from the beginning of the part | ||
| 12687 | 2025.02.10 18:55:33.378561 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 5 rows starting from the beginning of the part | ||
| 12688 | 2025.02.10 18:55:33.378722 [ 4 ] {6a019a7c-9fe8-4f10-9a98-04602ff03406} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12689 | 2025.02.10 18:55:33.378859 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 35 rows starting from the beginning of the part | ||
| 12690 | 2025.02.10 18:55:33.379175 [ 4 ] {6a019a7c-9fe8-4f10-9a98-04602ff03406} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12691 | 2025.02.10 18:55:33.379608 [ 4 ] {6a019a7c-9fe8-4f10-9a98-04602ff03406} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003031 sec., 27053.77763114484 rows/sec., 1.72 MiB/sec. | ||
| 12692 | 2025.02.10 18:55:33.379701 [ 4 ] {6a019a7c-9fe8-4f10-9a98-04602ff03406} <Debug> TCPHandler: Processed in 0.003340131 sec. | ||
| 12693 | 2025.02.10 18:55:33.388484 [ 199 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1609 rows, containing 19 columns (19 merged, 0 gathered) in 0.012474131 sec., 128986.9410542506 rows/sec., 231.14 MiB/sec. | ||
| 12694 | 2025.02.10 18:55:33.390162 [ 192 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 12695 | 2025.02.10 18:55:33.390684 [ 192 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12696 | 2025.02.10 18:55:33.390788 [ 192 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 12697 | 2025.02.10 18:55:33.390974 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB. | ||
| 12698 | 2025.02.10 18:55:34.000228 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 246.28 MiB, peak 257.82 MiB, free memory in arenas 0.00 B, will set to 248.72 MiB (RSS), difference: 2.44 MiB | ||
| 12699 | 2025.02.10 18:55:34.049826 [ 138 ] {} <Debug> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 12700 | 2025.02.10 18:55:34.049926 [ 138 ] {} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12701 | 2025.02.10 18:55:34.049972 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12702 | 2025.02.10 18:55:34.050324 [ 199 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 12703 | 2025.02.10 18:55:34.050784 [ 199 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12704 | 2025.02.10 18:55:34.050844 [ 199 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 18 rows starting from the beginning of the part | ||
| 12705 | 2025.02.10 18:55:34.050938 [ 199 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
| 12706 | 2025.02.10 18:55:34.051171 [ 199 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
| 12707 | 2025.02.10 18:55:34.051375 [ 199 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
| 12708 | 2025.02.10 18:55:34.051555 [ 199 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 10 rows starting from the beginning of the part | ||
| 12709 | 2025.02.10 18:55:34.052638 [ 192 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002541361 sec., 14165.638018368898 rows/sec., 1.18 MiB/sec. | ||
| 12710 | 2025.02.10 18:55:34.052852 [ 192 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 12711 | 2025.02.10 18:55:34.053207 [ 192 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_25_6} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12712 | 2025.02.10 18:55:34.053301 [ 192 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_25_6} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 12713 | 2025.02.10 18:55:34.053404 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12714 | 2025.02.10 18:55:34.711371 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 12715 | 2025.02.10 18:55:34.733096 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12716 | 2025.02.10 18:55:34.733158 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12717 | 2025.02.10 18:55:34.740517 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12718 | 2025.02.10 18:55:34.741300 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12719 | 2025.02.10 18:55:34.744429 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 12720 | 2025.02.10 18:55:36.545703 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12721 | 2025.02.10 18:55:36.545891 [ 4 ] {82d58a78-3dd1-43ba-a8f8-4d7a3cdaba42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12722 | 2025.02.10 18:55:36.545962 [ 4 ] {82d58a78-3dd1-43ba-a8f8-4d7a3cdaba42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12723 | 2025.02.10 18:55:36.546686 [ 4 ] {82d58a78-3dd1-43ba-a8f8-4d7a3cdaba42} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12724 | 2025.02.10 18:55:36.546732 [ 4 ] {82d58a78-3dd1-43ba-a8f8-4d7a3cdaba42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12725 | 2025.02.10 18:55:36.547151 [ 4 ] {82d58a78-3dd1-43ba-a8f8-4d7a3cdaba42} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 12726 | 2025.02.10 18:55:36.547413 [ 4 ] {82d58a78-3dd1-43ba-a8f8-4d7a3cdaba42} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12727 | 2025.02.10 18:55:36.547647 [ 4 ] {82d58a78-3dd1-43ba-a8f8-4d7a3cdaba42} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001806 sec., 1107.4197120708748 rows/sec., 90.30 KiB/sec. | ||
| 12728 | 2025.02.10 18:55:36.547713 [ 4 ] {82d58a78-3dd1-43ba-a8f8-4d7a3cdaba42} <Debug> TCPHandler: Processed in 0.002133641 sec. | ||
| 12729 | 2025.02.10 18:55:36.547969 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12730 | 2025.02.10 18:55:36.548193 [ 256 ] {1e3eeeb8-d7c6-4124-92bc-fcbae4ae9319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12731 | 2025.02.10 18:55:36.548279 [ 256 ] {1e3eeeb8-d7c6-4124-92bc-fcbae4ae9319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12732 | 2025.02.10 18:55:36.549648 [ 256 ] {1e3eeeb8-d7c6-4124-92bc-fcbae4ae9319} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12733 | 2025.02.10 18:55:36.549705 [ 256 ] {1e3eeeb8-d7c6-4124-92bc-fcbae4ae9319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12734 | 2025.02.10 18:55:36.550225 [ 256 ] {1e3eeeb8-d7c6-4124-92bc-fcbae4ae9319} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12735 | 2025.02.10 18:55:36.550482 [ 256 ] {1e3eeeb8-d7c6-4124-92bc-fcbae4ae9319} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12736 | 2025.02.10 18:55:36.550686 [ 135 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12737 | 2025.02.10 18:55:36.550751 [ 256 ] {1e3eeeb8-d7c6-4124-92bc-fcbae4ae9319} <Debug> executeQuery: Read 1207 rows, 102.02 KiB in 0.002614 sec., 461744.4529456771 rows/sec., 38.11 MiB/sec. | ||
| 12738 | 2025.02.10 18:55:36.550778 [ 135 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12739 | 2025.02.10 18:55:36.550853 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12740 | 2025.02.10 18:55:36.550889 [ 256 ] {1e3eeeb8-d7c6-4124-92bc-fcbae4ae9319} <Debug> TCPHandler: Processed in 0.003054793 sec. | ||
| 12741 | 2025.02.10 18:55:36.551093 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12742 | 2025.02.10 18:55:36.551111 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 12743 | 2025.02.10 18:55:36.551281 [ 4 ] {e7e03cf8-dff7-4afc-9bc7-d5bae23d8e01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12744 | 2025.02.10 18:55:36.551379 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12745 | 2025.02.10 18:55:36.551390 [ 4 ] {e7e03cf8-dff7-4afc-9bc7-d5bae23d8e01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12746 | 2025.02.10 18:55:36.551453 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1432 rows starting from the beginning of the part | ||
| 12747 | 2025.02.10 18:55:36.551752 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 66 rows starting from the beginning of the part | ||
| 12748 | 2025.02.10 18:55:36.552139 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 278 rows starting from the beginning of the part | ||
| 12749 | 2025.02.10 18:55:36.552483 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 66 rows starting from the beginning of the part | ||
| 12750 | 2025.02.10 18:55:36.552882 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 273 rows starting from the beginning of the part | ||
| 12751 | 2025.02.10 18:55:36.553209 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 1207 rows starting from the beginning of the part | ||
| 12752 | 2025.02.10 18:55:36.554084 [ 4 ] {e7e03cf8-dff7-4afc-9bc7-d5bae23d8e01} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12753 | 2025.02.10 18:55:36.554159 [ 4 ] {e7e03cf8-dff7-4afc-9bc7-d5bae23d8e01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12754 | 2025.02.10 18:55:36.554985 [ 4 ] {e7e03cf8-dff7-4afc-9bc7-d5bae23d8e01} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 12755 | 2025.02.10 18:55:36.555513 [ 4 ] {e7e03cf8-dff7-4afc-9bc7-d5bae23d8e01} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12756 | 2025.02.10 18:55:36.555778 [ 4 ] {e7e03cf8-dff7-4afc-9bc7-d5bae23d8e01} <Debug> executeQuery: Read 7 rows, 528.00 B in 0.004547 sec., 1539.4765779634924 rows/sec., 113.40 KiB/sec. | ||
| 12757 | 2025.02.10 18:55:36.555857 [ 4 ] {e7e03cf8-dff7-4afc-9bc7-d5bae23d8e01} <Debug> TCPHandler: Processed in 0.004860937 sec. | ||
| 12758 | 2025.02.10 18:55:36.556027 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12759 | 2025.02.10 18:55:36.556365 [ 256 ] {c3cb6d4e-6c41-4bc4-8ffc-8cdf5200ec25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12760 | 2025.02.10 18:55:36.556380 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3322 rows, containing 5 columns (5 merged, 0 gathered) in 0.005424711 sec., 612382.8532063736 rows/sec., 53.69 MiB/sec. | ||
| 12761 | 2025.02.10 18:55:36.556455 [ 256 ] {c3cb6d4e-6c41-4bc4-8ffc-8cdf5200ec25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12762 | 2025.02.10 18:55:36.556665 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12763 | 2025.02.10 18:55:36.557277 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_101_20} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12764 | 2025.02.10 18:55:36.557464 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_101_20} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12765 | 2025.02.10 18:55:36.557641 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 12766 | 2025.02.10 18:55:36.557832 [ 256 ] {c3cb6d4e-6c41-4bc4-8ffc-8cdf5200ec25} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12767 | 2025.02.10 18:55:36.557877 [ 256 ] {c3cb6d4e-6c41-4bc4-8ffc-8cdf5200ec25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12768 | 2025.02.10 18:55:36.558245 [ 256 ] {c3cb6d4e-6c41-4bc4-8ffc-8cdf5200ec25} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 12769 | 2025.02.10 18:55:36.558488 [ 256 ] {c3cb6d4e-6c41-4bc4-8ffc-8cdf5200ec25} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12770 | 2025.02.10 18:55:36.558690 [ 256 ] {c3cb6d4e-6c41-4bc4-8ffc-8cdf5200ec25} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002454 sec., 92909.53545232274 rows/sec., 6.29 MiB/sec. | ||
| 12771 | 2025.02.10 18:55:36.558748 [ 256 ] {c3cb6d4e-6c41-4bc4-8ffc-8cdf5200ec25} <Debug> TCPHandler: Processed in 0.002804397 sec. | ||
| 12772 | 2025.02.10 18:55:36.558891 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12773 | 2025.02.10 18:55:36.559014 [ 4 ] {a5f527dd-ce58-4052-8b59-e46720416b8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12774 | 2025.02.10 18:55:36.559067 [ 4 ] {a5f527dd-ce58-4052-8b59-e46720416b8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12775 | 2025.02.10 18:55:36.559869 [ 4 ] {a5f527dd-ce58-4052-8b59-e46720416b8d} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12776 | 2025.02.10 18:55:36.559909 [ 4 ] {a5f527dd-ce58-4052-8b59-e46720416b8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12777 | 2025.02.10 18:55:36.560304 [ 4 ] {a5f527dd-ce58-4052-8b59-e46720416b8d} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12778 | 2025.02.10 18:55:36.560548 [ 4 ] {a5f527dd-ce58-4052-8b59-e46720416b8d} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12779 | 2025.02.10 18:55:36.560713 [ 135 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12780 | 2025.02.10 18:55:36.560777 [ 4 ] {a5f527dd-ce58-4052-8b59-e46720416b8d} <Debug> executeQuery: Read 527 rows, 39.97 KiB in 0.001783 sec., 295569.2652832305 rows/sec., 21.89 MiB/sec. | ||
| 12781 | 2025.02.10 18:55:36.560779 [ 135 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12782 | 2025.02.10 18:55:36.560862 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12783 | 2025.02.10 18:55:36.560915 [ 4 ] {a5f527dd-ce58-4052-8b59-e46720416b8d} <Debug> TCPHandler: Processed in 0.002077241 sec. | ||
| 12784 | 2025.02.10 18:55:36.561133 [ 187 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 12785 | 2025.02.10 18:55:36.561152 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12786 | 2025.02.10 18:55:36.561342 [ 187 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12787 | 2025.02.10 18:55:36.561415 [ 256 ] {830bf598-9984-4ec0-89fe-465ad8da7e41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12788 | 2025.02.10 18:55:36.561418 [ 187 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 914 rows starting from the beginning of the part | ||
| 12789 | 2025.02.10 18:55:36.561549 [ 256 ] {830bf598-9984-4ec0-89fe-465ad8da7e41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12790 | 2025.02.10 18:55:36.561708 [ 187 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 69 rows starting from the beginning of the part | ||
| 12791 | 2025.02.10 18:55:36.562138 [ 187 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 427 rows starting from the beginning of the part | ||
| 12792 | 2025.02.10 18:55:36.562586 [ 187 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 69 rows starting from the beginning of the part | ||
| 12793 | 2025.02.10 18:55:36.562941 [ 187 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 417 rows starting from the beginning of the part | ||
| 12794 | 2025.02.10 18:55:36.563279 [ 187 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 527 rows starting from the beginning of the part | ||
| 12795 | 2025.02.10 18:55:36.564469 [ 256 ] {830bf598-9984-4ec0-89fe-465ad8da7e41} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12796 | 2025.02.10 18:55:36.564542 [ 256 ] {830bf598-9984-4ec0-89fe-465ad8da7e41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12797 | 2025.02.10 18:55:36.565644 [ 256 ] {830bf598-9984-4ec0-89fe-465ad8da7e41} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12798 | 2025.02.10 18:55:36.566115 [ 256 ] {830bf598-9984-4ec0-89fe-465ad8da7e41} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12799 | 2025.02.10 18:55:36.566329 [ 200 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.00535512 sec., 452464.1838091397 rows/sec., 34.71 MiB/sec. | ||
| 12800 | 2025.02.10 18:55:36.566564 [ 256 ] {830bf598-9984-4ec0-89fe-465ad8da7e41} <Debug> executeQuery: Read 965 rows, 66.32 KiB in 0.005209 sec., 185256.287195239 rows/sec., 12.43 MiB/sec. | ||
| 12801 | 2025.02.10 18:55:36.566694 [ 256 ] {830bf598-9984-4ec0-89fe-465ad8da7e41} <Debug> TCPHandler: Processed in 0.005666957 sec. | ||
| 12802 | 2025.02.10 18:55:36.566797 [ 200 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12803 | 2025.02.10 18:55:36.566872 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12804 | 2025.02.10 18:55:36.567036 [ 4 ] {cc0fd53b-67c8-4bac-99dc-cd6db0d558bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12805 | 2025.02.10 18:55:36.567194 [ 4 ] {cc0fd53b-67c8-4bac-99dc-cd6db0d558bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12806 | 2025.02.10 18:55:36.567477 [ 200 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_101_20} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12807 | 2025.02.10 18:55:36.567778 [ 200 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_101_20} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12808 | 2025.02.10 18:55:36.568066 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 12809 | 2025.02.10 18:55:36.568938 [ 4 ] {cc0fd53b-67c8-4bac-99dc-cd6db0d558bb} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12810 | 2025.02.10 18:55:36.568983 [ 4 ] {cc0fd53b-67c8-4bac-99dc-cd6db0d558bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12811 | 2025.02.10 18:55:36.569621 [ 4 ] {cc0fd53b-67c8-4bac-99dc-cd6db0d558bb} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 12812 | 2025.02.10 18:55:36.569879 [ 4 ] {cc0fd53b-67c8-4bac-99dc-cd6db0d558bb} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12813 | 2025.02.10 18:55:36.570117 [ 4 ] {cc0fd53b-67c8-4bac-99dc-cd6db0d558bb} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.003123 sec., 1601.024655779699 rows/sec., 2.87 MiB/sec. | ||
| 12814 | 2025.02.10 18:55:36.570216 [ 4 ] {cc0fd53b-67c8-4bac-99dc-cd6db0d558bb} <Debug> TCPHandler: Processed in 0.003426633 sec. | ||
| 12815 | 2025.02.10 18:55:36.570372 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12816 | 2025.02.10 18:55:36.570513 [ 256 ] {623bf49f-d239-46e7-ba1e-d0edd98a0429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12817 | 2025.02.10 18:55:36.570575 [ 256 ] {623bf49f-d239-46e7-ba1e-d0edd98a0429} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12818 | 2025.02.10 18:55:36.571152 [ 256 ] {623bf49f-d239-46e7-ba1e-d0edd98a0429} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12819 | 2025.02.10 18:55:36.571192 [ 256 ] {623bf49f-d239-46e7-ba1e-d0edd98a0429} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12820 | 2025.02.10 18:55:36.571563 [ 256 ] {623bf49f-d239-46e7-ba1e-d0edd98a0429} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12821 | 2025.02.10 18:55:36.571805 [ 256 ] {623bf49f-d239-46e7-ba1e-d0edd98a0429} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12822 | 2025.02.10 18:55:36.571984 [ 135 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12823 | 2025.02.10 18:55:36.572041 [ 135 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12824 | 2025.02.10 18:55:36.572052 [ 256 ] {623bf49f-d239-46e7-ba1e-d0edd98a0429} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001564 sec., 28132.992327365726 rows/sec., 1.89 MiB/sec. | ||
| 12825 | 2025.02.10 18:55:36.572073 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12826 | 2025.02.10 18:55:36.572199 [ 256 ] {623bf49f-d239-46e7-ba1e-d0edd98a0429} <Debug> TCPHandler: Processed in 0.001890246 sec. | ||
| 12827 | 2025.02.10 18:55:36.572333 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 12828 | 2025.02.10 18:55:36.572478 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12829 | 2025.02.10 18:55:36.572514 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5870 rows starting from the beginning of the part | ||
| 12830 | 2025.02.10 18:55:36.572620 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part | ||
| 12831 | 2025.02.10 18:55:36.572827 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 82 rows starting from the beginning of the part | ||
| 12832 | 2025.02.10 18:55:36.573005 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part | ||
| 12833 | 2025.02.10 18:55:36.573126 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 82 rows starting from the beginning of the part | ||
| 12834 | 2025.02.10 18:55:36.573336 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 44 rows starting from the beginning of the part | ||
| 12835 | 2025.02.10 18:55:36.575481 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6198 rows, containing 4 columns (4 merged, 0 gathered) in 0.003268549 sec., 1896254.2706258956 rows/sec., 123.61 MiB/sec. | ||
| 12836 | 2025.02.10 18:55:36.575939 [ 195 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12837 | 2025.02.10 18:55:36.576249 [ 195 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_101_20} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12838 | 2025.02.10 18:55:36.576332 [ 195 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_101_20} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12839 | 2025.02.10 18:55:36.576420 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. | ||
| 12840 | 2025.02.10 18:55:38.335768 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12841 | 2025.02.10 18:55:38.335961 [ 4 ] {7e9a2f42-c853-4dff-a615-80e3d85fe800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12842 | 2025.02.10 18:55:38.336033 [ 4 ] {7e9a2f42-c853-4dff-a615-80e3d85fe800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12843 | 2025.02.10 18:55:38.336812 [ 4 ] {7e9a2f42-c853-4dff-a615-80e3d85fe800} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12844 | 2025.02.10 18:55:38.336867 [ 4 ] {7e9a2f42-c853-4dff-a615-80e3d85fe800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12845 | 2025.02.10 18:55:38.337299 [ 4 ] {7e9a2f42-c853-4dff-a615-80e3d85fe800} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12846 | 2025.02.10 18:55:38.337563 [ 4 ] {7e9a2f42-c853-4dff-a615-80e3d85fe800} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12847 | 2025.02.10 18:55:38.337799 [ 4 ] {7e9a2f42-c853-4dff-a615-80e3d85fe800} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001891 sec., 29613.960867265996 rows/sec., 2.27 MiB/sec. | ||
| 12848 | 2025.02.10 18:55:38.337858 [ 4 ] {7e9a2f42-c853-4dff-a615-80e3d85fe800} <Debug> TCPHandler: Processed in 0.002219674 sec. | ||
| 12849 | 2025.02.10 18:55:38.338138 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12850 | 2025.02.10 18:55:38.338336 [ 256 ] {121b43b3-5fa2-49bf-a269-6359b4bf1c87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12851 | 2025.02.10 18:55:38.338410 [ 256 ] {121b43b3-5fa2-49bf-a269-6359b4bf1c87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12852 | 2025.02.10 18:55:38.339195 [ 256 ] {121b43b3-5fa2-49bf-a269-6359b4bf1c87} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12853 | 2025.02.10 18:55:38.339248 [ 256 ] {121b43b3-5fa2-49bf-a269-6359b4bf1c87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12854 | 2025.02.10 18:55:38.339689 [ 256 ] {121b43b3-5fa2-49bf-a269-6359b4bf1c87} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12855 | 2025.02.10 18:55:38.339949 [ 256 ] {121b43b3-5fa2-49bf-a269-6359b4bf1c87} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12856 | 2025.02.10 18:55:38.340192 [ 256 ] {121b43b3-5fa2-49bf-a269-6359b4bf1c87} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001911 sec., 33490.31920460492 rows/sec., 2.61 MiB/sec. | ||
| 12857 | 2025.02.10 18:55:38.340251 [ 256 ] {121b43b3-5fa2-49bf-a269-6359b4bf1c87} <Debug> TCPHandler: Processed in 0.002255974 sec. | ||
| 12858 | 2025.02.10 18:55:38.340400 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12859 | 2025.02.10 18:55:38.340523 [ 4 ] {e34f6932-5fab-493a-9c11-796e15b0c954} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12860 | 2025.02.10 18:55:38.340578 [ 4 ] {e34f6932-5fab-493a-9c11-796e15b0c954} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12861 | 2025.02.10 18:55:38.341121 [ 4 ] {e34f6932-5fab-493a-9c11-796e15b0c954} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12862 | 2025.02.10 18:55:38.341161 [ 4 ] {e34f6932-5fab-493a-9c11-796e15b0c954} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12863 | 2025.02.10 18:55:38.341550 [ 4 ] {e34f6932-5fab-493a-9c11-796e15b0c954} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12864 | 2025.02.10 18:55:38.341789 [ 4 ] {e34f6932-5fab-493a-9c11-796e15b0c954} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12865 | 2025.02.10 18:55:38.342002 [ 4 ] {e34f6932-5fab-493a-9c11-796e15b0c954} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001508 sec., 27851.458885941644 rows/sec., 1.94 MiB/sec. | ||
| 12866 | 2025.02.10 18:55:38.342053 [ 4 ] {e34f6932-5fab-493a-9c11-796e15b0c954} <Debug> TCPHandler: Processed in 0.001712252 sec. | ||
| 12867 | 2025.02.10 18:55:38.342269 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12868 | 2025.02.10 18:55:38.342494 [ 256 ] {7db6e8f5-5d8e-49af-b8c7-9a2949b4bb5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12869 | 2025.02.10 18:55:38.342592 [ 256 ] {7db6e8f5-5d8e-49af-b8c7-9a2949b4bb5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12870 | 2025.02.10 18:55:38.343326 [ 256 ] {7db6e8f5-5d8e-49af-b8c7-9a2949b4bb5d} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12871 | 2025.02.10 18:55:38.343367 [ 256 ] {7db6e8f5-5d8e-49af-b8c7-9a2949b4bb5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12872 | 2025.02.10 18:55:38.343744 [ 256 ] {7db6e8f5-5d8e-49af-b8c7-9a2949b4bb5d} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12873 | 2025.02.10 18:55:38.343985 [ 256 ] {7db6e8f5-5d8e-49af-b8c7-9a2949b4bb5d} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12874 | 2025.02.10 18:55:38.344200 [ 256 ] {7db6e8f5-5d8e-49af-b8c7-9a2949b4bb5d} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001762 sec., 9080.590238365494 rows/sec., 629.61 KiB/sec. | ||
| 12875 | 2025.02.10 18:55:38.344252 [ 256 ] {7db6e8f5-5d8e-49af-b8c7-9a2949b4bb5d} <Debug> TCPHandler: Processed in 0.002090661 sec. | ||
| 12876 | 2025.02.10 18:55:40.281484 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27999 | ||
| 12877 | 2025.02.10 18:55:40.282464 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12878 | 2025.02.10 18:55:40.282514 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12879 | 2025.02.10 18:55:40.283044 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12880 | 2025.02.10 18:55:40.283305 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12881 | 2025.02.10 18:55:40.283534 [ 130 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12882 | 2025.02.10 18:55:40.283554 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999 | ||
| 12883 | 2025.02.10 18:55:40.283630 [ 130 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12884 | 2025.02.10 18:55:40.283664 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12885 | 2025.02.10 18:55:40.283876 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 12886 | 2025.02.10 18:55:40.284135 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12887 | 2025.02.10 18:55:40.284212 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25681 rows starting from the beginning of the part | ||
| 12888 | 2025.02.10 18:55:40.284296 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 488 rows starting from the beginning of the part | ||
| 12889 | 2025.02.10 18:55:40.284408 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 427 rows starting from the beginning of the part | ||
| 12890 | 2025.02.10 18:55:40.284660 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 488 rows starting from the beginning of the part | ||
| 12891 | 2025.02.10 18:55:40.284834 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 427 rows starting from the beginning of the part | ||
| 12892 | 2025.02.10 18:55:40.284926 [ 189 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 488 rows starting from the beginning of the part | ||
| 12893 | 2025.02.10 18:55:40.287628 [ 195 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.003866683 sec., 7241090.102291809 rows/sec., 103.58 MiB/sec. | ||
| 12894 | 2025.02.10 18:55:40.288203 [ 195 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12895 | 2025.02.10 18:55:40.288547 [ 195 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_61_12} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12896 | 2025.02.10 18:55:40.288644 [ 195 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_61_12} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12897 | 2025.02.10 18:55:40.288761 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. | ||
| 12898 | 2025.02.10 18:55:42.244530 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 12899 | 2025.02.10 18:55:42.265737 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12900 | 2025.02.10 18:55:42.265788 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12901 | 2025.02.10 18:55:42.273117 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12902 | 2025.02.10 18:55:42.273893 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12903 | 2025.02.10 18:55:42.274317 [ 124 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12904 | 2025.02.10 18:55:42.274460 [ 124 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12905 | 2025.02.10 18:55:42.274552 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12906 | 2025.02.10 18:55:42.274996 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 12907 | 2025.02.10 18:55:42.292803 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 12908 | 2025.02.10 18:55:42.294213 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12909 | 2025.02.10 18:55:42.295917 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part | ||
| 12910 | 2025.02.10 18:55:42.301526 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part | ||
| 12911 | 2025.02.10 18:55:42.307049 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 8 rows starting from the beginning of the part | ||
| 12912 | 2025.02.10 18:55:42.312489 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 7 rows starting from the beginning of the part | ||
| 12913 | 2025.02.10 18:55:42.318026 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 8 rows starting from the beginning of the part | ||
| 12914 | 2025.02.10 18:55:42.322531 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 7 rows starting from the beginning of the part | ||
| 12915 | 2025.02.10 18:55:42.380239 [ 195 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.105531335 sec., 4358.894919693757 rows/sec., 22.54 MiB/sec. | ||
| 12916 | 2025.02.10 18:55:42.383858 [ 193 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12917 | 2025.02.10 18:55:42.386920 [ 193 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_61_12} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12918 | 2025.02.10 18:55:42.387062 [ 193 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_61_12} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12919 | 2025.02.10 18:55:42.389574 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 12920 | 2025.02.10 18:55:42.934105 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1840 | ||
| 12921 | 2025.02.10 18:55:42.937557 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12922 | 2025.02.10 18:55:42.937610 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12923 | 2025.02.10 18:55:42.939127 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12924 | 2025.02.10 18:55:42.939451 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12925 | 2025.02.10 18:55:42.940907 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1840 | ||
| 12926 | 2025.02.10 18:55:43.347175 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12927 | 2025.02.10 18:55:43.347370 [ 4 ] {f756a9ca-d2f3-4be1-98ab-0d2cc96e0cb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12928 | 2025.02.10 18:55:43.347440 [ 4 ] {f756a9ca-d2f3-4be1-98ab-0d2cc96e0cb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12929 | 2025.02.10 18:55:43.348168 [ 4 ] {f756a9ca-d2f3-4be1-98ab-0d2cc96e0cb9} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12930 | 2025.02.10 18:55:43.348217 [ 4 ] {f756a9ca-d2f3-4be1-98ab-0d2cc96e0cb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12931 | 2025.02.10 18:55:43.348654 [ 4 ] {f756a9ca-d2f3-4be1-98ab-0d2cc96e0cb9} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12932 | 2025.02.10 18:55:43.348905 [ 4 ] {f756a9ca-d2f3-4be1-98ab-0d2cc96e0cb9} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12933 | 2025.02.10 18:55:43.349103 [ 4 ] {f756a9ca-d2f3-4be1-98ab-0d2cc96e0cb9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001786 sec., 7838.7458006718925 rows/sec., 564.28 KiB/sec. | ||
| 12934 | 2025.02.10 18:55:43.349160 [ 4 ] {f756a9ca-d2f3-4be1-98ab-0d2cc96e0cb9} <Debug> TCPHandler: Processed in 0.002105201 sec. | ||
| 12935 | 2025.02.10 18:55:43.349441 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12936 | 2025.02.10 18:55:43.349660 [ 256 ] {de2dbeab-a108-4a05-add5-bc1e56fb8186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12937 | 2025.02.10 18:55:43.349742 [ 256 ] {de2dbeab-a108-4a05-add5-bc1e56fb8186} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12938 | 2025.02.10 18:55:43.350680 [ 256 ] {de2dbeab-a108-4a05-add5-bc1e56fb8186} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12939 | 2025.02.10 18:55:43.350729 [ 256 ] {de2dbeab-a108-4a05-add5-bc1e56fb8186} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12940 | 2025.02.10 18:55:43.351197 [ 256 ] {de2dbeab-a108-4a05-add5-bc1e56fb8186} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12941 | 2025.02.10 18:55:43.351454 [ 256 ] {de2dbeab-a108-4a05-add5-bc1e56fb8186} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12942 | 2025.02.10 18:55:43.351705 [ 256 ] {de2dbeab-a108-4a05-add5-bc1e56fb8186} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.002104 sec., 129752.85171102661 rows/sec., 11.44 MiB/sec. | ||
| 12943 | 2025.02.10 18:55:43.351818 [ 256 ] {de2dbeab-a108-4a05-add5-bc1e56fb8186} <Debug> TCPHandler: Processed in 0.002533321 sec. | ||
| 12944 | 2025.02.10 18:55:43.352006 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12945 | 2025.02.10 18:55:43.352267 [ 4 ] {6711c54d-059b-4a12-95c3-6cf1f0b1d8ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12946 | 2025.02.10 18:55:43.352333 [ 4 ] {6711c54d-059b-4a12-95c3-6cf1f0b1d8ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12947 | 2025.02.10 18:55:43.352928 [ 4 ] {6711c54d-059b-4a12-95c3-6cf1f0b1d8ff} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12948 | 2025.02.10 18:55:43.352967 [ 4 ] {6711c54d-059b-4a12-95c3-6cf1f0b1d8ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12949 | 2025.02.10 18:55:43.353336 [ 4 ] {6711c54d-059b-4a12-95c3-6cf1f0b1d8ff} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12950 | 2025.02.10 18:55:43.353570 [ 4 ] {6711c54d-059b-4a12-95c3-6cf1f0b1d8ff} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12951 | 2025.02.10 18:55:43.353755 [ 4 ] {6711c54d-059b-4a12-95c3-6cf1f0b1d8ff} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001567 sec., 26802.807913209956 rows/sec., 1.92 MiB/sec. | ||
| 12952 | 2025.02.10 18:55:43.353859 [ 4 ] {6711c54d-059b-4a12-95c3-6cf1f0b1d8ff} <Debug> TCPHandler: Processed in 0.001959607 sec. | ||
| 12953 | 2025.02.10 18:55:43.354029 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12954 | 2025.02.10 18:55:43.354177 [ 256 ] {e9907b56-4d6b-4591-93bd-2c4aece722e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12955 | 2025.02.10 18:55:43.354235 [ 256 ] {e9907b56-4d6b-4591-93bd-2c4aece722e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12956 | 2025.02.10 18:55:43.354801 [ 256 ] {e9907b56-4d6b-4591-93bd-2c4aece722e9} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12957 | 2025.02.10 18:55:43.354841 [ 256 ] {e9907b56-4d6b-4591-93bd-2c4aece722e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12958 | 2025.02.10 18:55:43.355200 [ 256 ] {e9907b56-4d6b-4591-93bd-2c4aece722e9} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12959 | 2025.02.10 18:55:43.355444 [ 256 ] {e9907b56-4d6b-4591-93bd-2c4aece722e9} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12960 | 2025.02.10 18:55:43.355666 [ 256 ] {e9907b56-4d6b-4591-93bd-2c4aece722e9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001519 sec., 9216.589861751152 rows/sec., 645.47 KiB/sec. | ||
| 12961 | 2025.02.10 18:55:43.355719 [ 256 ] {e9907b56-4d6b-4591-93bd-2c4aece722e9} <Debug> TCPHandler: Processed in 0.001781873 sec. | ||
| 12962 | 2025.02.10 18:55:43.355851 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12963 | 2025.02.10 18:55:43.355967 [ 4 ] {efb41d2e-8c1b-4eb1-8995-2b69798bf5b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12964 | 2025.02.10 18:55:43.356015 [ 4 ] {efb41d2e-8c1b-4eb1-8995-2b69798bf5b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12965 | 2025.02.10 18:55:43.356614 [ 4 ] {efb41d2e-8c1b-4eb1-8995-2b69798bf5b0} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12966 | 2025.02.10 18:55:43.356652 [ 4 ] {efb41d2e-8c1b-4eb1-8995-2b69798bf5b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12967 | 2025.02.10 18:55:43.357014 [ 4 ] {efb41d2e-8c1b-4eb1-8995-2b69798bf5b0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12968 | 2025.02.10 18:55:43.357253 [ 4 ] {efb41d2e-8c1b-4eb1-8995-2b69798bf5b0} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12969 | 2025.02.10 18:55:43.357425 [ 4 ] {efb41d2e-8c1b-4eb1-8995-2b69798bf5b0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001481 sec., 8777.852802160704 rows/sec., 547.30 KiB/sec. | ||
| 12970 | 2025.02.10 18:55:43.357476 [ 4 ] {efb41d2e-8c1b-4eb1-8995-2b69798bf5b0} <Debug> TCPHandler: Processed in 0.00168148 sec. | ||
| 12971 | 2025.02.10 18:55:43.357641 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12972 | 2025.02.10 18:55:43.357758 [ 256 ] {aa3ba192-3f8c-48b8-b369-92bdee88a495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12973 | 2025.02.10 18:55:43.357807 [ 256 ] {aa3ba192-3f8c-48b8-b369-92bdee88a495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12974 | 2025.02.10 18:55:43.358563 [ 256 ] {aa3ba192-3f8c-48b8-b369-92bdee88a495} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12975 | 2025.02.10 18:55:43.358604 [ 256 ] {aa3ba192-3f8c-48b8-b369-92bdee88a495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12976 | 2025.02.10 18:55:43.358988 [ 256 ] {aa3ba192-3f8c-48b8-b369-92bdee88a495} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12977 | 2025.02.10 18:55:43.359232 [ 256 ] {aa3ba192-3f8c-48b8-b369-92bdee88a495} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12978 | 2025.02.10 18:55:43.359463 [ 256 ] {aa3ba192-3f8c-48b8-b369-92bdee88a495} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001728 sec., 241319.44444444447 rows/sec., 17.23 MiB/sec. | ||
| 12979 | 2025.02.10 18:55:43.359516 [ 256 ] {aa3ba192-3f8c-48b8-b369-92bdee88a495} <Debug> TCPHandler: Processed in 0.001932277 sec. | ||
| 12980 | 2025.02.10 18:55:43.359669 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12981 | 2025.02.10 18:55:43.359786 [ 4 ] {da7245fa-7186-4c34-ad05-0eb19fc401b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12982 | 2025.02.10 18:55:43.359837 [ 4 ] {da7245fa-7186-4c34-ad05-0eb19fc401b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12983 | 2025.02.10 18:55:43.360325 [ 4 ] {da7245fa-7186-4c34-ad05-0eb19fc401b2} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12984 | 2025.02.10 18:55:43.360360 [ 4 ] {da7245fa-7186-4c34-ad05-0eb19fc401b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12985 | 2025.02.10 18:55:43.360721 [ 4 ] {da7245fa-7186-4c34-ad05-0eb19fc401b2} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12986 | 2025.02.10 18:55:43.360955 [ 4 ] {da7245fa-7186-4c34-ad05-0eb19fc401b2} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12987 | 2025.02.10 18:55:43.361126 [ 4 ] {da7245fa-7186-4c34-ad05-0eb19fc401b2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001364 sec., 4398.826979472141 rows/sec., 229.82 KiB/sec. | ||
| 12988 | 2025.02.10 18:55:43.361174 [ 4 ] {da7245fa-7186-4c34-ad05-0eb19fc401b2} <Debug> TCPHandler: Processed in 0.001560518 sec. | ||
| 12989 | 2025.02.10 18:55:43.361371 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12990 | 2025.02.10 18:55:43.361595 [ 256 ] {45c8a13b-ed39-4e82-8380-7bc2f5aee673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12991 | 2025.02.10 18:55:43.361694 [ 256 ] {45c8a13b-ed39-4e82-8380-7bc2f5aee673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12992 | 2025.02.10 18:55:43.362536 [ 256 ] {45c8a13b-ed39-4e82-8380-7bc2f5aee673} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12993 | 2025.02.10 18:55:43.362576 [ 256 ] {45c8a13b-ed39-4e82-8380-7bc2f5aee673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 12994 | 2025.02.10 18:55:43.362980 [ 256 ] {45c8a13b-ed39-4e82-8380-7bc2f5aee673} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12995 | 2025.02.10 18:55:43.363221 [ 256 ] {45c8a13b-ed39-4e82-8380-7bc2f5aee673} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12996 | 2025.02.10 18:55:43.363446 [ 256 ] {45c8a13b-ed39-4e82-8380-7bc2f5aee673} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001903 sec., 124540.19968470836 rows/sec., 8.35 MiB/sec. | ||
| 12997 | 2025.02.10 18:55:43.363499 [ 256 ] {45c8a13b-ed39-4e82-8380-7bc2f5aee673} <Debug> TCPHandler: Processed in 0.002235204 sec. | ||
| 12998 | 2025.02.10 18:55:43.363654 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12999 | 2025.02.10 18:55:43.363961 [ 4 ] {4e1b8b3e-8997-45c2-8efc-adb3b0dc856d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13000 | 2025.02.10 18:55:43.364106 [ 4 ] {4e1b8b3e-8997-45c2-8efc-adb3b0dc856d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13001 | 2025.02.10 18:55:43.364727 [ 4 ] {4e1b8b3e-8997-45c2-8efc-adb3b0dc856d} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13002 | 2025.02.10 18:55:43.364764 [ 4 ] {4e1b8b3e-8997-45c2-8efc-adb3b0dc856d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13003 | 2025.02.10 18:55:43.365121 [ 4 ] {4e1b8b3e-8997-45c2-8efc-adb3b0dc856d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13004 | 2025.02.10 18:55:43.365363 [ 4 ] {4e1b8b3e-8997-45c2-8efc-adb3b0dc856d} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13005 | 2025.02.10 18:55:43.365572 [ 4 ] {4e1b8b3e-8997-45c2-8efc-adb3b0dc856d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001715 sec., 583.0903790087464 rows/sec., 39.29 KiB/sec. | ||
| 13006 | 2025.02.10 18:55:43.365686 [ 4 ] {4e1b8b3e-8997-45c2-8efc-adb3b0dc856d} <Debug> TCPHandler: Processed in 0.002106551 sec. | ||
| 13007 | 2025.02.10 18:55:43.365900 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13008 | 2025.02.10 18:55:43.366040 [ 256 ] {5933bb58-0778-48c6-9072-e1a32dad5880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13009 | 2025.02.10 18:55:43.366128 [ 256 ] {5933bb58-0778-48c6-9072-e1a32dad5880} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13010 | 2025.02.10 18:55:43.367293 [ 256 ] {5933bb58-0778-48c6-9072-e1a32dad5880} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13011 | 2025.02.10 18:55:43.367332 [ 256 ] {5933bb58-0778-48c6-9072-e1a32dad5880} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13012 | 2025.02.10 18:55:43.367982 [ 256 ] {5933bb58-0778-48c6-9072-e1a32dad5880} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 13013 | 2025.02.10 18:55:43.368240 [ 256 ] {5933bb58-0778-48c6-9072-e1a32dad5880} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13014 | 2025.02.10 18:55:43.368496 [ 256 ] {5933bb58-0778-48c6-9072-e1a32dad5880} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002484 sec., 14090.177133655394 rows/sec., 25.25 MiB/sec. | ||
| 13015 | 2025.02.10 18:55:43.368625 [ 256 ] {5933bb58-0778-48c6-9072-e1a32dad5880} <Debug> TCPHandler: Processed in 0.002843498 sec. | ||
| 13016 | 2025.02.10 18:55:43.368870 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13017 | 2025.02.10 18:55:43.369078 [ 4 ] {be53f3e7-714f-4342-aa42-9c1b93ac1385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13018 | 2025.02.10 18:55:43.369127 [ 4 ] {be53f3e7-714f-4342-aa42-9c1b93ac1385} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13019 | 2025.02.10 18:55:43.369608 [ 4 ] {be53f3e7-714f-4342-aa42-9c1b93ac1385} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13020 | 2025.02.10 18:55:43.369646 [ 4 ] {be53f3e7-714f-4342-aa42-9c1b93ac1385} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13021 | 2025.02.10 18:55:43.370024 [ 4 ] {be53f3e7-714f-4342-aa42-9c1b93ac1385} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13022 | 2025.02.10 18:55:43.370265 [ 4 ] {be53f3e7-714f-4342-aa42-9c1b93ac1385} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13023 | 2025.02.10 18:55:43.370486 [ 4 ] {be53f3e7-714f-4342-aa42-9c1b93ac1385} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001442 sec., 56865.464632454925 rows/sec., 3.61 MiB/sec. | ||
| 13024 | 2025.02.10 18:55:43.370537 [ 4 ] {be53f3e7-714f-4342-aa42-9c1b93ac1385} <Debug> TCPHandler: Processed in 0.001819893 sec. | ||
| 13025 | 2025.02.10 18:55:47.604507 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13026 | 2025.02.10 18:55:47.604574 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13027 | 2025.02.10 18:55:47.783949 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28426 | ||
| 13028 | 2025.02.10 18:55:47.784598 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13029 | 2025.02.10 18:55:47.784643 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13030 | 2025.02.10 18:55:47.785193 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 13031 | 2025.02.10 18:55:47.785461 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13032 | 2025.02.10 18:55:47.785676 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
| 13033 | 2025.02.10 18:55:48.341348 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13034 | 2025.02.10 18:55:48.341536 [ 4 ] {55b0127f-1ff8-43fb-acdb-4dd326875c34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13035 | 2025.02.10 18:55:48.341610 [ 4 ] {55b0127f-1ff8-43fb-acdb-4dd326875c34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13036 | 2025.02.10 18:55:48.342379 [ 4 ] {55b0127f-1ff8-43fb-acdb-4dd326875c34} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13037 | 2025.02.10 18:55:48.342433 [ 4 ] {55b0127f-1ff8-43fb-acdb-4dd326875c34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13038 | 2025.02.10 18:55:48.342871 [ 4 ] {55b0127f-1ff8-43fb-acdb-4dd326875c34} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13039 | 2025.02.10 18:55:48.343117 [ 4 ] {55b0127f-1ff8-43fb-acdb-4dd326875c34} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13040 | 2025.02.10 18:55:48.343383 [ 4 ] {55b0127f-1ff8-43fb-acdb-4dd326875c34} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001896 sec., 34810.126582278484 rows/sec., 2.77 MiB/sec. | ||
| 13041 | 2025.02.10 18:55:48.343488 [ 4 ] {55b0127f-1ff8-43fb-acdb-4dd326875c34} <Debug> TCPHandler: Processed in 0.002279895 sec. | ||
| 13042 | 2025.02.10 18:55:48.343779 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13043 | 2025.02.10 18:55:48.343985 [ 256 ] {baa13d7a-e23d-40e9-92ea-093c2c42f557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13044 | 2025.02.10 18:55:48.344061 [ 256 ] {baa13d7a-e23d-40e9-92ea-093c2c42f557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13045 | 2025.02.10 18:55:48.344826 [ 256 ] {baa13d7a-e23d-40e9-92ea-093c2c42f557} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13046 | 2025.02.10 18:55:48.344874 [ 256 ] {baa13d7a-e23d-40e9-92ea-093c2c42f557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13047 | 2025.02.10 18:55:48.345300 [ 256 ] {baa13d7a-e23d-40e9-92ea-093c2c42f557} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 13048 | 2025.02.10 18:55:48.345559 [ 256 ] {baa13d7a-e23d-40e9-92ea-093c2c42f557} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13049 | 2025.02.10 18:55:48.345784 [ 256 ] {baa13d7a-e23d-40e9-92ea-093c2c42f557} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001846 sec., 2708.5590465872156 rows/sec., 203.67 KiB/sec. | ||
| 13050 | 2025.02.10 18:55:48.345845 [ 256 ] {baa13d7a-e23d-40e9-92ea-093c2c42f557} <Debug> TCPHandler: Processed in 0.002243534 sec. | ||
| 13051 | 2025.02.10 18:55:48.345986 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13052 | 2025.02.10 18:55:48.346114 [ 4 ] {fdf20b61-fc4c-4245-9c60-8dca4fa3146a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13053 | 2025.02.10 18:55:48.346166 [ 4 ] {fdf20b61-fc4c-4245-9c60-8dca4fa3146a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13054 | 2025.02.10 18:55:48.346793 [ 4 ] {fdf20b61-fc4c-4245-9c60-8dca4fa3146a} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13055 | 2025.02.10 18:55:48.346836 [ 4 ] {fdf20b61-fc4c-4245-9c60-8dca4fa3146a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13056 | 2025.02.10 18:55:48.347209 [ 4 ] {fdf20b61-fc4c-4245-9c60-8dca4fa3146a} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13057 | 2025.02.10 18:55:48.347470 [ 4 ] {fdf20b61-fc4c-4245-9c60-8dca4fa3146a} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13058 | 2025.02.10 18:55:48.347708 [ 4 ] {fdf20b61-fc4c-4245-9c60-8dca4fa3146a} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001624 sec., 42487.684729064036 rows/sec., 3.32 MiB/sec. | ||
| 13059 | 2025.02.10 18:55:48.347768 [ 4 ] {fdf20b61-fc4c-4245-9c60-8dca4fa3146a} <Debug> TCPHandler: Processed in 0.001840665 sec. | ||
| 13060 | 2025.02.10 18:55:48.347910 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13061 | 2025.02.10 18:55:48.348038 [ 256 ] {c958ad80-088c-4699-a67f-601667e05f05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13062 | 2025.02.10 18:55:48.348094 [ 256 ] {c958ad80-088c-4699-a67f-601667e05f05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13063 | 2025.02.10 18:55:48.348702 [ 256 ] {c958ad80-088c-4699-a67f-601667e05f05} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13064 | 2025.02.10 18:55:48.348742 [ 256 ] {c958ad80-088c-4699-a67f-601667e05f05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13065 | 2025.02.10 18:55:48.349144 [ 256 ] {c958ad80-088c-4699-a67f-601667e05f05} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13066 | 2025.02.10 18:55:48.349397 [ 256 ] {c958ad80-088c-4699-a67f-601667e05f05} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13067 | 2025.02.10 18:55:48.349588 [ 115 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 6 parts from all_1_99_20 to all_104_104_0 | ||
| 13068 | 2025.02.10 18:55:48.349613 [ 256 ] {c958ad80-088c-4699-a67f-601667e05f05} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0016 sec., 100000 rows/sec., 6.96 MiB/sec. | ||
| 13069 | 2025.02.10 18:55:48.349662 [ 115 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13070 | 2025.02.10 18:55:48.349732 [ 256 ] {c958ad80-088c-4699-a67f-601667e05f05} <Debug> TCPHandler: Processed in 0.001874315 sec. | ||
| 13071 | 2025.02.10 18:55:48.349732 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13072 | 2025.02.10 18:55:48.349955 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13073 | 2025.02.10 18:55:48.349972 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_104_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_99_20 to all_104_104_0 into Compact with storage Full | ||
| 13074 | 2025.02.10 18:55:48.350237 [ 4 ] {d86c39fa-d0ae-48ec-a36a-f0ba595b9d9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13075 | 2025.02.10 18:55:48.350514 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_104_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13076 | 2025.02.10 18:55:48.350686 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_99_20, total 30041 rows starting from the beginning of the part | ||
| 13077 | 2025.02.10 18:55:48.350674 [ 4 ] {d86c39fa-d0ae-48ec-a36a-f0ba595b9d9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13078 | 2025.02.10 18:55:48.351409 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 237 rows starting from the beginning of the part | ||
| 13079 | 2025.02.10 18:55:48.351937 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 965 rows starting from the beginning of the part | ||
| 13080 | 2025.02.10 18:55:48.352429 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 42 rows starting from the beginning of the part | ||
| 13081 | 2025.02.10 18:55:48.352976 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 237 rows starting from the beginning of the part | ||
| 13082 | 2025.02.10 18:55:48.353593 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part | ||
| 13083 | 2025.02.10 18:55:48.355581 [ 4 ] {d86c39fa-d0ae-48ec-a36a-f0ba595b9d9f} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13084 | 2025.02.10 18:55:48.355633 [ 4 ] {d86c39fa-d0ae-48ec-a36a-f0ba595b9d9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13085 | 2025.02.10 18:55:48.356641 [ 4 ] {d86c39fa-d0ae-48ec-a36a-f0ba595b9d9f} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 13086 | 2025.02.10 18:55:48.357197 [ 4 ] {d86c39fa-d0ae-48ec-a36a-f0ba595b9d9f} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13087 | 2025.02.10 18:55:48.357661 [ 4 ] {d86c39fa-d0ae-48ec-a36a-f0ba595b9d9f} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.007582 sec., 659.4566077552097 rows/sec., 1.18 MiB/sec. | ||
| 13088 | 2025.02.10 18:55:48.357793 [ 4 ] {d86c39fa-d0ae-48ec-a36a-f0ba595b9d9f} <Debug> TCPHandler: Processed in 0.007928652 sec. | ||
| 13089 | 2025.02.10 18:55:48.357963 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13090 | 2025.02.10 18:55:48.358127 [ 256 ] {0cd2b6e5-a2e5-4464-87f3-75cdcd880d39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13091 | 2025.02.10 18:55:48.358181 [ 256 ] {0cd2b6e5-a2e5-4464-87f3-75cdcd880d39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13092 | 2025.02.10 18:55:48.358754 [ 256 ] {0cd2b6e5-a2e5-4464-87f3-75cdcd880d39} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13093 | 2025.02.10 18:55:48.358804 [ 256 ] {0cd2b6e5-a2e5-4464-87f3-75cdcd880d39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13094 | 2025.02.10 18:55:48.359552 [ 256 ] {0cd2b6e5-a2e5-4464-87f3-75cdcd880d39} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13095 | 2025.02.10 18:55:48.359913 [ 256 ] {0cd2b6e5-a2e5-4464-87f3-75cdcd880d39} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13096 | 2025.02.10 18:55:48.360158 [ 256 ] {0cd2b6e5-a2e5-4464-87f3-75cdcd880d39} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002069 sec., 28999.516674722086 rows/sec., 1.95 MiB/sec. | ||
| 13097 | 2025.02.10 18:55:48.360231 [ 256 ] {0cd2b6e5-a2e5-4464-87f3-75cdcd880d39} <Debug> TCPHandler: Processed in 0.002329557 sec. | ||
| 13098 | 2025.02.10 18:55:48.362662 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_104_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31682 rows, containing 5 columns (5 merged, 0 gathered) in 0.012795169 sec., 2476090.7808251693 rows/sec., 167.18 MiB/sec. | ||
| 13099 | 2025.02.10 18:55:48.363192 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_104_21} <Trace> MergedBlockOutputStream: filled checksums all_1_104_21 (state Temporary) | ||
| 13100 | 2025.02.10 18:55:48.363521 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_104_21} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_104_21 to all_1_104_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13101 | 2025.02.10 18:55:48.363610 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_104_21} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 6 parts: [all_1_99_20, all_104_104_0] -> all_1_104_21 | ||
| 13102 | 2025.02.10 18:55:48.363701 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 13103 | 2025.02.10 18:55:49.792908 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 13104 | 2025.02.10 18:55:49.811131 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13105 | 2025.02.10 18:55:49.811188 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13106 | 2025.02.10 18:55:49.818075 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 13107 | 2025.02.10 18:55:49.818817 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13108 | 2025.02.10 18:55:49.821427 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 13109 | 2025.02.10 18:55:52.941164 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1874 | ||
| 13110 | 2025.02.10 18:55:52.944219 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13111 | 2025.02.10 18:55:52.944268 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13112 | 2025.02.10 18:55:52.945743 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13113 | 2025.02.10 18:55:52.946073 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13114 | 2025.02.10 18:55:52.946312 [ 111 ] {} <Debug> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 13115 | 2025.02.10 18:55:52.946443 [ 111 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13116 | 2025.02.10 18:55:52.946521 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13117 | 2025.02.10 18:55:52.947247 [ 192 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 13118 | 2025.02.10 18:55:52.948482 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1874 | ||
| 13119 | 2025.02.10 18:55:52.948908 [ 192 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13120 | 2025.02.10 18:55:52.949098 [ 192 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1678 rows starting from the beginning of the part | ||
| 13121 | 2025.02.10 18:55:52.949824 [ 192 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 46 rows starting from the beginning of the part | ||
| 13122 | 2025.02.10 18:55:52.950474 [ 192 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 34 rows starting from the beginning of the part | ||
| 13123 | 2025.02.10 18:55:52.951140 [ 192 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 36 rows starting from the beginning of the part | ||
| 13124 | 2025.02.10 18:55:52.951834 [ 192 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 46 rows starting from the beginning of the part | ||
| 13125 | 2025.02.10 18:55:52.952518 [ 192 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 34 rows starting from the beginning of the part | ||
| 13126 | 2025.02.10 18:55:52.961074 [ 198 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1874 rows, containing 72 columns (72 merged, 0 gathered) in 0.014351346 sec., 130580.0863556631 rows/sec., 99.37 MiB/sec. | ||
| 13127 | 2025.02.10 18:55:52.963000 [ 197 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 13128 | 2025.02.10 18:55:52.963855 [ 197 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_46_9} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13129 | 2025.02.10 18:55:52.963958 [ 197 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_46_9} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 13130 | 2025.02.10 18:55:52.964304 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. | ||
| 13131 | 2025.02.10 18:55:53.347333 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13132 | 2025.02.10 18:55:53.347542 [ 4 ] {e06d9cd3-87e4-45fc-98e2-b7836d3d0c5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13133 | 2025.02.10 18:55:53.347624 [ 4 ] {e06d9cd3-87e4-45fc-98e2-b7836d3d0c5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13134 | 2025.02.10 18:55:53.348372 [ 4 ] {e06d9cd3-87e4-45fc-98e2-b7836d3d0c5f} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13135 | 2025.02.10 18:55:53.348425 [ 4 ] {e06d9cd3-87e4-45fc-98e2-b7836d3d0c5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13136 | 2025.02.10 18:55:53.348861 [ 4 ] {e06d9cd3-87e4-45fc-98e2-b7836d3d0c5f} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13137 | 2025.02.10 18:55:53.349114 [ 4 ] {e06d9cd3-87e4-45fc-98e2-b7836d3d0c5f} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13138 | 2025.02.10 18:55:53.349312 [ 111 ] {} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 13139 | 2025.02.10 18:55:53.349383 [ 4 ] {e06d9cd3-87e4-45fc-98e2-b7836d3d0c5f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001895 sec., 7387.862796833773 rows/sec., 531.83 KiB/sec. | ||
| 13140 | 2025.02.10 18:55:53.349390 [ 111 ] {} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13141 | 2025.02.10 18:55:53.349465 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13142 | 2025.02.10 18:55:53.349517 [ 4 ] {e06d9cd3-87e4-45fc-98e2-b7836d3d0c5f} <Debug> TCPHandler: Processed in 0.002317005 sec. | ||
| 13143 | 2025.02.10 18:55:53.349704 [ 199 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 13144 | 2025.02.10 18:55:53.349830 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13145 | 2025.02.10 18:55:53.349861 [ 199 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13146 | 2025.02.10 18:55:53.349919 [ 199 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 14 rows starting from the beginning of the part | ||
| 13147 | 2025.02.10 18:55:53.350152 [ 199 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
| 13148 | 2025.02.10 18:55:53.350180 [ 256 ] {53e73187-5c08-494f-867f-31eaf68109fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13149 | 2025.02.10 18:55:53.350383 [ 256 ] {53e73187-5c08-494f-867f-31eaf68109fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13150 | 2025.02.10 18:55:53.350399 [ 199 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 13151 | 2025.02.10 18:55:53.350821 [ 199 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 13152 | 2025.02.10 18:55:53.351117 [ 199 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
| 13153 | 2025.02.10 18:55:53.352911 [ 256 ] {53e73187-5c08-494f-867f-31eaf68109fa} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13154 | 2025.02.10 18:55:53.352993 [ 256 ] {53e73187-5c08-494f-867f-31eaf68109fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13155 | 2025.02.10 18:55:53.353736 [ 199 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00417361 sec., 16772.051054123407 rows/sec., 1.24 MiB/sec. | ||
| 13156 | 2025.02.10 18:55:53.353956 [ 199 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 13157 | 2025.02.10 18:55:53.353978 [ 256 ] {53e73187-5c08-494f-867f-31eaf68109fa} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 13158 | 2025.02.10 18:55:53.354467 [ 201 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_45_11} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13159 | 2025.02.10 18:55:53.354596 [ 256 ] {53e73187-5c08-494f-867f-31eaf68109fa} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13160 | 2025.02.10 18:55:53.354613 [ 201 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_45_11} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 13161 | 2025.02.10 18:55:53.354739 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13162 | 2025.02.10 18:55:53.354974 [ 256 ] {53e73187-5c08-494f-867f-31eaf68109fa} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004952 sec., 403.8772213247173 rows/sec., 32.93 KiB/sec. | ||
| 13163 | 2025.02.10 18:55:53.355099 [ 256 ] {53e73187-5c08-494f-867f-31eaf68109fa} <Debug> TCPHandler: Processed in 0.005441241 sec. | ||
| 13164 | 2025.02.10 18:55:53.355256 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13165 | 2025.02.10 18:55:53.355383 [ 4 ] {61b36054-41f7-4fe8-8a34-74ff9ce73b1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13166 | 2025.02.10 18:55:53.355439 [ 4 ] {61b36054-41f7-4fe8-8a34-74ff9ce73b1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13167 | 2025.02.10 18:55:53.356182 [ 4 ] {61b36054-41f7-4fe8-8a34-74ff9ce73b1d} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13168 | 2025.02.10 18:55:53.356224 [ 4 ] {61b36054-41f7-4fe8-8a34-74ff9ce73b1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13169 | 2025.02.10 18:55:53.356629 [ 4 ] {61b36054-41f7-4fe8-8a34-74ff9ce73b1d} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13170 | 2025.02.10 18:55:53.356866 [ 4 ] {61b36054-41f7-4fe8-8a34-74ff9ce73b1d} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13171 | 2025.02.10 18:55:53.357106 [ 4 ] {61b36054-41f7-4fe8-8a34-74ff9ce73b1d} <Debug> executeQuery: Read 274 rows, 24.71 KiB in 0.001753 sec., 156303.4797490017 rows/sec., 13.77 MiB/sec. | ||
| 13172 | 2025.02.10 18:55:53.357168 [ 4 ] {61b36054-41f7-4fe8-8a34-74ff9ce73b1d} <Debug> TCPHandler: Processed in 0.001974718 sec. | ||
| 13173 | 2025.02.10 18:55:53.357321 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13174 | 2025.02.10 18:55:53.357449 [ 256 ] {3a757a21-ff1e-4304-9c6b-b45769d3564d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13175 | 2025.02.10 18:55:53.357504 [ 256 ] {3a757a21-ff1e-4304-9c6b-b45769d3564d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13176 | 2025.02.10 18:55:53.358121 [ 256 ] {3a757a21-ff1e-4304-9c6b-b45769d3564d} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13177 | 2025.02.10 18:55:53.358163 [ 256 ] {3a757a21-ff1e-4304-9c6b-b45769d3564d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13178 | 2025.02.10 18:55:53.358536 [ 256 ] {3a757a21-ff1e-4304-9c6b-b45769d3564d} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 13179 | 2025.02.10 18:55:53.358795 [ 256 ] {3a757a21-ff1e-4304-9c6b-b45769d3564d} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13180 | 2025.02.10 18:55:53.359033 [ 256 ] {3a757a21-ff1e-4304-9c6b-b45769d3564d} <Debug> executeQuery: Read 44 rows, 3.23 KiB in 0.001613 sec., 27278.363298202108 rows/sec., 1.95 MiB/sec. | ||
| 13181 | 2025.02.10 18:55:53.359091 [ 256 ] {3a757a21-ff1e-4304-9c6b-b45769d3564d} <Debug> TCPHandler: Processed in 0.001829354 sec. | ||
| 13182 | 2025.02.10 18:55:53.359248 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13183 | 2025.02.10 18:55:53.359451 [ 4 ] {770ed8f2-5b73-422f-9b57-4a431a5e36c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13184 | 2025.02.10 18:55:53.359511 [ 4 ] {770ed8f2-5b73-422f-9b57-4a431a5e36c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13185 | 2025.02.10 18:55:53.360115 [ 4 ] {770ed8f2-5b73-422f-9b57-4a431a5e36c5} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13186 | 2025.02.10 18:55:53.360155 [ 4 ] {770ed8f2-5b73-422f-9b57-4a431a5e36c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13187 | 2025.02.10 18:55:53.360509 [ 4 ] {770ed8f2-5b73-422f-9b57-4a431a5e36c5} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 13188 | 2025.02.10 18:55:53.360744 [ 4 ] {770ed8f2-5b73-422f-9b57-4a431a5e36c5} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13189 | 2025.02.10 18:55:53.360970 [ 4 ] {770ed8f2-5b73-422f-9b57-4a431a5e36c5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001553 sec., 9014.810045074051 rows/sec., 631.34 KiB/sec. | ||
| 13190 | 2025.02.10 18:55:53.361026 [ 4 ] {770ed8f2-5b73-422f-9b57-4a431a5e36c5} <Debug> TCPHandler: Processed in 0.001849024 sec. | ||
| 13191 | 2025.02.10 18:55:53.361226 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13192 | 2025.02.10 18:55:53.361377 [ 256 ] {0bd8f58a-4eee-47a7-b4d8-ffd3829add9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13193 | 2025.02.10 18:55:53.361437 [ 256 ] {0bd8f58a-4eee-47a7-b4d8-ffd3829add9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13194 | 2025.02.10 18:55:53.362055 [ 256 ] {0bd8f58a-4eee-47a7-b4d8-ffd3829add9e} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13195 | 2025.02.10 18:55:53.362100 [ 256 ] {0bd8f58a-4eee-47a7-b4d8-ffd3829add9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13196 | 2025.02.10 18:55:53.362468 [ 256 ] {0bd8f58a-4eee-47a7-b4d8-ffd3829add9e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13197 | 2025.02.10 18:55:53.362709 [ 256 ] {0bd8f58a-4eee-47a7-b4d8-ffd3829add9e} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13198 | 2025.02.10 18:55:53.362899 [ 110 ] {} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 13199 | 2025.02.10 18:55:53.362964 [ 110 ] {} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13200 | 2025.02.10 18:55:53.362971 [ 256 ] {0bd8f58a-4eee-47a7-b4d8-ffd3829add9e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001617 sec., 8039.579468150897 rows/sec., 501.27 KiB/sec. | ||
| 13201 | 2025.02.10 18:55:53.363010 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13202 | 2025.02.10 18:55:53.363129 [ 256 ] {0bd8f58a-4eee-47a7-b4d8-ffd3829add9e} <Debug> TCPHandler: Processed in 0.001971888 sec. | ||
| 13203 | 2025.02.10 18:55:53.363276 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 13204 | 2025.02.10 18:55:53.363321 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13205 | 2025.02.10 18:55:53.363571 [ 4 ] {8cee7fbc-766e-47df-ac36-e348c92d9f62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13206 | 2025.02.10 18:55:53.363588 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13207 | 2025.02.10 18:55:53.363670 [ 4 ] {8cee7fbc-766e-47df-ac36-e348c92d9f62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13208 | 2025.02.10 18:55:53.363675 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 13 rows starting from the beginning of the part | ||
| 13209 | 2025.02.10 18:55:53.364033 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 13 rows starting from the beginning of the part | ||
| 13210 | 2025.02.10 18:55:53.364377 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 13 rows starting from the beginning of the part | ||
| 13211 | 2025.02.10 18:55:53.364732 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 13 rows starting from the beginning of the part | ||
| 13212 | 2025.02.10 18:55:53.365173 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 13 rows starting from the beginning of the part | ||
| 13213 | 2025.02.10 18:55:53.366661 [ 4 ] {8cee7fbc-766e-47df-ac36-e348c92d9f62} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13214 | 2025.02.10 18:55:53.366732 [ 4 ] {8cee7fbc-766e-47df-ac36-e348c92d9f62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13215 | 2025.02.10 18:55:53.367633 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004486488 sec., 14487.946919728749 rows/sec., 959.91 KiB/sec. | ||
| 13216 | 2025.02.10 18:55:53.367775 [ 4 ] {8cee7fbc-766e-47df-ac36-e348c92d9f62} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13217 | 2025.02.10 18:55:53.367825 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 13218 | 2025.02.10 18:55:53.368326 [ 4 ] {8cee7fbc-766e-47df-ac36-e348c92d9f62} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13219 | 2025.02.10 18:55:53.368413 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_45_11} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13220 | 2025.02.10 18:55:53.368641 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_45_11} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 13221 | 2025.02.10 18:55:53.368766 [ 4 ] {8cee7fbc-766e-47df-ac36-e348c92d9f62} <Debug> executeQuery: Read 419 rows, 30.65 KiB in 0.005259 sec., 79672.94162388287 rows/sec., 5.69 MiB/sec. | ||
| 13222 | 2025.02.10 18:55:53.368795 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13223 | 2025.02.10 18:55:53.368920 [ 4 ] {8cee7fbc-766e-47df-ac36-e348c92d9f62} <Debug> TCPHandler: Processed in 0.005691297 sec. | ||
| 13224 | 2025.02.10 18:55:53.369078 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13225 | 2025.02.10 18:55:53.369202 [ 256 ] {167d7f30-b4c8-4ec9-bf1c-2c2b8fcbd846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13226 | 2025.02.10 18:55:53.369256 [ 256 ] {167d7f30-b4c8-4ec9-bf1c-2c2b8fcbd846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13227 | 2025.02.10 18:55:53.369766 [ 256 ] {167d7f30-b4c8-4ec9-bf1c-2c2b8fcbd846} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13228 | 2025.02.10 18:55:53.369806 [ 256 ] {167d7f30-b4c8-4ec9-bf1c-2c2b8fcbd846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13229 | 2025.02.10 18:55:53.370194 [ 256 ] {167d7f30-b4c8-4ec9-bf1c-2c2b8fcbd846} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13230 | 2025.02.10 18:55:53.370433 [ 256 ] {167d7f30-b4c8-4ec9-bf1c-2c2b8fcbd846} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13231 | 2025.02.10 18:55:53.370665 [ 256 ] {167d7f30-b4c8-4ec9-bf1c-2c2b8fcbd846} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001487 sec., 4034.9697377269667 rows/sec., 210.81 KiB/sec. | ||
| 13232 | 2025.02.10 18:55:53.370716 [ 256 ] {167d7f30-b4c8-4ec9-bf1c-2c2b8fcbd846} <Debug> TCPHandler: Processed in 0.001700071 sec. | ||
| 13233 | 2025.02.10 18:55:53.370872 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13234 | 2025.02.10 18:55:53.371014 [ 4 ] {440ff10c-ffe9-4be0-9601-330b90101457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13235 | 2025.02.10 18:55:53.371079 [ 4 ] {440ff10c-ffe9-4be0-9601-330b90101457} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13236 | 2025.02.10 18:55:53.371746 [ 4 ] {440ff10c-ffe9-4be0-9601-330b90101457} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13237 | 2025.02.10 18:55:53.371785 [ 4 ] {440ff10c-ffe9-4be0-9601-330b90101457} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13238 | 2025.02.10 18:55:53.372196 [ 4 ] {440ff10c-ffe9-4be0-9601-330b90101457} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13239 | 2025.02.10 18:55:53.372431 [ 4 ] {440ff10c-ffe9-4be0-9601-330b90101457} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13240 | 2025.02.10 18:55:53.372642 [ 4 ] {440ff10c-ffe9-4be0-9601-330b90101457} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001639 sec., 145210.4942037828 rows/sec., 9.73 MiB/sec. | ||
| 13241 | 2025.02.10 18:55:53.372743 [ 4 ] {440ff10c-ffe9-4be0-9601-330b90101457} <Debug> TCPHandler: Processed in 0.001942027 sec. | ||
| 13242 | 2025.02.10 18:55:53.372979 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13243 | 2025.02.10 18:55:53.373254 [ 256 ] {cdeb20c1-e0b7-40c5-844b-da48ba3c983d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13244 | 2025.02.10 18:55:53.373332 [ 256 ] {cdeb20c1-e0b7-40c5-844b-da48ba3c983d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13245 | 2025.02.10 18:55:53.373809 [ 256 ] {cdeb20c1-e0b7-40c5-844b-da48ba3c983d} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13246 | 2025.02.10 18:55:53.373847 [ 256 ] {cdeb20c1-e0b7-40c5-844b-da48ba3c983d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13247 | 2025.02.10 18:55:53.374201 [ 256 ] {cdeb20c1-e0b7-40c5-844b-da48ba3c983d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13248 | 2025.02.10 18:55:53.374453 [ 256 ] {cdeb20c1-e0b7-40c5-844b-da48ba3c983d} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13249 | 2025.02.10 18:55:53.374634 [ 110 ] {} <Debug> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
| 13250 | 2025.02.10 18:55:53.374690 [ 110 ] {} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13251 | 2025.02.10 18:55:53.374709 [ 256 ] {cdeb20c1-e0b7-40c5-844b-da48ba3c983d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001536 sec., 651.0416666666666 rows/sec., 43.87 KiB/sec. | ||
| 13252 | 2025.02.10 18:55:53.374726 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13253 | 2025.02.10 18:55:53.374864 [ 256 ] {cdeb20c1-e0b7-40c5-844b-da48ba3c983d} <Debug> TCPHandler: Processed in 0.002022469 sec. | ||
| 13254 | 2025.02.10 18:55:53.374951 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full | ||
| 13255 | 2025.02.10 18:55:53.375146 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13256 | 2025.02.10 18:55:53.375332 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13257 | 2025.02.10 18:55:53.375452 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 40 rows starting from the beginning of the part | ||
| 13258 | 2025.02.10 18:55:53.375699 [ 4 ] {ef9f6b48-654f-4182-bb8a-a47beea10bf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13259 | 2025.02.10 18:55:53.375858 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
| 13260 | 2025.02.10 18:55:53.376237 [ 4 ] {ef9f6b48-654f-4182-bb8a-a47beea10bf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13261 | 2025.02.10 18:55:53.376252 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
| 13262 | 2025.02.10 18:55:53.376635 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
| 13263 | 2025.02.10 18:55:53.376985 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
| 13264 | 2025.02.10 18:55:53.377338 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
| 13265 | 2025.02.10 18:55:53.381009 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 4 columns (4 merged, 0 gathered) in 0.006163079 sec., 7301.5452179016365 rows/sec., 492.00 KiB/sec. | ||
| 13266 | 2025.02.10 18:55:53.381222 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
| 13267 | 2025.02.10 18:55:53.381718 [ 4 ] {ef9f6b48-654f-4182-bb8a-a47beea10bf2} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13268 | 2025.02.10 18:55:53.381782 [ 4 ] {ef9f6b48-654f-4182-bb8a-a47beea10bf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13269 | 2025.02.10 18:55:53.381906 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_45_9} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13270 | 2025.02.10 18:55:53.382132 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_45_9} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
| 13271 | 2025.02.10 18:55:53.382291 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 13272 | 2025.02.10 18:55:53.382826 [ 4 ] {ef9f6b48-654f-4182-bb8a-a47beea10bf2} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 13273 | 2025.02.10 18:55:53.383119 [ 4 ] {ef9f6b48-654f-4182-bb8a-a47beea10bf2} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13274 | 2025.02.10 18:55:53.383341 [ 4 ] {ef9f6b48-654f-4182-bb8a-a47beea10bf2} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.007869 sec., 4447.833269792858 rows/sec., 7.97 MiB/sec. | ||
| 13275 | 2025.02.10 18:55:53.383466 [ 4 ] {ef9f6b48-654f-4182-bb8a-a47beea10bf2} <Debug> TCPHandler: Processed in 0.008493974 sec. | ||
| 13276 | 2025.02.10 18:55:53.383630 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13277 | 2025.02.10 18:55:53.383756 [ 256 ] {a5b2fc8b-633c-4f2f-acd7-bf31608509b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13278 | 2025.02.10 18:55:53.383816 [ 256 ] {a5b2fc8b-633c-4f2f-acd7-bf31608509b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13279 | 2025.02.10 18:55:53.384341 [ 256 ] {a5b2fc8b-633c-4f2f-acd7-bf31608509b2} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13280 | 2025.02.10 18:55:53.384381 [ 256 ] {a5b2fc8b-633c-4f2f-acd7-bf31608509b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 13281 | 2025.02.10 18:55:53.384757 [ 256 ] {a5b2fc8b-633c-4f2f-acd7-bf31608509b2} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13282 | 2025.02.10 18:55:53.385007 [ 256 ] {a5b2fc8b-633c-4f2f-acd7-bf31608509b2} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13283 | 2025.02.10 18:55:53.385234 [ 256 ] {a5b2fc8b-633c-4f2f-acd7-bf31608509b2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001502 sec., 54593.87483355526 rows/sec., 3.47 MiB/sec. | ||
| 13284 | 2025.02.10 18:55:53.385285 [ 256 ] {a5b2fc8b-633c-4f2f-acd7-bf31608509b2} <Debug> TCPHandler: Processed in 0.001721991 sec. | ||
| 13285 | 2025.02.10 18:55:55.285820 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28914 | ||
| 13286 | 2025.02.10 18:55:55.286532 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13287 | 2025.02.10 18:55:55.286582 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 13288 | 2025.02.10 18:55:55.287129 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 13289 | 2025.02.10 18:55:55.287422 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13290 | 2025.02.10 18:55:55.287636 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914 | ||
| 13291 | 2025.02.10 18:55:57.321710 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 13292 | 2025.02.10 18:55:57.342794 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13293 | 2025.02.10 18:55:57.342863 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 13294 | 2025.02.10 18:55:57.350384 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 13295 | 2025.02.10 18:55:57.351364 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13296 | 2025.02.10 18:55:57.356415 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 13297 | 2025.02.10 18:55:58.341165 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13298 | 2025.02.10 18:55:58.341378 [ 4 ] {aa38e2ef-4ad8-4139-aa6a-5c936ef8d16c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13299 | 2025.02.10 18:55:58.341463 [ 4 ] {aa38e2ef-4ad8-4139-aa6a-5c936ef8d16c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13300 | 2025.02.10 18:55:58.342355 [ 4 ] {aa38e2ef-4ad8-4139-aa6a-5c936ef8d16c} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13301 | 2025.02.10 18:55:58.342414 [ 4 ] {aa38e2ef-4ad8-4139-aa6a-5c936ef8d16c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 13302 | 2025.02.10 18:55:58.342863 [ 4 ] {aa38e2ef-4ad8-4139-aa6a-5c936ef8d16c} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13303 | 2025.02.10 18:55:58.343118 [ 4 ] {aa38e2ef-4ad8-4139-aa6a-5c936ef8d16c} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13304 | 2025.02.10 18:55:58.343325 [ 103 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13305 | 2025.02.10 18:55:58.343390 [ 4 ] {aa38e2ef-4ad8-4139-aa6a-5c936ef8d16c} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.002069 sec., 31899.468342194294 rows/sec., 2.54 MiB/sec. | ||
| 13306 | 2025.02.10 18:55:58.343417 [ 103 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13307 | 2025.02.10 18:55:58.343477 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 13308 | 2025.02.10 18:55:58.343526 [ 4 ] {aa38e2ef-4ad8-4139-aa6a-5c936ef8d16c} <Debug> TCPHandler: Processed in 0.002494961 sec. | ||
| 13309 | 2025.02.10 18:55:58.343779 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 13310 | 2025.02.10 18:55:58.343865 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13311 | 2025.02.10 18:55:58.343968 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13312 | 2025.02.10 18:55:58.344025 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1432 rows starting from the beginning of the part | ||
| 13313 | 2025.02.10 18:55:58.344257 [ 256 ] {d567e5a8-9813-4cbe-a021-ebc154e94ff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13314 | 2025.02.10 18:55:58.344277 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 56 rows starting from the beginning of the part | ||
| 13315 | 2025.02.10 18:55:58.344486 [ 256 ] {d567e5a8-9813-4cbe-a021-ebc154e94ff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13316 | 2025.02.10 18:55:58.344630 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 273 rows starting from the beginning of the part | ||
| 13317 | 2025.02.10 18:55:58.344963 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 66 rows starting from the beginning of the part | ||
| 13318 | 2025.02.10 18:55:58.345218 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 274 rows starting from the beginning of the part | ||
| 13319 | 2025.02.10 18:55:58.345597 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 66 rows starting from the beginning of the part | ||
| 13320 | 2025.02.10 18:55:58.347094 [ 256 ] {d567e5a8-9813-4cbe-a021-ebc154e94ff1} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13321 | 2025.02.10 18:55:58.347186 [ 256 ] {d567e5a8-9813-4cbe-a021-ebc154e94ff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 13322 | 2025.02.10 18:55:58.348194 [ 256 ] {d567e5a8-9813-4cbe-a021-ebc154e94ff1} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 13323 | 2025.02.10 18:55:58.348792 [ 256 ] {d567e5a8-9813-4cbe-a021-ebc154e94ff1} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13324 | 2025.02.10 18:55:58.348821 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2167 rows, containing 5 columns (5 merged, 0 gathered) in 0.005230056 sec., 414335.90768435365 rows/sec., 36.56 MiB/sec. | ||
| 13325 | 2025.02.10 18:55:58.349032 [ 103 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 13326 | 2025.02.10 18:55:58.349121 [ 103 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13327 | 2025.02.10 18:55:58.349190 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 13328 | 2025.02.10 18:55:58.349182 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13329 | 2025.02.10 18:55:58.349358 [ 256 ] {d567e5a8-9813-4cbe-a021-ebc154e94ff1} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.005238 sec., 954.5628102329134 rows/sec., 71.78 KiB/sec. | ||
| 13330 | 2025.02.10 18:55:58.349636 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 13331 | 2025.02.10 18:55:58.349682 [ 256 ] {d567e5a8-9813-4cbe-a021-ebc154e94ff1} <Debug> TCPHandler: Processed in 0.006001475 sec. | ||
| 13332 | 2025.02.10 18:55:58.349982 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13333 | 2025.02.10 18:55:58.350061 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13334 | 2025.02.10 18:55:58.350153 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 65 rows starting from the beginning of the part | ||
| 13335 | 2025.02.10 18:55:58.350267 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_106_21} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13336 | 2025.02.10 18:55:58.350422 [ 4 ] {e2c906e2-b8db-47b6-af1d-a23d2313465f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13337 | 2025.02.10 18:55:58.350535 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 7 rows starting from the beginning of the part | ||
| 13338 | 2025.02.10 18:55:58.350594 [ 4 ] {e2c906e2-b8db-47b6-af1d-a23d2313465f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13339 | 2025.02.10 18:55:58.351000 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 42 rows starting from the beginning of the part | ||
| 13340 | 2025.02.10 18:55:58.351162 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_106_21} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13341 | 2025.02.10 18:55:58.351475 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 5 rows starting from the beginning of the part | ||
| 13342 | 2025.02.10 18:55:58.351792 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 44 rows starting from the beginning of the part | ||
| 13343 | 2025.02.10 18:55:58.352163 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 13344 | 2025.02.10 18:55:58.352245 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 5 rows starting from the beginning of the part | ||
| 13345 | 2025.02.10 18:55:58.353926 [ 4 ] {e2c906e2-b8db-47b6-af1d-a23d2313465f} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13346 | 2025.02.10 18:55:58.353993 [ 4 ] {e2c906e2-b8db-47b6-af1d-a23d2313465f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 13347 | 2025.02.10 18:55:58.355018 [ 4 ] {e2c906e2-b8db-47b6-af1d-a23d2313465f} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13348 | 2025.02.10 18:55:58.355212 [ 196 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 5 columns (5 merged, 0 gathered) in 0.005899012 sec., 28479.345354781442 rows/sec., 2.15 MiB/sec. | ||
| 13349 | 2025.02.10 18:55:58.355472 [ 196 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 13350 | 2025.02.10 18:55:58.355487 [ 4 ] {e2c906e2-b8db-47b6-af1d-a23d2313465f} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13351 | 2025.02.10 18:55:58.355790 [ 103 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13352 | 2025.02.10 18:55:58.355876 [ 103 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13353 | 2025.02.10 18:55:58.355952 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 13354 | 2025.02.10 18:55:58.356046 [ 4 ] {e2c906e2-b8db-47b6-af1d-a23d2313465f} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.005786 sec., 11925.337020394054 rows/sec., 953.27 KiB/sec. | ||
| 13355 | 2025.02.10 18:55:58.356384 [ 4 ] {e2c906e2-b8db-47b6-af1d-a23d2313465f} <Debug> TCPHandler: Processed in 0.006563739 sec. | ||
| 13356 | 2025.02.10 18:55:58.356392 [ 189 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 13357 | 2025.02.10 18:55:58.356408 [ 196 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_86_17} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13358 | 2025.02.10 18:55:58.356646 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13359 | 2025.02.10 18:55:58.356770 [ 189 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13360 | 2025.02.10 18:55:58.356773 [ 196 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_86_17} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 13361 | 2025.02.10 18:55:58.356855 [ 189 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 914 rows starting from the beginning of the part | ||
| 13362 | 2025.02.10 18:55:58.356954 [ 256 ] {1309f6b7-75cb-470f-b29c-d1c5a27c1961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13363 | 2025.02.10 18:55:58.357135 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13364 | 2025.02.10 18:55:58.357262 [ 256 ] {1309f6b7-75cb-470f-b29c-d1c5a27c1961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13365 | 2025.02.10 18:55:58.357298 [ 189 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 64 rows starting from the beginning of the part | ||
| 13366 | 2025.02.10 18:55:58.357519 [ 189 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 417 rows starting from the beginning of the part | ||
| 13367 | 2025.02.10 18:55:58.357770 [ 189 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 69 rows starting from the beginning of the part | ||
| 13368 | 2025.02.10 18:55:58.358003 [ 189 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 419 rows starting from the beginning of the part | ||
| 13369 | 2025.02.10 18:55:58.358197 [ 189 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 69 rows starting from the beginning of the part | ||
| 13370 | 2025.02.10 18:55:58.358822 [ 256 ] {1309f6b7-75cb-470f-b29c-d1c5a27c1961} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13371 | 2025.02.10 18:55:58.358869 [ 256 ] {1309f6b7-75cb-470f-b29c-d1c5a27c1961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 13372 | 2025.02.10 18:55:58.359465 [ 256 ] {1309f6b7-75cb-470f-b29c-d1c5a27c1961} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13373 | 2025.02.10 18:55:58.359738 [ 256 ] {1309f6b7-75cb-470f-b29c-d1c5a27c1961} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13374 | 2025.02.10 18:55:58.359905 [ 189 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1952 rows, containing 5 columns (5 merged, 0 gathered) in 0.003825932 sec., 510202.4813823141 rows/sec., 39.05 MiB/sec. | ||
| 13375 | 2025.02.10 18:55:58.360061 [ 256 ] {1309f6b7-75cb-470f-b29c-d1c5a27c1961} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003196 sec., 50062.57822277847 rows/sec., 3.49 MiB/sec. | ||
| 13376 | 2025.02.10 18:55:58.360137 [ 256 ] {1309f6b7-75cb-470f-b29c-d1c5a27c1961} <Debug> TCPHandler: Processed in 0.003652668 sec. | ||
| 13377 | 2025.02.10 18:55:58.360139 [ 189 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13378 | 2025.02.10 18:55:58.360310 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13379 | 2025.02.10 18:55:58.360524 [ 4 ] {c4757ce3-3912-432a-8dc2-b7af6f882735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13380 | 2025.02.10 18:55:58.360565 [ 189 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_106_21} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13381 | 2025.02.10 18:55:58.360752 [ 4 ] {c4757ce3-3912-432a-8dc2-b7af6f882735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13382 | 2025.02.10 18:55:58.360767 [ 189 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_106_21} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13383 | 2025.02.10 18:55:58.361009 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 13384 | 2025.02.10 18:55:58.362096 [ 4 ] {c4757ce3-3912-432a-8dc2-b7af6f882735} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13385 | 2025.02.10 18:55:58.362140 [ 4 ] {c4757ce3-3912-432a-8dc2-b7af6f882735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 13386 | 2025.02.10 18:55:58.362766 [ 4 ] {c4757ce3-3912-432a-8dc2-b7af6f882735} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 13387 | 2025.02.10 18:55:58.363025 [ 4 ] {c4757ce3-3912-432a-8dc2-b7af6f882735} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13388 | 2025.02.10 18:55:58.363207 [ 103 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 13389 | 2025.02.10 18:55:58.363267 [ 103 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13390 | 2025.02.10 18:55:58.363309 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 13391 | 2025.02.10 18:55:58.363316 [ 4 ] {c4757ce3-3912-432a-8dc2-b7af6f882735} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.00285 sec., 1754.3859649122805 rows/sec., 3.14 MiB/sec. | ||
| 13392 | 2025.02.10 18:55:58.363643 [ 196 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 13393 | 2025.02.10 18:55:58.363718 [ 4 ] {c4757ce3-3912-432a-8dc2-b7af6f882735} <Debug> TCPHandler: Processed in 0.003496615 sec. | ||
| 13394 | 2025.02.10 18:55:58.363959 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13395 | 2025.02.10 18:55:58.364268 [ 256 ] {a2d1a7fe-b58c-46af-b47d-13dbc6ab2775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13396 | 2025.02.10 18:55:58.364319 [ 196 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13397 | 2025.02.10 18:55:58.364410 [ 256 ] {a2d1a7fe-b58c-46af-b47d-13dbc6ab2775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13398 | 2025.02.10 18:55:58.364476 [ 196 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1609 rows starting from the beginning of the part | ||
| 13399 | 2025.02.10 18:55:58.365406 [ 196 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 5 rows starting from the beginning of the part | ||
| 13400 | 2025.02.10 18:55:58.366066 [ 196 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 35 rows starting from the beginning of the part | ||
| 13401 | 2025.02.10 18:55:58.366685 [ 196 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 5 rows starting from the beginning of the part | ||
| 13402 | 2025.02.10 18:55:58.366921 [ 256 ] {a2d1a7fe-b58c-46af-b47d-13dbc6ab2775} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13403 | 2025.02.10 18:55:58.367041 [ 256 ] {a2d1a7fe-b58c-46af-b47d-13dbc6ab2775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 13404 | 2025.02.10 18:55:58.367386 [ 196 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 35 rows starting from the beginning of the part | ||
| 13405 | 2025.02.10 18:55:58.367951 [ 196 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 5 rows starting from the beginning of the part | ||
| 13406 | 2025.02.10 18:55:58.368807 [ 256 ] {a2d1a7fe-b58c-46af-b47d-13dbc6ab2775} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13407 | 2025.02.10 18:55:58.369302 [ 256 ] {a2d1a7fe-b58c-46af-b47d-13dbc6ab2775} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13408 | 2025.02.10 18:55:58.369669 [ 103 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13409 | 2025.02.10 18:55:58.369760 [ 103 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13410 | 2025.02.10 18:55:58.369850 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 13411 | 2025.02.10 18:55:58.370062 [ 256 ] {a2d1a7fe-b58c-46af-b47d-13dbc6ab2775} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005852 sec., 10252.904989747094 rows/sec., 707.56 KiB/sec. | ||
| 13412 | 2025.02.10 18:55:58.370305 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 13413 | 2025.02.10 18:55:58.370365 [ 256 ] {a2d1a7fe-b58c-46af-b47d-13dbc6ab2775} <Debug> TCPHandler: Processed in 0.006547598 sec. | ||
| 13414 | 2025.02.10 18:55:58.370600 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13415 | 2025.02.10 18:55:58.370638 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6198 rows starting from the beginning of the part | ||
| 13416 | 2025.02.10 18:55:58.370787 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 16 rows starting from the beginning of the part | ||
| 13417 | 2025.02.10 18:55:58.370966 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 82 rows starting from the beginning of the part | ||
| 13418 | 2025.02.10 18:55:58.371169 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part | ||
| 13419 | 2025.02.10 18:55:58.371349 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 82 rows starting from the beginning of the part | ||
| 13420 | 2025.02.10 18:55:58.371500 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 60 rows starting from the beginning of the part | ||
| 13421 | 2025.02.10 18:55:58.374064 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6498 rows, containing 4 columns (4 merged, 0 gathered) in 0.004059738 sec., 1600595.9005236297 rows/sec., 104.34 MiB/sec. | ||
| 13422 | 2025.02.10 18:55:58.374691 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13423 | 2025.02.10 18:55:58.375306 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_106_21} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13424 | 2025.02.10 18:55:58.375537 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_106_21} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13425 | 2025.02.10 18:55:58.375732 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. | ||
| 13426 | 2025.02.10 18:55:58.381431 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1694 rows, containing 19 columns (19 merged, 0 gathered) in 0.018027915 sec., 93965.3864576131 rows/sec., 168.38 MiB/sec. | ||
| 13427 | 2025.02.10 18:55:58.383162 [ 186 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 13428 | 2025.02.10 18:55:58.383580 [ 186 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13429 | 2025.02.10 18:55:58.383657 [ 186 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 13430 | 2025.02.10 18:55:58.383803 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.44 MiB. | ||
| 13431 | 2025.02.10 18:55:59.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 251.09 MiB, peak 264.50 MiB, free memory in arenas 0.00 B, will set to 257.02 MiB (RSS), difference: 5.93 MiB | ||
| 13432 | 2025.02.10 18:56:02.604630 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13433 | 2025.02.10 18:56:02.604691 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13434 | 2025.02.10 18:56:02.787792 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29341 | ||
| 13435 | 2025.02.10 18:56:02.788540 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13436 | 2025.02.10 18:56:02.788595 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 13437 | 2025.02.10 18:56:02.789202 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13438 | 2025.02.10 18:56:02.789476 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13439 | 2025.02.10 18:56:02.789734 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
| 13440 | 2025.02.10 18:56:02.948756 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1910 | ||
| 13441 | 2025.02.10 18:56:02.952166 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13442 | 2025.02.10 18:56:02.952209 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 13443 | 2025.02.10 18:56:02.953687 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13444 | 2025.02.10 18:56:02.954016 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13445 | 2025.02.10 18:56:02.954509 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1910 | ||
| 13446 | 2025.02.10 18:56:03.001780 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001348282 sec. | ||
| 13447 | 2025.02.10 18:56:03.347492 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13448 | 2025.02.10 18:56:03.347706 [ 4 ] {8344f71c-dc2e-4728-b214-a7dd6066c85c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13449 | 2025.02.10 18:56:03.347787 [ 4 ] {8344f71c-dc2e-4728-b214-a7dd6066c85c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13450 | 2025.02.10 18:56:03.348549 [ 4 ] {8344f71c-dc2e-4728-b214-a7dd6066c85c} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13451 | 2025.02.10 18:56:03.348593 [ 4 ] {8344f71c-dc2e-4728-b214-a7dd6066c85c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 13452 | 2025.02.10 18:56:03.349032 [ 4 ] {8344f71c-dc2e-4728-b214-a7dd6066c85c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13453 | 2025.02.10 18:56:03.349291 [ 4 ] {8344f71c-dc2e-4728-b214-a7dd6066c85c} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13454 | 2025.02.10 18:56:03.349522 [ 4 ] {8344f71c-dc2e-4728-b214-a7dd6066c85c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001868 sec., 7494.646680942184 rows/sec., 539.51 KiB/sec. | ||
| 13455 | 2025.02.10 18:56:03.349629 [ 4 ] {8344f71c-dc2e-4728-b214-a7dd6066c85c} <Debug> TCPHandler: Processed in 0.002268695 sec. | ||
| 13456 | 2025.02.10 18:56:03.350027 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13457 | 2025.02.10 18:56:03.350356 [ 256 ] {7f471362-7e4f-4fe8-a8a5-005069be3bfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13458 | 2025.02.10 18:56:03.350478 [ 256 ] {7f471362-7e4f-4fe8-a8a5-005069be3bfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13459 | 2025.02.10 18:56:03.351572 [ 256 ] {7f471362-7e4f-4fe8-a8a5-005069be3bfc} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13460 | 2025.02.10 18:56:03.351626 [ 256 ] {7f471362-7e4f-4fe8-a8a5-005069be3bfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 13461 | 2025.02.10 18:56:03.352112 [ 256 ] {7f471362-7e4f-4fe8-a8a5-005069be3bfc} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13462 | 2025.02.10 18:56:03.352400 [ 256 ] {7f471362-7e4f-4fe8-a8a5-005069be3bfc} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13463 | 2025.02.10 18:56:03.352633 [ 256 ] {7f471362-7e4f-4fe8-a8a5-005069be3bfc} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.002378 sec., 114802.35492010093 rows/sec., 10.12 MiB/sec. | ||
| 13464 | 2025.02.10 18:56:03.352691 [ 256 ] {7f471362-7e4f-4fe8-a8a5-005069be3bfc} <Debug> TCPHandler: Processed in 0.002935251 sec. | ||
| 13465 | 2025.02.10 18:56:03.352844 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13466 | 2025.02.10 18:56:03.352971 [ 4 ] {fdd479d9-00fb-43ef-8d2e-bfc9afbe32f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13467 | 2025.02.10 18:56:03.353026 [ 4 ] {fdd479d9-00fb-43ef-8d2e-bfc9afbe32f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13468 | 2025.02.10 18:56:03.353730 [ 4 ] {fdd479d9-00fb-43ef-8d2e-bfc9afbe32f7} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13469 | 2025.02.10 18:56:03.353775 [ 4 ] {fdd479d9-00fb-43ef-8d2e-bfc9afbe32f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 13470 | 2025.02.10 18:56:03.354193 [ 4 ] {fdd479d9-00fb-43ef-8d2e-bfc9afbe32f7} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 13471 | 2025.02.10 18:56:03.354450 [ 4 ] {fdd479d9-00fb-43ef-8d2e-bfc9afbe32f7} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13472 | 2025.02.10 18:56:03.354628 [ 4 ] {fdd479d9-00fb-43ef-8d2e-bfc9afbe32f7} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001685 sec., 24925.816023738873 rows/sec., 1.79 MiB/sec. | ||
| 13473 | 2025.02.10 18:56:03.354685 [ 4 ] {fdd479d9-00fb-43ef-8d2e-bfc9afbe32f7} <Debug> TCPHandler: Processed in 0.001903046 sec. | ||
| 13474 | 2025.02.10 18:56:03.354824 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13475 | 2025.02.10 18:56:03.354944 [ 256 ] {18a3df12-7530-46d1-a749-19b498ddf939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13476 | 2025.02.10 18:56:03.354994 [ 256 ] {18a3df12-7530-46d1-a749-19b498ddf939} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13477 | 2025.02.10 18:56:03.355680 [ 256 ] {18a3df12-7530-46d1-a749-19b498ddf939} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13478 | 2025.02.10 18:56:03.355730 [ 256 ] {18a3df12-7530-46d1-a749-19b498ddf939} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 13479 | 2025.02.10 18:56:03.356147 [ 256 ] {18a3df12-7530-46d1-a749-19b498ddf939} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 13480 | 2025.02.10 18:56:03.356386 [ 256 ] {18a3df12-7530-46d1-a749-19b498ddf939} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13481 | 2025.02.10 18:56:03.356603 [ 256 ] {18a3df12-7530-46d1-a749-19b498ddf939} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001684 sec., 8313.53919239905 rows/sec., 582.23 KiB/sec. | ||
| 13482 | 2025.02.10 18:56:03.356655 [ 256 ] {18a3df12-7530-46d1-a749-19b498ddf939} <Debug> TCPHandler: Processed in 0.001887736 sec. | ||
| 13483 | 2025.02.10 18:56:03.356791 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13484 | 2025.02.10 18:56:03.356912 [ 4 ] {be4b610c-73f7-47f9-8a9f-ef8025c09bb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13485 | 2025.02.10 18:56:03.356962 [ 4 ] {be4b610c-73f7-47f9-8a9f-ef8025c09bb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13486 | 2025.02.10 18:56:03.357534 [ 4 ] {be4b610c-73f7-47f9-8a9f-ef8025c09bb6} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13487 | 2025.02.10 18:56:03.357572 [ 4 ] {be4b610c-73f7-47f9-8a9f-ef8025c09bb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 13488 | 2025.02.10 18:56:03.357924 [ 4 ] {be4b610c-73f7-47f9-8a9f-ef8025c09bb6} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13489 | 2025.02.10 18:56:03.358164 [ 4 ] {be4b610c-73f7-47f9-8a9f-ef8025c09bb6} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13490 | 2025.02.10 18:56:03.358399 [ 4 ] {be4b610c-73f7-47f9-8a9f-ef8025c09bb6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001501 sec., 8660.89273817455 rows/sec., 540.00 KiB/sec. | ||
| 13491 | 2025.02.10 18:56:03.358545 [ 4 ] {be4b610c-73f7-47f9-8a9f-ef8025c09bb6} <Debug> TCPHandler: Processed in 0.001807454 sec. | ||
| 13492 | 2025.02.10 18:56:03.358787 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13493 | 2025.02.10 18:56:03.358926 [ 256 ] {52c97551-2487-40e7-8b1a-515fcfba79e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13494 | 2025.02.10 18:56:03.358978 [ 256 ] {52c97551-2487-40e7-8b1a-515fcfba79e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13495 | 2025.02.10 18:56:03.359697 [ 256 ] {52c97551-2487-40e7-8b1a-515fcfba79e3} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13496 | 2025.02.10 18:56:03.359738 [ 256 ] {52c97551-2487-40e7-8b1a-515fcfba79e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 13497 | 2025.02.10 18:56:03.360131 [ 256 ] {52c97551-2487-40e7-8b1a-515fcfba79e3} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13498 | 2025.02.10 18:56:03.360379 [ 256 ] {52c97551-2487-40e7-8b1a-515fcfba79e3} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13499 | 2025.02.10 18:56:03.360582 [ 256 ] {52c97551-2487-40e7-8b1a-515fcfba79e3} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001679 sec., 248362.12030970817 rows/sec., 17.73 MiB/sec. | ||
| 13500 | 2025.02.10 18:56:03.360635 [ 256 ] {52c97551-2487-40e7-8b1a-515fcfba79e3} <Debug> TCPHandler: Processed in 0.001987817 sec. | ||
| 13501 | 2025.02.10 18:56:03.360777 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13502 | 2025.02.10 18:56:03.360898 [ 4 ] {4d9924b1-8cd7-4b95-bbe7-649c0e8efe5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13503 | 2025.02.10 18:56:03.360952 [ 4 ] {4d9924b1-8cd7-4b95-bbe7-649c0e8efe5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13504 | 2025.02.10 18:56:03.361498 [ 4 ] {4d9924b1-8cd7-4b95-bbe7-649c0e8efe5f} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13505 | 2025.02.10 18:56:03.361543 [ 4 ] {4d9924b1-8cd7-4b95-bbe7-649c0e8efe5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 13506 | 2025.02.10 18:56:03.361978 [ 4 ] {4d9924b1-8cd7-4b95-bbe7-649c0e8efe5f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13507 | 2025.02.10 18:56:03.362221 [ 4 ] {4d9924b1-8cd7-4b95-bbe7-649c0e8efe5f} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13508 | 2025.02.10 18:56:03.362404 [ 96 ] {} <Debug> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 13509 | 2025.02.10 18:56:03.362432 [ 4 ] {4d9924b1-8cd7-4b95-bbe7-649c0e8efe5f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001559 sec., 3848.6209108402822 rows/sec., 201.08 KiB/sec. | ||
| 13510 | 2025.02.10 18:56:03.362483 [ 96 ] {} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13511 | 2025.02.10 18:56:03.362545 [ 4 ] {4d9924b1-8cd7-4b95-bbe7-649c0e8efe5f} <Debug> TCPHandler: Processed in 0.001824375 sec. | ||
| 13512 | 2025.02.10 18:56:03.362548 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 13513 | 2025.02.10 18:56:03.362768 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13514 | 2025.02.10 18:56:03.362783 [ 194 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 13515 | 2025.02.10 18:56:03.362995 [ 256 ] {3aa4ac81-03b6-4f52-b238-923e3b2d8cfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13516 | 2025.02.10 18:56:03.363027 [ 194 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13517 | 2025.02.10 18:56:03.363102 [ 194 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 246 rows starting from the beginning of the part | ||
| 13518 | 2025.02.10 18:56:03.363105 [ 256 ] {3aa4ac81-03b6-4f52-b238-923e3b2d8cfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13519 | 2025.02.10 18:56:03.363463 [ 194 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
| 13520 | 2025.02.10 18:56:03.363860 [ 194 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
| 13521 | 2025.02.10 18:56:03.364303 [ 194 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
| 13522 | 2025.02.10 18:56:03.364708 [ 194 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
| 13523 | 2025.02.10 18:56:03.365118 [ 194 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
| 13524 | 2025.02.10 18:56:03.366776 [ 256 ] {3aa4ac81-03b6-4f52-b238-923e3b2d8cfa} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13525 | 2025.02.10 18:56:03.366849 [ 256 ] {3aa4ac81-03b6-4f52-b238-923e3b2d8cfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 13526 | 2025.02.10 18:56:03.367976 [ 194 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.005290268 sec., 52171.26996212668 rows/sec., 2.66 MiB/sec. | ||
| 13527 | 2025.02.10 18:56:03.368017 [ 256 ] {3aa4ac81-03b6-4f52-b238-923e3b2d8cfa} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13528 | 2025.02.10 18:56:03.368153 [ 194 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 13529 | 2025.02.10 18:56:03.368491 [ 256 ] {3aa4ac81-03b6-4f52-b238-923e3b2d8cfa} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13530 | 2025.02.10 18:56:03.368697 [ 194 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_46_9} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13531 | 2025.02.10 18:56:03.368980 [ 194 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_46_9} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 13532 | 2025.02.10 18:56:03.369040 [ 256 ] {3aa4ac81-03b6-4f52-b238-923e3b2d8cfa} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006127 sec., 38681.24693977477 rows/sec., 2.59 MiB/sec. | ||
| 13533 | 2025.02.10 18:56:03.369164 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13534 | 2025.02.10 18:56:03.369372 [ 256 ] {3aa4ac81-03b6-4f52-b238-923e3b2d8cfa} <Debug> TCPHandler: Processed in 0.006721222 sec. | ||
| 13535 | 2025.02.10 18:56:03.369635 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13536 | 2025.02.10 18:56:03.369859 [ 4 ] {41cf8c42-617f-42dd-9a49-5053a84955fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13537 | 2025.02.10 18:56:03.369921 [ 4 ] {41cf8c42-617f-42dd-9a49-5053a84955fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13538 | 2025.02.10 18:56:03.370399 [ 4 ] {41cf8c42-617f-42dd-9a49-5053a84955fb} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13539 | 2025.02.10 18:56:03.370437 [ 4 ] {41cf8c42-617f-42dd-9a49-5053a84955fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 13540 | 2025.02.10 18:56:03.370793 [ 4 ] {41cf8c42-617f-42dd-9a49-5053a84955fb} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13541 | 2025.02.10 18:56:03.371041 [ 4 ] {41cf8c42-617f-42dd-9a49-5053a84955fb} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13542 | 2025.02.10 18:56:03.371244 [ 4 ] {41cf8c42-617f-42dd-9a49-5053a84955fb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001423 sec., 702.7406886858749 rows/sec., 47.35 KiB/sec. | ||
| 13543 | 2025.02.10 18:56:03.371293 [ 4 ] {41cf8c42-617f-42dd-9a49-5053a84955fb} <Debug> TCPHandler: Processed in 0.001799213 sec. | ||
| 13544 | 2025.02.10 18:56:03.371442 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13545 | 2025.02.10 18:56:03.371581 [ 256 ] {6df87470-e7b0-4562-ba4e-033a12c48ac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13546 | 2025.02.10 18:56:03.371675 [ 256 ] {6df87470-e7b0-4562-ba4e-033a12c48ac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13547 | 2025.02.10 18:56:03.372865 [ 256 ] {6df87470-e7b0-4562-ba4e-033a12c48ac9} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13548 | 2025.02.10 18:56:03.372905 [ 256 ] {6df87470-e7b0-4562-ba4e-033a12c48ac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 13549 | 2025.02.10 18:56:03.373575 [ 256 ] {6df87470-e7b0-4562-ba4e-033a12c48ac9} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 13550 | 2025.02.10 18:56:03.373834 [ 256 ] {6df87470-e7b0-4562-ba4e-033a12c48ac9} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13551 | 2025.02.10 18:56:03.374079 [ 256 ] {6df87470-e7b0-4562-ba4e-033a12c48ac9} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002528 sec., 13844.93670886076 rows/sec., 24.81 MiB/sec. | ||
| 13552 | 2025.02.10 18:56:03.374175 [ 256 ] {6df87470-e7b0-4562-ba4e-033a12c48ac9} <Debug> TCPHandler: Processed in 0.002801378 sec. | ||
| 13553 | 2025.02.10 18:56:03.374329 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13554 | 2025.02.10 18:56:03.374469 [ 4 ] {156d7fc5-48cd-46f1-be6f-567348511a05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13555 | 2025.02.10 18:56:03.374533 [ 4 ] {156d7fc5-48cd-46f1-be6f-567348511a05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13556 | 2025.02.10 18:56:03.375084 [ 4 ] {156d7fc5-48cd-46f1-be6f-567348511a05} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13557 | 2025.02.10 18:56:03.375123 [ 4 ] {156d7fc5-48cd-46f1-be6f-567348511a05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 13558 | 2025.02.10 18:56:03.375500 [ 4 ] {156d7fc5-48cd-46f1-be6f-567348511a05} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13559 | 2025.02.10 18:56:03.375737 [ 4 ] {156d7fc5-48cd-46f1-be6f-567348511a05} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13560 | 2025.02.10 18:56:03.375946 [ 4 ] {156d7fc5-48cd-46f1-be6f-567348511a05} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001507 sec., 54412.7405441274 rows/sec., 3.46 MiB/sec. | ||
| 13561 | 2025.02.10 18:56:03.375995 [ 4 ] {156d7fc5-48cd-46f1-be6f-567348511a05} <Debug> TCPHandler: Processed in 0.001737702 sec. | ||
| 13562 | 2025.02.10 18:56:04.856500 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 13563 | 2025.02.10 18:56:04.877498 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13564 | 2025.02.10 18:56:04.877553 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13565 | 2025.02.10 18:56:04.884789 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13566 | 2025.02.10 18:56:04.885565 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13567 | 2025.02.10 18:56:04.889784 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 13568 | 2025.02.10 18:56:06.545526 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13569 | 2025.02.10 18:56:06.545716 [ 4 ] {75bc39f2-874d-4077-89b1-876341ea6958} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13570 | 2025.02.10 18:56:06.545789 [ 4 ] {75bc39f2-874d-4077-89b1-876341ea6958} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13571 | 2025.02.10 18:56:06.546569 [ 4 ] {75bc39f2-874d-4077-89b1-876341ea6958} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13572 | 2025.02.10 18:56:06.546620 [ 4 ] {75bc39f2-874d-4077-89b1-876341ea6958} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13573 | 2025.02.10 18:56:06.547059 [ 4 ] {75bc39f2-874d-4077-89b1-876341ea6958} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 13574 | 2025.02.10 18:56:06.547315 [ 4 ] {75bc39f2-874d-4077-89b1-876341ea6958} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13575 | 2025.02.10 18:56:06.547572 [ 4 ] {75bc39f2-874d-4077-89b1-876341ea6958} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001907 sec., 2097.535395909806 rows/sec., 171.04 KiB/sec. | ||
| 13576 | 2025.02.10 18:56:06.547637 [ 4 ] {75bc39f2-874d-4077-89b1-876341ea6958} <Debug> TCPHandler: Processed in 0.002234224 sec. | ||
| 13577 | 2025.02.10 18:56:06.547942 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13578 | 2025.02.10 18:56:06.548219 [ 256 ] {6d3df827-170c-4261-9459-1d6852a614dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13579 | 2025.02.10 18:56:06.548293 [ 256 ] {6d3df827-170c-4261-9459-1d6852a614dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13580 | 2025.02.10 18:56:06.549890 [ 256 ] {6d3df827-170c-4261-9459-1d6852a614dd} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13581 | 2025.02.10 18:56:06.549933 [ 256 ] {6d3df827-170c-4261-9459-1d6852a614dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13582 | 2025.02.10 18:56:06.550459 [ 256 ] {6d3df827-170c-4261-9459-1d6852a614dd} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13583 | 2025.02.10 18:56:06.550718 [ 256 ] {6d3df827-170c-4261-9459-1d6852a614dd} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13584 | 2025.02.10 18:56:06.550921 [ 256 ] {6d3df827-170c-4261-9459-1d6852a614dd} <Debug> executeQuery: Read 1208 rows, 102.09 KiB in 0.00277 sec., 436101.083032491 rows/sec., 35.99 MiB/sec. | ||
| 13585 | 2025.02.10 18:56:06.550978 [ 256 ] {6d3df827-170c-4261-9459-1d6852a614dd} <Debug> TCPHandler: Processed in 0.003214748 sec. | ||
| 13586 | 2025.02.10 18:56:06.551151 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13587 | 2025.02.10 18:56:06.551299 [ 4 ] {dd5f18b6-c0a9-46f0-9000-66715d99c017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13588 | 2025.02.10 18:56:06.551369 [ 4 ] {dd5f18b6-c0a9-46f0-9000-66715d99c017} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13589 | 2025.02.10 18:56:06.552105 [ 4 ] {dd5f18b6-c0a9-46f0-9000-66715d99c017} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13590 | 2025.02.10 18:56:06.552155 [ 4 ] {dd5f18b6-c0a9-46f0-9000-66715d99c017} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13591 | 2025.02.10 18:56:06.552534 [ 4 ] {dd5f18b6-c0a9-46f0-9000-66715d99c017} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 13592 | 2025.02.10 18:56:06.552785 [ 4 ] {dd5f18b6-c0a9-46f0-9000-66715d99c017} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13593 | 2025.02.10 18:56:06.553001 [ 4 ] {dd5f18b6-c0a9-46f0-9000-66715d99c017} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.001737 sec., 5181.347150259067 rows/sec., 377.24 KiB/sec. | ||
| 13594 | 2025.02.10 18:56:06.553060 [ 4 ] {dd5f18b6-c0a9-46f0-9000-66715d99c017} <Debug> TCPHandler: Processed in 0.001978548 sec. | ||
| 13595 | 2025.02.10 18:56:06.553213 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13596 | 2025.02.10 18:56:06.553336 [ 256 ] {ffceae04-63d5-4214-8adb-d8ca625deb05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13597 | 2025.02.10 18:56:06.553391 [ 256 ] {ffceae04-63d5-4214-8adb-d8ca625deb05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13598 | 2025.02.10 18:56:06.554097 [ 256 ] {ffceae04-63d5-4214-8adb-d8ca625deb05} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13599 | 2025.02.10 18:56:06.554136 [ 256 ] {ffceae04-63d5-4214-8adb-d8ca625deb05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13600 | 2025.02.10 18:56:06.554527 [ 256 ] {ffceae04-63d5-4214-8adb-d8ca625deb05} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 13601 | 2025.02.10 18:56:06.554771 [ 256 ] {ffceae04-63d5-4214-8adb-d8ca625deb05} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13602 | 2025.02.10 18:56:06.554900 [ 93 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 13603 | 2025.02.10 18:56:06.554945 [ 93 ] {} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13604 | 2025.02.10 18:56:06.554954 [ 256 ] {ffceae04-63d5-4214-8adb-d8ca625deb05} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001641 sec., 138939.6709323583 rows/sec., 9.41 MiB/sec. | ||
| 13605 | 2025.02.10 18:56:06.554970 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13606 | 2025.02.10 18:56:06.555049 [ 256 ] {ffceae04-63d5-4214-8adb-d8ca625deb05} <Debug> TCPHandler: Processed in 0.001890016 sec. | ||
| 13607 | 2025.02.10 18:56:06.555401 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13608 | 2025.02.10 18:56:06.555434 [ 195 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 13609 | 2025.02.10 18:56:06.555888 [ 4 ] {5e5fabc8-9a50-4df0-a580-8a898cfe741c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13610 | 2025.02.10 18:56:06.555991 [ 195 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13611 | 2025.02.10 18:56:06.556100 [ 4 ] {5e5fabc8-9a50-4df0-a580-8a898cfe741c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13612 | 2025.02.10 18:56:06.556115 [ 195 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 242 rows starting from the beginning of the part | ||
| 13613 | 2025.02.10 18:56:06.556510 [ 195 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 228 rows starting from the beginning of the part | ||
| 13614 | 2025.02.10 18:56:06.556896 [ 195 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part | ||
| 13615 | 2025.02.10 18:56:06.557317 [ 195 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part | ||
| 13616 | 2025.02.10 18:56:06.557710 [ 195 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part | ||
| 13617 | 2025.02.10 18:56:06.558061 [ 195 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 228 rows starting from the beginning of the part | ||
| 13618 | 2025.02.10 18:56:06.559354 [ 4 ] {5e5fabc8-9a50-4df0-a580-8a898cfe741c} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13619 | 2025.02.10 18:56:06.559417 [ 4 ] {5e5fabc8-9a50-4df0-a580-8a898cfe741c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13620 | 2025.02.10 18:56:06.560443 [ 4 ] {5e5fabc8-9a50-4df0-a580-8a898cfe741c} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13621 | 2025.02.10 18:56:06.560819 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.005731209 sec., 129117.60851855167 rows/sec., 9.24 MiB/sec. | ||
| 13622 | 2025.02.10 18:56:06.560972 [ 4 ] {5e5fabc8-9a50-4df0-a580-8a898cfe741c} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13623 | 2025.02.10 18:56:06.561081 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 13624 | 2025.02.10 18:56:06.561728 [ 4 ] {5e5fabc8-9a50-4df0-a580-8a898cfe741c} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.005973 sec., 88565.21011217144 rows/sec., 6.56 MiB/sec. | ||
| 13625 | 2025.02.10 18:56:06.562454 [ 4 ] {5e5fabc8-9a50-4df0-a580-8a898cfe741c} <Debug> TCPHandler: Processed in 0.007279565 sec. | ||
| 13626 | 2025.02.10 18:56:06.562484 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_61_12} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13627 | 2025.02.10 18:56:06.562953 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13628 | 2025.02.10 18:56:06.563165 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_61_12} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 13629 | 2025.02.10 18:56:06.563666 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 13630 | 2025.02.10 18:56:06.563677 [ 256 ] {d8f8baec-9a5b-46a3-a0d6-330c200add9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13631 | 2025.02.10 18:56:06.563932 [ 256 ] {d8f8baec-9a5b-46a3-a0d6-330c200add9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13632 | 2025.02.10 18:56:06.566202 [ 256 ] {d8f8baec-9a5b-46a3-a0d6-330c200add9b} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13633 | 2025.02.10 18:56:06.566239 [ 256 ] {d8f8baec-9a5b-46a3-a0d6-330c200add9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13634 | 2025.02.10 18:56:06.566703 [ 256 ] {d8f8baec-9a5b-46a3-a0d6-330c200add9b} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13635 | 2025.02.10 18:56:06.566948 [ 256 ] {d8f8baec-9a5b-46a3-a0d6-330c200add9b} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13636 | 2025.02.10 18:56:06.567179 [ 256 ] {d8f8baec-9a5b-46a3-a0d6-330c200add9b} <Debug> executeQuery: Read 966 rows, 66.39 KiB in 0.003789 sec., 254948.53523357087 rows/sec., 17.11 MiB/sec. | ||
| 13637 | 2025.02.10 18:56:06.567290 [ 256 ] {d8f8baec-9a5b-46a3-a0d6-330c200add9b} <Debug> TCPHandler: Processed in 0.004696823 sec. | ||
| 13638 | 2025.02.10 18:56:06.567560 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13639 | 2025.02.10 18:56:06.568045 [ 4 ] {ee4ce134-8d4c-4396-80d3-7e5da5b30f72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13640 | 2025.02.10 18:56:06.568540 [ 4 ] {ee4ce134-8d4c-4396-80d3-7e5da5b30f72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13641 | 2025.02.10 18:56:06.571406 [ 4 ] {ee4ce134-8d4c-4396-80d3-7e5da5b30f72} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13642 | 2025.02.10 18:56:06.571446 [ 4 ] {ee4ce134-8d4c-4396-80d3-7e5da5b30f72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13643 | 2025.02.10 18:56:06.572088 [ 4 ] {ee4ce134-8d4c-4396-80d3-7e5da5b30f72} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 13644 | 2025.02.10 18:56:06.572353 [ 4 ] {ee4ce134-8d4c-4396-80d3-7e5da5b30f72} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13645 | 2025.02.10 18:56:06.572635 [ 4 ] {ee4ce134-8d4c-4396-80d3-7e5da5b30f72} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.004783 sec., 1045.3690152623876 rows/sec., 1.87 MiB/sec. | ||
| 13646 | 2025.02.10 18:56:06.573205 [ 4 ] {ee4ce134-8d4c-4396-80d3-7e5da5b30f72} <Debug> TCPHandler: Processed in 0.00579203 sec. | ||
| 13647 | 2025.02.10 18:56:06.573549 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13648 | 2025.02.10 18:56:06.573776 [ 256 ] {8e691f82-9e70-4866-a4e3-9aeabe8f96bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13649 | 2025.02.10 18:56:06.573870 [ 256 ] {8e691f82-9e70-4866-a4e3-9aeabe8f96bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13650 | 2025.02.10 18:56:06.574516 [ 256 ] {8e691f82-9e70-4866-a4e3-9aeabe8f96bd} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13651 | 2025.02.10 18:56:06.574557 [ 256 ] {8e691f82-9e70-4866-a4e3-9aeabe8f96bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13652 | 2025.02.10 18:56:06.574937 [ 256 ] {8e691f82-9e70-4866-a4e3-9aeabe8f96bd} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13653 | 2025.02.10 18:56:06.575184 [ 256 ] {8e691f82-9e70-4866-a4e3-9aeabe8f96bd} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13654 | 2025.02.10 18:56:06.575424 [ 256 ] {8e691f82-9e70-4866-a4e3-9aeabe8f96bd} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.00169 sec., 26035.50295857988 rows/sec., 1.75 MiB/sec. | ||
| 13655 | 2025.02.10 18:56:06.575489 [ 256 ] {8e691f82-9e70-4866-a4e3-9aeabe8f96bd} <Debug> TCPHandler: Processed in 0.002171273 sec. | ||
| 13656 | 2025.02.10 18:56:08.334976 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13657 | 2025.02.10 18:56:08.335166 [ 4 ] {677f6ace-abc5-4228-beef-ee7bb45dbafe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13658 | 2025.02.10 18:56:08.335238 [ 4 ] {677f6ace-abc5-4228-beef-ee7bb45dbafe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13659 | 2025.02.10 18:56:08.335992 [ 4 ] {677f6ace-abc5-4228-beef-ee7bb45dbafe} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13660 | 2025.02.10 18:56:08.336034 [ 4 ] {677f6ace-abc5-4228-beef-ee7bb45dbafe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13661 | 2025.02.10 18:56:08.336477 [ 4 ] {677f6ace-abc5-4228-beef-ee7bb45dbafe} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13662 | 2025.02.10 18:56:08.336732 [ 4 ] {677f6ace-abc5-4228-beef-ee7bb45dbafe} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13663 | 2025.02.10 18:56:08.336959 [ 4 ] {677f6ace-abc5-4228-beef-ee7bb45dbafe} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001839 sec., 30451.332245785754 rows/sec., 2.34 MiB/sec. | ||
| 13664 | 2025.02.10 18:56:08.337051 [ 4 ] {677f6ace-abc5-4228-beef-ee7bb45dbafe} <Debug> TCPHandler: Processed in 0.002198143 sec. | ||
| 13665 | 2025.02.10 18:56:08.337429 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13666 | 2025.02.10 18:56:08.337741 [ 256 ] {28d5e28e-caae-4ddb-8faa-509a04c7d477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13667 | 2025.02.10 18:56:08.337862 [ 256 ] {28d5e28e-caae-4ddb-8faa-509a04c7d477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13668 | 2025.02.10 18:56:08.338803 [ 256 ] {28d5e28e-caae-4ddb-8faa-509a04c7d477} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13669 | 2025.02.10 18:56:08.338851 [ 256 ] {28d5e28e-caae-4ddb-8faa-509a04c7d477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13670 | 2025.02.10 18:56:08.339311 [ 256 ] {28d5e28e-caae-4ddb-8faa-509a04c7d477} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13671 | 2025.02.10 18:56:08.339572 [ 256 ] {28d5e28e-caae-4ddb-8faa-509a04c7d477} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13672 | 2025.02.10 18:56:08.339817 [ 256 ] {28d5e28e-caae-4ddb-8faa-509a04c7d477} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002162 sec., 29602.220166512492 rows/sec., 2.31 MiB/sec. | ||
| 13673 | 2025.02.10 18:56:08.339881 [ 256 ] {28d5e28e-caae-4ddb-8faa-509a04c7d477} <Debug> TCPHandler: Processed in 0.002702736 sec. | ||
| 13674 | 2025.02.10 18:56:08.340038 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13675 | 2025.02.10 18:56:08.340186 [ 4 ] {9edc7f69-2362-4a9c-84ed-ece9f106d868} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13676 | 2025.02.10 18:56:08.340252 [ 4 ] {9edc7f69-2362-4a9c-84ed-ece9f106d868} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13677 | 2025.02.10 18:56:08.340929 [ 4 ] {9edc7f69-2362-4a9c-84ed-ece9f106d868} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13678 | 2025.02.10 18:56:08.340974 [ 4 ] {9edc7f69-2362-4a9c-84ed-ece9f106d868} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13679 | 2025.02.10 18:56:08.341423 [ 4 ] {9edc7f69-2362-4a9c-84ed-ece9f106d868} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13680 | 2025.02.10 18:56:08.341665 [ 4 ] {9edc7f69-2362-4a9c-84ed-ece9f106d868} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13681 | 2025.02.10 18:56:08.341801 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 5 parts from all_1_104_21 to all_108_108_0 | ||
| 13682 | 2025.02.10 18:56:08.341847 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13683 | 2025.02.10 18:56:08.341853 [ 4 ] {9edc7f69-2362-4a9c-84ed-ece9f106d868} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.0017 sec., 24705.88235294118 rows/sec., 1.72 MiB/sec. | ||
| 13684 | 2025.02.10 18:56:08.341870 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13685 | 2025.02.10 18:56:08.341969 [ 4 ] {9edc7f69-2362-4a9c-84ed-ece9f106d868} <Debug> TCPHandler: Processed in 0.001992708 sec. | ||
| 13686 | 2025.02.10 18:56:08.342108 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_108_22} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_104_21 to all_108_108_0 into Compact with storage Full | ||
| 13687 | 2025.02.10 18:56:08.342185 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13688 | 2025.02.10 18:56:08.342335 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_108_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13689 | 2025.02.10 18:56:08.342428 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_104_21, total 31682 rows starting from the beginning of the part | ||
| 13690 | 2025.02.10 18:56:08.342540 [ 256 ] {aa3f21b9-93bc-479a-af4e-758f43515e75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13691 | 2025.02.10 18:56:08.342665 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 238 rows starting from the beginning of the part | ||
| 13692 | 2025.02.10 18:56:08.342960 [ 256 ] {aa3f21b9-93bc-479a-af4e-758f43515e75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13693 | 2025.02.10 18:56:08.343014 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 160 rows starting from the beginning of the part | ||
| 13694 | 2025.02.10 18:56:08.343446 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 237 rows starting from the beginning of the part | ||
| 13695 | 2025.02.10 18:56:08.343905 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 966 rows starting from the beginning of the part | ||
| 13696 | 2025.02.10 18:56:08.345125 [ 256 ] {aa3f21b9-93bc-479a-af4e-758f43515e75} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13697 | 2025.02.10 18:56:08.345179 [ 256 ] {aa3f21b9-93bc-479a-af4e-758f43515e75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13698 | 2025.02.10 18:56:08.345759 [ 256 ] {aa3f21b9-93bc-479a-af4e-758f43515e75} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13699 | 2025.02.10 18:56:08.346136 [ 256 ] {aa3f21b9-93bc-479a-af4e-758f43515e75} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13700 | 2025.02.10 18:56:08.346773 [ 256 ] {aa3f21b9-93bc-479a-af4e-758f43515e75} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.004343 sec., 3684.089339166475 rows/sec., 255.44 KiB/sec. | ||
| 13701 | 2025.02.10 18:56:08.347157 [ 256 ] {aa3f21b9-93bc-479a-af4e-758f43515e75} <Debug> TCPHandler: Processed in 0.005059152 sec. | ||
| 13702 | 2025.02.10 18:56:08.352778 [ 199 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_108_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33283 rows, containing 5 columns (5 merged, 0 gathered) in 0.01078877 sec., 3084967.0537049174 rows/sec., 208.27 MiB/sec. | ||
| 13703 | 2025.02.10 18:56:08.353084 [ 199 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_108_22} <Trace> MergedBlockOutputStream: filled checksums all_1_108_22 (state Temporary) | ||
| 13704 | 2025.02.10 18:56:08.353426 [ 199 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_108_22} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_108_22 to all_1_108_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13705 | 2025.02.10 18:56:08.353520 [ 199 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_108_22} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 5 parts: [all_1_104_21, all_108_108_0] -> all_1_108_22 | ||
| 13706 | 2025.02.10 18:56:08.353628 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 13707 | 2025.02.10 18:56:10.289899 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29829 | ||
| 13708 | 2025.02.10 18:56:10.290940 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13709 | 2025.02.10 18:56:10.290983 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13710 | 2025.02.10 18:56:10.291545 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13711 | 2025.02.10 18:56:10.291821 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13712 | 2025.02.10 18:56:10.292060 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829 | ||
| 13713 | 2025.02.10 18:56:12.389879 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 13714 | 2025.02.10 18:56:12.410866 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13715 | 2025.02.10 18:56:12.410914 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13716 | 2025.02.10 18:56:12.418111 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13717 | 2025.02.10 18:56:12.418891 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13718 | 2025.02.10 18:56:12.422574 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 13719 | 2025.02.10 18:56:12.954736 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1956 | ||
| 13720 | 2025.02.10 18:56:12.958171 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13721 | 2025.02.10 18:56:12.958228 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13722 | 2025.02.10 18:56:12.959786 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13723 | 2025.02.10 18:56:12.960109 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13724 | 2025.02.10 18:56:12.961216 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1956 | ||
| 13725 | 2025.02.10 18:56:13.346669 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13726 | 2025.02.10 18:56:13.346860 [ 4 ] {1844264a-86c6-41c1-9ebc-cb6dd1b619a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13727 | 2025.02.10 18:56:13.346935 [ 4 ] {1844264a-86c6-41c1-9ebc-cb6dd1b619a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13728 | 2025.02.10 18:56:13.347670 [ 4 ] {1844264a-86c6-41c1-9ebc-cb6dd1b619a2} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13729 | 2025.02.10 18:56:13.347715 [ 4 ] {1844264a-86c6-41c1-9ebc-cb6dd1b619a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13730 | 2025.02.10 18:56:13.348119 [ 4 ] {1844264a-86c6-41c1-9ebc-cb6dd1b619a2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13731 | 2025.02.10 18:56:13.348373 [ 4 ] {1844264a-86c6-41c1-9ebc-cb6dd1b619a2} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13732 | 2025.02.10 18:56:13.348629 [ 4 ] {1844264a-86c6-41c1-9ebc-cb6dd1b619a2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001822 sec., 7683.863885839736 rows/sec., 553.14 KiB/sec. | ||
| 13733 | 2025.02.10 18:56:13.348689 [ 4 ] {1844264a-86c6-41c1-9ebc-cb6dd1b619a2} <Debug> TCPHandler: Processed in 0.002121831 sec. | ||
| 13734 | 2025.02.10 18:56:13.348993 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13735 | 2025.02.10 18:56:13.349298 [ 256 ] {5a80d976-6dfd-43ff-8650-9f6167a45c2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13736 | 2025.02.10 18:56:13.349423 [ 256 ] {5a80d976-6dfd-43ff-8650-9f6167a45c2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13737 | 2025.02.10 18:56:13.350310 [ 256 ] {5a80d976-6dfd-43ff-8650-9f6167a45c2f} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13738 | 2025.02.10 18:56:13.350354 [ 256 ] {5a80d976-6dfd-43ff-8650-9f6167a45c2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13739 | 2025.02.10 18:56:13.350826 [ 256 ] {5a80d976-6dfd-43ff-8650-9f6167a45c2f} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13740 | 2025.02.10 18:56:13.351083 [ 256 ] {5a80d976-6dfd-43ff-8650-9f6167a45c2f} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13741 | 2025.02.10 18:56:13.351292 [ 256 ] {5a80d976-6dfd-43ff-8650-9f6167a45c2f} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.002081 sec., 131186.92936088418 rows/sec., 11.56 MiB/sec. | ||
| 13742 | 2025.02.10 18:56:13.351359 [ 256 ] {5a80d976-6dfd-43ff-8650-9f6167a45c2f} <Debug> TCPHandler: Processed in 0.002558862 sec. | ||
| 13743 | 2025.02.10 18:56:13.351512 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13744 | 2025.02.10 18:56:13.351656 [ 4 ] {eeff7492-064f-4ff9-87c3-e8ef3c25f001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13745 | 2025.02.10 18:56:13.351719 [ 4 ] {eeff7492-064f-4ff9-87c3-e8ef3c25f001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13746 | 2025.02.10 18:56:13.352477 [ 4 ] {eeff7492-064f-4ff9-87c3-e8ef3c25f001} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13747 | 2025.02.10 18:56:13.352518 [ 4 ] {eeff7492-064f-4ff9-87c3-e8ef3c25f001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13748 | 2025.02.10 18:56:13.352883 [ 4 ] {eeff7492-064f-4ff9-87c3-e8ef3c25f001} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 13749 | 2025.02.10 18:56:13.353115 [ 4 ] {eeff7492-064f-4ff9-87c3-e8ef3c25f001} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13750 | 2025.02.10 18:56:13.353321 [ 4 ] {eeff7492-064f-4ff9-87c3-e8ef3c25f001} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.0017 sec., 24705.88235294118 rows/sec., 1.77 MiB/sec. | ||
| 13751 | 2025.02.10 18:56:13.353376 [ 4 ] {eeff7492-064f-4ff9-87c3-e8ef3c25f001} <Debug> TCPHandler: Processed in 0.001932487 sec. | ||
| 13752 | 2025.02.10 18:56:13.353595 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13753 | 2025.02.10 18:56:13.353829 [ 256 ] {65a6eb4d-6d16-4654-8a37-ec31780b9e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13754 | 2025.02.10 18:56:13.353923 [ 256 ] {65a6eb4d-6d16-4654-8a37-ec31780b9e21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13755 | 2025.02.10 18:56:13.354790 [ 256 ] {65a6eb4d-6d16-4654-8a37-ec31780b9e21} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13756 | 2025.02.10 18:56:13.354828 [ 256 ] {65a6eb4d-6d16-4654-8a37-ec31780b9e21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13757 | 2025.02.10 18:56:13.355199 [ 256 ] {65a6eb4d-6d16-4654-8a37-ec31780b9e21} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 13758 | 2025.02.10 18:56:13.355444 [ 256 ] {65a6eb4d-6d16-4654-8a37-ec31780b9e21} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13759 | 2025.02.10 18:56:13.355625 [ 256 ] {65a6eb4d-6d16-4654-8a37-ec31780b9e21} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001854 sec., 7551.240560949299 rows/sec., 528.84 KiB/sec. | ||
| 13760 | 2025.02.10 18:56:13.355680 [ 256 ] {65a6eb4d-6d16-4654-8a37-ec31780b9e21} <Debug> TCPHandler: Processed in 0.002196273 sec. | ||
| 13761 | 2025.02.10 18:56:13.355843 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13762 | 2025.02.10 18:56:13.355969 [ 4 ] {0e278c46-f45d-40b7-bec5-9da8b6531d70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13763 | 2025.02.10 18:56:13.356021 [ 4 ] {0e278c46-f45d-40b7-bec5-9da8b6531d70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13764 | 2025.02.10 18:56:13.356601 [ 4 ] {0e278c46-f45d-40b7-bec5-9da8b6531d70} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13765 | 2025.02.10 18:56:13.356641 [ 4 ] {0e278c46-f45d-40b7-bec5-9da8b6531d70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13766 | 2025.02.10 18:56:13.356999 [ 4 ] {0e278c46-f45d-40b7-bec5-9da8b6531d70} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13767 | 2025.02.10 18:56:13.357249 [ 4 ] {0e278c46-f45d-40b7-bec5-9da8b6531d70} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13768 | 2025.02.10 18:56:13.357453 [ 4 ] {0e278c46-f45d-40b7-bec5-9da8b6531d70} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001511 sec., 8603.573792190602 rows/sec., 536.43 KiB/sec. | ||
| 13769 | 2025.02.10 18:56:13.357509 [ 4 ] {0e278c46-f45d-40b7-bec5-9da8b6531d70} <Debug> TCPHandler: Processed in 0.001724761 sec. | ||
| 13770 | 2025.02.10 18:56:13.357667 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13771 | 2025.02.10 18:56:13.357807 [ 256 ] {eb27abef-4449-4f27-a99c-e248a92ce6a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13772 | 2025.02.10 18:56:13.357866 [ 256 ] {eb27abef-4449-4f27-a99c-e248a92ce6a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13773 | 2025.02.10 18:56:13.358660 [ 256 ] {eb27abef-4449-4f27-a99c-e248a92ce6a8} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13774 | 2025.02.10 18:56:13.358698 [ 256 ] {eb27abef-4449-4f27-a99c-e248a92ce6a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13775 | 2025.02.10 18:56:13.359088 [ 256 ] {eb27abef-4449-4f27-a99c-e248a92ce6a8} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13776 | 2025.02.10 18:56:13.359340 [ 256 ] {eb27abef-4449-4f27-a99c-e248a92ce6a8} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13777 | 2025.02.10 18:56:13.359525 [ 256 ] {eb27abef-4449-4f27-a99c-e248a92ce6a8} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001749 sec., 238421.9554030875 rows/sec., 17.02 MiB/sec. | ||
| 13778 | 2025.02.10 18:56:13.359599 [ 256 ] {eb27abef-4449-4f27-a99c-e248a92ce6a8} <Debug> TCPHandler: Processed in 0.002000969 sec. | ||
| 13779 | 2025.02.10 18:56:13.359803 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13780 | 2025.02.10 18:56:13.360145 [ 4 ] {cb2bee8f-357e-4873-b2c8-451b76b86c38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13781 | 2025.02.10 18:56:13.360255 [ 4 ] {cb2bee8f-357e-4873-b2c8-451b76b86c38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13782 | 2025.02.10 18:56:13.360759 [ 4 ] {cb2bee8f-357e-4873-b2c8-451b76b86c38} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13783 | 2025.02.10 18:56:13.360798 [ 4 ] {cb2bee8f-357e-4873-b2c8-451b76b86c38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13784 | 2025.02.10 18:56:13.361160 [ 4 ] {cb2bee8f-357e-4873-b2c8-451b76b86c38} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13785 | 2025.02.10 18:56:13.361390 [ 4 ] {cb2bee8f-357e-4873-b2c8-451b76b86c38} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13786 | 2025.02.10 18:56:13.361617 [ 4 ] {cb2bee8f-357e-4873-b2c8-451b76b86c38} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001602 sec., 3745.3183520599255 rows/sec., 195.68 KiB/sec. | ||
| 13787 | 2025.02.10 18:56:13.361739 [ 4 ] {cb2bee8f-357e-4873-b2c8-451b76b86c38} <Debug> TCPHandler: Processed in 0.002062229 sec. | ||
| 13788 | 2025.02.10 18:56:13.361920 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13789 | 2025.02.10 18:56:13.362057 [ 256 ] {fad0e1eb-056d-4bb0-8513-74ec5e6edb14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13790 | 2025.02.10 18:56:13.362121 [ 256 ] {fad0e1eb-056d-4bb0-8513-74ec5e6edb14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13791 | 2025.02.10 18:56:13.362781 [ 256 ] {fad0e1eb-056d-4bb0-8513-74ec5e6edb14} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13792 | 2025.02.10 18:56:13.362819 [ 256 ] {fad0e1eb-056d-4bb0-8513-74ec5e6edb14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13793 | 2025.02.10 18:56:13.363221 [ 256 ] {fad0e1eb-056d-4bb0-8513-74ec5e6edb14} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13794 | 2025.02.10 18:56:13.363463 [ 256 ] {fad0e1eb-056d-4bb0-8513-74ec5e6edb14} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13795 | 2025.02.10 18:56:13.363640 [ 256 ] {fad0e1eb-056d-4bb0-8513-74ec5e6edb14} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001615 sec., 146749.22600619195 rows/sec., 9.84 MiB/sec. | ||
| 13796 | 2025.02.10 18:56:13.363692 [ 256 ] {fad0e1eb-056d-4bb0-8513-74ec5e6edb14} <Debug> TCPHandler: Processed in 0.001866875 sec. | ||
| 13797 | 2025.02.10 18:56:13.363839 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13798 | 2025.02.10 18:56:13.363969 [ 4 ] {13c31e92-a95a-4de9-aaa5-11bcbdf7f3b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13799 | 2025.02.10 18:56:13.364024 [ 4 ] {13c31e92-a95a-4de9-aaa5-11bcbdf7f3b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13800 | 2025.02.10 18:56:13.364506 [ 4 ] {13c31e92-a95a-4de9-aaa5-11bcbdf7f3b6} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13801 | 2025.02.10 18:56:13.364547 [ 4 ] {13c31e92-a95a-4de9-aaa5-11bcbdf7f3b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13802 | 2025.02.10 18:56:13.364918 [ 4 ] {13c31e92-a95a-4de9-aaa5-11bcbdf7f3b6} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13803 | 2025.02.10 18:56:13.365158 [ 4 ] {13c31e92-a95a-4de9-aaa5-11bcbdf7f3b6} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13804 | 2025.02.10 18:56:13.365364 [ 4 ] {13c31e92-a95a-4de9-aaa5-11bcbdf7f3b6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00142 sec., 704.2253521126761 rows/sec., 47.45 KiB/sec. | ||
| 13805 | 2025.02.10 18:56:13.365417 [ 4 ] {13c31e92-a95a-4de9-aaa5-11bcbdf7f3b6} <Debug> TCPHandler: Processed in 0.001633509 sec. | ||
| 13806 | 2025.02.10 18:56:13.365568 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13807 | 2025.02.10 18:56:13.365707 [ 256 ] {5e22090e-7d15-4ab7-b28a-121f4388b11e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13808 | 2025.02.10 18:56:13.365800 [ 256 ] {5e22090e-7d15-4ab7-b28a-121f4388b11e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13809 | 2025.02.10 18:56:13.367045 [ 256 ] {5e22090e-7d15-4ab7-b28a-121f4388b11e} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13810 | 2025.02.10 18:56:13.367084 [ 256 ] {5e22090e-7d15-4ab7-b28a-121f4388b11e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13811 | 2025.02.10 18:56:13.367752 [ 256 ] {5e22090e-7d15-4ab7-b28a-121f4388b11e} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 13812 | 2025.02.10 18:56:13.368015 [ 256 ] {5e22090e-7d15-4ab7-b28a-121f4388b11e} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13813 | 2025.02.10 18:56:13.368211 [ 256 ] {5e22090e-7d15-4ab7-b28a-121f4388b11e} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002535 sec., 13806.706114398423 rows/sec., 24.74 MiB/sec. | ||
| 13814 | 2025.02.10 18:56:13.368303 [ 256 ] {5e22090e-7d15-4ab7-b28a-121f4388b11e} <Debug> TCPHandler: Processed in 0.002804438 sec. | ||
| 13815 | 2025.02.10 18:56:13.368438 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13816 | 2025.02.10 18:56:13.368558 [ 4 ] {0e866cb1-3834-4d28-ac65-979c322b1a0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13817 | 2025.02.10 18:56:13.368611 [ 4 ] {0e866cb1-3834-4d28-ac65-979c322b1a0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13818 | 2025.02.10 18:56:13.369095 [ 4 ] {0e866cb1-3834-4d28-ac65-979c322b1a0b} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13819 | 2025.02.10 18:56:13.369135 [ 4 ] {0e866cb1-3834-4d28-ac65-979c322b1a0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13820 | 2025.02.10 18:56:13.369505 [ 4 ] {0e866cb1-3834-4d28-ac65-979c322b1a0b} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13821 | 2025.02.10 18:56:13.369749 [ 4 ] {0e866cb1-3834-4d28-ac65-979c322b1a0b} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13822 | 2025.02.10 18:56:13.369982 [ 4 ] {0e866cb1-3834-4d28-ac65-979c322b1a0b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001445 sec., 56747.40484429066 rows/sec., 3.60 MiB/sec. | ||
| 13823 | 2025.02.10 18:56:13.370073 [ 4 ] {0e866cb1-3834-4d28-ac65-979c322b1a0b} <Debug> TCPHandler: Processed in 0.0016891 sec. | ||
| 13824 | 2025.02.10 18:56:17.604740 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13825 | 2025.02.10 18:56:17.604845 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13826 | 2025.02.10 18:56:17.792409 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30256 | ||
| 13827 | 2025.02.10 18:56:17.793051 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13828 | 2025.02.10 18:56:17.793099 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13829 | 2025.02.10 18:56:17.793660 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13830 | 2025.02.10 18:56:17.793929 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13831 | 2025.02.10 18:56:17.794104 [ 32 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13832 | 2025.02.10 18:56:17.794135 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
| 13833 | 2025.02.10 18:56:17.794158 [ 32 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13834 | 2025.02.10 18:56:17.794185 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13835 | 2025.02.10 18:56:17.794343 [ 191 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 13836 | 2025.02.10 18:56:17.794536 [ 191 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13837 | 2025.02.10 18:56:17.794587 [ 191 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27999 rows starting from the beginning of the part | ||
| 13838 | 2025.02.10 18:56:17.794664 [ 191 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 427 rows starting from the beginning of the part | ||
| 13839 | 2025.02.10 18:56:17.794762 [ 191 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 488 rows starting from the beginning of the part | ||
| 13840 | 2025.02.10 18:56:17.795009 [ 191 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 427 rows starting from the beginning of the part | ||
| 13841 | 2025.02.10 18:56:17.795144 [ 191 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 488 rows starting from the beginning of the part | ||
| 13842 | 2025.02.10 18:56:17.795347 [ 191 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 427 rows starting from the beginning of the part | ||
| 13843 | 2025.02.10 18:56:17.798517 [ 191 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.004254953 sec., 7110771.846363521 rows/sec., 101.72 MiB/sec. | ||
| 13844 | 2025.02.10 18:56:17.798994 [ 190 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13845 | 2025.02.10 18:56:17.799408 [ 190 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_66_13} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13846 | 2025.02.10 18:56:17.799522 [ 190 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_66_13} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13847 | 2025.02.10 18:56:17.799659 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. | ||
| 13848 | 2025.02.10 18:56:18.340823 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13849 | 2025.02.10 18:56:18.341036 [ 4 ] {2bc2dc16-0a9a-4194-8b80-309a511c3a6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13850 | 2025.02.10 18:56:18.341116 [ 4 ] {2bc2dc16-0a9a-4194-8b80-309a511c3a6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13851 | 2025.02.10 18:56:18.341970 [ 4 ] {2bc2dc16-0a9a-4194-8b80-309a511c3a6b} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13852 | 2025.02.10 18:56:18.342022 [ 4 ] {2bc2dc16-0a9a-4194-8b80-309a511c3a6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13853 | 2025.02.10 18:56:18.342449 [ 4 ] {2bc2dc16-0a9a-4194-8b80-309a511c3a6b} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13854 | 2025.02.10 18:56:18.342705 [ 4 ] {2bc2dc16-0a9a-4194-8b80-309a511c3a6b} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13855 | 2025.02.10 18:56:18.342923 [ 29 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13856 | 2025.02.10 18:56:18.342954 [ 4 ] {2bc2dc16-0a9a-4194-8b80-309a511c3a6b} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001976 sec., 33400.80971659919 rows/sec., 2.66 MiB/sec. | ||
| 13857 | 2025.02.10 18:56:18.343058 [ 29 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13858 | 2025.02.10 18:56:18.343131 [ 4 ] {2bc2dc16-0a9a-4194-8b80-309a511c3a6b} <Debug> TCPHandler: Processed in 0.002435128 sec. | ||
| 13859 | 2025.02.10 18:56:18.343146 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13860 | 2025.02.10 18:56:18.343399 [ 193 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 13861 | 2025.02.10 18:56:18.343480 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13862 | 2025.02.10 18:56:18.343692 [ 193 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13863 | 2025.02.10 18:56:18.343733 [ 193 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1432 rows starting from the beginning of the part | ||
| 13864 | 2025.02.10 18:56:18.343768 [ 256 ] {23874edd-9a76-48ed-a808-1c67d51742ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13865 | 2025.02.10 18:56:18.343842 [ 193 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 273 rows starting from the beginning of the part | ||
| 13866 | 2025.02.10 18:56:18.343874 [ 256 ] {23874edd-9a76-48ed-a808-1c67d51742ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13867 | 2025.02.10 18:56:18.344165 [ 193 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 1208 rows starting from the beginning of the part | ||
| 13868 | 2025.02.10 18:56:18.344557 [ 193 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 56 rows starting from the beginning of the part | ||
| 13869 | 2025.02.10 18:56:18.344724 [ 193 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 273 rows starting from the beginning of the part | ||
| 13870 | 2025.02.10 18:56:18.344934 [ 193 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 66 rows starting from the beginning of the part | ||
| 13871 | 2025.02.10 18:56:18.345825 [ 256 ] {23874edd-9a76-48ed-a808-1c67d51742ce} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13872 | 2025.02.10 18:56:18.345871 [ 256 ] {23874edd-9a76-48ed-a808-1c67d51742ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13873 | 2025.02.10 18:56:18.346432 [ 256 ] {23874edd-9a76-48ed-a808-1c67d51742ce} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 13874 | 2025.02.10 18:56:18.346709 [ 256 ] {23874edd-9a76-48ed-a808-1c67d51742ce} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13875 | 2025.02.10 18:56:18.347049 [ 256 ] {23874edd-9a76-48ed-a808-1c67d51742ce} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.003304 sec., 1513.317191283293 rows/sec., 113.79 KiB/sec. | ||
| 13876 | 2025.02.10 18:56:18.347498 [ 256 ] {23874edd-9a76-48ed-a808-1c67d51742ce} <Debug> TCPHandler: Processed in 0.004203481 sec. | ||
| 13877 | 2025.02.10 18:56:18.347578 [ 193 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.004279543 sec., 772979.7317143442 rows/sec., 67.75 MiB/sec. | ||
| 13878 | 2025.02.10 18:56:18.347787 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13879 | 2025.02.10 18:56:18.348043 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13880 | 2025.02.10 18:56:18.348133 [ 4 ] {cdfaa555-1e11-4940-904c-ad402e081ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13881 | 2025.02.10 18:56:18.348337 [ 4 ] {cdfaa555-1e11-4940-904c-ad402e081ecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13882 | 2025.02.10 18:56:18.349328 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_111_22} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13883 | 2025.02.10 18:56:18.349769 [ 201 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_111_22} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13884 | 2025.02.10 18:56:18.350171 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 13885 | 2025.02.10 18:56:18.351043 [ 4 ] {cdfaa555-1e11-4940-904c-ad402e081ecb} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13886 | 2025.02.10 18:56:18.351088 [ 4 ] {cdfaa555-1e11-4940-904c-ad402e081ecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13887 | 2025.02.10 18:56:18.351458 [ 4 ] {cdfaa555-1e11-4940-904c-ad402e081ecb} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13888 | 2025.02.10 18:56:18.351688 [ 4 ] {cdfaa555-1e11-4940-904c-ad402e081ecb} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13889 | 2025.02.10 18:56:18.351845 [ 29 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13890 | 2025.02.10 18:56:18.351920 [ 29 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13891 | 2025.02.10 18:56:18.351936 [ 4 ] {cdfaa555-1e11-4940-904c-ad402e081ecb} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.003921 sec., 17597.55164498852 rows/sec., 1.37 MiB/sec. | ||
| 13892 | 2025.02.10 18:56:18.351968 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13893 | 2025.02.10 18:56:18.352109 [ 4 ] {cdfaa555-1e11-4940-904c-ad402e081ecb} <Debug> TCPHandler: Processed in 0.004464407 sec. | ||
| 13894 | 2025.02.10 18:56:18.352177 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 13895 | 2025.02.10 18:56:18.352286 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13896 | 2025.02.10 18:56:18.352305 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13897 | 2025.02.10 18:56:18.352337 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 914 rows starting from the beginning of the part | ||
| 13898 | 2025.02.10 18:56:18.352468 [ 256 ] {2232ecd0-26d5-4fec-aad3-d28085b477a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13899 | 2025.02.10 18:56:18.352482 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 417 rows starting from the beginning of the part | ||
| 13900 | 2025.02.10 18:56:18.352579 [ 256 ] {2232ecd0-26d5-4fec-aad3-d28085b477a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13901 | 2025.02.10 18:56:18.352603 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 529 rows starting from the beginning of the part | ||
| 13902 | 2025.02.10 18:56:18.353112 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 64 rows starting from the beginning of the part | ||
| 13903 | 2025.02.10 18:56:18.353355 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 417 rows starting from the beginning of the part | ||
| 13904 | 2025.02.10 18:56:18.353580 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 69 rows starting from the beginning of the part | ||
| 13905 | 2025.02.10 18:56:18.354392 [ 256 ] {2232ecd0-26d5-4fec-aad3-d28085b477a3} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13906 | 2025.02.10 18:56:18.354437 [ 256 ] {2232ecd0-26d5-4fec-aad3-d28085b477a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13907 | 2025.02.10 18:56:18.354997 [ 256 ] {2232ecd0-26d5-4fec-aad3-d28085b477a3} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13908 | 2025.02.10 18:56:18.355302 [ 193 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.003231758 sec., 745724.1538506286 rows/sec., 57.18 MiB/sec. | ||
| 13909 | 2025.02.10 18:56:18.355352 [ 256 ] {2232ecd0-26d5-4fec-aad3-d28085b477a3} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13910 | 2025.02.10 18:56:18.355475 [ 193 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13911 | 2025.02.10 18:56:18.355618 [ 256 ] {2232ecd0-26d5-4fec-aad3-d28085b477a3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003227 sec., 49581.65478772854 rows/sec., 3.45 MiB/sec. | ||
| 13912 | 2025.02.10 18:56:18.355707 [ 256 ] {2232ecd0-26d5-4fec-aad3-d28085b477a3} <Debug> TCPHandler: Processed in 0.003483124 sec. | ||
| 13913 | 2025.02.10 18:56:18.355859 [ 193 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_111_22} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13914 | 2025.02.10 18:56:18.355878 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13915 | 2025.02.10 18:56:18.355952 [ 193 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_111_22} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13916 | 2025.02.10 18:56:18.356099 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 13917 | 2025.02.10 18:56:18.356107 [ 4 ] {29c27041-30cc-4aee-8f65-6f11e1760767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13918 | 2025.02.10 18:56:18.356212 [ 4 ] {29c27041-30cc-4aee-8f65-6f11e1760767} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13919 | 2025.02.10 18:56:18.357395 [ 4 ] {29c27041-30cc-4aee-8f65-6f11e1760767} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13920 | 2025.02.10 18:56:18.357435 [ 4 ] {29c27041-30cc-4aee-8f65-6f11e1760767} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13921 | 2025.02.10 18:56:18.358060 [ 4 ] {29c27041-30cc-4aee-8f65-6f11e1760767} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 13922 | 2025.02.10 18:56:18.358309 [ 4 ] {29c27041-30cc-4aee-8f65-6f11e1760767} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13923 | 2025.02.10 18:56:18.358565 [ 4 ] {29c27041-30cc-4aee-8f65-6f11e1760767} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002553 sec., 1958.4802193497844 rows/sec., 3.51 MiB/sec. | ||
| 13924 | 2025.02.10 18:56:18.358693 [ 4 ] {29c27041-30cc-4aee-8f65-6f11e1760767} <Debug> TCPHandler: Processed in 0.0028946 sec. | ||
| 13925 | 2025.02.10 18:56:18.359021 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13926 | 2025.02.10 18:56:18.359269 [ 256 ] {ab191804-367d-45e4-bb4e-a4554eea7742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13927 | 2025.02.10 18:56:18.359363 [ 256 ] {ab191804-367d-45e4-bb4e-a4554eea7742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13928 | 2025.02.10 18:56:18.360002 [ 256 ] {ab191804-367d-45e4-bb4e-a4554eea7742} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13929 | 2025.02.10 18:56:18.360042 [ 256 ] {ab191804-367d-45e4-bb4e-a4554eea7742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13930 | 2025.02.10 18:56:18.360421 [ 256 ] {ab191804-367d-45e4-bb4e-a4554eea7742} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13931 | 2025.02.10 18:56:18.360669 [ 256 ] {ab191804-367d-45e4-bb4e-a4554eea7742} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13932 | 2025.02.10 18:56:18.360801 [ 29 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13933 | 2025.02.10 18:56:18.360834 [ 29 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13934 | 2025.02.10 18:56:18.360856 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13935 | 2025.02.10 18:56:18.360865 [ 256 ] {ab191804-367d-45e4-bb4e-a4554eea7742} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001648 sec., 36407.76699029126 rows/sec., 2.45 MiB/sec. | ||
| 13936 | 2025.02.10 18:56:18.360976 [ 256 ] {ab191804-367d-45e4-bb4e-a4554eea7742} <Debug> TCPHandler: Processed in 0.002185903 sec. | ||
| 13937 | 2025.02.10 18:56:18.360999 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 13938 | 2025.02.10 18:56:18.361101 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13939 | 2025.02.10 18:56:18.361127 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6498 rows starting from the beginning of the part | ||
| 13940 | 2025.02.10 18:56:18.361190 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 82 rows starting from the beginning of the part | ||
| 13941 | 2025.02.10 18:56:18.361274 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 44 rows starting from the beginning of the part | ||
| 13942 | 2025.02.10 18:56:18.361449 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 16 rows starting from the beginning of the part | ||
| 13943 | 2025.02.10 18:56:18.361634 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 82 rows starting from the beginning of the part | ||
| 13944 | 2025.02.10 18:56:18.361800 [ 189 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part | ||
| 13945 | 2025.02.10 18:56:18.363680 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6782 rows, containing 4 columns (4 merged, 0 gathered) in 0.002766637 sec., 2451351.586782075 rows/sec., 159.80 MiB/sec. | ||
| 13946 | 2025.02.10 18:56:18.364448 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13947 | 2025.02.10 18:56:18.364867 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_111_22} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13948 | 2025.02.10 18:56:18.364971 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_111_22} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13949 | 2025.02.10 18:56:18.365076 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. | ||
| 13950 | 2025.02.10 18:56:19.922682 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 13951 | 2025.02.10 18:56:19.944208 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13952 | 2025.02.10 18:56:19.944263 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13953 | 2025.02.10 18:56:19.951465 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13954 | 2025.02.10 18:56:19.952238 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13955 | 2025.02.10 18:56:19.952697 [ 45 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13956 | 2025.02.10 18:56:19.952878 [ 45 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13957 | 2025.02.10 18:56:19.952949 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13958 | 2025.02.10 18:56:19.953496 [ 188 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 13959 | 2025.02.10 18:56:19.971188 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 13960 | 2025.02.10 18:56:19.972484 [ 188 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13961 | 2025.02.10 18:56:19.974274 [ 188 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part | ||
| 13962 | 2025.02.10 18:56:19.980380 [ 188 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 8 rows starting from the beginning of the part | ||
| 13963 | 2025.02.10 18:56:19.987179 [ 188 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 7 rows starting from the beginning of the part | ||
| 13964 | 2025.02.10 18:56:19.993066 [ 188 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part | ||
| 13965 | 2025.02.10 18:56:19.999052 [ 188 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 7 rows starting from the beginning of the part | ||
| 13966 | 2025.02.10 18:56:20.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.39 MiB, peak 264.54 MiB, free memory in arenas 0.00 B, will set to 257.86 MiB (RSS), difference: -4.53 MiB | ||
| 13967 | 2025.02.10 18:56:20.004208 [ 188 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 8 rows starting from the beginning of the part | ||
| 13968 | 2025.02.10 18:56:20.069601 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.116475809 sec., 4275.5659245946945 rows/sec., 22.11 MiB/sec. | ||
| 13969 | 2025.02.10 18:56:20.073311 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13970 | 2025.02.10 18:56:20.076440 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_66_13} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13971 | 2025.02.10 18:56:20.076570 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_66_13} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13972 | 2025.02.10 18:56:20.079077 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.28 MiB. | ||
| 13973 | 2025.02.10 18:56:21.000228 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 254.40 MiB, peak 268.14 MiB, free memory in arenas 0.00 B, will set to 259.32 MiB (RSS), difference: 4.92 MiB | ||
| 13974 | 2025.02.10 18:56:22.961527 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1990 | ||
| 13975 | 2025.02.10 18:56:22.966347 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13976 | 2025.02.10 18:56:22.966407 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13977 | 2025.02.10 18:56:22.967910 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13978 | 2025.02.10 18:56:22.968239 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13979 | 2025.02.10 18:56:22.969884 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1990 | ||
| 13980 | 2025.02.10 18:56:23.346981 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13981 | 2025.02.10 18:56:23.347191 [ 4 ] {6bb4f953-467f-4a9a-a14e-40eb2dcf52aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13982 | 2025.02.10 18:56:23.347273 [ 4 ] {6bb4f953-467f-4a9a-a14e-40eb2dcf52aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13983 | 2025.02.10 18:56:23.348111 [ 4 ] {6bb4f953-467f-4a9a-a14e-40eb2dcf52aa} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13984 | 2025.02.10 18:56:23.348162 [ 4 ] {6bb4f953-467f-4a9a-a14e-40eb2dcf52aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13985 | 2025.02.10 18:56:23.348600 [ 4 ] {6bb4f953-467f-4a9a-a14e-40eb2dcf52aa} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13986 | 2025.02.10 18:56:23.348867 [ 4 ] {6bb4f953-467f-4a9a-a14e-40eb2dcf52aa} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13987 | 2025.02.10 18:56:23.349141 [ 4 ] {6bb4f953-467f-4a9a-a14e-40eb2dcf52aa} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002006 sec., 6979.062811565304 rows/sec., 502.40 KiB/sec. | ||
| 13988 | 2025.02.10 18:56:23.349236 [ 4 ] {6bb4f953-467f-4a9a-a14e-40eb2dcf52aa} <Debug> TCPHandler: Processed in 0.002389718 sec. | ||
| 13989 | 2025.02.10 18:56:23.349628 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13990 | 2025.02.10 18:56:23.349906 [ 256 ] {832da54f-41c7-4941-ae4d-5f1ba7d3e824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13991 | 2025.02.10 18:56:23.349983 [ 256 ] {832da54f-41c7-4941-ae4d-5f1ba7d3e824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13992 | 2025.02.10 18:56:23.350737 [ 256 ] {832da54f-41c7-4941-ae4d-5f1ba7d3e824} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13993 | 2025.02.10 18:56:23.350790 [ 256 ] {832da54f-41c7-4941-ae4d-5f1ba7d3e824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 13994 | 2025.02.10 18:56:23.351230 [ 256 ] {832da54f-41c7-4941-ae4d-5f1ba7d3e824} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 13995 | 2025.02.10 18:56:23.351495 [ 256 ] {832da54f-41c7-4941-ae4d-5f1ba7d3e824} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13996 | 2025.02.10 18:56:23.351787 [ 256 ] {832da54f-41c7-4941-ae4d-5f1ba7d3e824} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001924 sec., 5197.505197505197 rows/sec., 423.82 KiB/sec. | ||
| 13997 | 2025.02.10 18:56:23.351989 [ 256 ] {832da54f-41c7-4941-ae4d-5f1ba7d3e824} <Debug> TCPHandler: Processed in 0.002603173 sec. | ||
| 13998 | 2025.02.10 18:56:23.352208 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13999 | 2025.02.10 18:56:23.352352 [ 4 ] {a48dc412-94ae-4601-855d-a514fd3831b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14000 | 2025.02.10 18:56:23.352417 [ 4 ] {a48dc412-94ae-4601-855d-a514fd3831b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14001 | 2025.02.10 18:56:23.353153 [ 4 ] {a48dc412-94ae-4601-855d-a514fd3831b6} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14002 | 2025.02.10 18:56:23.353194 [ 4 ] {a48dc412-94ae-4601-855d-a514fd3831b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 14003 | 2025.02.10 18:56:23.353595 [ 4 ] {a48dc412-94ae-4601-855d-a514fd3831b6} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14004 | 2025.02.10 18:56:23.353833 [ 4 ] {a48dc412-94ae-4601-855d-a514fd3831b6} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14005 | 2025.02.10 18:56:23.354052 [ 4 ] {a48dc412-94ae-4601-855d-a514fd3831b6} <Debug> executeQuery: Read 278 rows, 25.00 KiB in 0.001733 sec., 160415.46451240624 rows/sec., 14.09 MiB/sec. | ||
| 14006 | 2025.02.10 18:56:23.354106 [ 4 ] {a48dc412-94ae-4601-855d-a514fd3831b6} <Debug> TCPHandler: Processed in 0.002001658 sec. | ||
| 14007 | 2025.02.10 18:56:23.354306 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14008 | 2025.02.10 18:56:23.354530 [ 256 ] {726591a4-8c56-435e-afff-739eac544dfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14009 | 2025.02.10 18:56:23.354622 [ 256 ] {726591a4-8c56-435e-afff-739eac544dfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14010 | 2025.02.10 18:56:23.355338 [ 256 ] {726591a4-8c56-435e-afff-739eac544dfe} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14011 | 2025.02.10 18:56:23.355385 [ 256 ] {726591a4-8c56-435e-afff-739eac544dfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 14012 | 2025.02.10 18:56:23.355761 [ 256 ] {726591a4-8c56-435e-afff-739eac544dfe} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 14013 | 2025.02.10 18:56:23.356017 [ 256 ] {726591a4-8c56-435e-afff-739eac544dfe} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14014 | 2025.02.10 18:56:23.356216 [ 84 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 14015 | 2025.02.10 18:56:23.356274 [ 256 ] {726591a4-8c56-435e-afff-739eac544dfe} <Debug> executeQuery: Read 52 rows, 3.79 KiB in 0.001797 sec., 28937.117417918755 rows/sec., 2.06 MiB/sec. | ||
| 14016 | 2025.02.10 18:56:23.356302 [ 84 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14017 | 2025.02.10 18:56:23.356375 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 14018 | 2025.02.10 18:56:23.356389 [ 256 ] {726591a4-8c56-435e-afff-739eac544dfe} <Debug> TCPHandler: Processed in 0.002193153 sec. | ||
| 14019 | 2025.02.10 18:56:23.356681 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14020 | 2025.02.10 18:56:23.356742 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 14021 | 2025.02.10 18:56:23.357026 [ 4 ] {306ab96b-8d7b-451b-8a60-56722ad02b7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14022 | 2025.02.10 18:56:23.357183 [ 4 ] {306ab96b-8d7b-451b-8a60-56722ad02b7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14023 | 2025.02.10 18:56:23.357277 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14024 | 2025.02.10 18:56:23.357412 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 65 rows starting from the beginning of the part | ||
| 14025 | 2025.02.10 18:56:23.357836 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 42 rows starting from the beginning of the part | ||
| 14026 | 2025.02.10 18:56:23.358681 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 9 rows starting from the beginning of the part | ||
| 14027 | 2025.02.10 18:56:23.359374 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 42 rows starting from the beginning of the part | ||
| 14028 | 2025.02.10 18:56:23.359890 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 5 rows starting from the beginning of the part | ||
| 14029 | 2025.02.10 18:56:23.360109 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 52 rows starting from the beginning of the part | ||
| 14030 | 2025.02.10 18:56:23.360764 [ 4 ] {306ab96b-8d7b-451b-8a60-56722ad02b7b} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14031 | 2025.02.10 18:56:23.360808 [ 4 ] {306ab96b-8d7b-451b-8a60-56722ad02b7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 14032 | 2025.02.10 18:56:23.361388 [ 4 ] {306ab96b-8d7b-451b-8a60-56722ad02b7b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 14033 | 2025.02.10 18:56:23.361593 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 215 rows, containing 5 columns (5 merged, 0 gathered) in 0.005103523 sec., 42127.76154824814 rows/sec., 3.17 MiB/sec. | ||
| 14034 | 2025.02.10 18:56:23.361722 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 14035 | 2025.02.10 18:56:23.361730 [ 4 ] {306ab96b-8d7b-451b-8a60-56722ad02b7b} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14036 | 2025.02.10 18:56:23.362045 [ 4 ] {306ab96b-8d7b-451b-8a60-56722ad02b7b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005154 sec., 2716.336825766395 rows/sec., 190.23 KiB/sec. | ||
| 14037 | 2025.02.10 18:56:23.362138 [ 4 ] {306ab96b-8d7b-451b-8a60-56722ad02b7b} <Debug> TCPHandler: Processed in 0.005634496 sec. | ||
| 14038 | 2025.02.10 18:56:23.362142 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_91_18} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14039 | 2025.02.10 18:56:23.362254 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_91_18} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 14040 | 2025.02.10 18:56:23.362293 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14041 | 2025.02.10 18:56:23.362448 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 14042 | 2025.02.10 18:56:23.362498 [ 256 ] {89f99f11-deb7-41d3-a9c5-42f7cd1cd442} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14043 | 2025.02.10 18:56:23.362565 [ 256 ] {89f99f11-deb7-41d3-a9c5-42f7cd1cd442} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14044 | 2025.02.10 18:56:23.363161 [ 256 ] {89f99f11-deb7-41d3-a9c5-42f7cd1cd442} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14045 | 2025.02.10 18:56:23.363202 [ 256 ] {89f99f11-deb7-41d3-a9c5-42f7cd1cd442} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 14046 | 2025.02.10 18:56:23.363576 [ 256 ] {89f99f11-deb7-41d3-a9c5-42f7cd1cd442} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14047 | 2025.02.10 18:56:23.363824 [ 256 ] {89f99f11-deb7-41d3-a9c5-42f7cd1cd442} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14048 | 2025.02.10 18:56:23.364054 [ 256 ] {89f99f11-deb7-41d3-a9c5-42f7cd1cd442} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001597 sec., 8140.2629931120855 rows/sec., 507.54 KiB/sec. | ||
| 14049 | 2025.02.10 18:56:23.364120 [ 256 ] {89f99f11-deb7-41d3-a9c5-42f7cd1cd442} <Debug> TCPHandler: Processed in 0.001888096 sec. | ||
| 14050 | 2025.02.10 18:56:23.364328 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14051 | 2025.02.10 18:56:23.364454 [ 4 ] {5b2840d4-6d37-4075-bd59-a6451cd9323e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14052 | 2025.02.10 18:56:23.364506 [ 4 ] {5b2840d4-6d37-4075-bd59-a6451cd9323e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14053 | 2025.02.10 18:56:23.365253 [ 4 ] {5b2840d4-6d37-4075-bd59-a6451cd9323e} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14054 | 2025.02.10 18:56:23.365292 [ 4 ] {5b2840d4-6d37-4075-bd59-a6451cd9323e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 14055 | 2025.02.10 18:56:23.365683 [ 4 ] {5b2840d4-6d37-4075-bd59-a6451cd9323e} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14056 | 2025.02.10 18:56:23.365936 [ 4 ] {5b2840d4-6d37-4075-bd59-a6451cd9323e} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14057 | 2025.02.10 18:56:23.366176 [ 4 ] {5b2840d4-6d37-4075-bd59-a6451cd9323e} <Debug> executeQuery: Read 427 rows, 31.30 KiB in 0.001741 sec., 245261.34405514074 rows/sec., 17.56 MiB/sec. | ||
| 14058 | 2025.02.10 18:56:23.366276 [ 4 ] {5b2840d4-6d37-4075-bd59-a6451cd9323e} <Debug> TCPHandler: Processed in 0.00205661 sec. | ||
| 14059 | 2025.02.10 18:56:23.366548 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14060 | 2025.02.10 18:56:23.366810 [ 256 ] {62cd19bf-1a27-4cc7-85ab-b7d75b677890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14061 | 2025.02.10 18:56:23.366879 [ 256 ] {62cd19bf-1a27-4cc7-85ab-b7d75b677890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14062 | 2025.02.10 18:56:23.367367 [ 256 ] {62cd19bf-1a27-4cc7-85ab-b7d75b677890} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14063 | 2025.02.10 18:56:23.367407 [ 256 ] {62cd19bf-1a27-4cc7-85ab-b7d75b677890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 14064 | 2025.02.10 18:56:23.367783 [ 256 ] {62cd19bf-1a27-4cc7-85ab-b7d75b677890} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14065 | 2025.02.10 18:56:23.368033 [ 256 ] {62cd19bf-1a27-4cc7-85ab-b7d75b677890} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14066 | 2025.02.10 18:56:23.368286 [ 256 ] {62cd19bf-1a27-4cc7-85ab-b7d75b677890} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00152 sec., 3947.368421052631 rows/sec., 206.23 KiB/sec. | ||
| 14067 | 2025.02.10 18:56:23.368403 [ 256 ] {62cd19bf-1a27-4cc7-85ab-b7d75b677890} <Debug> TCPHandler: Processed in 0.002017359 sec. | ||
| 14068 | 2025.02.10 18:56:23.368620 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14069 | 2025.02.10 18:56:23.368768 [ 4 ] {0647877c-d664-4bae-ad01-c38e38fcf71f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14070 | 2025.02.10 18:56:23.368831 [ 4 ] {0647877c-d664-4bae-ad01-c38e38fcf71f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14071 | 2025.02.10 18:56:23.369511 [ 4 ] {0647877c-d664-4bae-ad01-c38e38fcf71f} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14072 | 2025.02.10 18:56:23.369556 [ 4 ] {0647877c-d664-4bae-ad01-c38e38fcf71f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 14073 | 2025.02.10 18:56:23.369995 [ 4 ] {0647877c-d664-4bae-ad01-c38e38fcf71f} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14074 | 2025.02.10 18:56:23.370234 [ 4 ] {0647877c-d664-4bae-ad01-c38e38fcf71f} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14075 | 2025.02.10 18:56:23.370447 [ 4 ] {0647877c-d664-4bae-ad01-c38e38fcf71f} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.00171 sec., 141520.4678362573 rows/sec., 9.49 MiB/sec. | ||
| 14076 | 2025.02.10 18:56:23.370500 [ 4 ] {0647877c-d664-4bae-ad01-c38e38fcf71f} <Debug> TCPHandler: Processed in 0.001999119 sec. | ||
| 14077 | 2025.02.10 18:56:23.370646 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14078 | 2025.02.10 18:56:23.370764 [ 256 ] {808b8551-715a-4da8-9c96-11735f2839bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14079 | 2025.02.10 18:56:23.370821 [ 256 ] {808b8551-715a-4da8-9c96-11735f2839bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14080 | 2025.02.10 18:56:23.371379 [ 256 ] {808b8551-715a-4da8-9c96-11735f2839bd} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14081 | 2025.02.10 18:56:23.371426 [ 256 ] {808b8551-715a-4da8-9c96-11735f2839bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 14082 | 2025.02.10 18:56:23.371851 [ 256 ] {808b8551-715a-4da8-9c96-11735f2839bd} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14083 | 2025.02.10 18:56:23.372098 [ 256 ] {808b8551-715a-4da8-9c96-11735f2839bd} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14084 | 2025.02.10 18:56:23.372368 [ 256 ] {808b8551-715a-4da8-9c96-11735f2839bd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001625 sec., 615.3846153846154 rows/sec., 41.47 KiB/sec. | ||
| 14085 | 2025.02.10 18:56:23.372471 [ 256 ] {808b8551-715a-4da8-9c96-11735f2839bd} <Debug> TCPHandler: Processed in 0.001875555 sec. | ||
| 14086 | 2025.02.10 18:56:23.372684 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14087 | 2025.02.10 18:56:23.372847 [ 4 ] {c2152a5a-9ef6-4547-a85d-037cc6f82963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14088 | 2025.02.10 18:56:23.372940 [ 4 ] {c2152a5a-9ef6-4547-a85d-037cc6f82963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14089 | 2025.02.10 18:56:23.374237 [ 4 ] {c2152a5a-9ef6-4547-a85d-037cc6f82963} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14090 | 2025.02.10 18:56:23.374277 [ 4 ] {c2152a5a-9ef6-4547-a85d-037cc6f82963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 14091 | 2025.02.10 18:56:23.374938 [ 4 ] {c2152a5a-9ef6-4547-a85d-037cc6f82963} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 14092 | 2025.02.10 18:56:23.375190 [ 4 ] {c2152a5a-9ef6-4547-a85d-037cc6f82963} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14093 | 2025.02.10 18:56:23.375381 [ 51 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 14094 | 2025.02.10 18:56:23.375453 [ 4 ] {c2152a5a-9ef6-4547-a85d-037cc6f82963} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00263 sec., 13307.984790874525 rows/sec., 23.85 MiB/sec. | ||
| 14095 | 2025.02.10 18:56:23.375465 [ 51 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14096 | 2025.02.10 18:56:23.375531 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 14097 | 2025.02.10 18:56:23.375786 [ 4 ] {c2152a5a-9ef6-4547-a85d-037cc6f82963} <Debug> TCPHandler: Processed in 0.003215748 sec. | ||
| 14098 | 2025.02.10 18:56:23.375820 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 14099 | 2025.02.10 18:56:23.376048 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14100 | 2025.02.10 18:56:23.376201 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14101 | 2025.02.10 18:56:23.376402 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1694 rows starting from the beginning of the part | ||
| 14102 | 2025.02.10 18:56:23.376456 [ 256 ] {0a8e474a-abf3-4f21-9a10-85f731324170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14103 | 2025.02.10 18:56:23.376742 [ 256 ] {0a8e474a-abf3-4f21-9a10-85f731324170} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14104 | 2025.02.10 18:56:23.377142 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 35 rows starting from the beginning of the part | ||
| 14105 | 2025.02.10 18:56:23.377984 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 5 rows starting from the beginning of the part | ||
| 14106 | 2025.02.10 18:56:23.378632 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 35 rows starting from the beginning of the part | ||
| 14107 | 2025.02.10 18:56:23.379303 [ 256 ] {0a8e474a-abf3-4f21-9a10-85f731324170} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14108 | 2025.02.10 18:56:23.379373 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 5 rows starting from the beginning of the part | ||
| 14109 | 2025.02.10 18:56:23.379391 [ 256 ] {0a8e474a-abf3-4f21-9a10-85f731324170} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 14110 | 2025.02.10 18:56:23.380027 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 35 rows starting from the beginning of the part | ||
| 14111 | 2025.02.10 18:56:23.380921 [ 256 ] {0a8e474a-abf3-4f21-9a10-85f731324170} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14112 | 2025.02.10 18:56:23.381439 [ 256 ] {0a8e474a-abf3-4f21-9a10-85f731324170} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14113 | 2025.02.10 18:56:23.382072 [ 256 ] {0a8e474a-abf3-4f21-9a10-85f731324170} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005709 sec., 14363.28603958662 rows/sec., 934.14 KiB/sec. | ||
| 14114 | 2025.02.10 18:56:23.382238 [ 256 ] {0a8e474a-abf3-4f21-9a10-85f731324170} <Debug> TCPHandler: Processed in 0.006342703 sec. | ||
| 14115 | 2025.02.10 18:56:23.390517 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1809 rows, containing 19 columns (19 merged, 0 gathered) in 0.014843928 sec., 121868.01229431995 rows/sec., 218.38 MiB/sec. | ||
| 14116 | 2025.02.10 18:56:23.392203 [ 197 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 14117 | 2025.02.10 18:56:23.392651 [ 197 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14118 | 2025.02.10 18:56:23.392744 [ 197 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 14119 | 2025.02.10 18:56:23.392908 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.22 MiB. | ||
| 14120 | 2025.02.10 18:56:24.000214 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.25 MiB, peak 277.42 MiB, free memory in arenas 0.00 B, will set to 263.79 MiB (RSS), difference: 3.53 MiB | ||
| 14121 | 2025.02.10 18:56:25.294271 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30744 | ||
| 14122 | 2025.02.10 18:56:25.294960 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14123 | 2025.02.10 18:56:25.295006 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 14124 | 2025.02.10 18:56:25.295549 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 14125 | 2025.02.10 18:56:25.295815 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14126 | 2025.02.10 18:56:25.296078 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744 | ||
| 14127 | 2025.02.10 18:56:27.471305 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 14128 | 2025.02.10 18:56:27.490923 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14129 | 2025.02.10 18:56:27.490992 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 14130 | 2025.02.10 18:56:27.497845 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 14131 | 2025.02.10 18:56:27.498598 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14132 | 2025.02.10 18:56:27.501292 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 14133 | 2025.02.10 18:56:28.341366 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14134 | 2025.02.10 18:56:28.341560 [ 4 ] {d78b7318-4868-4a5b-abc9-3d8581b1695d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14135 | 2025.02.10 18:56:28.341635 [ 4 ] {d78b7318-4868-4a5b-abc9-3d8581b1695d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14136 | 2025.02.10 18:56:28.342441 [ 4 ] {d78b7318-4868-4a5b-abc9-3d8581b1695d} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14137 | 2025.02.10 18:56:28.342502 [ 4 ] {d78b7318-4868-4a5b-abc9-3d8581b1695d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 14138 | 2025.02.10 18:56:28.342939 [ 4 ] {d78b7318-4868-4a5b-abc9-3d8581b1695d} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14139 | 2025.02.10 18:56:28.343211 [ 4 ] {d78b7318-4868-4a5b-abc9-3d8581b1695d} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14140 | 2025.02.10 18:56:28.343434 [ 4 ] {d78b7318-4868-4a5b-abc9-3d8581b1695d} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001926 sec., 34267.91277258567 rows/sec., 2.73 MiB/sec. | ||
| 14141 | 2025.02.10 18:56:28.343491 [ 4 ] {d78b7318-4868-4a5b-abc9-3d8581b1695d} <Debug> TCPHandler: Processed in 0.002253704 sec. | ||
| 14142 | 2025.02.10 18:56:28.343775 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14143 | 2025.02.10 18:56:28.343992 [ 256 ] {7b57fff2-481e-44eb-aa1b-82f6ef03b786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14144 | 2025.02.10 18:56:28.344067 [ 256 ] {7b57fff2-481e-44eb-aa1b-82f6ef03b786} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14145 | 2025.02.10 18:56:28.344839 [ 256 ] {7b57fff2-481e-44eb-aa1b-82f6ef03b786} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14146 | 2025.02.10 18:56:28.344886 [ 256 ] {7b57fff2-481e-44eb-aa1b-82f6ef03b786} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 14147 | 2025.02.10 18:56:28.345326 [ 256 ] {7b57fff2-481e-44eb-aa1b-82f6ef03b786} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 14148 | 2025.02.10 18:56:28.345590 [ 256 ] {7b57fff2-481e-44eb-aa1b-82f6ef03b786} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14149 | 2025.02.10 18:56:28.345838 [ 256 ] {7b57fff2-481e-44eb-aa1b-82f6ef03b786} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001903 sec., 2627.430373095113 rows/sec., 197.57 KiB/sec. | ||
| 14150 | 2025.02.10 18:56:28.345919 [ 256 ] {7b57fff2-481e-44eb-aa1b-82f6ef03b786} <Debug> TCPHandler: Processed in 0.002285685 sec. | ||
| 14151 | 2025.02.10 18:56:28.346138 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14152 | 2025.02.10 18:56:28.346293 [ 4 ] {5bc7938c-3384-472a-8ce1-48966ea3f78e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14153 | 2025.02.10 18:56:28.346347 [ 4 ] {5bc7938c-3384-472a-8ce1-48966ea3f78e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14154 | 2025.02.10 18:56:28.346971 [ 4 ] {5bc7938c-3384-472a-8ce1-48966ea3f78e} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14155 | 2025.02.10 18:56:28.347011 [ 4 ] {5bc7938c-3384-472a-8ce1-48966ea3f78e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 14156 | 2025.02.10 18:56:28.347385 [ 4 ] {5bc7938c-3384-472a-8ce1-48966ea3f78e} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14157 | 2025.02.10 18:56:28.347625 [ 4 ] {5bc7938c-3384-472a-8ce1-48966ea3f78e} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14158 | 2025.02.10 18:56:28.347883 [ 4 ] {5bc7938c-3384-472a-8ce1-48966ea3f78e} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001613 sec., 42777.43335399876 rows/sec., 3.34 MiB/sec. | ||
| 14159 | 2025.02.10 18:56:28.347962 [ 4 ] {5bc7938c-3384-472a-8ce1-48966ea3f78e} <Debug> TCPHandler: Processed in 0.001940287 sec. | ||
| 14160 | 2025.02.10 18:56:28.348196 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14161 | 2025.02.10 18:56:28.348450 [ 256 ] {ca8257e2-a988-4527-9ca8-49ed6b1ff44d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14162 | 2025.02.10 18:56:28.348517 [ 256 ] {ca8257e2-a988-4527-9ca8-49ed6b1ff44d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14163 | 2025.02.10 18:56:28.349177 [ 256 ] {ca8257e2-a988-4527-9ca8-49ed6b1ff44d} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14164 | 2025.02.10 18:56:28.349218 [ 256 ] {ca8257e2-a988-4527-9ca8-49ed6b1ff44d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 14165 | 2025.02.10 18:56:28.349631 [ 256 ] {ca8257e2-a988-4527-9ca8-49ed6b1ff44d} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14166 | 2025.02.10 18:56:28.349882 [ 256 ] {ca8257e2-a988-4527-9ca8-49ed6b1ff44d} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14167 | 2025.02.10 18:56:28.350069 [ 79 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 5 parts from all_1_108_22 to all_112_112_0 | ||
| 14168 | 2025.02.10 18:56:28.350095 [ 256 ] {ca8257e2-a988-4527-9ca8-49ed6b1ff44d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001703 sec., 93951.84967704052 rows/sec., 6.54 MiB/sec. | ||
| 14169 | 2025.02.10 18:56:28.350151 [ 79 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14170 | 2025.02.10 18:56:28.350218 [ 256 ] {ca8257e2-a988-4527-9ca8-49ed6b1ff44d} <Debug> TCPHandler: Processed in 0.002143682 sec. | ||
| 14171 | 2025.02.10 18:56:28.350225 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 14172 | 2025.02.10 18:56:28.350437 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14173 | 2025.02.10 18:56:28.350508 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_112_23} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_108_22 to all_112_112_0 into Compact with storage Full | ||
| 14174 | 2025.02.10 18:56:28.350642 [ 4 ] {7c487425-7234-4437-a38e-5476f3e740c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14175 | 2025.02.10 18:56:28.350883 [ 4 ] {7c487425-7234-4437-a38e-5476f3e740c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14176 | 2025.02.10 18:56:28.350901 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_112_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14177 | 2025.02.10 18:56:28.351036 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_112_23} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_108_22, total 33283 rows starting from the beginning of the part | ||
| 14178 | 2025.02.10 18:56:28.351452 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_112_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 42 rows starting from the beginning of the part | ||
| 14179 | 2025.02.10 18:56:28.351912 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_112_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 237 rows starting from the beginning of the part | ||
| 14180 | 2025.02.10 18:56:28.352323 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_112_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part | ||
| 14181 | 2025.02.10 18:56:28.352746 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_112_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 242 rows starting from the beginning of the part | ||
| 14182 | 2025.02.10 18:56:28.354958 [ 4 ] {7c487425-7234-4437-a38e-5476f3e740c6} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14183 | 2025.02.10 18:56:28.355020 [ 4 ] {7c487425-7234-4437-a38e-5476f3e740c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14184 | 2025.02.10 18:56:28.356623 [ 4 ] {7c487425-7234-4437-a38e-5476f3e740c6} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 14185 | 2025.02.10 18:56:28.356926 [ 4 ] {7c487425-7234-4437-a38e-5476f3e740c6} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14186 | 2025.02.10 18:56:28.357286 [ 4 ] {7c487425-7234-4437-a38e-5476f3e740c6} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.006711 sec., 745.0454477723141 rows/sec., 1.34 MiB/sec. | ||
| 14187 | 2025.02.10 18:56:28.357409 [ 4 ] {7c487425-7234-4437-a38e-5476f3e740c6} <Debug> TCPHandler: Processed in 0.007086451 sec. | ||
| 14188 | 2025.02.10 18:56:28.357572 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14189 | 2025.02.10 18:56:28.357729 [ 256 ] {8ac98809-c269-444a-8ad2-31c4eb4b0976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14190 | 2025.02.10 18:56:28.357864 [ 256 ] {8ac98809-c269-444a-8ad2-31c4eb4b0976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14191 | 2025.02.10 18:56:28.358536 [ 256 ] {8ac98809-c269-444a-8ad2-31c4eb4b0976} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14192 | 2025.02.10 18:56:28.358593 [ 256 ] {8ac98809-c269-444a-8ad2-31c4eb4b0976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14193 | 2025.02.10 18:56:28.359096 [ 256 ] {8ac98809-c269-444a-8ad2-31c4eb4b0976} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14194 | 2025.02.10 18:56:28.359441 [ 256 ] {8ac98809-c269-444a-8ad2-31c4eb4b0976} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14195 | 2025.02.10 18:56:28.359733 [ 256 ] {8ac98809-c269-444a-8ad2-31c4eb4b0976} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002041 sec., 29397.354238118573 rows/sec., 1.98 MiB/sec. | ||
| 14196 | 2025.02.10 18:56:28.359793 [ 256 ] {8ac98809-c269-444a-8ad2-31c4eb4b0976} <Debug> TCPHandler: Processed in 0.002287115 sec. | ||
| 14197 | 2025.02.10 18:56:28.361835 [ 195 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_112_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33964 rows, containing 5 columns (5 merged, 0 gathered) in 0.011456606 sec., 2964577.816501676 rows/sec., 200.16 MiB/sec. | ||
| 14198 | 2025.02.10 18:56:28.362133 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_112_23} <Trace> MergedBlockOutputStream: filled checksums all_1_112_23 (state Temporary) | ||
| 14199 | 2025.02.10 18:56:28.362462 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_112_23} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_112_23 to all_1_112_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14200 | 2025.02.10 18:56:28.362543 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_112_23} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 5 parts: [all_1_108_22, all_112_112_0] -> all_1_112_23 | ||
| 14201 | 2025.02.10 18:56:28.362641 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 14202 | 2025.02.10 18:56:32.605093 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14203 | 2025.02.10 18:56:32.605161 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14204 | 2025.02.10 18:56:32.796227 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31171 | ||
| 14205 | 2025.02.10 18:56:32.796892 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14206 | 2025.02.10 18:56:32.796941 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14207 | 2025.02.10 18:56:32.797541 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 14208 | 2025.02.10 18:56:32.797811 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14209 | 2025.02.10 18:56:32.798032 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
| 14210 | 2025.02.10 18:56:32.970110 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2026 | ||
| 14211 | 2025.02.10 18:56:32.973306 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14212 | 2025.02.10 18:56:32.973362 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14213 | 2025.02.10 18:56:32.974842 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14214 | 2025.02.10 18:56:32.975160 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14215 | 2025.02.10 18:56:32.976561 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2026 | ||
| 14216 | 2025.02.10 18:56:33.347482 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14217 | 2025.02.10 18:56:33.347667 [ 4 ] {d3aaa09d-9108-4fd1-a3c4-631ba72a2776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14218 | 2025.02.10 18:56:33.347739 [ 4 ] {d3aaa09d-9108-4fd1-a3c4-631ba72a2776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14219 | 2025.02.10 18:56:33.348478 [ 4 ] {d3aaa09d-9108-4fd1-a3c4-631ba72a2776} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14220 | 2025.02.10 18:56:33.348530 [ 4 ] {d3aaa09d-9108-4fd1-a3c4-631ba72a2776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14221 | 2025.02.10 18:56:33.348976 [ 4 ] {d3aaa09d-9108-4fd1-a3c4-631ba72a2776} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14222 | 2025.02.10 18:56:33.349232 [ 4 ] {d3aaa09d-9108-4fd1-a3c4-631ba72a2776} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14223 | 2025.02.10 18:56:33.349443 [ 64 ] {} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 14224 | 2025.02.10 18:56:33.349484 [ 4 ] {d3aaa09d-9108-4fd1-a3c4-631ba72a2776} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001865 sec., 7506.7024128686335 rows/sec., 540.38 KiB/sec. | ||
| 14225 | 2025.02.10 18:56:33.349523 [ 64 ] {} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14226 | 2025.02.10 18:56:33.349603 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14227 | 2025.02.10 18:56:33.349626 [ 4 ] {d3aaa09d-9108-4fd1-a3c4-631ba72a2776} <Debug> TCPHandler: Processed in 0.002271935 sec. | ||
| 14228 | 2025.02.10 18:56:33.349861 [ 191 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 14229 | 2025.02.10 18:56:33.349947 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14230 | 2025.02.10 18:56:33.350054 [ 191 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14231 | 2025.02.10 18:56:33.350118 [ 191 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 14 rows starting from the beginning of the part | ||
| 14232 | 2025.02.10 18:56:33.350284 [ 256 ] {834f048b-0cc2-4106-9df0-e0d834e94c8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14233 | 2025.02.10 18:56:33.350350 [ 191 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 14234 | 2025.02.10 18:56:33.350455 [ 256 ] {834f048b-0cc2-4106-9df0-e0d834e94c8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14235 | 2025.02.10 18:56:33.350621 [ 191 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 14236 | 2025.02.10 18:56:33.350980 [ 191 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 14237 | 2025.02.10 18:56:33.351288 [ 191 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
| 14238 | 2025.02.10 18:56:33.353317 [ 256 ] {834f048b-0cc2-4106-9df0-e0d834e94c8c} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14239 | 2025.02.10 18:56:33.353398 [ 256 ] {834f048b-0cc2-4106-9df0-e0d834e94c8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14240 | 2025.02.10 18:56:33.353942 [ 191 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004206142 sec., 16642.329241380816 rows/sec., 1.23 MiB/sec. | ||
| 14241 | 2025.02.10 18:56:33.354185 [ 195 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 14242 | 2025.02.10 18:56:33.354415 [ 256 ] {834f048b-0cc2-4106-9df0-e0d834e94c8c} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14243 | 2025.02.10 18:56:33.354801 [ 195 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_49_12} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14244 | 2025.02.10 18:56:33.354882 [ 256 ] {834f048b-0cc2-4106-9df0-e0d834e94c8c} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14245 | 2025.02.10 18:56:33.355008 [ 195 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_49_12} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 14246 | 2025.02.10 18:56:33.355252 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14247 | 2025.02.10 18:56:33.355400 [ 256 ] {834f048b-0cc2-4106-9df0-e0d834e94c8c} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.005238 sec., 52119.12943871707 rows/sec., 4.59 MiB/sec. | ||
| 14248 | 2025.02.10 18:56:33.355549 [ 256 ] {834f048b-0cc2-4106-9df0-e0d834e94c8c} <Debug> TCPHandler: Processed in 0.00579359 sec. | ||
| 14249 | 2025.02.10 18:56:33.355764 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14250 | 2025.02.10 18:56:33.355991 [ 4 ] {b4b2712c-2801-406d-82bb-eeba45e25f2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14251 | 2025.02.10 18:56:33.356050 [ 4 ] {b4b2712c-2801-406d-82bb-eeba45e25f2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14252 | 2025.02.10 18:56:33.356708 [ 4 ] {b4b2712c-2801-406d-82bb-eeba45e25f2a} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14253 | 2025.02.10 18:56:33.356751 [ 4 ] {b4b2712c-2801-406d-82bb-eeba45e25f2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14254 | 2025.02.10 18:56:33.357135 [ 4 ] {b4b2712c-2801-406d-82bb-eeba45e25f2a} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 14255 | 2025.02.10 18:56:33.357388 [ 4 ] {b4b2712c-2801-406d-82bb-eeba45e25f2a} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14256 | 2025.02.10 18:56:33.357570 [ 4 ] {b4b2712c-2801-406d-82bb-eeba45e25f2a} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001632 sec., 25735.29411764706 rows/sec., 1.85 MiB/sec. | ||
| 14257 | 2025.02.10 18:56:33.357623 [ 4 ] {b4b2712c-2801-406d-82bb-eeba45e25f2a} <Debug> TCPHandler: Processed in 0.001970668 sec. | ||
| 14258 | 2025.02.10 18:56:33.357770 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14259 | 2025.02.10 18:56:33.357898 [ 256 ] {3bc9b718-1965-4984-922f-bca944fc7397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14260 | 2025.02.10 18:56:33.357953 [ 256 ] {3bc9b718-1965-4984-922f-bca944fc7397} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14261 | 2025.02.10 18:56:33.358568 [ 256 ] {3bc9b718-1965-4984-922f-bca944fc7397} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14262 | 2025.02.10 18:56:33.358619 [ 256 ] {3bc9b718-1965-4984-922f-bca944fc7397} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14263 | 2025.02.10 18:56:33.358989 [ 256 ] {3bc9b718-1965-4984-922f-bca944fc7397} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 14264 | 2025.02.10 18:56:33.359234 [ 256 ] {3bc9b718-1965-4984-922f-bca944fc7397} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14265 | 2025.02.10 18:56:33.359462 [ 256 ] {3bc9b718-1965-4984-922f-bca944fc7397} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001594 sec., 8782.936010037642 rows/sec., 615.10 KiB/sec. | ||
| 14266 | 2025.02.10 18:56:33.359523 [ 256 ] {3bc9b718-1965-4984-922f-bca944fc7397} <Debug> TCPHandler: Processed in 0.001812404 sec. | ||
| 14267 | 2025.02.10 18:56:33.359680 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14268 | 2025.02.10 18:56:33.359801 [ 4 ] {99871e6b-a95f-4f94-be87-1e8629b3eb9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14269 | 2025.02.10 18:56:33.359851 [ 4 ] {99871e6b-a95f-4f94-be87-1e8629b3eb9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14270 | 2025.02.10 18:56:33.360469 [ 4 ] {99871e6b-a95f-4f94-be87-1e8629b3eb9b} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14271 | 2025.02.10 18:56:33.360506 [ 4 ] {99871e6b-a95f-4f94-be87-1e8629b3eb9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14272 | 2025.02.10 18:56:33.360913 [ 4 ] {99871e6b-a95f-4f94-be87-1e8629b3eb9b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14273 | 2025.02.10 18:56:33.361162 [ 4 ] {99871e6b-a95f-4f94-be87-1e8629b3eb9b} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14274 | 2025.02.10 18:56:33.361295 [ 74 ] {} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 14275 | 2025.02.10 18:56:33.361338 [ 74 ] {} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14276 | 2025.02.10 18:56:33.361354 [ 4 ] {99871e6b-a95f-4f94-be87-1e8629b3eb9b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001577 sec., 8243.500317057704 rows/sec., 513.98 KiB/sec. | ||
| 14277 | 2025.02.10 18:56:33.361373 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14278 | 2025.02.10 18:56:33.361466 [ 4 ] {99871e6b-a95f-4f94-be87-1e8629b3eb9b} <Debug> TCPHandler: Processed in 0.001842015 sec. | ||
| 14279 | 2025.02.10 18:56:33.361653 [ 193 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 14280 | 2025.02.10 18:56:33.361698 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14281 | 2025.02.10 18:56:33.362085 [ 256 ] {b77f1e91-0519-48fb-8ddc-8b0d59b858c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14282 | 2025.02.10 18:56:33.362163 [ 193 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14283 | 2025.02.10 18:56:33.362246 [ 256 ] {b77f1e91-0519-48fb-8ddc-8b0d59b858c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14284 | 2025.02.10 18:56:33.362309 [ 193 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 13 rows starting from the beginning of the part | ||
| 14285 | 2025.02.10 18:56:33.362727 [ 193 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 13 rows starting from the beginning of the part | ||
| 14286 | 2025.02.10 18:56:33.363138 [ 193 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 13 rows starting from the beginning of the part | ||
| 14287 | 2025.02.10 18:56:33.363561 [ 193 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 13 rows starting from the beginning of the part | ||
| 14288 | 2025.02.10 18:56:33.363937 [ 193 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 13 rows starting from the beginning of the part | ||
| 14289 | 2025.02.10 18:56:33.365496 [ 256 ] {b77f1e91-0519-48fb-8ddc-8b0d59b858c8} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14290 | 2025.02.10 18:56:33.365546 [ 256 ] {b77f1e91-0519-48fb-8ddc-8b0d59b858c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14291 | 2025.02.10 18:56:33.365897 [ 195 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004431017 sec., 14669.318578556571 rows/sec., 971.93 KiB/sec. | ||
| 14292 | 2025.02.10 18:56:33.366094 [ 195 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 14293 | 2025.02.10 18:56:33.366207 [ 256 ] {b77f1e91-0519-48fb-8ddc-8b0d59b858c8} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14294 | 2025.02.10 18:56:33.366609 [ 195 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_49_12} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14295 | 2025.02.10 18:56:33.366720 [ 256 ] {b77f1e91-0519-48fb-8ddc-8b0d59b858c8} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14296 | 2025.02.10 18:56:33.366785 [ 195 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_49_12} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 14297 | 2025.02.10 18:56:33.367046 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14298 | 2025.02.10 18:56:33.367145 [ 256 ] {b77f1e91-0519-48fb-8ddc-8b0d59b858c8} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.00521 sec., 80038.3877159309 rows/sec., 5.71 MiB/sec. | ||
| 14299 | 2025.02.10 18:56:33.367216 [ 256 ] {b77f1e91-0519-48fb-8ddc-8b0d59b858c8} <Debug> TCPHandler: Processed in 0.005594565 sec. | ||
| 14300 | 2025.02.10 18:56:33.367373 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14301 | 2025.02.10 18:56:33.367500 [ 4 ] {8294d934-ff94-4f77-9c3b-8be46a9b025d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14302 | 2025.02.10 18:56:33.367555 [ 4 ] {8294d934-ff94-4f77-9c3b-8be46a9b025d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14303 | 2025.02.10 18:56:33.368050 [ 4 ] {8294d934-ff94-4f77-9c3b-8be46a9b025d} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14304 | 2025.02.10 18:56:33.368088 [ 4 ] {8294d934-ff94-4f77-9c3b-8be46a9b025d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14305 | 2025.02.10 18:56:33.368469 [ 4 ] {8294d934-ff94-4f77-9c3b-8be46a9b025d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14306 | 2025.02.10 18:56:33.368705 [ 4 ] {8294d934-ff94-4f77-9c3b-8be46a9b025d} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14307 | 2025.02.10 18:56:33.368911 [ 4 ] {8294d934-ff94-4f77-9c3b-8be46a9b025d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001426 sec., 4207.57363253857 rows/sec., 219.83 KiB/sec. | ||
| 14308 | 2025.02.10 18:56:33.369001 [ 4 ] {8294d934-ff94-4f77-9c3b-8be46a9b025d} <Debug> TCPHandler: Processed in 0.00168668 sec. | ||
| 14309 | 2025.02.10 18:56:33.369239 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14310 | 2025.02.10 18:56:33.369376 [ 256 ] {39a0b140-3a45-4fa5-8a87-3d0fafab676c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14311 | 2025.02.10 18:56:33.369434 [ 256 ] {39a0b140-3a45-4fa5-8a87-3d0fafab676c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14312 | 2025.02.10 18:56:33.370030 [ 256 ] {39a0b140-3a45-4fa5-8a87-3d0fafab676c} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14313 | 2025.02.10 18:56:33.370070 [ 256 ] {39a0b140-3a45-4fa5-8a87-3d0fafab676c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14314 | 2025.02.10 18:56:33.370466 [ 256 ] {39a0b140-3a45-4fa5-8a87-3d0fafab676c} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14315 | 2025.02.10 18:56:33.370709 [ 256 ] {39a0b140-3a45-4fa5-8a87-3d0fafab676c} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14316 | 2025.02.10 18:56:33.370945 [ 256 ] {39a0b140-3a45-4fa5-8a87-3d0fafab676c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001588 sec., 149244.33249370276 rows/sec., 10.00 MiB/sec. | ||
| 14317 | 2025.02.10 18:56:33.371012 [ 256 ] {39a0b140-3a45-4fa5-8a87-3d0fafab676c} <Debug> TCPHandler: Processed in 0.001881376 sec. | ||
| 14318 | 2025.02.10 18:56:33.371196 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14319 | 2025.02.10 18:56:33.371569 [ 4 ] {7e726ce4-2ca8-48f5-9f76-7b34db9cc1d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14320 | 2025.02.10 18:56:33.371686 [ 4 ] {7e726ce4-2ca8-48f5-9f76-7b34db9cc1d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14321 | 2025.02.10 18:56:33.372350 [ 4 ] {7e726ce4-2ca8-48f5-9f76-7b34db9cc1d3} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14322 | 2025.02.10 18:56:33.372397 [ 4 ] {7e726ce4-2ca8-48f5-9f76-7b34db9cc1d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14323 | 2025.02.10 18:56:33.372926 [ 4 ] {7e726ce4-2ca8-48f5-9f76-7b34db9cc1d3} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14324 | 2025.02.10 18:56:33.373304 [ 4 ] {7e726ce4-2ca8-48f5-9f76-7b34db9cc1d3} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14325 | 2025.02.10 18:56:33.373546 [ 4 ] {7e726ce4-2ca8-48f5-9f76-7b34db9cc1d3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002113 sec., 473.26076668244207 rows/sec., 31.89 KiB/sec. | ||
| 14326 | 2025.02.10 18:56:33.373617 [ 4 ] {7e726ce4-2ca8-48f5-9f76-7b34db9cc1d3} <Debug> TCPHandler: Processed in 0.002504341 sec. | ||
| 14327 | 2025.02.10 18:56:33.373789 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14328 | 2025.02.10 18:56:33.373908 [ 256 ] {690dad6d-b08e-46af-a10b-bd136e71c2c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14329 | 2025.02.10 18:56:33.373996 [ 256 ] {690dad6d-b08e-46af-a10b-bd136e71c2c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14330 | 2025.02.10 18:56:33.375177 [ 256 ] {690dad6d-b08e-46af-a10b-bd136e71c2c5} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14331 | 2025.02.10 18:56:33.375214 [ 256 ] {690dad6d-b08e-46af-a10b-bd136e71c2c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14332 | 2025.02.10 18:56:33.375891 [ 256 ] {690dad6d-b08e-46af-a10b-bd136e71c2c5} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 14333 | 2025.02.10 18:56:33.376149 [ 256 ] {690dad6d-b08e-46af-a10b-bd136e71c2c5} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14334 | 2025.02.10 18:56:33.376389 [ 256 ] {690dad6d-b08e-46af-a10b-bd136e71c2c5} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002504 sec., 13977.635782747602 rows/sec., 25.05 MiB/sec. | ||
| 14335 | 2025.02.10 18:56:33.376489 [ 256 ] {690dad6d-b08e-46af-a10b-bd136e71c2c5} <Debug> TCPHandler: Processed in 0.002759867 sec. | ||
| 14336 | 2025.02.10 18:56:33.376665 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14337 | 2025.02.10 18:56:33.376817 [ 4 ] {d49790a1-1be1-431b-b080-d17dd13d4493} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14338 | 2025.02.10 18:56:33.376890 [ 4 ] {d49790a1-1be1-431b-b080-d17dd13d4493} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14339 | 2025.02.10 18:56:33.377554 [ 4 ] {d49790a1-1be1-431b-b080-d17dd13d4493} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14340 | 2025.02.10 18:56:33.377591 [ 4 ] {d49790a1-1be1-431b-b080-d17dd13d4493} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14341 | 2025.02.10 18:56:33.377986 [ 4 ] {d49790a1-1be1-431b-b080-d17dd13d4493} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14342 | 2025.02.10 18:56:33.378228 [ 4 ] {d49790a1-1be1-431b-b080-d17dd13d4493} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14343 | 2025.02.10 18:56:33.378413 [ 4 ] {d49790a1-1be1-431b-b080-d17dd13d4493} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00163 sec., 50306.74846625767 rows/sec., 3.20 MiB/sec. | ||
| 14344 | 2025.02.10 18:56:33.378462 [ 4 ] {d49790a1-1be1-431b-b080-d17dd13d4493} <Debug> TCPHandler: Processed in 0.001876425 sec. | ||
| 14345 | 2025.02.10 18:56:35.001372 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513 | ||
| 14346 | 2025.02.10 18:56:35.021069 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14347 | 2025.02.10 18:56:35.021123 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14348 | 2025.02.10 18:56:35.028447 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 14349 | 2025.02.10 18:56:35.029220 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14350 | 2025.02.10 18:56:35.032020 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513 | ||
| 14351 | 2025.02.10 18:56:35.639643 [ 71 ] {} <Debug> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 14352 | 2025.02.10 18:56:35.639708 [ 71 ] {} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14353 | 2025.02.10 18:56:35.639731 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14354 | 2025.02.10 18:56:35.639902 [ 187 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 14355 | 2025.02.10 18:56:35.640236 [ 187 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14356 | 2025.02.10 18:56:35.640277 [ 187 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 18 rows starting from the beginning of the part | ||
| 14357 | 2025.02.10 18:56:35.640360 [ 187 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
| 14358 | 2025.02.10 18:56:35.640575 [ 187 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
| 14359 | 2025.02.10 18:56:35.640779 [ 187 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
| 14360 | 2025.02.10 18:56:35.640932 [ 187 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 10 rows starting from the beginning of the part | ||
| 14361 | 2025.02.10 18:56:35.641897 [ 201 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002101491 sec., 17130.694349868736 rows/sec., 1.43 MiB/sec. | ||
| 14362 | 2025.02.10 18:56:35.642093 [ 201 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 14363 | 2025.02.10 18:56:35.642471 [ 201 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_29_7} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14364 | 2025.02.10 18:56:35.642570 [ 201 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_29_7} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 14365 | 2025.02.10 18:56:35.642678 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14366 | 2025.02.10 18:56:36.545603 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14367 | 2025.02.10 18:56:36.545814 [ 4 ] {2a3b44a4-d994-4b39-8a0e-377767a9d26c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14368 | 2025.02.10 18:56:36.545897 [ 4 ] {2a3b44a4-d994-4b39-8a0e-377767a9d26c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14369 | 2025.02.10 18:56:36.546662 [ 4 ] {2a3b44a4-d994-4b39-8a0e-377767a9d26c} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14370 | 2025.02.10 18:56:36.546706 [ 4 ] {2a3b44a4-d994-4b39-8a0e-377767a9d26c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14371 | 2025.02.10 18:56:36.547127 [ 4 ] {2a3b44a4-d994-4b39-8a0e-377767a9d26c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 14372 | 2025.02.10 18:56:36.547386 [ 4 ] {2a3b44a4-d994-4b39-8a0e-377767a9d26c} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14373 | 2025.02.10 18:56:36.547583 [ 4 ] {2a3b44a4-d994-4b39-8a0e-377767a9d26c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001837 sec., 1088.7316276537833 rows/sec., 88.78 KiB/sec. | ||
| 14374 | 2025.02.10 18:56:36.547644 [ 4 ] {2a3b44a4-d994-4b39-8a0e-377767a9d26c} <Debug> TCPHandler: Processed in 0.002187082 sec. | ||
| 14375 | 2025.02.10 18:56:36.547893 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14376 | 2025.02.10 18:56:36.548107 [ 256 ] {70849c90-f4f6-41fe-b72a-523d0b6e29d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14377 | 2025.02.10 18:56:36.548189 [ 256 ] {70849c90-f4f6-41fe-b72a-523d0b6e29d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14378 | 2025.02.10 18:56:36.549541 [ 256 ] {70849c90-f4f6-41fe-b72a-523d0b6e29d9} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14379 | 2025.02.10 18:56:36.549597 [ 256 ] {70849c90-f4f6-41fe-b72a-523d0b6e29d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14380 | 2025.02.10 18:56:36.550132 [ 256 ] {70849c90-f4f6-41fe-b72a-523d0b6e29d9} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14381 | 2025.02.10 18:56:36.550415 [ 256 ] {70849c90-f4f6-41fe-b72a-523d0b6e29d9} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14382 | 2025.02.10 18:56:36.550706 [ 256 ] {70849c90-f4f6-41fe-b72a-523d0b6e29d9} <Debug> executeQuery: Read 1207 rows, 102.02 KiB in 0.002609 sec., 462629.3599080107 rows/sec., 38.19 MiB/sec. | ||
| 14383 | 2025.02.10 18:56:36.550804 [ 256 ] {70849c90-f4f6-41fe-b72a-523d0b6e29d9} <Debug> TCPHandler: Processed in 0.003020453 sec. | ||
| 14384 | 2025.02.10 18:56:36.550975 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14385 | 2025.02.10 18:56:36.551314 [ 4 ] {dcf72996-7441-4615-bfcd-580b9d9bd74d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14386 | 2025.02.10 18:56:36.551451 [ 4 ] {dcf72996-7441-4615-bfcd-580b9d9bd74d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14387 | 2025.02.10 18:56:36.552534 [ 4 ] {dcf72996-7441-4615-bfcd-580b9d9bd74d} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14388 | 2025.02.10 18:56:36.552574 [ 4 ] {dcf72996-7441-4615-bfcd-580b9d9bd74d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14389 | 2025.02.10 18:56:36.552961 [ 4 ] {dcf72996-7441-4615-bfcd-580b9d9bd74d} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 14390 | 2025.02.10 18:56:36.553204 [ 4 ] {dcf72996-7441-4615-bfcd-580b9d9bd74d} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14391 | 2025.02.10 18:56:36.553390 [ 4 ] {dcf72996-7441-4615-bfcd-580b9d9bd74d} <Debug> executeQuery: Read 7 rows, 528.00 B in 0.002197 sec., 3186.162949476559 rows/sec., 234.70 KiB/sec. | ||
| 14392 | 2025.02.10 18:56:36.553447 [ 4 ] {dcf72996-7441-4615-bfcd-580b9d9bd74d} <Debug> TCPHandler: Processed in 0.002539751 sec. | ||
| 14393 | 2025.02.10 18:56:36.553599 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14394 | 2025.02.10 18:56:36.553749 [ 256 ] {8ab2c94c-37dc-4245-a1fa-a00f46c63a57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14395 | 2025.02.10 18:56:36.553814 [ 256 ] {8ab2c94c-37dc-4245-a1fa-a00f46c63a57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14396 | 2025.02.10 18:56:36.554578 [ 256 ] {8ab2c94c-37dc-4245-a1fa-a00f46c63a57} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14397 | 2025.02.10 18:56:36.554620 [ 256 ] {8ab2c94c-37dc-4245-a1fa-a00f46c63a57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14398 | 2025.02.10 18:56:36.555009 [ 256 ] {8ab2c94c-37dc-4245-a1fa-a00f46c63a57} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 14399 | 2025.02.10 18:56:36.555256 [ 256 ] {8ab2c94c-37dc-4245-a1fa-a00f46c63a57} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14400 | 2025.02.10 18:56:36.555498 [ 256 ] {8ab2c94c-37dc-4245-a1fa-a00f46c63a57} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001785 sec., 127731.0924369748 rows/sec., 8.65 MiB/sec. | ||
| 14401 | 2025.02.10 18:56:36.555557 [ 256 ] {8ab2c94c-37dc-4245-a1fa-a00f46c63a57} <Debug> TCPHandler: Processed in 0.002029599 sec. | ||
| 14402 | 2025.02.10 18:56:36.555706 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14403 | 2025.02.10 18:56:36.555848 [ 4 ] {348fbb39-ec06-47de-9ce6-d1833a9c1f99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14404 | 2025.02.10 18:56:36.555910 [ 4 ] {348fbb39-ec06-47de-9ce6-d1833a9c1f99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14405 | 2025.02.10 18:56:36.556760 [ 4 ] {348fbb39-ec06-47de-9ce6-d1833a9c1f99} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14406 | 2025.02.10 18:56:36.556799 [ 4 ] {348fbb39-ec06-47de-9ce6-d1833a9c1f99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14407 | 2025.02.10 18:56:36.557200 [ 4 ] {348fbb39-ec06-47de-9ce6-d1833a9c1f99} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14408 | 2025.02.10 18:56:36.557443 [ 4 ] {348fbb39-ec06-47de-9ce6-d1833a9c1f99} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14409 | 2025.02.10 18:56:36.557626 [ 4 ] {348fbb39-ec06-47de-9ce6-d1833a9c1f99} <Debug> executeQuery: Read 527 rows, 39.97 KiB in 0.00181 sec., 291160.2209944751 rows/sec., 21.56 MiB/sec. | ||
| 14410 | 2025.02.10 18:56:36.557682 [ 4 ] {348fbb39-ec06-47de-9ce6-d1833a9c1f99} <Debug> TCPHandler: Processed in 0.002041179 sec. | ||
| 14411 | 2025.02.10 18:56:36.557844 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14412 | 2025.02.10 18:56:36.557986 [ 256 ] {bf533f3d-2cb3-43f4-a1e2-d102804753b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14413 | 2025.02.10 18:56:36.558051 [ 256 ] {bf533f3d-2cb3-43f4-a1e2-d102804753b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14414 | 2025.02.10 18:56:36.558849 [ 256 ] {bf533f3d-2cb3-43f4-a1e2-d102804753b7} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14415 | 2025.02.10 18:56:36.558889 [ 256 ] {bf533f3d-2cb3-43f4-a1e2-d102804753b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14416 | 2025.02.10 18:56:36.559350 [ 256 ] {bf533f3d-2cb3-43f4-a1e2-d102804753b7} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14417 | 2025.02.10 18:56:36.559599 [ 256 ] {bf533f3d-2cb3-43f4-a1e2-d102804753b7} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14418 | 2025.02.10 18:56:36.559823 [ 256 ] {bf533f3d-2cb3-43f4-a1e2-d102804753b7} <Debug> executeQuery: Read 965 rows, 66.32 KiB in 0.00187 sec., 516042.7807486631 rows/sec., 34.63 MiB/sec. | ||
| 14419 | 2025.02.10 18:56:36.559880 [ 256 ] {bf533f3d-2cb3-43f4-a1e2-d102804753b7} <Debug> TCPHandler: Processed in 0.002105461 sec. | ||
| 14420 | 2025.02.10 18:56:36.560024 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14421 | 2025.02.10 18:56:36.560166 [ 4 ] {57d9c5f5-62c1-4f00-9346-987b97ea0183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14422 | 2025.02.10 18:56:36.560263 [ 4 ] {57d9c5f5-62c1-4f00-9346-987b97ea0183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14423 | 2025.02.10 18:56:36.561372 [ 4 ] {57d9c5f5-62c1-4f00-9346-987b97ea0183} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14424 | 2025.02.10 18:56:36.561409 [ 4 ] {57d9c5f5-62c1-4f00-9346-987b97ea0183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14425 | 2025.02.10 18:56:36.562032 [ 4 ] {57d9c5f5-62c1-4f00-9346-987b97ea0183} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 14426 | 2025.02.10 18:56:36.562284 [ 4 ] {57d9c5f5-62c1-4f00-9346-987b97ea0183} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14427 | 2025.02.10 18:56:36.562523 [ 4 ] {57d9c5f5-62c1-4f00-9346-987b97ea0183} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002389 sec., 2092.925910422771 rows/sec., 3.75 MiB/sec. | ||
| 14428 | 2025.02.10 18:56:36.562617 [ 4 ] {57d9c5f5-62c1-4f00-9346-987b97ea0183} <Debug> TCPHandler: Processed in 0.002658984 sec. | ||
| 14429 | 2025.02.10 18:56:36.562771 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14430 | 2025.02.10 18:56:36.562912 [ 256 ] {004c4515-7ad6-4626-9f59-0b5638e6efb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14431 | 2025.02.10 18:56:36.562973 [ 256 ] {004c4515-7ad6-4626-9f59-0b5638e6efb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14432 | 2025.02.10 18:56:36.563624 [ 256 ] {004c4515-7ad6-4626-9f59-0b5638e6efb2} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14433 | 2025.02.10 18:56:36.563674 [ 256 ] {004c4515-7ad6-4626-9f59-0b5638e6efb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14434 | 2025.02.10 18:56:36.564234 [ 256 ] {004c4515-7ad6-4626-9f59-0b5638e6efb2} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14435 | 2025.02.10 18:56:36.564611 [ 256 ] {004c4515-7ad6-4626-9f59-0b5638e6efb2} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14436 | 2025.02.10 18:56:36.564854 [ 256 ] {004c4515-7ad6-4626-9f59-0b5638e6efb2} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001971 sec., 22323.693556570266 rows/sec., 1.50 MiB/sec. | ||
| 14437 | 2025.02.10 18:56:36.564926 [ 256 ] {004c4515-7ad6-4626-9f59-0b5638e6efb2} <Debug> TCPHandler: Processed in 0.002221674 sec. | ||
| 14438 | 2025.02.10 18:56:38.335212 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14439 | 2025.02.10 18:56:38.335437 [ 4 ] {71de1d6c-0a8c-48a8-927a-188a851a37e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14440 | 2025.02.10 18:56:38.335521 [ 4 ] {71de1d6c-0a8c-48a8-927a-188a851a37e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14441 | 2025.02.10 18:56:38.336384 [ 4 ] {71de1d6c-0a8c-48a8-927a-188a851a37e3} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14442 | 2025.02.10 18:56:38.336436 [ 4 ] {71de1d6c-0a8c-48a8-927a-188a851a37e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14443 | 2025.02.10 18:56:38.336889 [ 4 ] {71de1d6c-0a8c-48a8-927a-188a851a37e3} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14444 | 2025.02.10 18:56:38.337149 [ 4 ] {71de1d6c-0a8c-48a8-927a-188a851a37e3} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14445 | 2025.02.10 18:56:38.337353 [ 68 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14446 | 2025.02.10 18:56:38.337417 [ 4 ] {71de1d6c-0a8c-48a8-927a-188a851a37e3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002033 sec., 27545.499262174126 rows/sec., 2.12 MiB/sec. | ||
| 14447 | 2025.02.10 18:56:38.337449 [ 68 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14448 | 2025.02.10 18:56:38.337520 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14449 | 2025.02.10 18:56:38.337553 [ 4 ] {71de1d6c-0a8c-48a8-927a-188a851a37e3} <Debug> TCPHandler: Processed in 0.002475129 sec. | ||
| 14450 | 2025.02.10 18:56:38.337763 [ 189 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 14451 | 2025.02.10 18:56:38.337819 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14452 | 2025.02.10 18:56:38.337950 [ 189 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14453 | 2025.02.10 18:56:38.337992 [ 189 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1432 rows starting from the beginning of the part | ||
| 14454 | 2025.02.10 18:56:38.338006 [ 256 ] {61da1cf5-3838-41a8-89ac-6b288e3ae4f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14455 | 2025.02.10 18:56:38.338094 [ 256 ] {61da1cf5-3838-41a8-89ac-6b288e3ae4f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14456 | 2025.02.10 18:56:38.338107 [ 189 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 278 rows starting from the beginning of the part | ||
| 14457 | 2025.02.10 18:56:38.338585 [ 189 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 66 rows starting from the beginning of the part | ||
| 14458 | 2025.02.10 18:56:38.338894 [ 189 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 273 rows starting from the beginning of the part | ||
| 14459 | 2025.02.10 18:56:38.339139 [ 189 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 1207 rows starting from the beginning of the part | ||
| 14460 | 2025.02.10 18:56:38.339451 [ 189 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 56 rows starting from the beginning of the part | ||
| 14461 | 2025.02.10 18:56:38.340469 [ 256 ] {61da1cf5-3838-41a8-89ac-6b288e3ae4f6} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14462 | 2025.02.10 18:56:38.340526 [ 256 ] {61da1cf5-3838-41a8-89ac-6b288e3ae4f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14463 | 2025.02.10 18:56:38.341120 [ 256 ] {61da1cf5-3838-41a8-89ac-6b288e3ae4f6} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14464 | 2025.02.10 18:56:38.341379 [ 256 ] {61da1cf5-3838-41a8-89ac-6b288e3ae4f6} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14465 | 2025.02.10 18:56:38.341629 [ 68 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14466 | 2025.02.10 18:56:38.341757 [ 68 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14467 | 2025.02.10 18:56:38.341828 [ 256 ] {61da1cf5-3838-41a8-89ac-6b288e3ae4f6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003847 sec., 16636.340005198854 rows/sec., 1.30 MiB/sec. | ||
| 14468 | 2025.02.10 18:56:38.341862 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14469 | 2025.02.10 18:56:38.342268 [ 256 ] {61da1cf5-3838-41a8-89ac-6b288e3ae4f6} <Debug> TCPHandler: Processed in 0.004589461 sec. | ||
| 14470 | 2025.02.10 18:56:38.342303 [ 189 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3312 rows, containing 5 columns (5 merged, 0 gathered) in 0.004674003 sec., 708600.315404162 rows/sec., 62.10 MiB/sec. | ||
| 14471 | 2025.02.10 18:56:38.342306 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 14472 | 2025.02.10 18:56:38.342481 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14473 | 2025.02.10 18:56:38.342509 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14474 | 2025.02.10 18:56:38.342566 [ 189 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14475 | 2025.02.10 18:56:38.342579 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 914 rows starting from the beginning of the part | ||
| 14476 | 2025.02.10 18:56:38.342984 [ 4 ] {78f9d2e3-0eef-4654-a918-879c2c974fd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14477 | 2025.02.10 18:56:38.343059 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 427 rows starting from the beginning of the part | ||
| 14478 | 2025.02.10 18:56:38.343272 [ 4 ] {78f9d2e3-0eef-4654-a918-879c2c974fd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14479 | 2025.02.10 18:56:38.343563 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 69 rows starting from the beginning of the part | ||
| 14480 | 2025.02.10 18:56:38.343972 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 417 rows starting from the beginning of the part | ||
| 14481 | 2025.02.10 18:56:38.344074 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_116_23} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14482 | 2025.02.10 18:56:38.344387 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 527 rows starting from the beginning of the part | ||
| 14483 | 2025.02.10 18:56:38.344760 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 64 rows starting from the beginning of the part | ||
| 14484 | 2025.02.10 18:56:38.345378 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_116_23} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14485 | 2025.02.10 18:56:38.345729 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 14486 | 2025.02.10 18:56:38.346574 [ 4 ] {78f9d2e3-0eef-4654-a918-879c2c974fd8} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14487 | 2025.02.10 18:56:38.346649 [ 4 ] {78f9d2e3-0eef-4654-a918-879c2c974fd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14488 | 2025.02.10 18:56:38.347790 [ 4 ] {78f9d2e3-0eef-4654-a918-879c2c974fd8} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14489 | 2025.02.10 18:56:38.348293 [ 4 ] {78f9d2e3-0eef-4654-a918-879c2c974fd8} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14490 | 2025.02.10 18:56:38.348377 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 5 columns (5 merged, 0 gathered) in 0.006299112 sec., 383863.63030217594 rows/sec., 29.44 MiB/sec. | ||
| 14491 | 2025.02.10 18:56:38.348667 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14492 | 2025.02.10 18:56:38.348713 [ 4 ] {78f9d2e3-0eef-4654-a918-879c2c974fd8} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.005913 sec., 7102.9934043632675 rows/sec., 506.04 KiB/sec. | ||
| 14493 | 2025.02.10 18:56:38.348869 [ 4 ] {78f9d2e3-0eef-4654-a918-879c2c974fd8} <Debug> TCPHandler: Processed in 0.006494486 sec. | ||
| 14494 | 2025.02.10 18:56:38.349069 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14495 | 2025.02.10 18:56:38.349155 [ 186 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_116_23} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14496 | 2025.02.10 18:56:38.349286 [ 256 ] {da82266a-0b51-401f-a04b-cd3281cd43cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14497 | 2025.02.10 18:56:38.349375 [ 256 ] {da82266a-0b51-401f-a04b-cd3281cd43cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14498 | 2025.02.10 18:56:38.349393 [ 186 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_116_23} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14499 | 2025.02.10 18:56:38.349601 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 14500 | 2025.02.10 18:56:38.350028 [ 256 ] {da82266a-0b51-401f-a04b-cd3281cd43cd} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14501 | 2025.02.10 18:56:38.350074 [ 256 ] {da82266a-0b51-401f-a04b-cd3281cd43cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14502 | 2025.02.10 18:56:38.350445 [ 256 ] {da82266a-0b51-401f-a04b-cd3281cd43cd} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14503 | 2025.02.10 18:56:38.350685 [ 256 ] {da82266a-0b51-401f-a04b-cd3281cd43cd} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14504 | 2025.02.10 18:56:38.350853 [ 68 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14505 | 2025.02.10 18:56:38.350901 [ 68 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14506 | 2025.02.10 18:56:38.350929 [ 256 ] {da82266a-0b51-401f-a04b-cd3281cd43cd} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001723 sec., 9286.128845037725 rows/sec., 643.86 KiB/sec. | ||
| 14507 | 2025.02.10 18:56:38.350944 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 14508 | 2025.02.10 18:56:38.351081 [ 256 ] {da82266a-0b51-401f-a04b-cd3281cd43cd} <Debug> TCPHandler: Processed in 0.002112171 sec. | ||
| 14509 | 2025.02.10 18:56:38.351172 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 14510 | 2025.02.10 18:56:38.351315 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14511 | 2025.02.10 18:56:38.351352 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6782 rows starting from the beginning of the part | ||
| 14512 | 2025.02.10 18:56:38.351494 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 82 rows starting from the beginning of the part | ||
| 14513 | 2025.02.10 18:56:38.351593 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part | ||
| 14514 | 2025.02.10 18:56:38.351832 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 82 rows starting from the beginning of the part | ||
| 14515 | 2025.02.10 18:56:38.352004 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 44 rows starting from the beginning of the part | ||
| 14516 | 2025.02.10 18:56:38.352169 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 16 rows starting from the beginning of the part | ||
| 14517 | 2025.02.10 18:56:38.354547 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7066 rows, containing 4 columns (4 merged, 0 gathered) in 0.003492474 sec., 2023207.6172936433 rows/sec., 131.89 MiB/sec. | ||
| 14518 | 2025.02.10 18:56:38.355032 [ 196 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14519 | 2025.02.10 18:56:38.355385 [ 196 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_116_23} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14520 | 2025.02.10 18:56:38.355466 [ 196 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_116_23} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14521 | 2025.02.10 18:56:38.355545 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
| 14522 | 2025.02.10 18:56:40.298182 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31659 | ||
| 14523 | 2025.02.10 18:56:40.298873 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14524 | 2025.02.10 18:56:40.298926 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14525 | 2025.02.10 18:56:40.299465 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14526 | 2025.02.10 18:56:40.299738 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14527 | 2025.02.10 18:56:40.300029 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659 | ||
| 14528 | 2025.02.10 18:56:42.532115 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520 | ||
| 14529 | 2025.02.10 18:56:42.552735 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14530 | 2025.02.10 18:56:42.552800 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14531 | 2025.02.10 18:56:42.560071 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14532 | 2025.02.10 18:56:42.560856 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14533 | 2025.02.10 18:56:42.563970 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
| 14534 | 2025.02.10 18:56:42.976838 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2072 | ||
| 14535 | 2025.02.10 18:56:42.980602 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14536 | 2025.02.10 18:56:42.980648 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14537 | 2025.02.10 18:56:42.982144 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14538 | 2025.02.10 18:56:42.982488 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14539 | 2025.02.10 18:56:42.982699 [ 59 ] {} <Debug> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 14540 | 2025.02.10 18:56:42.982824 [ 59 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14541 | 2025.02.10 18:56:42.982892 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14542 | 2025.02.10 18:56:42.983361 [ 188 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 14543 | 2025.02.10 18:56:42.983885 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2072 | ||
| 14544 | 2025.02.10 18:56:42.984423 [ 188 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14545 | 2025.02.10 18:56:42.984622 [ 188 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1874 rows starting from the beginning of the part | ||
| 14546 | 2025.02.10 18:56:42.985345 [ 188 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 36 rows starting from the beginning of the part | ||
| 14547 | 2025.02.10 18:56:42.986056 [ 188 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 46 rows starting from the beginning of the part | ||
| 14548 | 2025.02.10 18:56:42.986711 [ 188 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 34 rows starting from the beginning of the part | ||
| 14549 | 2025.02.10 18:56:42.987381 [ 188 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 36 rows starting from the beginning of the part | ||
| 14550 | 2025.02.10 18:56:42.988017 [ 188 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 46 rows starting from the beginning of the part | ||
| 14551 | 2025.02.10 18:56:42.997572 [ 186 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2072 rows, containing 72 columns (72 merged, 0 gathered) in 0.014490309 sec., 142992.11976777032 rows/sec., 108.08 MiB/sec. | ||
| 14552 | 2025.02.10 18:56:42.999281 [ 200 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 14553 | 2025.02.10 18:56:43.000005 [ 200 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_51_10} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14554 | 2025.02.10 18:56:43.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.65 MiB, peak 277.42 MiB, free memory in arenas 0.00 B, will set to 263.88 MiB (RSS), difference: -3.77 MiB | ||
| 14555 | 2025.02.10 18:56:43.000237 [ 200 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_51_10} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 14556 | 2025.02.10 18:56:43.000778 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.57 MiB. | ||
| 14557 | 2025.02.10 18:56:43.346544 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14558 | 2025.02.10 18:56:43.346740 [ 4 ] {093061c4-a8af-4862-ab61-20fa47234358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14559 | 2025.02.10 18:56:43.346819 [ 4 ] {093061c4-a8af-4862-ab61-20fa47234358} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14560 | 2025.02.10 18:56:43.347622 [ 4 ] {093061c4-a8af-4862-ab61-20fa47234358} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14561 | 2025.02.10 18:56:43.347666 [ 4 ] {093061c4-a8af-4862-ab61-20fa47234358} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14562 | 2025.02.10 18:56:43.348089 [ 4 ] {093061c4-a8af-4862-ab61-20fa47234358} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14563 | 2025.02.10 18:56:43.348341 [ 4 ] {093061c4-a8af-4862-ab61-20fa47234358} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14564 | 2025.02.10 18:56:43.348538 [ 4 ] {093061c4-a8af-4862-ab61-20fa47234358} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001856 sec., 7543.103448275862 rows/sec., 543.00 KiB/sec. | ||
| 14565 | 2025.02.10 18:56:43.348603 [ 4 ] {093061c4-a8af-4862-ab61-20fa47234358} <Debug> TCPHandler: Processed in 0.002174822 sec. | ||
| 14566 | 2025.02.10 18:56:43.348888 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14567 | 2025.02.10 18:56:43.349173 [ 256 ] {2f185ad8-db3a-401c-a5f4-91957c55cf33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14568 | 2025.02.10 18:56:43.349282 [ 256 ] {2f185ad8-db3a-401c-a5f4-91957c55cf33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14569 | 2025.02.10 18:56:43.350267 [ 256 ] {2f185ad8-db3a-401c-a5f4-91957c55cf33} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14570 | 2025.02.10 18:56:43.350316 [ 256 ] {2f185ad8-db3a-401c-a5f4-91957c55cf33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14571 | 2025.02.10 18:56:43.350783 [ 256 ] {2f185ad8-db3a-401c-a5f4-91957c55cf33} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14572 | 2025.02.10 18:56:43.351047 [ 256 ] {2f185ad8-db3a-401c-a5f4-91957c55cf33} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14573 | 2025.02.10 18:56:43.351293 [ 256 ] {2f185ad8-db3a-401c-a5f4-91957c55cf33} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.0022 sec., 124090.90909090909 rows/sec., 10.94 MiB/sec. | ||
| 14574 | 2025.02.10 18:56:43.351369 [ 256 ] {2f185ad8-db3a-401c-a5f4-91957c55cf33} <Debug> TCPHandler: Processed in 0.002661184 sec. | ||
| 14575 | 2025.02.10 18:56:43.351582 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14576 | 2025.02.10 18:56:43.351911 [ 4 ] {fd7232d3-92a7-4160-b4cf-3a0b61a674a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14577 | 2025.02.10 18:56:43.352029 [ 4 ] {fd7232d3-92a7-4160-b4cf-3a0b61a674a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14578 | 2025.02.10 18:56:43.352712 [ 4 ] {fd7232d3-92a7-4160-b4cf-3a0b61a674a5} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14579 | 2025.02.10 18:56:43.352752 [ 4 ] {fd7232d3-92a7-4160-b4cf-3a0b61a674a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14580 | 2025.02.10 18:56:43.353123 [ 4 ] {fd7232d3-92a7-4160-b4cf-3a0b61a674a5} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 14581 | 2025.02.10 18:56:43.353375 [ 4 ] {fd7232d3-92a7-4160-b4cf-3a0b61a674a5} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14582 | 2025.02.10 18:56:43.353563 [ 4 ] {fd7232d3-92a7-4160-b4cf-3a0b61a674a5} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001772 sec., 23702.031602708805 rows/sec., 1.70 MiB/sec. | ||
| 14583 | 2025.02.10 18:56:43.353628 [ 4 ] {fd7232d3-92a7-4160-b4cf-3a0b61a674a5} <Debug> TCPHandler: Processed in 0.002168763 sec. | ||
| 14584 | 2025.02.10 18:56:43.353822 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14585 | 2025.02.10 18:56:43.354048 [ 256 ] {66c09ee2-b580-490d-9246-c078acb7823c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14586 | 2025.02.10 18:56:43.354110 [ 256 ] {66c09ee2-b580-490d-9246-c078acb7823c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14587 | 2025.02.10 18:56:43.354783 [ 256 ] {66c09ee2-b580-490d-9246-c078acb7823c} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14588 | 2025.02.10 18:56:43.354825 [ 256 ] {66c09ee2-b580-490d-9246-c078acb7823c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14589 | 2025.02.10 18:56:43.355192 [ 256 ] {66c09ee2-b580-490d-9246-c078acb7823c} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 14590 | 2025.02.10 18:56:43.355445 [ 256 ] {66c09ee2-b580-490d-9246-c078acb7823c} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14591 | 2025.02.10 18:56:43.355629 [ 62 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 14592 | 2025.02.10 18:56:43.355695 [ 62 ] {} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14593 | 2025.02.10 18:56:43.355695 [ 256 ] {66c09ee2-b580-490d-9246-c078acb7823c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001681 sec., 8328.375966686495 rows/sec., 583.27 KiB/sec. | ||
| 14594 | 2025.02.10 18:56:43.355729 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14595 | 2025.02.10 18:56:43.355870 [ 256 ] {66c09ee2-b580-490d-9246-c078acb7823c} <Debug> TCPHandler: Processed in 0.002154441 sec. | ||
| 14596 | 2025.02.10 18:56:43.355966 [ 198 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 14597 | 2025.02.10 18:56:43.356064 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14598 | 2025.02.10 18:56:43.356131 [ 198 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14599 | 2025.02.10 18:56:43.356180 [ 198 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 242 rows starting from the beginning of the part | ||
| 14600 | 2025.02.10 18:56:43.356230 [ 4 ] {6e005a8e-0c1c-4aab-9d22-57d56b55e379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14601 | 2025.02.10 18:56:43.356280 [ 198 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 14 rows starting from the beginning of the part | ||
| 14602 | 2025.02.10 18:56:43.356365 [ 4 ] {6e005a8e-0c1c-4aab-9d22-57d56b55e379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14603 | 2025.02.10 18:56:43.356763 [ 198 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 14 rows starting from the beginning of the part | ||
| 14604 | 2025.02.10 18:56:43.356958 [ 198 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 14 rows starting from the beginning of the part | ||
| 14605 | 2025.02.10 18:56:43.357157 [ 198 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 228 rows starting from the beginning of the part | ||
| 14606 | 2025.02.10 18:56:43.357391 [ 198 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 14 rows starting from the beginning of the part | ||
| 14607 | 2025.02.10 18:56:43.358274 [ 4 ] {6e005a8e-0c1c-4aab-9d22-57d56b55e379} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14608 | 2025.02.10 18:56:43.358321 [ 4 ] {6e005a8e-0c1c-4aab-9d22-57d56b55e379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14609 | 2025.02.10 18:56:43.358868 [ 4 ] {6e005a8e-0c1c-4aab-9d22-57d56b55e379} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14610 | 2025.02.10 18:56:43.359084 [ 198 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.003234078 sec., 162642.95418972577 rows/sec., 11.65 MiB/sec. | ||
| 14611 | 2025.02.10 18:56:43.359220 [ 4 ] {6e005a8e-0c1c-4aab-9d22-57d56b55e379} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14612 | 2025.02.10 18:56:43.359223 [ 198 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 14613 | 2025.02.10 18:56:43.359571 [ 4 ] {6e005a8e-0c1c-4aab-9d22-57d56b55e379} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003377 sec., 3849.570624814925 rows/sec., 240.02 KiB/sec. | ||
| 14614 | 2025.02.10 18:56:43.359763 [ 4 ] {6e005a8e-0c1c-4aab-9d22-57d56b55e379} <Debug> TCPHandler: Processed in 0.003770631 sec. | ||
| 14615 | 2025.02.10 18:56:43.359826 [ 198 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_66_13} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14616 | 2025.02.10 18:56:43.360191 [ 198 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_66_13} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 14617 | 2025.02.10 18:56:43.360231 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14618 | 2025.02.10 18:56:43.360492 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 14619 | 2025.02.10 18:56:43.360666 [ 256 ] {35f1f3b5-d787-4be7-955d-f1f7f8facea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14620 | 2025.02.10 18:56:43.360727 [ 256 ] {35f1f3b5-d787-4be7-955d-f1f7f8facea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14621 | 2025.02.10 18:56:43.361459 [ 256 ] {35f1f3b5-d787-4be7-955d-f1f7f8facea9} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14622 | 2025.02.10 18:56:43.361499 [ 256 ] {35f1f3b5-d787-4be7-955d-f1f7f8facea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14623 | 2025.02.10 18:56:43.361900 [ 256 ] {35f1f3b5-d787-4be7-955d-f1f7f8facea9} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14624 | 2025.02.10 18:56:43.362150 [ 256 ] {35f1f3b5-d787-4be7-955d-f1f7f8facea9} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14625 | 2025.02.10 18:56:43.362388 [ 256 ] {35f1f3b5-d787-4be7-955d-f1f7f8facea9} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001777 sec., 234665.16601012944 rows/sec., 16.75 MiB/sec. | ||
| 14626 | 2025.02.10 18:56:43.362483 [ 256 ] {35f1f3b5-d787-4be7-955d-f1f7f8facea9} <Debug> TCPHandler: Processed in 0.002518961 sec. | ||
| 14627 | 2025.02.10 18:56:43.362657 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14628 | 2025.02.10 18:56:43.362851 [ 4 ] {c3ba7969-7c3e-4eaa-822f-1095e22d718b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14629 | 2025.02.10 18:56:43.362912 [ 4 ] {c3ba7969-7c3e-4eaa-822f-1095e22d718b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14630 | 2025.02.10 18:56:43.363467 [ 4 ] {c3ba7969-7c3e-4eaa-822f-1095e22d718b} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14631 | 2025.02.10 18:56:43.363511 [ 4 ] {c3ba7969-7c3e-4eaa-822f-1095e22d718b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14632 | 2025.02.10 18:56:43.363874 [ 4 ] {c3ba7969-7c3e-4eaa-822f-1095e22d718b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14633 | 2025.02.10 18:56:43.364104 [ 4 ] {c3ba7969-7c3e-4eaa-822f-1095e22d718b} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14634 | 2025.02.10 18:56:43.364277 [ 4 ] {c3ba7969-7c3e-4eaa-822f-1095e22d718b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001468 sec., 4087.1934604904636 rows/sec., 213.54 KiB/sec. | ||
| 14635 | 2025.02.10 18:56:43.364328 [ 4 ] {c3ba7969-7c3e-4eaa-822f-1095e22d718b} <Debug> TCPHandler: Processed in 0.001760023 sec. | ||
| 14636 | 2025.02.10 18:56:43.364473 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14637 | 2025.02.10 18:56:43.364626 [ 256 ] {36d3b910-0658-44a9-bf90-558e47ee60e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14638 | 2025.02.10 18:56:43.364724 [ 256 ] {36d3b910-0658-44a9-bf90-558e47ee60e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14639 | 2025.02.10 18:56:43.365712 [ 256 ] {36d3b910-0658-44a9-bf90-558e47ee60e4} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14640 | 2025.02.10 18:56:43.365751 [ 256 ] {36d3b910-0658-44a9-bf90-558e47ee60e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14641 | 2025.02.10 18:56:43.366166 [ 256 ] {36d3b910-0658-44a9-bf90-558e47ee60e4} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14642 | 2025.02.10 18:56:43.366408 [ 256 ] {36d3b910-0658-44a9-bf90-558e47ee60e4} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14643 | 2025.02.10 18:56:43.366592 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 6 parts from all_1_112_23 to all_117_117_0 | ||
| 14644 | 2025.02.10 18:56:43.366653 [ 256 ] {36d3b910-0658-44a9-bf90-558e47ee60e4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002074 sec., 114271.93828351013 rows/sec., 7.66 MiB/sec. | ||
| 14645 | 2025.02.10 18:56:43.366661 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14646 | 2025.02.10 18:56:43.366747 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14647 | 2025.02.10 18:56:43.366784 [ 256 ] {36d3b910-0658-44a9-bf90-558e47ee60e4} <Debug> TCPHandler: Processed in 0.002364037 sec. | ||
| 14648 | 2025.02.10 18:56:43.367008 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14649 | 2025.02.10 18:56:43.367009 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_117_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_112_23 to all_117_117_0 into Compact with storage Full | ||
| 14650 | 2025.02.10 18:56:43.367180 [ 4 ] {1587bd6b-3239-43df-a073-e9980d0f65c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14651 | 2025.02.10 18:56:43.367189 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_117_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14652 | 2025.02.10 18:56:43.367242 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_112_23, total 33964 rows starting from the beginning of the part | ||
| 14653 | 2025.02.10 18:56:43.367251 [ 4 ] {1587bd6b-3239-43df-a073-e9980d0f65c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14654 | 2025.02.10 18:56:43.367469 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 160 rows starting from the beginning of the part | ||
| 14655 | 2025.02.10 18:56:43.367711 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 237 rows starting from the beginning of the part | ||
| 14656 | 2025.02.10 18:56:43.367943 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 965 rows starting from the beginning of the part | ||
| 14657 | 2025.02.10 18:56:43.368125 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 42 rows starting from the beginning of the part | ||
| 14658 | 2025.02.10 18:56:43.368212 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 237 rows starting from the beginning of the part | ||
| 14659 | 2025.02.10 18:56:43.369025 [ 4 ] {1587bd6b-3239-43df-a073-e9980d0f65c9} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14660 | 2025.02.10 18:56:43.369066 [ 4 ] {1587bd6b-3239-43df-a073-e9980d0f65c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14661 | 2025.02.10 18:56:43.369526 [ 4 ] {1587bd6b-3239-43df-a073-e9980d0f65c9} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14662 | 2025.02.10 18:56:43.369794 [ 4 ] {1587bd6b-3239-43df-a073-e9980d0f65c9} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14663 | 2025.02.10 18:56:43.369936 [ 62 ] {} <Debug> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
| 14664 | 2025.02.10 18:56:43.369974 [ 62 ] {} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14665 | 2025.02.10 18:56:43.369997 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14666 | 2025.02.10 18:56:43.370009 [ 4 ] {1587bd6b-3239-43df-a073-e9980d0f65c9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002876 sec., 347.70514603616135 rows/sec., 23.43 KiB/sec. | ||
| 14667 | 2025.02.10 18:56:43.370527 [ 4 ] {1587bd6b-3239-43df-a073-e9980d0f65c9} <Debug> TCPHandler: Processed in 0.003621737 sec. | ||
| 14668 | 2025.02.10 18:56:43.370569 [ 194 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full | ||
| 14669 | 2025.02.10 18:56:43.371509 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14670 | 2025.02.10 18:56:43.371617 [ 194 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14671 | 2025.02.10 18:56:43.371750 [ 194 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 45 rows starting from the beginning of the part | ||
| 14672 | 2025.02.10 18:56:43.372333 [ 194 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part | ||
| 14673 | 2025.02.10 18:56:43.372949 [ 194 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part | ||
| 14674 | 2025.02.10 18:56:43.372982 [ 256 ] {2343e86d-e408-4bf6-b4a7-1710a62ef9ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14675 | 2025.02.10 18:56:43.373534 [ 194 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part | ||
| 14676 | 2025.02.10 18:56:43.373581 [ 256 ] {2343e86d-e408-4bf6-b4a7-1710a62ef9ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14677 | 2025.02.10 18:56:43.374049 [ 194 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part | ||
| 14678 | 2025.02.10 18:56:43.374445 [ 194 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part | ||
| 14679 | 2025.02.10 18:56:43.379055 [ 194 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 4 columns (4 merged, 0 gathered) in 0.008999857 sec., 5555.643828563054 rows/sec., 374.35 KiB/sec. | ||
| 14680 | 2025.02.10 18:56:43.379385 [ 194 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
| 14681 | 2025.02.10 18:56:43.380184 [ 194 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_50_10} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14682 | 2025.02.10 18:56:43.380407 [ 256 ] {2343e86d-e408-4bf6-b4a7-1710a62ef9ef} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14683 | 2025.02.10 18:56:43.380493 [ 256 ] {2343e86d-e408-4bf6-b4a7-1710a62ef9ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14684 | 2025.02.10 18:56:43.380508 [ 194 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_50_10} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
| 14685 | 2025.02.10 18:56:43.380750 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 14686 | 2025.02.10 18:56:43.381594 [ 256 ] {2343e86d-e408-4bf6-b4a7-1710a62ef9ef} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 14687 | 2025.02.10 18:56:43.381965 [ 256 ] {2343e86d-e408-4bf6-b4a7-1710a62ef9ef} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14688 | 2025.02.10 18:56:43.382364 [ 256 ] {2343e86d-e408-4bf6-b4a7-1710a62ef9ef} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00968 sec., 3615.702479338843 rows/sec., 6.48 MiB/sec. | ||
| 14689 | 2025.02.10 18:56:43.382633 [ 256 ] {2343e86d-e408-4bf6-b4a7-1710a62ef9ef} <Debug> TCPHandler: Processed in 0.011931528 sec. | ||
| 14690 | 2025.02.10 18:56:43.382971 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14691 | 2025.02.10 18:56:43.383594 [ 4 ] {54ace117-b931-4272-80d0-8453eb93e31e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14692 | 2025.02.10 18:56:43.383858 [ 4 ] {54ace117-b931-4272-80d0-8453eb93e31e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14693 | 2025.02.10 18:56:43.383984 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_117_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35605 rows, containing 5 columns (5 merged, 0 gathered) in 0.017145644 sec., 2076620.744021047 rows/sec., 140.19 MiB/sec. | ||
| 14694 | 2025.02.10 18:56:43.384304 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_117_24} <Trace> MergedBlockOutputStream: filled checksums all_1_117_24 (state Temporary) | ||
| 14695 | 2025.02.10 18:56:43.384514 [ 4 ] {54ace117-b931-4272-80d0-8453eb93e31e} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14696 | 2025.02.10 18:56:43.384556 [ 4 ] {54ace117-b931-4272-80d0-8453eb93e31e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14697 | 2025.02.10 18:56:43.384670 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_117_24} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_117_24 to all_1_117_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14698 | 2025.02.10 18:56:43.384784 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_117_24} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 6 parts: [all_1_112_23, all_117_117_0] -> all_1_117_24 | ||
| 14699 | 2025.02.10 18:56:43.384879 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
| 14700 | 2025.02.10 18:56:43.385024 [ 4 ] {54ace117-b931-4272-80d0-8453eb93e31e} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14701 | 2025.02.10 18:56:43.385261 [ 4 ] {54ace117-b931-4272-80d0-8453eb93e31e} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14702 | 2025.02.10 18:56:43.385462 [ 4 ] {54ace117-b931-4272-80d0-8453eb93e31e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002088 sec., 39272.030651340996 rows/sec., 2.49 MiB/sec. | ||
| 14703 | 2025.02.10 18:56:43.385521 [ 4 ] {54ace117-b931-4272-80d0-8453eb93e31e} <Debug> TCPHandler: Processed in 0.002769277 sec. | ||
| 14704 | 2025.02.10 18:56:44.000225 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 261.58 MiB, peak 277.42 MiB, free memory in arenas 0.00 B, will set to 264.28 MiB (RSS), difference: 2.70 MiB | ||
| 14705 | 2025.02.10 18:56:47.303086 [ 218 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14706 | 2025.02.10 18:56:47.303138 [ 218 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14707 | 2025.02.10 18:56:47.309748 [ 218 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14708 | 2025.02.10 18:56:47.605212 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14709 | 2025.02.10 18:56:47.605268 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14710 | 2025.02.10 18:56:47.800169 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32086 | ||
| 14711 | 2025.02.10 18:56:47.800829 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14712 | 2025.02.10 18:56:47.800875 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14713 | 2025.02.10 18:56:47.801433 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14714 | 2025.02.10 18:56:47.801741 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14715 | 2025.02.10 18:56:47.802017 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
| 14716 | 2025.02.10 18:56:47.802067 [ 222 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14717 | 2025.02.10 18:56:47.802128 [ 222 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14718 | 2025.02.10 18:56:47.804219 [ 222 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14719 | 2025.02.10 18:56:48.341805 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14720 | 2025.02.10 18:56:48.342014 [ 4 ] {5d7cb869-69d9-4ea4-9aa7-8ba12dbaef9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14721 | 2025.02.10 18:56:48.342095 [ 4 ] {5d7cb869-69d9-4ea4-9aa7-8ba12dbaef9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14722 | 2025.02.10 18:56:48.342959 [ 4 ] {5d7cb869-69d9-4ea4-9aa7-8ba12dbaef9f} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14723 | 2025.02.10 18:56:48.343004 [ 4 ] {5d7cb869-69d9-4ea4-9aa7-8ba12dbaef9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14724 | 2025.02.10 18:56:48.343450 [ 4 ] {5d7cb869-69d9-4ea4-9aa7-8ba12dbaef9f} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14725 | 2025.02.10 18:56:48.343708 [ 4 ] {5d7cb869-69d9-4ea4-9aa7-8ba12dbaef9f} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14726 | 2025.02.10 18:56:48.343917 [ 4 ] {5d7cb869-69d9-4ea4-9aa7-8ba12dbaef9f} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.00196 sec., 33673.4693877551 rows/sec., 2.68 MiB/sec. | ||
| 14727 | 2025.02.10 18:56:48.343985 [ 4 ] {5d7cb869-69d9-4ea4-9aa7-8ba12dbaef9f} <Debug> TCPHandler: Processed in 0.002315636 sec. | ||
| 14728 | 2025.02.10 18:56:48.344228 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14729 | 2025.02.10 18:56:48.344432 [ 256 ] {86ea3d08-5dfb-4697-85fb-d08a7c38fb07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14730 | 2025.02.10 18:56:48.344509 [ 256 ] {86ea3d08-5dfb-4697-85fb-d08a7c38fb07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14731 | 2025.02.10 18:56:48.345274 [ 256 ] {86ea3d08-5dfb-4697-85fb-d08a7c38fb07} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14732 | 2025.02.10 18:56:48.345325 [ 256 ] {86ea3d08-5dfb-4697-85fb-d08a7c38fb07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14733 | 2025.02.10 18:56:48.345764 [ 256 ] {86ea3d08-5dfb-4697-85fb-d08a7c38fb07} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 14734 | 2025.02.10 18:56:48.346018 [ 256 ] {86ea3d08-5dfb-4697-85fb-d08a7c38fb07} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14735 | 2025.02.10 18:56:48.346220 [ 54 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 14736 | 2025.02.10 18:56:48.346267 [ 256 ] {86ea3d08-5dfb-4697-85fb-d08a7c38fb07} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001886 sec., 2651.1134676564157 rows/sec., 199.35 KiB/sec. | ||
| 14737 | 2025.02.10 18:56:48.346286 [ 54 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14738 | 2025.02.10 18:56:48.346366 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14739 | 2025.02.10 18:56:48.346406 [ 256 ] {86ea3d08-5dfb-4697-85fb-d08a7c38fb07} <Debug> TCPHandler: Processed in 0.002309836 sec. | ||
| 14740 | 2025.02.10 18:56:48.346595 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 14741 | 2025.02.10 18:56:48.346615 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14742 | 2025.02.10 18:56:48.346795 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14743 | 2025.02.10 18:56:48.346866 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 65 rows starting from the beginning of the part | ||
| 14744 | 2025.02.10 18:56:48.346869 [ 4 ] {19c80736-6b7b-4dfe-9c2b-60ea1512e831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14745 | 2025.02.10 18:56:48.347058 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 5 rows starting from the beginning of the part | ||
| 14746 | 2025.02.10 18:56:48.347073 [ 4 ] {19c80736-6b7b-4dfe-9c2b-60ea1512e831} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14747 | 2025.02.10 18:56:48.347502 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 42 rows starting from the beginning of the part | ||
| 14748 | 2025.02.10 18:56:48.347803 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 7 rows starting from the beginning of the part | ||
| 14749 | 2025.02.10 18:56:48.348190 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 42 rows starting from the beginning of the part | ||
| 14750 | 2025.02.10 18:56:48.348585 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 5 rows starting from the beginning of the part | ||
| 14751 | 2025.02.10 18:56:48.350291 [ 4 ] {19c80736-6b7b-4dfe-9c2b-60ea1512e831} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14752 | 2025.02.10 18:56:48.350367 [ 4 ] {19c80736-6b7b-4dfe-9c2b-60ea1512e831} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14753 | 2025.02.10 18:56:48.351523 [ 4 ] {19c80736-6b7b-4dfe-9c2b-60ea1512e831} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14754 | 2025.02.10 18:56:48.351567 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 166 rows, containing 5 columns (5 merged, 0 gathered) in 0.005077402 sec., 32693.885573763906 rows/sec., 2.46 MiB/sec. | ||
| 14755 | 2025.02.10 18:56:48.351740 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 14756 | 2025.02.10 18:56:48.351981 [ 4 ] {19c80736-6b7b-4dfe-9c2b-60ea1512e831} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14757 | 2025.02.10 18:56:48.352261 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_96_19} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14758 | 2025.02.10 18:56:48.352418 [ 4 ] {19c80736-6b7b-4dfe-9c2b-60ea1512e831} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.005594 sec., 12334.644261708974 rows/sec., 985.99 KiB/sec. | ||
| 14759 | 2025.02.10 18:56:48.352439 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_96_19} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 14760 | 2025.02.10 18:56:48.352599 [ 4 ] {19c80736-6b7b-4dfe-9c2b-60ea1512e831} <Debug> TCPHandler: Processed in 0.006080917 sec. | ||
| 14761 | 2025.02.10 18:56:48.352639 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 14762 | 2025.02.10 18:56:48.352796 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14763 | 2025.02.10 18:56:48.352934 [ 256 ] {f4615794-9333-470b-8dd7-4e78cfc55466} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14764 | 2025.02.10 18:56:48.352996 [ 256 ] {f4615794-9333-470b-8dd7-4e78cfc55466} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14765 | 2025.02.10 18:56:48.353664 [ 256 ] {f4615794-9333-470b-8dd7-4e78cfc55466} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14766 | 2025.02.10 18:56:48.353711 [ 256 ] {f4615794-9333-470b-8dd7-4e78cfc55466} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14767 | 2025.02.10 18:56:48.354123 [ 256 ] {f4615794-9333-470b-8dd7-4e78cfc55466} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14768 | 2025.02.10 18:56:48.354371 [ 256 ] {f4615794-9333-470b-8dd7-4e78cfc55466} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14769 | 2025.02.10 18:56:48.354588 [ 256 ] {f4615794-9333-470b-8dd7-4e78cfc55466} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001685 sec., 94955.48961424331 rows/sec., 6.61 MiB/sec. | ||
| 14770 | 2025.02.10 18:56:48.354640 [ 256 ] {f4615794-9333-470b-8dd7-4e78cfc55466} <Debug> TCPHandler: Processed in 0.001926316 sec. | ||
| 14771 | 2025.02.10 18:56:48.354776 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14772 | 2025.02.10 18:56:48.354921 [ 4 ] {ee9a5050-8545-422d-b9ba-5afe1e97396b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14773 | 2025.02.10 18:56:48.355016 [ 4 ] {ee9a5050-8545-422d-b9ba-5afe1e97396b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14774 | 2025.02.10 18:56:48.356227 [ 4 ] {ee9a5050-8545-422d-b9ba-5afe1e97396b} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14775 | 2025.02.10 18:56:48.356265 [ 4 ] {ee9a5050-8545-422d-b9ba-5afe1e97396b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14776 | 2025.02.10 18:56:48.356891 [ 4 ] {ee9a5050-8545-422d-b9ba-5afe1e97396b} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 14777 | 2025.02.10 18:56:48.357160 [ 4 ] {ee9a5050-8545-422d-b9ba-5afe1e97396b} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14778 | 2025.02.10 18:56:48.357359 [ 53 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 14779 | 2025.02.10 18:56:48.357427 [ 53 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14780 | 2025.02.10 18:56:48.357427 [ 4 ] {ee9a5050-8545-422d-b9ba-5afe1e97396b} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002529 sec., 1977.0660340055358 rows/sec., 3.54 MiB/sec. | ||
| 14781 | 2025.02.10 18:56:48.357465 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14782 | 2025.02.10 18:56:48.357802 [ 193 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 14783 | 2025.02.10 18:56:48.357860 [ 4 ] {ee9a5050-8545-422d-b9ba-5afe1e97396b} <Debug> TCPHandler: Processed in 0.003133216 sec. | ||
| 14784 | 2025.02.10 18:56:48.358063 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14785 | 2025.02.10 18:56:48.358256 [ 256 ] {822e4108-724b-4914-b4c4-49487df6a15f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14786 | 2025.02.10 18:56:48.358270 [ 193 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14787 | 2025.02.10 18:56:48.358343 [ 256 ] {822e4108-724b-4914-b4c4-49487df6a15f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14788 | 2025.02.10 18:56:48.358365 [ 193 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1809 rows starting from the beginning of the part | ||
| 14789 | 2025.02.10 18:56:48.359006 [ 193 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 5 rows starting from the beginning of the part | ||
| 14790 | 2025.02.10 18:56:48.359587 [ 193 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 35 rows starting from the beginning of the part | ||
| 14791 | 2025.02.10 18:56:48.360041 [ 256 ] {822e4108-724b-4914-b4c4-49487df6a15f} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14792 | 2025.02.10 18:56:48.360045 [ 193 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 5 rows starting from the beginning of the part | ||
| 14793 | 2025.02.10 18:56:48.360084 [ 256 ] {822e4108-724b-4914-b4c4-49487df6a15f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14794 | 2025.02.10 18:56:48.360446 [ 193 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 35 rows starting from the beginning of the part | ||
| 14795 | 2025.02.10 18:56:48.360845 [ 193 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 5 rows starting from the beginning of the part | ||
| 14796 | 2025.02.10 18:56:48.360943 [ 256 ] {822e4108-724b-4914-b4c4-49487df6a15f} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14797 | 2025.02.10 18:56:48.361392 [ 256 ] {822e4108-724b-4914-b4c4-49487df6a15f} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14798 | 2025.02.10 18:56:48.361721 [ 256 ] {822e4108-724b-4914-b4c4-49487df6a15f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003513 sec., 17079.419299743808 rows/sec., 1.15 MiB/sec. | ||
| 14799 | 2025.02.10 18:56:48.361835 [ 220 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14800 | 2025.02.10 18:56:48.361906 [ 256 ] {822e4108-724b-4914-b4c4-49487df6a15f} <Debug> TCPHandler: Processed in 0.003941855 sec. | ||
| 14801 | 2025.02.10 18:56:48.361986 [ 220 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14802 | 2025.02.10 18:56:48.365442 [ 220 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14803 | 2025.02.10 18:56:48.372520 [ 191 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1894 rows, containing 19 columns (19 merged, 0 gathered) in 0.014932121 sec., 126840.65445223756 rows/sec., 227.29 MiB/sec. | ||
| 14804 | 2025.02.10 18:56:48.374715 [ 191 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 14805 | 2025.02.10 18:56:48.375199 [ 191 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14806 | 2025.02.10 18:56:48.375296 [ 191 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 14807 | 2025.02.10 18:56:48.375492 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.26 MiB. | ||
| 14808 | 2025.02.10 18:56:49.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.97 MiB, peak 282.18 MiB, free memory in arenas 0.00 B, will set to 267.04 MiB (RSS), difference: 2.07 MiB | ||
| 14809 | 2025.02.10 18:56:49.010076 [ 219 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14810 | 2025.02.10 18:56:49.010132 [ 219 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14811 | 2025.02.10 18:56:49.012199 [ 219 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14812 | 2025.02.10 18:56:49.123556 [ 223 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14813 | 2025.02.10 18:56:49.123601 [ 223 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14814 | 2025.02.10 18:56:49.130562 [ 223 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14815 | 2025.02.10 18:56:49.212734 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14816 | 2025.02.10 18:56:49.212776 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14817 | 2025.02.10 18:56:49.214927 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14818 | 2025.02.10 18:56:50.064052 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528 | ||
| 14819 | 2025.02.10 18:56:50.088219 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14820 | 2025.02.10 18:56:50.088279 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14821 | 2025.02.10 18:56:50.095458 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14822 | 2025.02.10 18:56:50.096231 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14823 | 2025.02.10 18:56:50.100391 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528 | ||
| 14824 | 2025.02.10 18:56:52.984171 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2106 | ||
| 14825 | 2025.02.10 18:56:52.987425 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14826 | 2025.02.10 18:56:52.987488 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14827 | 2025.02.10 18:56:52.989019 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 14828 | 2025.02.10 18:56:52.989339 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14829 | 2025.02.10 18:56:52.989922 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2106 | ||
| 14830 | 2025.02.10 18:56:53.347157 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14831 | 2025.02.10 18:56:53.347335 [ 4 ] {5db698b9-60ff-4f0c-b6e4-207c9abd70df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14832 | 2025.02.10 18:56:53.347404 [ 4 ] {5db698b9-60ff-4f0c-b6e4-207c9abd70df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14833 | 2025.02.10 18:56:53.348128 [ 4 ] {5db698b9-60ff-4f0c-b6e4-207c9abd70df} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14834 | 2025.02.10 18:56:53.348178 [ 4 ] {5db698b9-60ff-4f0c-b6e4-207c9abd70df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14835 | 2025.02.10 18:56:53.348610 [ 4 ] {5db698b9-60ff-4f0c-b6e4-207c9abd70df} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14836 | 2025.02.10 18:56:53.348860 [ 4 ] {5db698b9-60ff-4f0c-b6e4-207c9abd70df} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14837 | 2025.02.10 18:56:53.349099 [ 4 ] {5db698b9-60ff-4f0c-b6e4-207c9abd70df} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001814 sec., 7717.750826901874 rows/sec., 555.57 KiB/sec. | ||
| 14838 | 2025.02.10 18:56:53.349162 [ 4 ] {5db698b9-60ff-4f0c-b6e4-207c9abd70df} <Debug> TCPHandler: Processed in 0.002113181 sec. | ||
| 14839 | 2025.02.10 18:56:53.349433 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14840 | 2025.02.10 18:56:53.349653 [ 256 ] {cfee4431-a396-4265-ac16-82f6eba563e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14841 | 2025.02.10 18:56:53.349734 [ 256 ] {cfee4431-a396-4265-ac16-82f6eba563e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14842 | 2025.02.10 18:56:53.350503 [ 256 ] {cfee4431-a396-4265-ac16-82f6eba563e4} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14843 | 2025.02.10 18:56:53.350549 [ 256 ] {cfee4431-a396-4265-ac16-82f6eba563e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14844 | 2025.02.10 18:56:53.350981 [ 256 ] {cfee4431-a396-4265-ac16-82f6eba563e4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 14845 | 2025.02.10 18:56:53.351237 [ 256 ] {cfee4431-a396-4265-ac16-82f6eba563e4} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14846 | 2025.02.10 18:56:53.351491 [ 256 ] {cfee4431-a396-4265-ac16-82f6eba563e4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001899 sec., 1053.18588730911 rows/sec., 85.88 KiB/sec. | ||
| 14847 | 2025.02.10 18:56:53.351550 [ 256 ] {cfee4431-a396-4265-ac16-82f6eba563e4} <Debug> TCPHandler: Processed in 0.002256575 sec. | ||
| 14848 | 2025.02.10 18:56:53.351718 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14849 | 2025.02.10 18:56:53.351876 [ 4 ] {f4034b86-b304-4c7f-a02e-ce10b92382f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14850 | 2025.02.10 18:56:53.351939 [ 4 ] {f4034b86-b304-4c7f-a02e-ce10b92382f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14851 | 2025.02.10 18:56:53.352798 [ 4 ] {f4034b86-b304-4c7f-a02e-ce10b92382f5} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14852 | 2025.02.10 18:56:53.352850 [ 4 ] {f4034b86-b304-4c7f-a02e-ce10b92382f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14853 | 2025.02.10 18:56:53.353272 [ 4 ] {f4034b86-b304-4c7f-a02e-ce10b92382f5} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14854 | 2025.02.10 18:56:53.353520 [ 4 ] {f4034b86-b304-4c7f-a02e-ce10b92382f5} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14855 | 2025.02.10 18:56:53.353747 [ 4 ] {f4034b86-b304-4c7f-a02e-ce10b92382f5} <Debug> executeQuery: Read 274 rows, 24.71 KiB in 0.001901 sec., 144134.66596528143 rows/sec., 12.69 MiB/sec. | ||
| 14856 | 2025.02.10 18:56:53.353846 [ 4 ] {f4034b86-b304-4c7f-a02e-ce10b92382f5} <Debug> TCPHandler: Processed in 0.002201803 sec. | ||
| 14857 | 2025.02.10 18:56:53.354029 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14858 | 2025.02.10 18:56:53.354318 [ 256 ] {c9e3640c-f09d-45a3-a75e-d9a6b25b5a04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14859 | 2025.02.10 18:56:53.354429 [ 256 ] {c9e3640c-f09d-45a3-a75e-d9a6b25b5a04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14860 | 2025.02.10 18:56:53.355050 [ 256 ] {c9e3640c-f09d-45a3-a75e-d9a6b25b5a04} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14861 | 2025.02.10 18:56:53.355091 [ 256 ] {c9e3640c-f09d-45a3-a75e-d9a6b25b5a04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14862 | 2025.02.10 18:56:53.355464 [ 256 ] {c9e3640c-f09d-45a3-a75e-d9a6b25b5a04} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 14863 | 2025.02.10 18:56:53.355726 [ 256 ] {c9e3640c-f09d-45a3-a75e-d9a6b25b5a04} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14864 | 2025.02.10 18:56:53.355921 [ 256 ] {c9e3640c-f09d-45a3-a75e-d9a6b25b5a04} <Debug> executeQuery: Read 44 rows, 3.23 KiB in 0.001714 sec., 25670.945157526254 rows/sec., 1.84 MiB/sec. | ||
| 14865 | 2025.02.10 18:56:53.355975 [ 256 ] {c9e3640c-f09d-45a3-a75e-d9a6b25b5a04} <Debug> TCPHandler: Processed in 0.00204717 sec. | ||
| 14866 | 2025.02.10 18:56:53.356131 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14867 | 2025.02.10 18:56:53.356273 [ 4 ] {f6117cb3-e57c-464e-bc57-87b8364d6099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14868 | 2025.02.10 18:56:53.356333 [ 4 ] {f6117cb3-e57c-464e-bc57-87b8364d6099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14869 | 2025.02.10 18:56:53.357006 [ 4 ] {f6117cb3-e57c-464e-bc57-87b8364d6099} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14870 | 2025.02.10 18:56:53.357046 [ 4 ] {f6117cb3-e57c-464e-bc57-87b8364d6099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14871 | 2025.02.10 18:56:53.357410 [ 4 ] {f6117cb3-e57c-464e-bc57-87b8364d6099} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 14872 | 2025.02.10 18:56:53.357657 [ 4 ] {f6117cb3-e57c-464e-bc57-87b8364d6099} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14873 | 2025.02.10 18:56:53.357876 [ 4 ] {f6117cb3-e57c-464e-bc57-87b8364d6099} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001629 sec., 8594.229588704728 rows/sec., 601.88 KiB/sec. | ||
| 14874 | 2025.02.10 18:56:53.357949 [ 4 ] {f6117cb3-e57c-464e-bc57-87b8364d6099} <Debug> TCPHandler: Processed in 0.001890146 sec. | ||
| 14875 | 2025.02.10 18:56:53.358212 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14876 | 2025.02.10 18:56:53.358459 [ 256 ] {e0c3d89f-d62d-4665-a126-61d67f99f673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14877 | 2025.02.10 18:56:53.358558 [ 256 ] {e0c3d89f-d62d-4665-a126-61d67f99f673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14878 | 2025.02.10 18:56:53.359330 [ 256 ] {e0c3d89f-d62d-4665-a126-61d67f99f673} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14879 | 2025.02.10 18:56:53.359369 [ 256 ] {e0c3d89f-d62d-4665-a126-61d67f99f673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14880 | 2025.02.10 18:56:53.359729 [ 256 ] {e0c3d89f-d62d-4665-a126-61d67f99f673} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14881 | 2025.02.10 18:56:53.359963 [ 256 ] {e0c3d89f-d62d-4665-a126-61d67f99f673} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14882 | 2025.02.10 18:56:53.360210 [ 256 ] {e0c3d89f-d62d-4665-a126-61d67f99f673} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001797 sec., 7234.279354479689 rows/sec., 451.06 KiB/sec. | ||
| 14883 | 2025.02.10 18:56:53.360290 [ 256 ] {e0c3d89f-d62d-4665-a126-61d67f99f673} <Debug> TCPHandler: Processed in 0.002240374 sec. | ||
| 14884 | 2025.02.10 18:56:53.360488 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14885 | 2025.02.10 18:56:53.360641 [ 4 ] {89a85366-f388-4024-aef6-f16332f9c94e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14886 | 2025.02.10 18:56:53.360699 [ 4 ] {89a85366-f388-4024-aef6-f16332f9c94e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14887 | 2025.02.10 18:56:53.361464 [ 4 ] {89a85366-f388-4024-aef6-f16332f9c94e} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14888 | 2025.02.10 18:56:53.361504 [ 4 ] {89a85366-f388-4024-aef6-f16332f9c94e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14889 | 2025.02.10 18:56:53.361895 [ 4 ] {89a85366-f388-4024-aef6-f16332f9c94e} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14890 | 2025.02.10 18:56:53.362132 [ 4 ] {89a85366-f388-4024-aef6-f16332f9c94e} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14891 | 2025.02.10 18:56:53.362348 [ 4 ] {89a85366-f388-4024-aef6-f16332f9c94e} <Debug> executeQuery: Read 419 rows, 30.65 KiB in 0.001735 sec., 241498.5590778098 rows/sec., 17.25 MiB/sec. | ||
| 14892 | 2025.02.10 18:56:53.362438 [ 4 ] {89a85366-f388-4024-aef6-f16332f9c94e} <Debug> TCPHandler: Processed in 0.002059509 sec. | ||
| 14893 | 2025.02.10 18:56:53.362608 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14894 | 2025.02.10 18:56:53.362779 [ 256 ] {9ea30ce0-d55c-4193-a1ca-074f7c0399c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14895 | 2025.02.10 18:56:53.362846 [ 256 ] {9ea30ce0-d55c-4193-a1ca-074f7c0399c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14896 | 2025.02.10 18:56:53.363328 [ 256 ] {9ea30ce0-d55c-4193-a1ca-074f7c0399c6} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14897 | 2025.02.10 18:56:53.363368 [ 256 ] {9ea30ce0-d55c-4193-a1ca-074f7c0399c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14898 | 2025.02.10 18:56:53.363739 [ 256 ] {9ea30ce0-d55c-4193-a1ca-074f7c0399c6} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14899 | 2025.02.10 18:56:53.363977 [ 256 ] {9ea30ce0-d55c-4193-a1ca-074f7c0399c6} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14900 | 2025.02.10 18:56:53.364168 [ 43 ] {} <Debug> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 14901 | 2025.02.10 18:56:53.364206 [ 256 ] {9ea30ce0-d55c-4193-a1ca-074f7c0399c6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001473 sec., 4073.319755600815 rows/sec., 212.82 KiB/sec. | ||
| 14902 | 2025.02.10 18:56:53.364283 [ 43 ] {} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14903 | 2025.02.10 18:56:53.364326 [ 256 ] {9ea30ce0-d55c-4193-a1ca-074f7c0399c6} <Debug> TCPHandler: Processed in 0.001794214 sec. | ||
| 14904 | 2025.02.10 18:56:53.364369 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14905 | 2025.02.10 18:56:53.364520 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14906 | 2025.02.10 18:56:53.364577 [ 190 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 14907 | 2025.02.10 18:56:53.364699 [ 4 ] {9885148a-8482-47c2-a59f-ea7ab11fc29b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14908 | 2025.02.10 18:56:53.364737 [ 190 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14909 | 2025.02.10 18:56:53.364783 [ 190 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 276 rows starting from the beginning of the part | ||
| 14910 | 2025.02.10 18:56:53.364785 [ 4 ] {9885148a-8482-47c2-a59f-ea7ab11fc29b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14911 | 2025.02.10 18:56:53.365022 [ 190 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
| 14912 | 2025.02.10 18:56:53.365412 [ 190 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part | ||
| 14913 | 2025.02.10 18:56:53.365815 [ 190 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part | ||
| 14914 | 2025.02.10 18:56:53.366211 [ 190 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part | ||
| 14915 | 2025.02.10 18:56:53.366559 [ 190 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part | ||
| 14916 | 2025.02.10 18:56:53.367440 [ 4 ] {9885148a-8482-47c2-a59f-ea7ab11fc29b} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14917 | 2025.02.10 18:56:53.367488 [ 4 ] {9885148a-8482-47c2-a59f-ea7ab11fc29b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14918 | 2025.02.10 18:56:53.368116 [ 4 ] {9885148a-8482-47c2-a59f-ea7ab11fc29b} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14919 | 2025.02.10 18:56:53.368308 [ 187 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.003799502 sec., 80536.87035827327 rows/sec., 4.11 MiB/sec. | ||
| 14920 | 2025.02.10 18:56:53.368501 [ 4 ] {9885148a-8482-47c2-a59f-ea7ab11fc29b} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14921 | 2025.02.10 18:56:53.368601 [ 201 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 14922 | 2025.02.10 18:56:53.368928 [ 4 ] {9885148a-8482-47c2-a59f-ea7ab11fc29b} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.004279 sec., 55620.472072914235 rows/sec., 3.73 MiB/sec. | ||
| 14923 | 2025.02.10 18:56:53.369053 [ 4 ] {9885148a-8482-47c2-a59f-ea7ab11fc29b} <Debug> TCPHandler: Processed in 0.004630242 sec. | ||
| 14924 | 2025.02.10 18:56:53.369223 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14925 | 2025.02.10 18:56:53.369256 [ 201 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_51_10} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14926 | 2025.02.10 18:56:53.369362 [ 201 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_51_10} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 14927 | 2025.02.10 18:56:53.369362 [ 256 ] {9ddf2064-7ce3-47fb-aa0c-1b8245ac2e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14928 | 2025.02.10 18:56:53.369445 [ 256 ] {9ddf2064-7ce3-47fb-aa0c-1b8245ac2e21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14929 | 2025.02.10 18:56:53.369465 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 14930 | 2025.02.10 18:56:53.369922 [ 256 ] {9ddf2064-7ce3-47fb-aa0c-1b8245ac2e21} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14931 | 2025.02.10 18:56:53.369959 [ 256 ] {9ddf2064-7ce3-47fb-aa0c-1b8245ac2e21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14932 | 2025.02.10 18:56:53.370312 [ 256 ] {9ddf2064-7ce3-47fb-aa0c-1b8245ac2e21} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14933 | 2025.02.10 18:56:53.370567 [ 256 ] {9ddf2064-7ce3-47fb-aa0c-1b8245ac2e21} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14934 | 2025.02.10 18:56:53.370786 [ 256 ] {9ddf2064-7ce3-47fb-aa0c-1b8245ac2e21} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001453 sec., 688.2312456985546 rows/sec., 46.37 KiB/sec. | ||
| 14935 | 2025.02.10 18:56:53.370838 [ 256 ] {9ddf2064-7ce3-47fb-aa0c-1b8245ac2e21} <Debug> TCPHandler: Processed in 0.001694031 sec. | ||
| 14936 | 2025.02.10 18:56:53.370991 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14937 | 2025.02.10 18:56:53.371133 [ 4 ] {fe823490-d0cd-41f3-8897-71508bfbddef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14938 | 2025.02.10 18:56:53.371228 [ 4 ] {fe823490-d0cd-41f3-8897-71508bfbddef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14939 | 2025.02.10 18:56:53.372473 [ 4 ] {fe823490-d0cd-41f3-8897-71508bfbddef} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14940 | 2025.02.10 18:56:53.372516 [ 4 ] {fe823490-d0cd-41f3-8897-71508bfbddef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14941 | 2025.02.10 18:56:53.373190 [ 4 ] {fe823490-d0cd-41f3-8897-71508bfbddef} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 14942 | 2025.02.10 18:56:53.373449 [ 4 ] {fe823490-d0cd-41f3-8897-71508bfbddef} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14943 | 2025.02.10 18:56:53.373681 [ 4 ] {fe823490-d0cd-41f3-8897-71508bfbddef} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00258 sec., 13565.891472868218 rows/sec., 24.31 MiB/sec. | ||
| 14944 | 2025.02.10 18:56:53.373775 [ 4 ] {fe823490-d0cd-41f3-8897-71508bfbddef} <Debug> TCPHandler: Processed in 0.002849929 sec. | ||
| 14945 | 2025.02.10 18:56:53.373915 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14946 | 2025.02.10 18:56:53.374053 [ 256 ] {8a3add09-bde7-4d03-a96d-543606da896c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14947 | 2025.02.10 18:56:53.374112 [ 256 ] {8a3add09-bde7-4d03-a96d-543606da896c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14948 | 2025.02.10 18:56:53.374693 [ 256 ] {8a3add09-bde7-4d03-a96d-543606da896c} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14949 | 2025.02.10 18:56:53.374741 [ 256 ] {8a3add09-bde7-4d03-a96d-543606da896c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14950 | 2025.02.10 18:56:53.375151 [ 256 ] {8a3add09-bde7-4d03-a96d-543606da896c} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14951 | 2025.02.10 18:56:53.375390 [ 256 ] {8a3add09-bde7-4d03-a96d-543606da896c} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14952 | 2025.02.10 18:56:53.375602 [ 256 ] {8a3add09-bde7-4d03-a96d-543606da896c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00158 sec., 51898.73417721519 rows/sec., 3.30 MiB/sec. | ||
| 14953 | 2025.02.10 18:56:53.375652 [ 256 ] {8a3add09-bde7-4d03-a96d-543606da896c} <Debug> TCPHandler: Processed in 0.001793813 sec. | ||
| 14954 | 2025.02.10 18:56:55.302164 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32574 | ||
| 14955 | 2025.02.10 18:56:55.302999 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14956 | 2025.02.10 18:56:55.303056 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14957 | 2025.02.10 18:56:55.303638 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14958 | 2025.02.10 18:56:55.303909 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14959 | 2025.02.10 18:56:55.304135 [ 41 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14960 | 2025.02.10 18:56:55.304203 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574 | ||
| 14961 | 2025.02.10 18:56:55.304239 [ 41 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14962 | 2025.02.10 18:56:55.304269 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14963 | 2025.02.10 18:56:55.304419 [ 187 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 14964 | 2025.02.10 18:56:55.304609 [ 187 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14965 | 2025.02.10 18:56:55.304657 [ 187 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30256 rows starting from the beginning of the part | ||
| 14966 | 2025.02.10 18:56:55.304752 [ 187 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 488 rows starting from the beginning of the part | ||
| 14967 | 2025.02.10 18:56:55.304854 [ 187 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 427 rows starting from the beginning of the part | ||
| 14968 | 2025.02.10 18:56:55.305096 [ 187 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 488 rows starting from the beginning of the part | ||
| 14969 | 2025.02.10 18:56:55.305198 [ 187 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 427 rows starting from the beginning of the part | ||
| 14970 | 2025.02.10 18:56:55.305280 [ 187 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 488 rows starting from the beginning of the part | ||
| 14971 | 2025.02.10 18:56:55.307983 [ 196 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.003641998 sec., 8943991.732010836 rows/sec., 127.94 MiB/sec. | ||
| 14972 | 2025.02.10 18:56:55.308383 [ 196 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14973 | 2025.02.10 18:56:55.308701 [ 196 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_71_14} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14974 | 2025.02.10 18:56:55.308785 [ 196 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_71_14} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14975 | 2025.02.10 18:56:55.308893 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. | ||
| 14976 | 2025.02.10 18:56:57.600473 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 535 | ||
| 14977 | 2025.02.10 18:56:57.622021 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14978 | 2025.02.10 18:56:57.622074 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14979 | 2025.02.10 18:56:57.629146 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14980 | 2025.02.10 18:56:57.629928 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14981 | 2025.02.10 18:56:57.630219 [ 39 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14982 | 2025.02.10 18:56:57.630280 [ 39 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14983 | 2025.02.10 18:56:57.630318 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 14984 | 2025.02.10 18:56:57.630718 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 14985 | 2025.02.10 18:56:57.645566 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 535 | ||
| 14986 | 2025.02.10 18:56:57.646892 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14987 | 2025.02.10 18:56:57.648259 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 498 rows starting from the beginning of the part | ||
| 14988 | 2025.02.10 18:56:57.653690 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 7 rows starting from the beginning of the part | ||
| 14989 | 2025.02.10 18:56:57.659176 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part | ||
| 14990 | 2025.02.10 18:56:57.664572 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part | ||
| 14991 | 2025.02.10 18:56:57.670181 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part | ||
| 14992 | 2025.02.10 18:56:57.676000 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 7 rows starting from the beginning of the part | ||
| 14993 | 2025.02.10 18:56:57.737583 [ 196 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.107134754 sec., 4993.711004367453 rows/sec., 25.82 MiB/sec. | ||
| 14994 | 2025.02.10 18:56:57.741123 [ 192 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14995 | 2025.02.10 18:56:57.744196 [ 192 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_71_14} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14996 | 2025.02.10 18:56:57.744327 [ 192 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_71_14} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14997 | 2025.02.10 18:56:57.746993 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 14998 | 2025.02.10 18:56:58.341740 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14999 | 2025.02.10 18:56:58.341955 [ 4 ] {10a993c9-5b13-43f7-aa47-adfe41b90b2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15000 | 2025.02.10 18:56:58.342037 [ 4 ] {10a993c9-5b13-43f7-aa47-adfe41b90b2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15001 | 2025.02.10 18:56:58.342830 [ 4 ] {10a993c9-5b13-43f7-aa47-adfe41b90b2f} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15002 | 2025.02.10 18:56:58.342875 [ 4 ] {10a993c9-5b13-43f7-aa47-adfe41b90b2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 15003 | 2025.02.10 18:56:58.343308 [ 4 ] {10a993c9-5b13-43f7-aa47-adfe41b90b2f} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15004 | 2025.02.10 18:56:58.343566 [ 4 ] {10a993c9-5b13-43f7-aa47-adfe41b90b2f} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15005 | 2025.02.10 18:56:58.343814 [ 4 ] {10a993c9-5b13-43f7-aa47-adfe41b90b2f} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001918 sec., 34410.844629822735 rows/sec., 2.74 MiB/sec. | ||
| 15006 | 2025.02.10 18:56:58.343871 [ 4 ] {10a993c9-5b13-43f7-aa47-adfe41b90b2f} <Debug> TCPHandler: Processed in 0.002266695 sec. | ||
| 15007 | 2025.02.10 18:56:58.344126 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15008 | 2025.02.10 18:56:58.344323 [ 256 ] {a90a2597-b586-4ebf-a5e0-0a9c345c14ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15009 | 2025.02.10 18:56:58.344397 [ 256 ] {a90a2597-b586-4ebf-a5e0-0a9c345c14ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15010 | 2025.02.10 18:56:58.345146 [ 256 ] {a90a2597-b586-4ebf-a5e0-0a9c345c14ea} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15011 | 2025.02.10 18:56:58.345187 [ 256 ] {a90a2597-b586-4ebf-a5e0-0a9c345c14ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 15012 | 2025.02.10 18:56:58.345626 [ 256 ] {a90a2597-b586-4ebf-a5e0-0a9c345c14ea} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 15013 | 2025.02.10 18:56:58.345877 [ 256 ] {a90a2597-b586-4ebf-a5e0-0a9c345c14ea} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15014 | 2025.02.10 18:56:58.346081 [ 256 ] {a90a2597-b586-4ebf-a5e0-0a9c345c14ea} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001813 sec., 2757.8599007170437 rows/sec., 207.38 KiB/sec. | ||
| 15015 | 2025.02.10 18:56:58.346152 [ 256 ] {a90a2597-b586-4ebf-a5e0-0a9c345c14ea} <Debug> TCPHandler: Processed in 0.002159142 sec. | ||
| 15016 | 2025.02.10 18:56:58.346361 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15017 | 2025.02.10 18:56:58.346592 [ 4 ] {944d0801-5843-4875-bb29-8d84e62e0c5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15018 | 2025.02.10 18:56:58.346652 [ 4 ] {944d0801-5843-4875-bb29-8d84e62e0c5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15019 | 2025.02.10 18:56:58.347337 [ 4 ] {944d0801-5843-4875-bb29-8d84e62e0c5a} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15020 | 2025.02.10 18:56:58.347378 [ 4 ] {944d0801-5843-4875-bb29-8d84e62e0c5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 15021 | 2025.02.10 18:56:58.347754 [ 4 ] {944d0801-5843-4875-bb29-8d84e62e0c5a} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15022 | 2025.02.10 18:56:58.347987 [ 4 ] {944d0801-5843-4875-bb29-8d84e62e0c5a} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15023 | 2025.02.10 18:56:58.348207 [ 4 ] {944d0801-5843-4875-bb29-8d84e62e0c5a} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.00166 sec., 41566.26506024096 rows/sec., 3.24 MiB/sec. | ||
| 15024 | 2025.02.10 18:56:58.348260 [ 4 ] {944d0801-5843-4875-bb29-8d84e62e0c5a} <Debug> TCPHandler: Processed in 0.002018909 sec. | ||
| 15025 | 2025.02.10 18:56:58.348409 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15026 | 2025.02.10 18:56:58.348530 [ 256 ] {f26aeaf8-a36e-433c-a16c-68b88b32eede} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15027 | 2025.02.10 18:56:58.348585 [ 256 ] {f26aeaf8-a36e-433c-a16c-68b88b32eede} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15028 | 2025.02.10 18:56:58.349181 [ 256 ] {f26aeaf8-a36e-433c-a16c-68b88b32eede} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15029 | 2025.02.10 18:56:58.349219 [ 256 ] {f26aeaf8-a36e-433c-a16c-68b88b32eede} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 15030 | 2025.02.10 18:56:58.349623 [ 256 ] {f26aeaf8-a36e-433c-a16c-68b88b32eede} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15031 | 2025.02.10 18:56:58.349878 [ 256 ] {f26aeaf8-a36e-433c-a16c-68b88b32eede} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15032 | 2025.02.10 18:56:58.350058 [ 256 ] {f26aeaf8-a36e-433c-a16c-68b88b32eede} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001554 sec., 102960.10296010296 rows/sec., 7.17 MiB/sec. | ||
| 15033 | 2025.02.10 18:56:58.350109 [ 256 ] {f26aeaf8-a36e-433c-a16c-68b88b32eede} <Debug> TCPHandler: Processed in 0.001756612 sec. | ||
| 15034 | 2025.02.10 18:56:58.350260 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15035 | 2025.02.10 18:56:58.350401 [ 4 ] {e22e0567-6128-447b-89e3-06dad1331add} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15036 | 2025.02.10 18:56:58.350494 [ 4 ] {e22e0567-6128-447b-89e3-06dad1331add} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15037 | 2025.02.10 18:56:58.351711 [ 4 ] {e22e0567-6128-447b-89e3-06dad1331add} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15038 | 2025.02.10 18:56:58.351751 [ 4 ] {e22e0567-6128-447b-89e3-06dad1331add} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 15039 | 2025.02.10 18:56:58.352405 [ 4 ] {e22e0567-6128-447b-89e3-06dad1331add} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 15040 | 2025.02.10 18:56:58.352665 [ 4 ] {e22e0567-6128-447b-89e3-06dad1331add} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15041 | 2025.02.10 18:56:58.352968 [ 4 ] {e22e0567-6128-447b-89e3-06dad1331add} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002598 sec., 1924.557351809084 rows/sec., 3.45 MiB/sec. | ||
| 15042 | 2025.02.10 18:56:58.353101 [ 4 ] {e22e0567-6128-447b-89e3-06dad1331add} <Debug> TCPHandler: Processed in 0.002905691 sec. | ||
| 15043 | 2025.02.10 18:56:58.353398 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15044 | 2025.02.10 18:56:58.353659 [ 256 ] {84363b53-70c8-4419-96f5-56c6a5d04da7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15045 | 2025.02.10 18:56:58.353720 [ 256 ] {84363b53-70c8-4419-96f5-56c6a5d04da7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15046 | 2025.02.10 18:56:58.354282 [ 256 ] {84363b53-70c8-4419-96f5-56c6a5d04da7} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15047 | 2025.02.10 18:56:58.354321 [ 256 ] {84363b53-70c8-4419-96f5-56c6a5d04da7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 15048 | 2025.02.10 18:56:58.354698 [ 256 ] {84363b53-70c8-4419-96f5-56c6a5d04da7} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15049 | 2025.02.10 18:56:58.354936 [ 256 ] {84363b53-70c8-4419-96f5-56c6a5d04da7} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15050 | 2025.02.10 18:56:58.355124 [ 256 ] {84363b53-70c8-4419-96f5-56c6a5d04da7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001525 sec., 39344.262295081964 rows/sec., 2.65 MiB/sec. | ||
| 15051 | 2025.02.10 18:56:58.355174 [ 256 ] {84363b53-70c8-4419-96f5-56c6a5d04da7} <Debug> TCPHandler: Processed in 0.001966977 sec. | ||
| 15052 | 2025.02.10 18:57:02.605515 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15053 | 2025.02.10 18:57:02.605576 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15054 | 2025.02.10 18:57:02.804380 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33001 | ||
| 15055 | 2025.02.10 18:57:02.805258 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15056 | 2025.02.10 18:57:02.805330 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 15057 | 2025.02.10 18:57:02.805883 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 15058 | 2025.02.10 18:57:02.806151 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15059 | 2025.02.10 18:57:02.806410 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 | ||
| 15060 | 2025.02.10 18:57:02.990146 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2142 | ||
| 15061 | 2025.02.10 18:57:02.993335 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15062 | 2025.02.10 18:57:02.993394 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 15063 | 2025.02.10 18:57:02.994867 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15064 | 2025.02.10 18:57:02.995184 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15065 | 2025.02.10 18:57:02.995863 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2142 | ||
| 15066 | 2025.02.10 18:57:03.346867 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15067 | 2025.02.10 18:57:03.347082 [ 4 ] {e648ab2a-b948-4cfb-9d95-0faa1a8bcee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15068 | 2025.02.10 18:57:03.347164 [ 4 ] {e648ab2a-b948-4cfb-9d95-0faa1a8bcee5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15069 | 2025.02.10 18:57:03.347899 [ 4 ] {e648ab2a-b948-4cfb-9d95-0faa1a8bcee5} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15070 | 2025.02.10 18:57:03.347952 [ 4 ] {e648ab2a-b948-4cfb-9d95-0faa1a8bcee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 15071 | 2025.02.10 18:57:03.348393 [ 4 ] {e648ab2a-b948-4cfb-9d95-0faa1a8bcee5} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15072 | 2025.02.10 18:57:03.348649 [ 4 ] {e648ab2a-b948-4cfb-9d95-0faa1a8bcee5} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15073 | 2025.02.10 18:57:03.348854 [ 4 ] {e648ab2a-b948-4cfb-9d95-0faa1a8bcee5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001831 sec., 7646.095030038231 rows/sec., 550.42 KiB/sec. | ||
| 15074 | 2025.02.10 18:57:03.348917 [ 4 ] {e648ab2a-b948-4cfb-9d95-0faa1a8bcee5} <Debug> TCPHandler: Processed in 0.002183443 sec. | ||
| 15075 | 2025.02.10 18:57:03.349214 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15076 | 2025.02.10 18:57:03.349537 [ 256 ] {32d43506-a3e9-4032-a230-11bb44bc7a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15077 | 2025.02.10 18:57:03.349656 [ 256 ] {32d43506-a3e9-4032-a230-11bb44bc7a72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15078 | 2025.02.10 18:57:03.350797 [ 256 ] {32d43506-a3e9-4032-a230-11bb44bc7a72} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15079 | 2025.02.10 18:57:03.350849 [ 256 ] {32d43506-a3e9-4032-a230-11bb44bc7a72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 15080 | 2025.02.10 18:57:03.351313 [ 256 ] {32d43506-a3e9-4032-a230-11bb44bc7a72} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15081 | 2025.02.10 18:57:03.351572 [ 256 ] {32d43506-a3e9-4032-a230-11bb44bc7a72} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15082 | 2025.02.10 18:57:03.351761 [ 30 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15083 | 2025.02.10 18:57:03.351831 [ 30 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15084 | 2025.02.10 18:57:03.351836 [ 256 ] {32d43506-a3e9-4032-a230-11bb44bc7a72} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.00239 sec., 114225.94142259413 rows/sec., 10.07 MiB/sec. | ||
| 15085 | 2025.02.10 18:57:03.351872 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 15086 | 2025.02.10 18:57:03.351999 [ 256 ] {32d43506-a3e9-4032-a230-11bb44bc7a72} <Debug> TCPHandler: Processed in 0.002975561 sec. | ||
| 15087 | 2025.02.10 18:57:03.352295 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15088 | 2025.02.10 18:57:03.352347 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 15089 | 2025.02.10 18:57:03.352654 [ 4 ] {3a4263af-9f4a-408e-8d2b-01e83cf87d38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15090 | 2025.02.10 18:57:03.352856 [ 4 ] {3a4263af-9f4a-408e-8d2b-01e83cf87d38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15091 | 2025.02.10 18:57:03.353098 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15092 | 2025.02.10 18:57:03.353353 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1432 rows starting from the beginning of the part | ||
| 15093 | 2025.02.10 18:57:03.354337 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 273 rows starting from the beginning of the part | ||
| 15094 | 2025.02.10 18:57:03.355095 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 66 rows starting from the beginning of the part | ||
| 15095 | 2025.02.10 18:57:03.355363 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 274 rows starting from the beginning of the part | ||
| 15096 | 2025.02.10 18:57:03.355708 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 66 rows starting from the beginning of the part | ||
| 15097 | 2025.02.10 18:57:03.356072 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 273 rows starting from the beginning of the part | ||
| 15098 | 2025.02.10 18:57:03.356740 [ 4 ] {3a4263af-9f4a-408e-8d2b-01e83cf87d38} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15099 | 2025.02.10 18:57:03.356794 [ 4 ] {3a4263af-9f4a-408e-8d2b-01e83cf87d38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 15100 | 2025.02.10 18:57:03.357655 [ 4 ] {3a4263af-9f4a-408e-8d2b-01e83cf87d38} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 15101 | 2025.02.10 18:57:03.358259 [ 4 ] {3a4263af-9f4a-408e-8d2b-01e83cf87d38} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15102 | 2025.02.10 18:57:03.358877 [ 4 ] {3a4263af-9f4a-408e-8d2b-01e83cf87d38} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.006365 sec., 6598.586017282011 rows/sec., 485.14 KiB/sec. | ||
| 15103 | 2025.02.10 18:57:03.359200 [ 4 ] {3a4263af-9f4a-408e-8d2b-01e83cf87d38} <Debug> TCPHandler: Processed in 0.007070981 sec. | ||
| 15104 | 2025.02.10 18:57:03.359520 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15105 | 2025.02.10 18:57:03.360097 [ 256 ] {252a89f6-d884-4c03-84c5-983123f4398a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15106 | 2025.02.10 18:57:03.360350 [ 256 ] {252a89f6-d884-4c03-84c5-983123f4398a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15107 | 2025.02.10 18:57:03.360373 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2384 rows, containing 5 columns (5 merged, 0 gathered) in 0.008348111 sec., 285573.58664732653 rows/sec., 25.37 MiB/sec. | ||
| 15108 | 2025.02.10 18:57:03.360762 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15109 | 2025.02.10 18:57:03.361414 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_121_24} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15110 | 2025.02.10 18:57:03.361611 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_121_24} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15111 | 2025.02.10 18:57:03.361790 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 15112 | 2025.02.10 18:57:03.361894 [ 256 ] {252a89f6-d884-4c03-84c5-983123f4398a} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15113 | 2025.02.10 18:57:03.361940 [ 256 ] {252a89f6-d884-4c03-84c5-983123f4398a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 15114 | 2025.02.10 18:57:03.362301 [ 256 ] {252a89f6-d884-4c03-84c5-983123f4398a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 15115 | 2025.02.10 18:57:03.362546 [ 256 ] {252a89f6-d884-4c03-84c5-983123f4398a} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15116 | 2025.02.10 18:57:03.362770 [ 256 ] {252a89f6-d884-4c03-84c5-983123f4398a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002934 sec., 4771.642808452624 rows/sec., 334.17 KiB/sec. | ||
| 15117 | 2025.02.10 18:57:03.362825 [ 256 ] {252a89f6-d884-4c03-84c5-983123f4398a} <Debug> TCPHandler: Processed in 0.003500744 sec. | ||
| 15118 | 2025.02.10 18:57:03.362985 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15119 | 2025.02.10 18:57:03.363129 [ 4 ] {168a5aa7-2999-446c-a77b-02b4c1e6c5ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15120 | 2025.02.10 18:57:03.363189 [ 4 ] {168a5aa7-2999-446c-a77b-02b4c1e6c5ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15121 | 2025.02.10 18:57:03.363800 [ 4 ] {168a5aa7-2999-446c-a77b-02b4c1e6c5ef} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15122 | 2025.02.10 18:57:03.363838 [ 4 ] {168a5aa7-2999-446c-a77b-02b4c1e6c5ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 15123 | 2025.02.10 18:57:03.364195 [ 4 ] {168a5aa7-2999-446c-a77b-02b4c1e6c5ef} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15124 | 2025.02.10 18:57:03.364430 [ 4 ] {168a5aa7-2999-446c-a77b-02b4c1e6c5ef} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15125 | 2025.02.10 18:57:03.364607 [ 4 ] {168a5aa7-2999-446c-a77b-02b4c1e6c5ef} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001512 sec., 8597.883597883598 rows/sec., 536.08 KiB/sec. | ||
| 15126 | 2025.02.10 18:57:03.364658 [ 4 ] {168a5aa7-2999-446c-a77b-02b4c1e6c5ef} <Debug> TCPHandler: Processed in 0.001741512 sec. | ||
| 15127 | 2025.02.10 18:57:03.364805 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15128 | 2025.02.10 18:57:03.364943 [ 256 ] {0640befb-1f76-48af-a3db-be1abd834967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15129 | 2025.02.10 18:57:03.365002 [ 256 ] {0640befb-1f76-48af-a3db-be1abd834967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15130 | 2025.02.10 18:57:03.365784 [ 256 ] {0640befb-1f76-48af-a3db-be1abd834967} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15131 | 2025.02.10 18:57:03.365825 [ 256 ] {0640befb-1f76-48af-a3db-be1abd834967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 15132 | 2025.02.10 18:57:03.366226 [ 256 ] {0640befb-1f76-48af-a3db-be1abd834967} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15133 | 2025.02.10 18:57:03.366465 [ 256 ] {0640befb-1f76-48af-a3db-be1abd834967} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15134 | 2025.02.10 18:57:03.366663 [ 30 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15135 | 2025.02.10 18:57:03.366724 [ 256 ] {0640befb-1f76-48af-a3db-be1abd834967} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001803 sec., 231281.1980033278 rows/sec., 16.51 MiB/sec. | ||
| 15136 | 2025.02.10 18:57:03.366729 [ 30 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15137 | 2025.02.10 18:57:03.366813 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 15138 | 2025.02.10 18:57:03.366848 [ 256 ] {0640befb-1f76-48af-a3db-be1abd834967} <Debug> TCPHandler: Processed in 0.00210502 sec. | ||
| 15139 | 2025.02.10 18:57:03.367108 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15140 | 2025.02.10 18:57:03.367163 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 15141 | 2025.02.10 18:57:03.367414 [ 4 ] {5b18daa2-a47a-4155-83d1-0a9b483edf31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15142 | 2025.02.10 18:57:03.367635 [ 4 ] {5b18daa2-a47a-4155-83d1-0a9b483edf31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15143 | 2025.02.10 18:57:03.367845 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15144 | 2025.02.10 18:57:03.368055 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 914 rows starting from the beginning of the part | ||
| 15145 | 2025.02.10 18:57:03.368941 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 417 rows starting from the beginning of the part | ||
| 15146 | 2025.02.10 18:57:03.369769 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 69 rows starting from the beginning of the part | ||
| 15147 | 2025.02.10 18:57:03.370216 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 419 rows starting from the beginning of the part | ||
| 15148 | 2025.02.10 18:57:03.370575 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 69 rows starting from the beginning of the part | ||
| 15149 | 2025.02.10 18:57:03.370829 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 417 rows starting from the beginning of the part | ||
| 15150 | 2025.02.10 18:57:03.371006 [ 4 ] {5b18daa2-a47a-4155-83d1-0a9b483edf31} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15151 | 2025.02.10 18:57:03.371122 [ 4 ] {5b18daa2-a47a-4155-83d1-0a9b483edf31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 15152 | 2025.02.10 18:57:03.372200 [ 4 ] {5b18daa2-a47a-4155-83d1-0a9b483edf31} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15153 | 2025.02.10 18:57:03.372735 [ 4 ] {5b18daa2-a47a-4155-83d1-0a9b483edf31} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15154 | 2025.02.10 18:57:03.373310 [ 4 ] {5b18daa2-a47a-4155-83d1-0a9b483edf31} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005993 sec., 1001.1680293675955 rows/sec., 52.31 KiB/sec. | ||
| 15155 | 2025.02.10 18:57:03.373398 [ 4 ] {5b18daa2-a47a-4155-83d1-0a9b483edf31} <Debug> TCPHandler: Processed in 0.006438605 sec. | ||
| 15156 | 2025.02.10 18:57:03.373551 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15157 | 2025.02.10 18:57:03.373768 [ 256 ] {891bcddf-dc2f-42d9-ac48-cff8985ce60f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15158 | 2025.02.10 18:57:03.373956 [ 256 ] {891bcddf-dc2f-42d9-ac48-cff8985ce60f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15159 | 2025.02.10 18:57:03.374105 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2305 rows, containing 5 columns (5 merged, 0 gathered) in 0.007183924 sec., 320855.2874445776 rows/sec., 24.43 MiB/sec. | ||
| 15160 | 2025.02.10 18:57:03.374358 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15161 | 2025.02.10 18:57:03.374840 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_121_24} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15162 | 2025.02.10 18:57:03.375058 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_121_24} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15163 | 2025.02.10 18:57:03.375183 [ 256 ] {891bcddf-dc2f-42d9-ac48-cff8985ce60f} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15164 | 2025.02.10 18:57:03.375187 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 15165 | 2025.02.10 18:57:03.375252 [ 256 ] {891bcddf-dc2f-42d9-ac48-cff8985ce60f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 15166 | 2025.02.10 18:57:03.375673 [ 256 ] {891bcddf-dc2f-42d9-ac48-cff8985ce60f} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15167 | 2025.02.10 18:57:03.375914 [ 256 ] {891bcddf-dc2f-42d9-ac48-cff8985ce60f} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15168 | 2025.02.10 18:57:03.376139 [ 256 ] {891bcddf-dc2f-42d9-ac48-cff8985ce60f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00247 sec., 95951.41700404858 rows/sec., 6.43 MiB/sec. | ||
| 15169 | 2025.02.10 18:57:03.376195 [ 256 ] {891bcddf-dc2f-42d9-ac48-cff8985ce60f} <Debug> TCPHandler: Processed in 0.002707265 sec. | ||
| 15170 | 2025.02.10 18:57:03.376341 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15171 | 2025.02.10 18:57:03.376482 [ 4 ] {cb00ef49-26a7-4334-af9b-8de85726bfac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15172 | 2025.02.10 18:57:03.376545 [ 4 ] {cb00ef49-26a7-4334-af9b-8de85726bfac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15173 | 2025.02.10 18:57:03.377098 [ 4 ] {cb00ef49-26a7-4334-af9b-8de85726bfac} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15174 | 2025.02.10 18:57:03.377142 [ 4 ] {cb00ef49-26a7-4334-af9b-8de85726bfac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 15175 | 2025.02.10 18:57:03.377527 [ 4 ] {cb00ef49-26a7-4334-af9b-8de85726bfac} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15176 | 2025.02.10 18:57:03.377759 [ 4 ] {cb00ef49-26a7-4334-af9b-8de85726bfac} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15177 | 2025.02.10 18:57:03.377945 [ 4 ] {cb00ef49-26a7-4334-af9b-8de85726bfac} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001495 sec., 668.8963210702341 rows/sec., 45.07 KiB/sec. | ||
| 15178 | 2025.02.10 18:57:03.378005 [ 4 ] {cb00ef49-26a7-4334-af9b-8de85726bfac} <Debug> TCPHandler: Processed in 0.001727462 sec. | ||
| 15179 | 2025.02.10 18:57:03.378214 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15180 | 2025.02.10 18:57:03.378366 [ 256 ] {29614c37-5bcf-46a8-a841-b1ff9db7e649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15181 | 2025.02.10 18:57:03.378461 [ 256 ] {29614c37-5bcf-46a8-a841-b1ff9db7e649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15182 | 2025.02.10 18:57:03.379760 [ 256 ] {29614c37-5bcf-46a8-a841-b1ff9db7e649} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15183 | 2025.02.10 18:57:03.379800 [ 256 ] {29614c37-5bcf-46a8-a841-b1ff9db7e649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 15184 | 2025.02.10 18:57:03.380483 [ 256 ] {29614c37-5bcf-46a8-a841-b1ff9db7e649} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 15185 | 2025.02.10 18:57:03.380741 [ 256 ] {29614c37-5bcf-46a8-a841-b1ff9db7e649} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15186 | 2025.02.10 18:57:03.380994 [ 256 ] {29614c37-5bcf-46a8-a841-b1ff9db7e649} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002657 sec., 13172.751223184041 rows/sec., 23.60 MiB/sec. | ||
| 15187 | 2025.02.10 18:57:03.381104 [ 256 ] {29614c37-5bcf-46a8-a841-b1ff9db7e649} <Debug> TCPHandler: Processed in 0.003016032 sec. | ||
| 15188 | 2025.02.10 18:57:03.381344 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15189 | 2025.02.10 18:57:03.381654 [ 4 ] {1788cf92-e76e-40fc-b152-0b041dfa64a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15190 | 2025.02.10 18:57:03.381720 [ 4 ] {1788cf92-e76e-40fc-b152-0b041dfa64a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15191 | 2025.02.10 18:57:03.382289 [ 4 ] {1788cf92-e76e-40fc-b152-0b041dfa64a9} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15192 | 2025.02.10 18:57:03.382334 [ 4 ] {1788cf92-e76e-40fc-b152-0b041dfa64a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 15193 | 2025.02.10 18:57:03.382703 [ 4 ] {1788cf92-e76e-40fc-b152-0b041dfa64a9} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15194 | 2025.02.10 18:57:03.382933 [ 4 ] {1788cf92-e76e-40fc-b152-0b041dfa64a9} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15195 | 2025.02.10 18:57:03.383067 [ 30 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15196 | 2025.02.10 18:57:03.383104 [ 30 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15197 | 2025.02.10 18:57:03.383113 [ 4 ] {1788cf92-e76e-40fc-b152-0b041dfa64a9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001549 sec., 52937.37895416398 rows/sec., 3.36 MiB/sec. | ||
| 15198 | 2025.02.10 18:57:03.383126 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 15199 | 2025.02.10 18:57:03.383194 [ 4 ] {1788cf92-e76e-40fc-b152-0b041dfa64a9} <Debug> TCPHandler: Processed in 0.002005609 sec. | ||
| 15200 | 2025.02.10 18:57:03.383269 [ 198 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 15201 | 2025.02.10 18:57:03.383390 [ 198 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15202 | 2025.02.10 18:57:03.383428 [ 198 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 7066 rows starting from the beginning of the part | ||
| 15203 | 2025.02.10 18:57:03.383507 [ 198 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 82 rows starting from the beginning of the part | ||
| 15204 | 2025.02.10 18:57:03.383750 [ 198 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part | ||
| 15205 | 2025.02.10 18:57:03.384147 [ 198 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 82 rows starting from the beginning of the part | ||
| 15206 | 2025.02.10 18:57:03.384216 [ 198 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 60 rows starting from the beginning of the part | ||
| 15207 | 2025.02.10 18:57:03.384412 [ 198 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 82 rows starting from the beginning of the part | ||
| 15208 | 2025.02.10 18:57:03.386668 [ 195 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7432 rows, containing 4 columns (4 merged, 0 gathered) in 0.003460493 sec., 2147670.86654994 rows/sec., 139.96 MiB/sec. | ||
| 15209 | 2025.02.10 18:57:03.387435 [ 197 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15210 | 2025.02.10 18:57:03.387756 [ 197 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_121_24} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15211 | 2025.02.10 18:57:03.387866 [ 197 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_121_24} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15212 | 2025.02.10 18:57:03.387959 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. | ||
| 15213 | 2025.02.10 18:57:05.145666 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543 | ||
| 15214 | 2025.02.10 18:57:05.168678 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15215 | 2025.02.10 18:57:05.168732 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15216 | 2025.02.10 18:57:05.176000 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 15217 | 2025.02.10 18:57:05.176770 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15218 | 2025.02.10 18:57:05.179582 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543 | ||
| 15219 | 2025.02.10 18:57:06.546756 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15220 | 2025.02.10 18:57:06.547004 [ 4 ] {1b0a5d3d-5b6e-4a4a-b5e3-ec2b58af35c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15221 | 2025.02.10 18:57:06.547084 [ 4 ] {1b0a5d3d-5b6e-4a4a-b5e3-ec2b58af35c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15222 | 2025.02.10 18:57:06.547851 [ 4 ] {1b0a5d3d-5b6e-4a4a-b5e3-ec2b58af35c6} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15223 | 2025.02.10 18:57:06.547900 [ 4 ] {1b0a5d3d-5b6e-4a4a-b5e3-ec2b58af35c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15224 | 2025.02.10 18:57:06.548312 [ 4 ] {1b0a5d3d-5b6e-4a4a-b5e3-ec2b58af35c6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 15225 | 2025.02.10 18:57:06.548583 [ 4 ] {1b0a5d3d-5b6e-4a4a-b5e3-ec2b58af35c6} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15226 | 2025.02.10 18:57:06.548841 [ 4 ] {1b0a5d3d-5b6e-4a4a-b5e3-ec2b58af35c6} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001892 sec., 2114.164904862579 rows/sec., 172.40 KiB/sec. | ||
| 15227 | 2025.02.10 18:57:06.548927 [ 4 ] {1b0a5d3d-5b6e-4a4a-b5e3-ec2b58af35c6} <Debug> TCPHandler: Processed in 0.002308046 sec. | ||
| 15228 | 2025.02.10 18:57:06.549260 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15229 | 2025.02.10 18:57:06.549478 [ 256 ] {9ed41347-4ebe-40c7-adde-6f1f87d0dfa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15230 | 2025.02.10 18:57:06.549552 [ 256 ] {9ed41347-4ebe-40c7-adde-6f1f87d0dfa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15231 | 2025.02.10 18:57:06.550947 [ 256 ] {9ed41347-4ebe-40c7-adde-6f1f87d0dfa4} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15232 | 2025.02.10 18:57:06.550998 [ 256 ] {9ed41347-4ebe-40c7-adde-6f1f87d0dfa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15233 | 2025.02.10 18:57:06.551529 [ 256 ] {9ed41347-4ebe-40c7-adde-6f1f87d0dfa4} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15234 | 2025.02.10 18:57:06.551783 [ 256 ] {9ed41347-4ebe-40c7-adde-6f1f87d0dfa4} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15235 | 2025.02.10 18:57:06.552023 [ 256 ] {9ed41347-4ebe-40c7-adde-6f1f87d0dfa4} <Debug> executeQuery: Read 1208 rows, 102.09 KiB in 0.002605 sec., 463723.60844529746 rows/sec., 38.27 MiB/sec. | ||
| 15236 | 2025.02.10 18:57:06.552079 [ 256 ] {9ed41347-4ebe-40c7-adde-6f1f87d0dfa4} <Debug> TCPHandler: Processed in 0.003002073 sec. | ||
| 15237 | 2025.02.10 18:57:06.552259 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15238 | 2025.02.10 18:57:06.552399 [ 4 ] {39e7575d-f19e-4fd1-a9c5-8870096268c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15239 | 2025.02.10 18:57:06.552456 [ 4 ] {39e7575d-f19e-4fd1-a9c5-8870096268c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15240 | 2025.02.10 18:57:06.553134 [ 4 ] {39e7575d-f19e-4fd1-a9c5-8870096268c5} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15241 | 2025.02.10 18:57:06.553181 [ 4 ] {39e7575d-f19e-4fd1-a9c5-8870096268c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15242 | 2025.02.10 18:57:06.553571 [ 4 ] {39e7575d-f19e-4fd1-a9c5-8870096268c5} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 15243 | 2025.02.10 18:57:06.553810 [ 4 ] {39e7575d-f19e-4fd1-a9c5-8870096268c5} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15244 | 2025.02.10 18:57:06.554038 [ 4 ] {39e7575d-f19e-4fd1-a9c5-8870096268c5} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.00167 sec., 5389.2215568862275 rows/sec., 392.38 KiB/sec. | ||
| 15245 | 2025.02.10 18:57:06.554093 [ 4 ] {39e7575d-f19e-4fd1-a9c5-8870096268c5} <Debug> TCPHandler: Processed in 0.001903066 sec. | ||
| 15246 | 2025.02.10 18:57:06.554284 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15247 | 2025.02.10 18:57:06.554568 [ 256 ] {7337b497-f7dc-41c4-bfbf-f57171dec99b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15248 | 2025.02.10 18:57:06.554643 [ 256 ] {7337b497-f7dc-41c4-bfbf-f57171dec99b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15249 | 2025.02.10 18:57:06.555428 [ 256 ] {7337b497-f7dc-41c4-bfbf-f57171dec99b} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15250 | 2025.02.10 18:57:06.555471 [ 256 ] {7337b497-f7dc-41c4-bfbf-f57171dec99b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15251 | 2025.02.10 18:57:06.555839 [ 256 ] {7337b497-f7dc-41c4-bfbf-f57171dec99b} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 15252 | 2025.02.10 18:57:06.556081 [ 256 ] {7337b497-f7dc-41c4-bfbf-f57171dec99b} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15253 | 2025.02.10 18:57:06.556307 [ 256 ] {7337b497-f7dc-41c4-bfbf-f57171dec99b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001839 sec., 123980.42414355629 rows/sec., 8.39 MiB/sec. | ||
| 15254 | 2025.02.10 18:57:06.556384 [ 256 ] {7337b497-f7dc-41c4-bfbf-f57171dec99b} <Debug> TCPHandler: Processed in 0.002196843 sec. | ||
| 15255 | 2025.02.10 18:57:06.556618 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15256 | 2025.02.10 18:57:06.556794 [ 4 ] {2f1a2b43-5f98-4d93-a5c3-0da08f85cb29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15257 | 2025.02.10 18:57:06.556851 [ 4 ] {2f1a2b43-5f98-4d93-a5c3-0da08f85cb29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15258 | 2025.02.10 18:57:06.557736 [ 4 ] {2f1a2b43-5f98-4d93-a5c3-0da08f85cb29} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15259 | 2025.02.10 18:57:06.557774 [ 4 ] {2f1a2b43-5f98-4d93-a5c3-0da08f85cb29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15260 | 2025.02.10 18:57:06.558158 [ 4 ] {2f1a2b43-5f98-4d93-a5c3-0da08f85cb29} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15261 | 2025.02.10 18:57:06.558388 [ 4 ] {2f1a2b43-5f98-4d93-a5c3-0da08f85cb29} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15262 | 2025.02.10 18:57:06.558613 [ 4 ] {2f1a2b43-5f98-4d93-a5c3-0da08f85cb29} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.00185 sec., 285945.9459459459 rows/sec., 21.18 MiB/sec. | ||
| 15263 | 2025.02.10 18:57:06.558670 [ 4 ] {2f1a2b43-5f98-4d93-a5c3-0da08f85cb29} <Debug> TCPHandler: Processed in 0.002177163 sec. | ||
| 15264 | 2025.02.10 18:57:06.558841 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15265 | 2025.02.10 18:57:06.559194 [ 256 ] {de3b52c8-df3b-4501-b913-c55752b4cbe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15266 | 2025.02.10 18:57:06.559347 [ 256 ] {de3b52c8-df3b-4501-b913-c55752b4cbe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15267 | 2025.02.10 18:57:06.560154 [ 256 ] {de3b52c8-df3b-4501-b913-c55752b4cbe5} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15268 | 2025.02.10 18:57:06.560193 [ 256 ] {de3b52c8-df3b-4501-b913-c55752b4cbe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15269 | 2025.02.10 18:57:06.560652 [ 256 ] {de3b52c8-df3b-4501-b913-c55752b4cbe5} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15270 | 2025.02.10 18:57:06.560896 [ 256 ] {de3b52c8-df3b-4501-b913-c55752b4cbe5} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15271 | 2025.02.10 18:57:06.561102 [ 24 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 6 parts from all_1_117_24 to all_122_122_0 | ||
| 15272 | 2025.02.10 18:57:06.561135 [ 256 ] {de3b52c8-df3b-4501-b913-c55752b4cbe5} <Debug> executeQuery: Read 966 rows, 66.39 KiB in 0.002071 sec., 466441.332689522 rows/sec., 31.31 MiB/sec. | ||
| 15273 | 2025.02.10 18:57:06.561185 [ 24 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15274 | 2025.02.10 18:57:06.561258 [ 256 ] {de3b52c8-df3b-4501-b913-c55752b4cbe5} <Debug> TCPHandler: Processed in 0.00250114 sec. | ||
| 15275 | 2025.02.10 18:57:06.561261 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15276 | 2025.02.10 18:57:06.561464 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15277 | 2025.02.10 18:57:06.561483 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_122_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_117_24 to all_122_122_0 into Compact with storage Full | ||
| 15278 | 2025.02.10 18:57:06.561661 [ 4 ] {b2fa9418-d64a-4a28-868d-083816c2525c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15279 | 2025.02.10 18:57:06.561846 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_122_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15280 | 2025.02.10 18:57:06.561859 [ 4 ] {b2fa9418-d64a-4a28-868d-083816c2525c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15281 | 2025.02.10 18:57:06.561932 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_117_24, total 35605 rows starting from the beginning of the part | ||
| 15282 | 2025.02.10 18:57:06.562290 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part | ||
| 15283 | 2025.02.10 18:57:06.562765 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 238 rows starting from the beginning of the part | ||
| 15284 | 2025.02.10 18:57:06.563132 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part | ||
| 15285 | 2025.02.10 18:57:06.563456 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 237 rows starting from the beginning of the part | ||
| 15286 | 2025.02.10 18:57:06.563801 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 966 rows starting from the beginning of the part | ||
| 15287 | 2025.02.10 18:57:06.565985 [ 4 ] {b2fa9418-d64a-4a28-868d-083816c2525c} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15288 | 2025.02.10 18:57:06.566031 [ 4 ] {b2fa9418-d64a-4a28-868d-083816c2525c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15289 | 2025.02.10 18:57:06.567684 [ 4 ] {b2fa9418-d64a-4a28-868d-083816c2525c} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 15290 | 2025.02.10 18:57:06.567978 [ 4 ] {b2fa9418-d64a-4a28-868d-083816c2525c} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15291 | 2025.02.10 18:57:06.568351 [ 4 ] {b2fa9418-d64a-4a28-868d-083816c2525c} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.006747 sec., 741.0701052319549 rows/sec., 1.33 MiB/sec. | ||
| 15292 | 2025.02.10 18:57:06.568462 [ 4 ] {b2fa9418-d64a-4a28-868d-083816c2525c} <Debug> TCPHandler: Processed in 0.007113822 sec. | ||
| 15293 | 2025.02.10 18:57:06.568638 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15294 | 2025.02.10 18:57:06.568844 [ 256 ] {6cec4c2c-82a6-493b-b0f4-5c56b0f4bd3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15295 | 2025.02.10 18:57:06.568953 [ 256 ] {6cec4c2c-82a6-493b-b0f4-5c56b0f4bd3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15296 | 2025.02.10 18:57:06.569656 [ 256 ] {6cec4c2c-82a6-493b-b0f4-5c56b0f4bd3c} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15297 | 2025.02.10 18:57:06.569695 [ 256 ] {6cec4c2c-82a6-493b-b0f4-5c56b0f4bd3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15298 | 2025.02.10 18:57:06.570170 [ 256 ] {6cec4c2c-82a6-493b-b0f4-5c56b0f4bd3c} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15299 | 2025.02.10 18:57:06.570482 [ 256 ] {6cec4c2c-82a6-493b-b0f4-5c56b0f4bd3c} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15300 | 2025.02.10 18:57:06.570775 [ 256 ] {6cec4c2c-82a6-493b-b0f4-5c56b0f4bd3c} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.002013 sec., 21857.92349726776 rows/sec., 1.47 MiB/sec. | ||
| 15301 | 2025.02.10 18:57:06.570879 [ 256 ] {6cec4c2c-82a6-493b-b0f4-5c56b0f4bd3c} <Debug> TCPHandler: Processed in 0.002318296 sec. | ||
| 15302 | 2025.02.10 18:57:06.573560 [ 195 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_122_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37366 rows, containing 5 columns (5 merged, 0 gathered) in 0.012169214 sec., 3070535.2046566033 rows/sec., 207.30 MiB/sec. | ||
| 15303 | 2025.02.10 18:57:06.574055 [ 193 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_122_25} <Trace> MergedBlockOutputStream: filled checksums all_1_122_25 (state Temporary) | ||
| 15304 | 2025.02.10 18:57:06.574426 [ 193 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_122_25} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_122_25 to all_1_122_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15305 | 2025.02.10 18:57:06.574513 [ 193 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_122_25} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 6 parts: [all_1_117_24, all_122_122_0] -> all_1_122_25 | ||
| 15306 | 2025.02.10 18:57:06.574618 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 15307 | 2025.02.10 18:57:08.336068 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15308 | 2025.02.10 18:57:08.336279 [ 4 ] {af4660cb-a3a2-405b-b5c8-41d61b7df989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15309 | 2025.02.10 18:57:08.336359 [ 4 ] {af4660cb-a3a2-405b-b5c8-41d61b7df989} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15310 | 2025.02.10 18:57:08.337119 [ 4 ] {af4660cb-a3a2-405b-b5c8-41d61b7df989} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15311 | 2025.02.10 18:57:08.337172 [ 4 ] {af4660cb-a3a2-405b-b5c8-41d61b7df989} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15312 | 2025.02.10 18:57:08.337599 [ 4 ] {af4660cb-a3a2-405b-b5c8-41d61b7df989} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15313 | 2025.02.10 18:57:08.337845 [ 4 ] {af4660cb-a3a2-405b-b5c8-41d61b7df989} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15314 | 2025.02.10 18:57:08.338104 [ 4 ] {af4660cb-a3a2-405b-b5c8-41d61b7df989} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001884 sec., 29723.991507430997 rows/sec., 2.28 MiB/sec. | ||
| 15315 | 2025.02.10 18:57:08.338170 [ 4 ] {af4660cb-a3a2-405b-b5c8-41d61b7df989} <Debug> TCPHandler: Processed in 0.002239963 sec. | ||
| 15316 | 2025.02.10 18:57:08.338488 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15317 | 2025.02.10 18:57:08.338802 [ 256 ] {9fcf5267-f5df-4950-b339-ea7ec3728934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15318 | 2025.02.10 18:57:08.338921 [ 256 ] {9fcf5267-f5df-4950-b339-ea7ec3728934} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15319 | 2025.02.10 18:57:08.339957 [ 256 ] {9fcf5267-f5df-4950-b339-ea7ec3728934} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15320 | 2025.02.10 18:57:08.340009 [ 256 ] {9fcf5267-f5df-4950-b339-ea7ec3728934} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15321 | 2025.02.10 18:57:08.340463 [ 256 ] {9fcf5267-f5df-4950-b339-ea7ec3728934} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15322 | 2025.02.10 18:57:08.340719 [ 256 ] {9fcf5267-f5df-4950-b339-ea7ec3728934} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15323 | 2025.02.10 18:57:08.340983 [ 256 ] {9fcf5267-f5df-4950-b339-ea7ec3728934} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00227 sec., 28193.832599118945 rows/sec., 2.20 MiB/sec. | ||
| 15324 | 2025.02.10 18:57:08.341013 [ 223 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15325 | 2025.02.10 18:57:08.341054 [ 256 ] {9fcf5267-f5df-4950-b339-ea7ec3728934} <Debug> TCPHandler: Processed in 0.002762486 sec. | ||
| 15326 | 2025.02.10 18:57:08.341083 [ 223 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15327 | 2025.02.10 18:57:08.341265 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15328 | 2025.02.10 18:57:08.341435 [ 4 ] {757ffb31-243b-4dcb-8cf1-5ab6c16dbb66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15329 | 2025.02.10 18:57:08.341532 [ 4 ] {757ffb31-243b-4dcb-8cf1-5ab6c16dbb66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15330 | 2025.02.10 18:57:08.342827 [ 4 ] {757ffb31-243b-4dcb-8cf1-5ab6c16dbb66} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15331 | 2025.02.10 18:57:08.342869 [ 4 ] {757ffb31-243b-4dcb-8cf1-5ab6c16dbb66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15332 | 2025.02.10 18:57:08.343264 [ 4 ] {757ffb31-243b-4dcb-8cf1-5ab6c16dbb66} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15333 | 2025.02.10 18:57:08.343499 [ 4 ] {757ffb31-243b-4dcb-8cf1-5ab6c16dbb66} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15334 | 2025.02.10 18:57:08.343731 [ 4 ] {757ffb31-243b-4dcb-8cf1-5ab6c16dbb66} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.002328 sec., 18041.23711340206 rows/sec., 1.26 MiB/sec. | ||
| 15335 | 2025.02.10 18:57:08.343804 [ 4 ] {757ffb31-243b-4dcb-8cf1-5ab6c16dbb66} <Debug> TCPHandler: Processed in 0.002645494 sec. | ||
| 15336 | 2025.02.10 18:57:08.343823 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15337 | 2025.02.10 18:57:08.343894 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15338 | 2025.02.10 18:57:08.344004 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15339 | 2025.02.10 18:57:08.344174 [ 256 ] {76d485f6-816b-4fcb-87ec-74fd2a23ccc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15340 | 2025.02.10 18:57:08.344238 [ 256 ] {76d485f6-816b-4fcb-87ec-74fd2a23ccc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15341 | 2025.02.10 18:57:08.345523 [ 256 ] {76d485f6-816b-4fcb-87ec-74fd2a23ccc7} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15342 | 2025.02.10 18:57:08.345564 [ 256 ] {76d485f6-816b-4fcb-87ec-74fd2a23ccc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15343 | 2025.02.10 18:57:08.346238 [ 256 ] {76d485f6-816b-4fcb-87ec-74fd2a23ccc7} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15344 | 2025.02.10 18:57:08.346668 [ 256 ] {76d485f6-816b-4fcb-87ec-74fd2a23ccc7} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15345 | 2025.02.10 18:57:08.347018 [ 219 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15346 | 2025.02.10 18:57:08.347086 [ 256 ] {76d485f6-816b-4fcb-87ec-74fd2a23ccc7} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.00292 sec., 5479.452054794521 rows/sec., 379.92 KiB/sec. | ||
| 15347 | 2025.02.10 18:57:08.347106 [ 219 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15348 | 2025.02.10 18:57:08.347309 [ 256 ] {76d485f6-816b-4fcb-87ec-74fd2a23ccc7} <Debug> TCPHandler: Processed in 0.003392162 sec. | ||
| 15349 | 2025.02.10 18:57:08.348089 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15350 | 2025.02.10 18:57:08.349944 [ 219 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15351 | 2025.02.10 18:57:08.350679 [ 223 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15352 | 2025.02.10 18:57:08.822372 [ 225 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15353 | 2025.02.10 18:57:08.822479 [ 225 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15354 | 2025.02.10 18:57:08.824586 [ 225 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15355 | 2025.02.10 18:57:10.306554 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33489 | ||
| 15356 | 2025.02.10 18:57:10.307247 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15357 | 2025.02.10 18:57:10.307300 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15358 | 2025.02.10 18:57:10.307857 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 15359 | 2025.02.10 18:57:10.308137 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15360 | 2025.02.10 18:57:10.308440 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489 | ||
| 15361 | 2025.02.10 18:57:12.534040 [ 224 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15362 | 2025.02.10 18:57:12.534101 [ 224 ] {} <Debug> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15363 | 2025.02.10 18:57:12.536187 [ 224 ] {} <Debug> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15364 | 2025.02.10 18:57:12.679674 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551 | ||
| 15365 | 2025.02.10 18:57:12.704856 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15366 | 2025.02.10 18:57:12.704915 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15367 | 2025.02.10 18:57:12.712394 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 15368 | 2025.02.10 18:57:12.713189 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15369 | 2025.02.10 18:57:12.717433 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551 | ||
| 15370 | 2025.02.10 18:57:12.996113 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2188 | ||
| 15371 | 2025.02.10 18:57:12.999709 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15372 | 2025.02.10 18:57:12.999777 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15373 | 2025.02.10 18:57:13.001725 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15374 | 2025.02.10 18:57:13.002054 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15375 | 2025.02.10 18:57:13.003515 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2188 | ||
| 15376 | 2025.02.10 18:57:13.220551 [ 219 ] {} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15377 | 2025.02.10 18:57:13.220640 [ 219 ] {} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15378 | 2025.02.10 18:57:13.222726 [ 219 ] {} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15379 | 2025.02.10 18:57:13.347435 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15380 | 2025.02.10 18:57:13.347630 [ 4 ] {c8ff22ba-07ab-43d8-b834-887df45cb681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15381 | 2025.02.10 18:57:13.347704 [ 4 ] {c8ff22ba-07ab-43d8-b834-887df45cb681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15382 | 2025.02.10 18:57:13.348416 [ 4 ] {c8ff22ba-07ab-43d8-b834-887df45cb681} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15383 | 2025.02.10 18:57:13.348458 [ 4 ] {c8ff22ba-07ab-43d8-b834-887df45cb681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15384 | 2025.02.10 18:57:13.348878 [ 4 ] {c8ff22ba-07ab-43d8-b834-887df45cb681} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15385 | 2025.02.10 18:57:13.349121 [ 4 ] {c8ff22ba-07ab-43d8-b834-887df45cb681} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15386 | 2025.02.10 18:57:13.349275 [ 146 ] {} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 15387 | 2025.02.10 18:57:13.349322 [ 4 ] {c8ff22ba-07ab-43d8-b834-887df45cb681} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001743 sec., 8032.128514056225 rows/sec., 578.21 KiB/sec. | ||
| 15388 | 2025.02.10 18:57:13.349326 [ 146 ] {} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15389 | 2025.02.10 18:57:13.349376 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15390 | 2025.02.10 18:57:13.349406 [ 4 ] {c8ff22ba-07ab-43d8-b834-887df45cb681} <Debug> TCPHandler: Processed in 0.00208528 sec. | ||
| 15391 | 2025.02.10 18:57:13.349572 [ 219 ] {} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15392 | 2025.02.10 18:57:13.349662 [ 219 ] {} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15393 | 2025.02.10 18:57:13.349767 [ 189 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 15394 | 2025.02.10 18:57:13.349769 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15395 | 2025.02.10 18:57:13.350168 [ 256 ] {3d585a3b-c9dc-48ad-8b28-bf6044b93cd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15396 | 2025.02.10 18:57:13.350223 [ 189 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15397 | 2025.02.10 18:57:13.350341 [ 256 ] {3d585a3b-c9dc-48ad-8b28-bf6044b93cd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15398 | 2025.02.10 18:57:13.350382 [ 189 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 14 rows starting from the beginning of the part | ||
| 15399 | 2025.02.10 18:57:13.351167 [ 189 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
| 15400 | 2025.02.10 18:57:13.351478 [ 189 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part | ||
| 15401 | 2025.02.10 18:57:13.352108 [ 189 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
| 15402 | 2025.02.10 18:57:13.352788 [ 189 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part | ||
| 15403 | 2025.02.10 18:57:13.355247 [ 256 ] {3d585a3b-c9dc-48ad-8b28-bf6044b93cd7} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15404 | 2025.02.10 18:57:13.355334 [ 256 ] {3d585a3b-c9dc-48ad-8b28-bf6044b93cd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15405 | 2025.02.10 18:57:13.355680 [ 219 ] {} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15406 | 2025.02.10 18:57:13.356780 [ 189 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.007242655 sec., 9664.964022171427 rows/sec., 733.50 KiB/sec. | ||
| 15407 | 2025.02.10 18:57:13.356992 [ 256 ] {3d585a3b-c9dc-48ad-8b28-bf6044b93cd7} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15408 | 2025.02.10 18:57:13.357088 [ 189 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 15409 | 2025.02.10 18:57:13.357513 [ 256 ] {3d585a3b-c9dc-48ad-8b28-bf6044b93cd7} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15410 | 2025.02.10 18:57:13.357582 [ 189 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_53_13} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15411 | 2025.02.10 18:57:13.357720 [ 189 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_53_13} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 15412 | 2025.02.10 18:57:13.357832 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15413 | 2025.02.10 18:57:13.357836 [ 256 ] {3d585a3b-c9dc-48ad-8b28-bf6044b93cd7} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.007781 sec., 35085.46459323994 rows/sec., 3.09 MiB/sec. | ||
| 15414 | 2025.02.10 18:57:13.357918 [ 256 ] {3d585a3b-c9dc-48ad-8b28-bf6044b93cd7} <Debug> TCPHandler: Processed in 0.008370991 sec. | ||
| 15415 | 2025.02.10 18:57:13.358132 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15416 | 2025.02.10 18:57:13.358325 [ 4 ] {23acee44-c781-480b-afb4-5f01195bfec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15417 | 2025.02.10 18:57:13.358410 [ 4 ] {23acee44-c781-480b-afb4-5f01195bfec7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15418 | 2025.02.10 18:57:13.359120 [ 4 ] {23acee44-c781-480b-afb4-5f01195bfec7} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15419 | 2025.02.10 18:57:13.359161 [ 4 ] {23acee44-c781-480b-afb4-5f01195bfec7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15420 | 2025.02.10 18:57:13.359556 [ 4 ] {23acee44-c781-480b-afb4-5f01195bfec7} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 15421 | 2025.02.10 18:57:13.359811 [ 4 ] {23acee44-c781-480b-afb4-5f01195bfec7} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15422 | 2025.02.10 18:57:13.359962 [ 146 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 15423 | 2025.02.10 18:57:13.360004 [ 146 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15424 | 2025.02.10 18:57:13.360004 [ 4 ] {23acee44-c781-480b-afb4-5f01195bfec7} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001709 sec., 24575.775307197193 rows/sec., 1.76 MiB/sec. | ||
| 15425 | 2025.02.10 18:57:13.360029 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15426 | 2025.02.10 18:57:13.360162 [ 4 ] {23acee44-c781-480b-afb4-5f01195bfec7} <Debug> TCPHandler: Processed in 0.002143172 sec. | ||
| 15427 | 2025.02.10 18:57:13.360400 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 15428 | 2025.02.10 18:57:13.360495 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15429 | 2025.02.10 18:57:13.360924 [ 256 ] {960fab9c-c509-40ce-ac74-b54795edad21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15430 | 2025.02.10 18:57:13.360934 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15431 | 2025.02.10 18:57:13.361073 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 65 rows starting from the beginning of the part | ||
| 15432 | 2025.02.10 18:57:13.361113 [ 256 ] {960fab9c-c509-40ce-ac74-b54795edad21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15433 | 2025.02.10 18:57:13.361626 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 44 rows starting from the beginning of the part | ||
| 15434 | 2025.02.10 18:57:13.362211 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 5 rows starting from the beginning of the part | ||
| 15435 | 2025.02.10 18:57:13.362718 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 42 rows starting from the beginning of the part | ||
| 15436 | 2025.02.10 18:57:13.362984 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 9 rows starting from the beginning of the part | ||
| 15437 | 2025.02.10 18:57:13.363337 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 42 rows starting from the beginning of the part | ||
| 15438 | 2025.02.10 18:57:13.364267 [ 256 ] {960fab9c-c509-40ce-ac74-b54795edad21} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15439 | 2025.02.10 18:57:13.364312 [ 256 ] {960fab9c-c509-40ce-ac74-b54795edad21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15440 | 2025.02.10 18:57:13.364890 [ 256 ] {960fab9c-c509-40ce-ac74-b54795edad21} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 15441 | 2025.02.10 18:57:13.365080 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 207 rows, containing 5 columns (5 merged, 0 gathered) in 0.004940279 sec., 41900.46756468613 rows/sec., 3.16 MiB/sec. | ||
| 15442 | 2025.02.10 18:57:13.365200 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 15443 | 2025.02.10 18:57:13.365224 [ 256 ] {960fab9c-c509-40ce-ac74-b54795edad21} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15444 | 2025.02.10 18:57:13.365542 [ 256 ] {960fab9c-c509-40ce-ac74-b54795edad21} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004774 sec., 2932.5513196480942 rows/sec., 205.38 KiB/sec. | ||
| 15445 | 2025.02.10 18:57:13.365555 [ 221 ] {} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15446 | 2025.02.10 18:57:13.365617 [ 221 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15447 | 2025.02.10 18:57:13.365643 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_101_20} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15448 | 2025.02.10 18:57:13.365681 [ 256 ] {960fab9c-c509-40ce-ac74-b54795edad21} <Debug> TCPHandler: Processed in 0.005349379 sec. | ||
| 15449 | 2025.02.10 18:57:13.365807 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_101_20} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 15450 | 2025.02.10 18:57:13.365941 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 15451 | 2025.02.10 18:57:13.365954 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15452 | 2025.02.10 18:57:13.366169 [ 4 ] {04fea19c-c17a-4ba8-bd00-a886e9a7dd93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15453 | 2025.02.10 18:57:13.366298 [ 4 ] {04fea19c-c17a-4ba8-bd00-a886e9a7dd93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15454 | 2025.02.10 18:57:13.367855 [ 4 ] {04fea19c-c17a-4ba8-bd00-a886e9a7dd93} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15455 | 2025.02.10 18:57:13.367916 [ 4 ] {04fea19c-c17a-4ba8-bd00-a886e9a7dd93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15456 | 2025.02.10 18:57:13.368664 [ 4 ] {04fea19c-c17a-4ba8-bd00-a886e9a7dd93} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15457 | 2025.02.10 18:57:13.369195 [ 4 ] {04fea19c-c17a-4ba8-bd00-a886e9a7dd93} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15458 | 2025.02.10 18:57:13.369388 [ 146 ] {} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 15459 | 2025.02.10 18:57:13.369463 [ 146 ] {} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15460 | 2025.02.10 18:57:13.369517 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15461 | 2025.02.10 18:57:13.369559 [ 4 ] {04fea19c-c17a-4ba8-bd00-a886e9a7dd93} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003439 sec., 3780.1686536783945 rows/sec., 235.69 KiB/sec. | ||
| 15462 | 2025.02.10 18:57:13.369937 [ 4 ] {04fea19c-c17a-4ba8-bd00-a886e9a7dd93} <Debug> TCPHandler: Processed in 0.004121169 sec. | ||
| 15463 | 2025.02.10 18:57:13.369937 [ 221 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15464 | 2025.02.10 18:57:13.369938 [ 189 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 15465 | 2025.02.10 18:57:13.370198 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15466 | 2025.02.10 18:57:13.370412 [ 189 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15467 | 2025.02.10 18:57:13.370428 [ 256 ] {ef7443e3-6a46-4809-8508-94555087a764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15468 | 2025.02.10 18:57:13.370496 [ 189 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 13 rows starting from the beginning of the part | ||
| 15469 | 2025.02.10 18:57:13.370533 [ 256 ] {ef7443e3-6a46-4809-8508-94555087a764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15470 | 2025.02.10 18:57:13.371130 [ 189 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 13 rows starting from the beginning of the part | ||
| 15471 | 2025.02.10 18:57:13.371649 [ 189 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 13 rows starting from the beginning of the part | ||
| 15472 | 2025.02.10 18:57:13.372171 [ 189 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 13 rows starting from the beginning of the part | ||
| 15473 | 2025.02.10 18:57:13.372487 [ 189 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 13 rows starting from the beginning of the part | ||
| 15474 | 2025.02.10 18:57:13.373686 [ 256 ] {ef7443e3-6a46-4809-8508-94555087a764} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15475 | 2025.02.10 18:57:13.373734 [ 256 ] {ef7443e3-6a46-4809-8508-94555087a764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15476 | 2025.02.10 18:57:13.374031 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004404996 sec., 14755.972536637943 rows/sec., 977.67 KiB/sec. | ||
| 15477 | 2025.02.10 18:57:13.374352 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 15478 | 2025.02.10 18:57:13.374355 [ 256 ] {ef7443e3-6a46-4809-8508-94555087a764} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15479 | 2025.02.10 18:57:13.374864 [ 256 ] {ef7443e3-6a46-4809-8508-94555087a764} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15480 | 2025.02.10 18:57:13.375002 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_53_13} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15481 | 2025.02.10 18:57:13.375278 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_53_13} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 15482 | 2025.02.10 18:57:13.375296 [ 256 ] {ef7443e3-6a46-4809-8508-94555087a764} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.00493 sec., 84584.1784989858 rows/sec., 6.04 MiB/sec. | ||
| 15483 | 2025.02.10 18:57:13.375512 [ 256 ] {ef7443e3-6a46-4809-8508-94555087a764} <Debug> TCPHandler: Processed in 0.005453422 sec. | ||
| 15484 | 2025.02.10 18:57:13.375526 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 15485 | 2025.02.10 18:57:13.375701 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15486 | 2025.02.10 18:57:13.375845 [ 4 ] {5e54c7c2-f940-4146-bf51-d91bc178fa8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15487 | 2025.02.10 18:57:13.375907 [ 4 ] {5e54c7c2-f940-4146-bf51-d91bc178fa8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15488 | 2025.02.10 18:57:13.376476 [ 4 ] {5e54c7c2-f940-4146-bf51-d91bc178fa8e} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15489 | 2025.02.10 18:57:13.376523 [ 4 ] {5e54c7c2-f940-4146-bf51-d91bc178fa8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15490 | 2025.02.10 18:57:13.376928 [ 4 ] {5e54c7c2-f940-4146-bf51-d91bc178fa8e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15491 | 2025.02.10 18:57:13.377164 [ 4 ] {5e54c7c2-f940-4146-bf51-d91bc178fa8e} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15492 | 2025.02.10 18:57:13.377353 [ 4 ] {5e54c7c2-f940-4146-bf51-d91bc178fa8e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001541 sec., 3893.5756002595717 rows/sec., 203.42 KiB/sec. | ||
| 15493 | 2025.02.10 18:57:13.377455 [ 4 ] {5e54c7c2-f940-4146-bf51-d91bc178fa8e} <Debug> TCPHandler: Processed in 0.001824654 sec. | ||
| 15494 | 2025.02.10 18:57:13.377670 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15495 | 2025.02.10 18:57:13.377838 [ 256 ] {f4edf5b9-30bf-4a85-b0af-af0732a8ec22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15496 | 2025.02.10 18:57:13.377913 [ 256 ] {f4edf5b9-30bf-4a85-b0af-af0732a8ec22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15497 | 2025.02.10 18:57:13.378664 [ 256 ] {f4edf5b9-30bf-4a85-b0af-af0732a8ec22} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15498 | 2025.02.10 18:57:13.378709 [ 256 ] {f4edf5b9-30bf-4a85-b0af-af0732a8ec22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15499 | 2025.02.10 18:57:13.379146 [ 256 ] {f4edf5b9-30bf-4a85-b0af-af0732a8ec22} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15500 | 2025.02.10 18:57:13.379530 [ 256 ] {f4edf5b9-30bf-4a85-b0af-af0732a8ec22} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15501 | 2025.02.10 18:57:13.379769 [ 256 ] {f4edf5b9-30bf-4a85-b0af-af0732a8ec22} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001966 sec., 120549.33875890133 rows/sec., 8.08 MiB/sec. | ||
| 15502 | 2025.02.10 18:57:13.379828 [ 256 ] {f4edf5b9-30bf-4a85-b0af-af0732a8ec22} <Debug> TCPHandler: Processed in 0.002276735 sec. | ||
| 15503 | 2025.02.10 18:57:13.380001 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15504 | 2025.02.10 18:57:13.380124 [ 4 ] {f32af892-b67c-4d02-8c77-08f1650b5f5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15505 | 2025.02.10 18:57:13.380176 [ 4 ] {f32af892-b67c-4d02-8c77-08f1650b5f5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15506 | 2025.02.10 18:57:13.380715 [ 4 ] {f32af892-b67c-4d02-8c77-08f1650b5f5c} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15507 | 2025.02.10 18:57:13.380753 [ 4 ] {f32af892-b67c-4d02-8c77-08f1650b5f5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15508 | 2025.02.10 18:57:13.381130 [ 4 ] {f32af892-b67c-4d02-8c77-08f1650b5f5c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15509 | 2025.02.10 18:57:13.381368 [ 4 ] {f32af892-b67c-4d02-8c77-08f1650b5f5c} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15510 | 2025.02.10 18:57:13.381543 [ 222 ] {} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15511 | 2025.02.10 18:57:13.381577 [ 222 ] {} <Debug> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15512 | 2025.02.10 18:57:13.381585 [ 4 ] {f32af892-b67c-4d02-8c77-08f1650b5f5c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001464 sec., 683.0601092896175 rows/sec., 46.03 KiB/sec. | ||
| 15513 | 2025.02.10 18:57:13.381669 [ 4 ] {f32af892-b67c-4d02-8c77-08f1650b5f5c} <Debug> TCPHandler: Processed in 0.001734802 sec. | ||
| 15514 | 2025.02.10 18:57:13.381858 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15515 | 2025.02.10 18:57:13.382070 [ 256 ] {4105ba79-c46c-45d0-81d0-630d697cca22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15516 | 2025.02.10 18:57:13.382343 [ 256 ] {4105ba79-c46c-45d0-81d0-630d697cca22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15517 | 2025.02.10 18:57:13.385041 [ 222 ] {} <Debug> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15518 | 2025.02.10 18:57:13.385369 [ 256 ] {4105ba79-c46c-45d0-81d0-630d697cca22} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15519 | 2025.02.10 18:57:13.385447 [ 256 ] {4105ba79-c46c-45d0-81d0-630d697cca22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15520 | 2025.02.10 18:57:13.386497 [ 256 ] {4105ba79-c46c-45d0-81d0-630d697cca22} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 15521 | 2025.02.10 18:57:13.386778 [ 256 ] {4105ba79-c46c-45d0-81d0-630d697cca22} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15522 | 2025.02.10 18:57:13.386968 [ 118 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 15523 | 2025.02.10 18:57:13.387026 [ 118 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15524 | 2025.02.10 18:57:13.387059 [ 256 ] {4105ba79-c46c-45d0-81d0-630d697cca22} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.005033 sec., 6954.102920723227 rows/sec., 12.46 MiB/sec. | ||
| 15525 | 2025.02.10 18:57:13.387068 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15526 | 2025.02.10 18:57:13.387482 [ 256 ] {4105ba79-c46c-45d0-81d0-630d697cca22} <Debug> TCPHandler: Processed in 0.005692428 sec. | ||
| 15527 | 2025.02.10 18:57:13.387489 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 15528 | 2025.02.10 18:57:13.387701 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15529 | 2025.02.10 18:57:13.387955 [ 4 ] {2c2a8c96-4da5-4154-b18d-e10f5adc1e70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15530 | 2025.02.10 18:57:13.388071 [ 4 ] {2c2a8c96-4da5-4154-b18d-e10f5adc1e70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15531 | 2025.02.10 18:57:13.388296 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15532 | 2025.02.10 18:57:13.388572 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1894 rows starting from the beginning of the part | ||
| 15533 | 2025.02.10 18:57:13.389358 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 35 rows starting from the beginning of the part | ||
| 15534 | 2025.02.10 18:57:13.390135 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 5 rows starting from the beginning of the part | ||
| 15535 | 2025.02.10 18:57:13.390264 [ 4 ] {2c2a8c96-4da5-4154-b18d-e10f5adc1e70} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15536 | 2025.02.10 18:57:13.390407 [ 4 ] {2c2a8c96-4da5-4154-b18d-e10f5adc1e70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15537 | 2025.02.10 18:57:13.390774 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 35 rows starting from the beginning of the part | ||
| 15538 | 2025.02.10 18:57:13.391477 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 5 rows starting from the beginning of the part | ||
| 15539 | 2025.02.10 18:57:13.392032 [ 4 ] {2c2a8c96-4da5-4154-b18d-e10f5adc1e70} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15540 | 2025.02.10 18:57:13.392111 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 35 rows starting from the beginning of the part | ||
| 15541 | 2025.02.10 18:57:13.392824 [ 4 ] {2c2a8c96-4da5-4154-b18d-e10f5adc1e70} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15542 | 2025.02.10 18:57:13.393363 [ 4 ] {2c2a8c96-4da5-4154-b18d-e10f5adc1e70} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005463 sec., 15010.067728354385 rows/sec., 976.20 KiB/sec. | ||
| 15543 | 2025.02.10 18:57:13.393559 [ 4 ] {2c2a8c96-4da5-4154-b18d-e10f5adc1e70} <Debug> TCPHandler: Processed in 0.005941684 sec. | ||
| 15544 | 2025.02.10 18:57:13.402648 [ 190 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2009 rows, containing 19 columns (19 merged, 0 gathered) in 0.015430332 sec., 130198.10591243273 rows/sec., 233.31 MiB/sec. | ||
| 15545 | 2025.02.10 18:57:13.404198 [ 199 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 15546 | 2025.02.10 18:57:13.404636 [ 199 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15547 | 2025.02.10 18:57:13.404728 [ 199 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 15548 | 2025.02.10 18:57:13.404863 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.48 MiB. | ||
| 15549 | 2025.02.10 18:57:14.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.23 MiB, peak 285.67 MiB, free memory in arenas 0.00 B, will set to 270.15 MiB (RSS), difference: 1.92 MiB | ||
| 15550 | 2025.02.10 18:57:17.605832 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15551 | 2025.02.10 18:57:17.605887 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15552 | 2025.02.10 18:57:17.808629 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33916 | ||
| 15553 | 2025.02.10 18:57:17.809413 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15554 | 2025.02.10 18:57:17.809463 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15555 | 2025.02.10 18:57:17.810016 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 15556 | 2025.02.10 18:57:17.810280 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15557 | 2025.02.10 18:57:17.810574 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 | ||
| 15558 | 2025.02.10 18:57:18.341731 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15559 | 2025.02.10 18:57:18.341914 [ 4 ] {53b6f97d-dad2-4fe7-99af-29e57daab2ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15560 | 2025.02.10 18:57:18.341983 [ 4 ] {53b6f97d-dad2-4fe7-99af-29e57daab2ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15561 | 2025.02.10 18:57:18.342737 [ 4 ] {53b6f97d-dad2-4fe7-99af-29e57daab2ee} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15562 | 2025.02.10 18:57:18.342786 [ 4 ] {53b6f97d-dad2-4fe7-99af-29e57daab2ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15563 | 2025.02.10 18:57:18.343200 [ 4 ] {53b6f97d-dad2-4fe7-99af-29e57daab2ee} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15564 | 2025.02.10 18:57:18.343448 [ 4 ] {53b6f97d-dad2-4fe7-99af-29e57daab2ee} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15565 | 2025.02.10 18:57:18.343735 [ 4 ] {53b6f97d-dad2-4fe7-99af-29e57daab2ee} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.00186 sec., 35483.87096774193 rows/sec., 2.83 MiB/sec. | ||
| 15566 | 2025.02.10 18:57:18.343830 [ 4 ] {53b6f97d-dad2-4fe7-99af-29e57daab2ee} <Debug> TCPHandler: Processed in 0.002216994 sec. | ||
| 15567 | 2025.02.10 18:57:18.344106 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15568 | 2025.02.10 18:57:18.344330 [ 256 ] {e021d1ec-1330-47f7-9d1e-48adb75ef48b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15569 | 2025.02.10 18:57:18.344410 [ 256 ] {e021d1ec-1330-47f7-9d1e-48adb75ef48b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15570 | 2025.02.10 18:57:18.345222 [ 256 ] {e021d1ec-1330-47f7-9d1e-48adb75ef48b} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15571 | 2025.02.10 18:57:18.345269 [ 256 ] {e021d1ec-1330-47f7-9d1e-48adb75ef48b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15572 | 2025.02.10 18:57:18.345699 [ 256 ] {e021d1ec-1330-47f7-9d1e-48adb75ef48b} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 15573 | 2025.02.10 18:57:18.345957 [ 256 ] {e021d1ec-1330-47f7-9d1e-48adb75ef48b} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15574 | 2025.02.10 18:57:18.346215 [ 256 ] {e021d1ec-1330-47f7-9d1e-48adb75ef48b} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001943 sec., 2573.340195573855 rows/sec., 193.50 KiB/sec. | ||
| 15575 | 2025.02.10 18:57:18.346279 [ 218 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15576 | 2025.02.10 18:57:18.346305 [ 256 ] {e021d1ec-1330-47f7-9d1e-48adb75ef48b} <Debug> TCPHandler: Processed in 0.002355467 sec. | ||
| 15577 | 2025.02.10 18:57:18.346336 [ 218 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15578 | 2025.02.10 18:57:18.346490 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15579 | 2025.02.10 18:57:18.346617 [ 4 ] {ab17eeb9-bc00-4050-9aca-0c4b757ebfa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15580 | 2025.02.10 18:57:18.346673 [ 4 ] {ab17eeb9-bc00-4050-9aca-0c4b757ebfa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15581 | 2025.02.10 18:57:18.347663 [ 4 ] {ab17eeb9-bc00-4050-9aca-0c4b757ebfa5} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15582 | 2025.02.10 18:57:18.347702 [ 4 ] {ab17eeb9-bc00-4050-9aca-0c4b757ebfa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15583 | 2025.02.10 18:57:18.348184 [ 4 ] {ab17eeb9-bc00-4050-9aca-0c4b757ebfa5} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15584 | 2025.02.10 18:57:18.348468 [ 4 ] {ab17eeb9-bc00-4050-9aca-0c4b757ebfa5} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15585 | 2025.02.10 18:57:18.348791 [ 4 ] {ab17eeb9-bc00-4050-9aca-0c4b757ebfa5} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.002203 sec., 31320.926009986382 rows/sec., 2.45 MiB/sec. | ||
| 15586 | 2025.02.10 18:57:18.348847 [ 4 ] {ab17eeb9-bc00-4050-9aca-0c4b757ebfa5} <Debug> TCPHandler: Processed in 0.002440249 sec. | ||
| 15587 | 2025.02.10 18:57:18.349058 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15588 | 2025.02.10 18:57:18.349120 [ 218 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15589 | 2025.02.10 18:57:18.349384 [ 256 ] {851362f1-e977-4797-a3cf-c175b287979b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15590 | 2025.02.10 18:57:18.349519 [ 256 ] {851362f1-e977-4797-a3cf-c175b287979b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15591 | 2025.02.10 18:57:18.351127 [ 256 ] {851362f1-e977-4797-a3cf-c175b287979b} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15592 | 2025.02.10 18:57:18.351169 [ 256 ] {851362f1-e977-4797-a3cf-c175b287979b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15593 | 2025.02.10 18:57:18.351575 [ 256 ] {851362f1-e977-4797-a3cf-c175b287979b} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15594 | 2025.02.10 18:57:18.351823 [ 256 ] {851362f1-e977-4797-a3cf-c175b287979b} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15595 | 2025.02.10 18:57:18.352031 [ 256 ] {851362f1-e977-4797-a3cf-c175b287979b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002745 sec., 58287.795992714025 rows/sec., 4.06 MiB/sec. | ||
| 15596 | 2025.02.10 18:57:18.352085 [ 256 ] {851362f1-e977-4797-a3cf-c175b287979b} <Debug> TCPHandler: Processed in 0.003118545 sec. | ||
| 15597 | 2025.02.10 18:57:18.352252 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15598 | 2025.02.10 18:57:18.352371 [ 4 ] {67b51e6d-21c0-4f3e-994e-fc84e4270162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15599 | 2025.02.10 18:57:18.352454 [ 4 ] {67b51e6d-21c0-4f3e-994e-fc84e4270162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15600 | 2025.02.10 18:57:18.353573 [ 4 ] {67b51e6d-21c0-4f3e-994e-fc84e4270162} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15601 | 2025.02.10 18:57:18.353618 [ 4 ] {67b51e6d-21c0-4f3e-994e-fc84e4270162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15602 | 2025.02.10 18:57:18.354249 [ 4 ] {67b51e6d-21c0-4f3e-994e-fc84e4270162} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 15603 | 2025.02.10 18:57:18.354510 [ 4 ] {67b51e6d-21c0-4f3e-994e-fc84e4270162} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15604 | 2025.02.10 18:57:18.354796 [ 4 ] {67b51e6d-21c0-4f3e-994e-fc84e4270162} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002447 sec., 2043.3183489987741 rows/sec., 3.66 MiB/sec. | ||
| 15605 | 2025.02.10 18:57:18.354831 [ 225 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15606 | 2025.02.10 18:57:18.354914 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15607 | 2025.02.10 18:57:18.355053 [ 4 ] {67b51e6d-21c0-4f3e-994e-fc84e4270162} <Debug> TCPHandler: Processed in 0.002857309 sec. | ||
| 15608 | 2025.02.10 18:57:18.355289 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15609 | 2025.02.10 18:57:18.355434 [ 256 ] {b71bcb37-f923-462c-912a-6a18d5c4e735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15610 | 2025.02.10 18:57:18.355500 [ 256 ] {b71bcb37-f923-462c-912a-6a18d5c4e735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15611 | 2025.02.10 18:57:18.356291 [ 256 ] {b71bcb37-f923-462c-912a-6a18d5c4e735} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15612 | 2025.02.10 18:57:18.356330 [ 256 ] {b71bcb37-f923-462c-912a-6a18d5c4e735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15613 | 2025.02.10 18:57:18.356777 [ 256 ] {b71bcb37-f923-462c-912a-6a18d5c4e735} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15614 | 2025.02.10 18:57:18.357067 [ 256 ] {b71bcb37-f923-462c-912a-6a18d5c4e735} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15615 | 2025.02.10 18:57:18.357365 [ 256 ] {b71bcb37-f923-462c-912a-6a18d5c4e735} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001958 sec., 30643.513789581204 rows/sec., 2.07 MiB/sec. | ||
| 15616 | 2025.02.10 18:57:18.357473 [ 256 ] {b71bcb37-f923-462c-912a-6a18d5c4e735} <Debug> TCPHandler: Processed in 0.002320246 sec. | ||
| 15617 | 2025.02.10 18:57:18.357750 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15618 | 2025.02.10 18:57:20.217513 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558 | ||
| 15619 | 2025.02.10 18:57:20.239817 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15620 | 2025.02.10 18:57:20.239870 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15621 | 2025.02.10 18:57:20.247208 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 15622 | 2025.02.10 18:57:20.248001 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15623 | 2025.02.10 18:57:20.250834 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558 | ||
| 15624 | 2025.02.10 18:57:23.003785 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2222 | ||
| 15625 | 2025.02.10 18:57:23.006973 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15626 | 2025.02.10 18:57:23.007020 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15627 | 2025.02.10 18:57:23.008565 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15628 | 2025.02.10 18:57:23.008885 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15629 | 2025.02.10 18:57:23.009421 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2222 | ||
| 15630 | 2025.02.10 18:57:23.025515 [ 221 ] {} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15631 | 2025.02.10 18:57:23.025579 [ 221 ] {} <Debug> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15632 | 2025.02.10 18:57:23.027538 [ 221 ] {} <Debug> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15633 | 2025.02.10 18:57:23.348169 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15634 | 2025.02.10 18:57:23.348331 [ 4 ] {48b5a013-e01f-4c81-a506-04dea68641e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15635 | 2025.02.10 18:57:23.348394 [ 4 ] {48b5a013-e01f-4c81-a506-04dea68641e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15636 | 2025.02.10 18:57:23.349058 [ 4 ] {48b5a013-e01f-4c81-a506-04dea68641e8} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15637 | 2025.02.10 18:57:23.349098 [ 4 ] {48b5a013-e01f-4c81-a506-04dea68641e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15638 | 2025.02.10 18:57:23.349474 [ 4 ] {48b5a013-e01f-4c81-a506-04dea68641e8} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15639 | 2025.02.10 18:57:23.349726 [ 4 ] {48b5a013-e01f-4c81-a506-04dea68641e8} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15640 | 2025.02.10 18:57:23.349908 [ 4 ] {48b5a013-e01f-4c81-a506-04dea68641e8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001621 sec., 8636.64404688464 rows/sec., 621.72 KiB/sec. | ||
| 15641 | 2025.02.10 18:57:23.349964 [ 4 ] {48b5a013-e01f-4c81-a506-04dea68641e8} <Debug> TCPHandler: Processed in 0.001879005 sec. | ||
| 15642 | 2025.02.10 18:57:23.350285 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15643 | 2025.02.10 18:57:23.350576 [ 256 ] {46cab241-753f-4fde-854f-1888b93c54c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15644 | 2025.02.10 18:57:23.350696 [ 256 ] {46cab241-753f-4fde-854f-1888b93c54c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15645 | 2025.02.10 18:57:23.351611 [ 256 ] {46cab241-753f-4fde-854f-1888b93c54c7} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15646 | 2025.02.10 18:57:23.351655 [ 256 ] {46cab241-753f-4fde-854f-1888b93c54c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15647 | 2025.02.10 18:57:23.352083 [ 256 ] {46cab241-753f-4fde-854f-1888b93c54c7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 15648 | 2025.02.10 18:57:23.352361 [ 256 ] {46cab241-753f-4fde-854f-1888b93c54c7} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15649 | 2025.02.10 18:57:23.352669 [ 256 ] {46cab241-753f-4fde-854f-1888b93c54c7} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002182 sec., 4582.9514207149405 rows/sec., 373.71 KiB/sec. | ||
| 15650 | 2025.02.10 18:57:23.352776 [ 256 ] {46cab241-753f-4fde-854f-1888b93c54c7} <Debug> TCPHandler: Processed in 0.002680634 sec. | ||
| 15651 | 2025.02.10 18:57:23.352993 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15652 | 2025.02.10 18:57:23.353282 [ 4 ] {8ac1268a-237e-412a-be95-89e59d35b670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15653 | 2025.02.10 18:57:23.353347 [ 4 ] {8ac1268a-237e-412a-be95-89e59d35b670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15654 | 2025.02.10 18:57:23.354063 [ 4 ] {8ac1268a-237e-412a-be95-89e59d35b670} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15655 | 2025.02.10 18:57:23.354102 [ 4 ] {8ac1268a-237e-412a-be95-89e59d35b670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15656 | 2025.02.10 18:57:23.354483 [ 4 ] {8ac1268a-237e-412a-be95-89e59d35b670} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15657 | 2025.02.10 18:57:23.354734 [ 4 ] {8ac1268a-237e-412a-be95-89e59d35b670} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15658 | 2025.02.10 18:57:23.354916 [ 148 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 15659 | 2025.02.10 18:57:23.354952 [ 4 ] {8ac1268a-237e-412a-be95-89e59d35b670} <Debug> executeQuery: Read 278 rows, 25.00 KiB in 0.001765 sec., 157507.0821529745 rows/sec., 13.83 MiB/sec. | ||
| 15660 | 2025.02.10 18:57:23.355003 [ 148 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15661 | 2025.02.10 18:57:23.355065 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15662 | 2025.02.10 18:57:23.355084 [ 4 ] {8ac1268a-237e-412a-be95-89e59d35b670} <Debug> TCPHandler: Processed in 0.002206543 sec. | ||
| 15663 | 2025.02.10 18:57:23.355324 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 15664 | 2025.02.10 18:57:23.355400 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15665 | 2025.02.10 18:57:23.355509 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15666 | 2025.02.10 18:57:23.355558 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1432 rows starting from the beginning of the part | ||
| 15667 | 2025.02.10 18:57:23.355835 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 1208 rows starting from the beginning of the part | ||
| 15668 | 2025.02.10 18:57:23.355951 [ 256 ] {384a21e1-41d7-40d6-b21c-861f907523ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15669 | 2025.02.10 18:57:23.356178 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 56 rows starting from the beginning of the part | ||
| 15670 | 2025.02.10 18:57:23.356243 [ 256 ] {384a21e1-41d7-40d6-b21c-861f907523ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15671 | 2025.02.10 18:57:23.356600 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 273 rows starting from the beginning of the part | ||
| 15672 | 2025.02.10 18:57:23.356907 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 66 rows starting from the beginning of the part | ||
| 15673 | 2025.02.10 18:57:23.357299 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 278 rows starting from the beginning of the part | ||
| 15674 | 2025.02.10 18:57:23.358814 [ 256 ] {384a21e1-41d7-40d6-b21c-861f907523ba} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15675 | 2025.02.10 18:57:23.358886 [ 256 ] {384a21e1-41d7-40d6-b21c-861f907523ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15676 | 2025.02.10 18:57:23.359888 [ 256 ] {384a21e1-41d7-40d6-b21c-861f907523ba} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 15677 | 2025.02.10 18:57:23.360278 [ 256 ] {384a21e1-41d7-40d6-b21c-861f907523ba} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15678 | 2025.02.10 18:57:23.360556 [ 256 ] {384a21e1-41d7-40d6-b21c-861f907523ba} <Debug> executeQuery: Read 52 rows, 3.79 KiB in 0.004891 sec., 10631.772643631159 rows/sec., 774.10 KiB/sec. | ||
| 15679 | 2025.02.10 18:57:23.360823 [ 256 ] {384a21e1-41d7-40d6-b21c-861f907523ba} <Debug> TCPHandler: Processed in 0.005618205 sec. | ||
| 15680 | 2025.02.10 18:57:23.361115 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15681 | 2025.02.10 18:57:23.361432 [ 4 ] {a88e169b-a9e4-487b-87cb-ab4b07b00953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15682 | 2025.02.10 18:57:23.361568 [ 4 ] {a88e169b-a9e4-487b-87cb-ab4b07b00953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15683 | 2025.02.10 18:57:23.361900 [ 190 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3313 rows, containing 5 columns (5 merged, 0 gathered) in 0.006730342 sec., 492248.3879719634 rows/sec., 43.14 MiB/sec. | ||
| 15684 | 2025.02.10 18:57:23.362252 [ 190 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 15685 | 2025.02.10 18:57:23.362666 [ 190 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_126_25} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15686 | 2025.02.10 18:57:23.362745 [ 4 ] {a88e169b-a9e4-487b-87cb-ab4b07b00953} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15687 | 2025.02.10 18:57:23.362783 [ 190 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_126_25} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 15688 | 2025.02.10 18:57:23.362787 [ 4 ] {a88e169b-a9e4-487b-87cb-ab4b07b00953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15689 | 2025.02.10 18:57:23.362902 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 15690 | 2025.02.10 18:57:23.363182 [ 4 ] {a88e169b-a9e4-487b-87cb-ab4b07b00953} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 15691 | 2025.02.10 18:57:23.363410 [ 4 ] {a88e169b-a9e4-487b-87cb-ab4b07b00953} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15692 | 2025.02.10 18:57:23.363568 [ 148 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 15693 | 2025.02.10 18:57:23.363616 [ 148 ] {} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15694 | 2025.02.10 18:57:23.363645 [ 4 ] {a88e169b-a9e4-487b-87cb-ab4b07b00953} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002297 sec., 6094.90639965172 rows/sec., 426.85 KiB/sec. | ||
| 15695 | 2025.02.10 18:57:23.363654 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15696 | 2025.02.10 18:57:23.363813 [ 4 ] {a88e169b-a9e4-487b-87cb-ab4b07b00953} <Debug> TCPHandler: Processed in 0.002851368 sec. | ||
| 15697 | 2025.02.10 18:57:23.363910 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 15698 | 2025.02.10 18:57:23.364013 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15699 | 2025.02.10 18:57:23.364060 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15700 | 2025.02.10 18:57:23.364099 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 242 rows starting from the beginning of the part | ||
| 15701 | 2025.02.10 18:57:23.364155 [ 256 ] {facd9f68-d8dd-43f9-b2f3-2c08b7d89aa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15702 | 2025.02.10 18:57:23.364288 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 14 rows starting from the beginning of the part | ||
| 15703 | 2025.02.10 18:57:23.364288 [ 256 ] {facd9f68-d8dd-43f9-b2f3-2c08b7d89aa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15704 | 2025.02.10 18:57:23.364717 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 14 rows starting from the beginning of the part | ||
| 15705 | 2025.02.10 18:57:23.365075 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 228 rows starting from the beginning of the part | ||
| 15706 | 2025.02.10 18:57:23.365469 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 14 rows starting from the beginning of the part | ||
| 15707 | 2025.02.10 18:57:23.365769 [ 197 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 14 rows starting from the beginning of the part | ||
| 15708 | 2025.02.10 18:57:23.366852 [ 256 ] {facd9f68-d8dd-43f9-b2f3-2c08b7d89aa1} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15709 | 2025.02.10 18:57:23.366894 [ 256 ] {facd9f68-d8dd-43f9-b2f3-2c08b7d89aa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15710 | 2025.02.10 18:57:23.367453 [ 256 ] {facd9f68-d8dd-43f9-b2f3-2c08b7d89aa1} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15711 | 2025.02.10 18:57:23.367678 [ 190 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.003888614 sec., 135266.70428075403 rows/sec., 9.69 MiB/sec. | ||
| 15712 | 2025.02.10 18:57:23.367854 [ 256 ] {facd9f68-d8dd-43f9-b2f3-2c08b7d89aa1} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15713 | 2025.02.10 18:57:23.367884 [ 190 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 15714 | 2025.02.10 18:57:23.368340 [ 256 ] {facd9f68-d8dd-43f9-b2f3-2c08b7d89aa1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004206 sec., 3090.822634331907 rows/sec., 192.71 KiB/sec. | ||
| 15715 | 2025.02.10 18:57:23.368615 [ 190 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_71_14} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15716 | 2025.02.10 18:57:23.368693 [ 256 ] {facd9f68-d8dd-43f9-b2f3-2c08b7d89aa1} <Debug> TCPHandler: Processed in 0.004746964 sec. | ||
| 15717 | 2025.02.10 18:57:23.368951 [ 190 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_71_14} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 15718 | 2025.02.10 18:57:23.368981 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15719 | 2025.02.10 18:57:23.369268 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 15720 | 2025.02.10 18:57:23.369396 [ 4 ] {4353cc4e-f9bc-42f9-b934-2295dffc3ed1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15721 | 2025.02.10 18:57:23.369519 [ 4 ] {4353cc4e-f9bc-42f9-b934-2295dffc3ed1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15722 | 2025.02.10 18:57:23.370285 [ 4 ] {4353cc4e-f9bc-42f9-b934-2295dffc3ed1} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15723 | 2025.02.10 18:57:23.370323 [ 4 ] {4353cc4e-f9bc-42f9-b934-2295dffc3ed1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15724 | 2025.02.10 18:57:23.370713 [ 4 ] {4353cc4e-f9bc-42f9-b934-2295dffc3ed1} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15725 | 2025.02.10 18:57:23.370944 [ 4 ] {4353cc4e-f9bc-42f9-b934-2295dffc3ed1} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15726 | 2025.02.10 18:57:23.371120 [ 148 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 15727 | 2025.02.10 18:57:23.371175 [ 4 ] {4353cc4e-f9bc-42f9-b934-2295dffc3ed1} <Debug> executeQuery: Read 427 rows, 31.30 KiB in 0.001908 sec., 223794.54926624737 rows/sec., 16.02 MiB/sec. | ||
| 15728 | 2025.02.10 18:57:23.371183 [ 148 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15729 | 2025.02.10 18:57:23.371260 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15730 | 2025.02.10 18:57:23.371309 [ 4 ] {4353cc4e-f9bc-42f9-b934-2295dffc3ed1} <Debug> TCPHandler: Processed in 0.002478799 sec. | ||
| 15731 | 2025.02.10 18:57:23.371515 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15732 | 2025.02.10 18:57:23.371524 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 15733 | 2025.02.10 18:57:23.371971 [ 256 ] {b00cf089-9a36-4825-88a2-10f0ad922fa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15734 | 2025.02.10 18:57:23.372042 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15735 | 2025.02.10 18:57:23.372164 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 914 rows starting from the beginning of the part | ||
| 15736 | 2025.02.10 18:57:23.372245 [ 256 ] {b00cf089-9a36-4825-88a2-10f0ad922fa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15737 | 2025.02.10 18:57:23.372653 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 529 rows starting from the beginning of the part | ||
| 15738 | 2025.02.10 18:57:23.373054 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 64 rows starting from the beginning of the part | ||
| 15739 | 2025.02.10 18:57:23.373733 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 417 rows starting from the beginning of the part | ||
| 15740 | 2025.02.10 18:57:23.374313 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 69 rows starting from the beginning of the part | ||
| 15741 | 2025.02.10 18:57:23.374885 [ 194 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 427 rows starting from the beginning of the part | ||
| 15742 | 2025.02.10 18:57:23.376124 [ 256 ] {b00cf089-9a36-4825-88a2-10f0ad922fa3} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15743 | 2025.02.10 18:57:23.376202 [ 256 ] {b00cf089-9a36-4825-88a2-10f0ad922fa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15744 | 2025.02.10 18:57:23.377218 [ 256 ] {b00cf089-9a36-4825-88a2-10f0ad922fa3} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15745 | 2025.02.10 18:57:23.377657 [ 256 ] {b00cf089-9a36-4825-88a2-10f0ad922fa3} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15746 | 2025.02.10 18:57:23.378019 [ 256 ] {b00cf089-9a36-4825-88a2-10f0ad922fa3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006246 sec., 960.6147934678195 rows/sec., 50.19 KiB/sec. | ||
| 15747 | 2025.02.10 18:57:23.378331 [ 256 ] {b00cf089-9a36-4825-88a2-10f0ad922fa3} <Debug> TCPHandler: Processed in 0.006921946 sec. | ||
| 15748 | 2025.02.10 18:57:23.378450 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2420 rows, containing 5 columns (5 merged, 0 gathered) in 0.007079931 sec., 341811.240815765 rows/sec., 26.22 MiB/sec. | ||
| 15749 | 2025.02.10 18:57:23.378527 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15750 | 2025.02.10 18:57:23.378701 [ 4 ] {ca069646-571f-4282-8b90-2f7f6a3621dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15751 | 2025.02.10 18:57:23.378726 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 15752 | 2025.02.10 18:57:23.378795 [ 4 ] {ca069646-571f-4282-8b90-2f7f6a3621dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15753 | 2025.02.10 18:57:23.379343 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_126_25} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15754 | 2025.02.10 18:57:23.379494 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_126_25} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 15755 | 2025.02.10 18:57:23.379672 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 15756 | 2025.02.10 18:57:23.379885 [ 4 ] {ca069646-571f-4282-8b90-2f7f6a3621dd} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15757 | 2025.02.10 18:57:23.379932 [ 4 ] {ca069646-571f-4282-8b90-2f7f6a3621dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15758 | 2025.02.10 18:57:23.380350 [ 4 ] {ca069646-571f-4282-8b90-2f7f6a3621dd} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15759 | 2025.02.10 18:57:23.380596 [ 4 ] {ca069646-571f-4282-8b90-2f7f6a3621dd} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15760 | 2025.02.10 18:57:23.380829 [ 4 ] {ca069646-571f-4282-8b90-2f7f6a3621dd} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.002178 sec., 111111.11111111112 rows/sec., 7.45 MiB/sec. | ||
| 15761 | 2025.02.10 18:57:23.380884 [ 4 ] {ca069646-571f-4282-8b90-2f7f6a3621dd} <Debug> TCPHandler: Processed in 0.002448959 sec. | ||
| 15762 | 2025.02.10 18:57:23.381047 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15763 | 2025.02.10 18:57:23.381171 [ 256 ] {6ace858a-e6bb-49f7-aae9-ad45c5064ac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15764 | 2025.02.10 18:57:23.381224 [ 256 ] {6ace858a-e6bb-49f7-aae9-ad45c5064ac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15765 | 2025.02.10 18:57:23.381706 [ 256 ] {6ace858a-e6bb-49f7-aae9-ad45c5064ac8} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15766 | 2025.02.10 18:57:23.381745 [ 256 ] {6ace858a-e6bb-49f7-aae9-ad45c5064ac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15767 | 2025.02.10 18:57:23.382107 [ 256 ] {6ace858a-e6bb-49f7-aae9-ad45c5064ac8} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15768 | 2025.02.10 18:57:23.382349 [ 256 ] {6ace858a-e6bb-49f7-aae9-ad45c5064ac8} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15769 | 2025.02.10 18:57:23.382558 [ 256 ] {6ace858a-e6bb-49f7-aae9-ad45c5064ac8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001412 sec., 708.2152974504249 rows/sec., 47.72 KiB/sec. | ||
| 15770 | 2025.02.10 18:57:23.382606 [ 256 ] {6ace858a-e6bb-49f7-aae9-ad45c5064ac8} <Debug> TCPHandler: Processed in 0.001619659 sec. | ||
| 15771 | 2025.02.10 18:57:23.382749 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15772 | 2025.02.10 18:57:23.382872 [ 4 ] {f8399f03-c079-4ba0-8457-d8a9475d46cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15773 | 2025.02.10 18:57:23.382957 [ 4 ] {f8399f03-c079-4ba0-8457-d8a9475d46cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15774 | 2025.02.10 18:57:23.384138 [ 4 ] {f8399f03-c079-4ba0-8457-d8a9475d46cf} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15775 | 2025.02.10 18:57:23.384180 [ 4 ] {f8399f03-c079-4ba0-8457-d8a9475d46cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15776 | 2025.02.10 18:57:23.384867 [ 4 ] {f8399f03-c079-4ba0-8457-d8a9475d46cf} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 15777 | 2025.02.10 18:57:23.385132 [ 4 ] {f8399f03-c079-4ba0-8457-d8a9475d46cf} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15778 | 2025.02.10 18:57:23.385424 [ 4 ] {f8399f03-c079-4ba0-8457-d8a9475d46cf} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002569 sec., 13623.978201634876 rows/sec., 24.41 MiB/sec. | ||
| 15779 | 2025.02.10 18:57:23.385697 [ 4 ] {f8399f03-c079-4ba0-8457-d8a9475d46cf} <Debug> TCPHandler: Processed in 0.003001352 sec. | ||
| 15780 | 2025.02.10 18:57:23.385977 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15781 | 2025.02.10 18:57:23.386190 [ 256 ] {2a78bea2-4882-4162-b942-f8ac010a5947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15782 | 2025.02.10 18:57:23.386243 [ 256 ] {2a78bea2-4882-4162-b942-f8ac010a5947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15783 | 2025.02.10 18:57:23.387115 [ 256 ] {2a78bea2-4882-4162-b942-f8ac010a5947} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15784 | 2025.02.10 18:57:23.387155 [ 256 ] {2a78bea2-4882-4162-b942-f8ac010a5947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15785 | 2025.02.10 18:57:23.387535 [ 256 ] {2a78bea2-4882-4162-b942-f8ac010a5947} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15786 | 2025.02.10 18:57:23.387788 [ 256 ] {2a78bea2-4882-4162-b942-f8ac010a5947} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15787 | 2025.02.10 18:57:23.387955 [ 148 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 15788 | 2025.02.10 18:57:23.388019 [ 148 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15789 | 2025.02.10 18:57:23.388025 [ 256 ] {2a78bea2-4882-4162-b942-f8ac010a5947} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001864 sec., 43991.41630901288 rows/sec., 2.79 MiB/sec. | ||
| 15790 | 2025.02.10 18:57:23.388046 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15791 | 2025.02.10 18:57:23.388161 [ 256 ] {2a78bea2-4882-4162-b942-f8ac010a5947} <Debug> TCPHandler: Processed in 0.002348477 sec. | ||
| 15792 | 2025.02.10 18:57:23.388243 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 15793 | 2025.02.10 18:57:23.388365 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15794 | 2025.02.10 18:57:23.388394 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7432 rows starting from the beginning of the part | ||
| 15795 | 2025.02.10 18:57:23.388474 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 44 rows starting from the beginning of the part | ||
| 15796 | 2025.02.10 18:57:23.388694 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 16 rows starting from the beginning of the part | ||
| 15797 | 2025.02.10 18:57:23.388866 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 82 rows starting from the beginning of the part | ||
| 15798 | 2025.02.10 18:57:23.388995 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part | ||
| 15799 | 2025.02.10 18:57:23.389181 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 82 rows starting from the beginning of the part | ||
| 15800 | 2025.02.10 18:57:23.391343 [ 198 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7716 rows, containing 4 columns (4 merged, 0 gathered) in 0.003181516 sec., 2425258.901731124 rows/sec., 158.04 MiB/sec. | ||
| 15801 | 2025.02.10 18:57:23.391842 [ 195 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 15802 | 2025.02.10 18:57:23.392214 [ 195 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_126_25} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15803 | 2025.02.10 18:57:23.392315 [ 195 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_126_25} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 15804 | 2025.02.10 18:57:23.392428 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. | ||
| 15805 | 2025.02.10 18:57:25.310727 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34404 | ||
| 15806 | 2025.02.10 18:57:25.311497 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15807 | 2025.02.10 18:57:25.311545 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15808 | 2025.02.10 18:57:25.312099 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 15809 | 2025.02.10 18:57:25.312360 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15810 | 2025.02.10 18:57:25.312643 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404 | ||
| 15811 | 2025.02.10 18:57:25.312712 [ 225 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15812 | 2025.02.10 18:57:25.312768 [ 225 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15813 | 2025.02.10 18:57:25.315377 [ 225 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15814 | 2025.02.10 18:57:26.392160 [ 222 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15815 | 2025.02.10 18:57:26.392221 [ 222 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15816 | 2025.02.10 18:57:26.394513 [ 222 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15817 | 2025.02.10 18:57:27.750917 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566 | ||
| 15818 | 2025.02.10 18:57:27.773795 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15819 | 2025.02.10 18:57:27.773853 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15820 | 2025.02.10 18:57:27.781307 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 15821 | 2025.02.10 18:57:27.782101 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15822 | 2025.02.10 18:57:27.785304 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566 | ||
| 15823 | 2025.02.10 18:57:28.341751 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15824 | 2025.02.10 18:57:28.341972 [ 4 ] {47289850-117c-4552-8278-c3a497e347b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15825 | 2025.02.10 18:57:28.342056 [ 4 ] {47289850-117c-4552-8278-c3a497e347b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15826 | 2025.02.10 18:57:28.342823 [ 4 ] {47289850-117c-4552-8278-c3a497e347b5} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15827 | 2025.02.10 18:57:28.342878 [ 4 ] {47289850-117c-4552-8278-c3a497e347b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15828 | 2025.02.10 18:57:28.343312 [ 4 ] {47289850-117c-4552-8278-c3a497e347b5} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15829 | 2025.02.10 18:57:28.343577 [ 4 ] {47289850-117c-4552-8278-c3a497e347b5} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15830 | 2025.02.10 18:57:28.343801 [ 4 ] {47289850-117c-4552-8278-c3a497e347b5} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001881 sec., 35087.71929824561 rows/sec., 2.79 MiB/sec. | ||
| 15831 | 2025.02.10 18:57:28.343878 [ 4 ] {47289850-117c-4552-8278-c3a497e347b5} <Debug> TCPHandler: Processed in 0.002266674 sec. | ||
| 15832 | 2025.02.10 18:57:28.344132 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15833 | 2025.02.10 18:57:28.344370 [ 256 ] {835af55c-3c2d-408c-b2c7-b4b3a6f95beb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15834 | 2025.02.10 18:57:28.344445 [ 256 ] {835af55c-3c2d-408c-b2c7-b4b3a6f95beb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15835 | 2025.02.10 18:57:28.345207 [ 256 ] {835af55c-3c2d-408c-b2c7-b4b3a6f95beb} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15836 | 2025.02.10 18:57:28.345255 [ 256 ] {835af55c-3c2d-408c-b2c7-b4b3a6f95beb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15837 | 2025.02.10 18:57:28.345696 [ 256 ] {835af55c-3c2d-408c-b2c7-b4b3a6f95beb} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 15838 | 2025.02.10 18:57:28.345950 [ 256 ] {835af55c-3c2d-408c-b2c7-b4b3a6f95beb} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15839 | 2025.02.10 18:57:28.346217 [ 256 ] {835af55c-3c2d-408c-b2c7-b4b3a6f95beb} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001906 sec., 2623.2948583420775 rows/sec., 197.26 KiB/sec. | ||
| 15840 | 2025.02.10 18:57:28.346322 [ 256 ] {835af55c-3c2d-408c-b2c7-b4b3a6f95beb} <Debug> TCPHandler: Processed in 0.002330586 sec. | ||
| 15841 | 2025.02.10 18:57:28.346526 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15842 | 2025.02.10 18:57:28.346811 [ 4 ] {581dbb5b-c305-4483-ae07-ac7dd40a14a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15843 | 2025.02.10 18:57:28.346879 [ 4 ] {581dbb5b-c305-4483-ae07-ac7dd40a14a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15844 | 2025.02.10 18:57:28.347538 [ 4 ] {581dbb5b-c305-4483-ae07-ac7dd40a14a3} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15845 | 2025.02.10 18:57:28.347576 [ 4 ] {581dbb5b-c305-4483-ae07-ac7dd40a14a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15846 | 2025.02.10 18:57:28.347948 [ 4 ] {581dbb5b-c305-4483-ae07-ac7dd40a14a3} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15847 | 2025.02.10 18:57:28.348187 [ 4 ] {581dbb5b-c305-4483-ae07-ac7dd40a14a3} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15848 | 2025.02.10 18:57:28.348376 [ 4 ] {581dbb5b-c305-4483-ae07-ac7dd40a14a3} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001653 sec., 41742.28675136116 rows/sec., 3.26 MiB/sec. | ||
| 15849 | 2025.02.10 18:57:28.348428 [ 4 ] {581dbb5b-c305-4483-ae07-ac7dd40a14a3} <Debug> TCPHandler: Processed in 0.002017859 sec. | ||
| 15850 | 2025.02.10 18:57:28.348585 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15851 | 2025.02.10 18:57:28.348734 [ 256 ] {aa3031cf-7f73-44e6-95d8-e5e5897f4043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15852 | 2025.02.10 18:57:28.348803 [ 256 ] {aa3031cf-7f73-44e6-95d8-e5e5897f4043} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15853 | 2025.02.10 18:57:28.349466 [ 256 ] {aa3031cf-7f73-44e6-95d8-e5e5897f4043} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15854 | 2025.02.10 18:57:28.349506 [ 256 ] {aa3031cf-7f73-44e6-95d8-e5e5897f4043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15855 | 2025.02.10 18:57:28.349920 [ 256 ] {aa3031cf-7f73-44e6-95d8-e5e5897f4043} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15856 | 2025.02.10 18:57:28.350170 [ 256 ] {aa3031cf-7f73-44e6-95d8-e5e5897f4043} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15857 | 2025.02.10 18:57:28.350367 [ 142 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 5 parts from all_1_122_25 to all_126_126_0 | ||
| 15858 | 2025.02.10 18:57:28.350437 [ 142 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15859 | 2025.02.10 18:57:28.350443 [ 256 ] {aa3031cf-7f73-44e6-95d8-e5e5897f4043} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001734 sec., 92272.2029988466 rows/sec., 6.43 MiB/sec. | ||
| 15860 | 2025.02.10 18:57:28.350481 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15861 | 2025.02.10 18:57:28.350624 [ 256 ] {aa3031cf-7f73-44e6-95d8-e5e5897f4043} <Debug> TCPHandler: Processed in 0.002104171 sec. | ||
| 15862 | 2025.02.10 18:57:28.350891 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_126_26} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_122_25 to all_126_126_0 into Compact with storage Full | ||
| 15863 | 2025.02.10 18:57:28.350908 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15864 | 2025.02.10 18:57:28.351352 [ 4 ] {3945f02e-bf3d-4b70-84ff-06cc47cfe488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15865 | 2025.02.10 18:57:28.351504 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_126_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15866 | 2025.02.10 18:57:28.351658 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_126_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_122_25, total 37366 rows starting from the beginning of the part | ||
| 15867 | 2025.02.10 18:57:28.351719 [ 4 ] {3945f02e-bf3d-4b70-84ff-06cc47cfe488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15868 | 2025.02.10 18:57:28.352113 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_126_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 42 rows starting from the beginning of the part | ||
| 15869 | 2025.02.10 18:57:28.352637 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_126_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 237 rows starting from the beginning of the part | ||
| 15870 | 2025.02.10 18:57:28.353049 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_126_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 160 rows starting from the beginning of the part | ||
| 15871 | 2025.02.10 18:57:28.353487 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_126_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 242 rows starting from the beginning of the part | ||
| 15872 | 2025.02.10 18:57:28.357972 [ 4 ] {3945f02e-bf3d-4b70-84ff-06cc47cfe488} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15873 | 2025.02.10 18:57:28.358028 [ 4 ] {3945f02e-bf3d-4b70-84ff-06cc47cfe488} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15874 | 2025.02.10 18:57:28.358878 [ 4 ] {3945f02e-bf3d-4b70-84ff-06cc47cfe488} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 15875 | 2025.02.10 18:57:28.359148 [ 4 ] {3945f02e-bf3d-4b70-84ff-06cc47cfe488} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15876 | 2025.02.10 18:57:28.359684 [ 4 ] {3945f02e-bf3d-4b70-84ff-06cc47cfe488} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.008469 sec., 590.3884756169559 rows/sec., 1.06 MiB/sec. | ||
| 15877 | 2025.02.10 18:57:28.360347 [ 4 ] {3945f02e-bf3d-4b70-84ff-06cc47cfe488} <Debug> TCPHandler: Processed in 0.009590901 sec. | ||
| 15878 | 2025.02.10 18:57:28.360693 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15879 | 2025.02.10 18:57:28.360905 [ 256 ] {0ce03f97-c760-4137-a977-77e0ed758c41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15880 | 2025.02.10 18:57:28.360974 [ 256 ] {0ce03f97-c760-4137-a977-77e0ed758c41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15881 | 2025.02.10 18:57:28.361675 [ 256 ] {0ce03f97-c760-4137-a977-77e0ed758c41} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15882 | 2025.02.10 18:57:28.361747 [ 256 ] {0ce03f97-c760-4137-a977-77e0ed758c41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15883 | 2025.02.10 18:57:28.362273 [ 256 ] {0ce03f97-c760-4137-a977-77e0ed758c41} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15884 | 2025.02.10 18:57:28.362598 [ 256 ] {0ce03f97-c760-4137-a977-77e0ed758c41} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15885 | 2025.02.10 18:57:28.362869 [ 256 ] {0ce03f97-c760-4137-a977-77e0ed758c41} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002072 sec., 28957.528957528957 rows/sec., 1.95 MiB/sec. | ||
| 15886 | 2025.02.10 18:57:28.362930 [ 256 ] {0ce03f97-c760-4137-a977-77e0ed758c41} <Debug> TCPHandler: Processed in 0.002454029 sec. | ||
| 15887 | 2025.02.10 18:57:28.364138 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_126_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38047 rows, containing 5 columns (5 merged, 0 gathered) in 0.013523036 sec., 2813495.4310555705 rows/sec., 189.96 MiB/sec. | ||
| 15888 | 2025.02.10 18:57:28.364593 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_126_26} <Trace> MergedBlockOutputStream: filled checksums all_1_126_26 (state Temporary) | ||
| 15889 | 2025.02.10 18:57:28.364918 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_126_26} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_126_26 to all_1_126_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15890 | 2025.02.10 18:57:28.365022 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_126_26} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 5 parts: [all_1_122_25, all_126_126_0] -> all_1_126_26 | ||
| 15891 | 2025.02.10 18:57:28.365118 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 15892 | 2025.02.10 18:57:32.605930 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15893 | 2025.02.10 18:57:32.606005 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15894 | 2025.02.10 18:57:32.812801 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34831 | ||
| 15895 | 2025.02.10 18:57:32.813468 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15896 | 2025.02.10 18:57:32.813519 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15897 | 2025.02.10 18:57:32.814089 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 15898 | 2025.02.10 18:57:32.814355 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15899 | 2025.02.10 18:57:32.814572 [ 137 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 15900 | 2025.02.10 18:57:32.814612 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 | ||
| 15901 | 2025.02.10 18:57:32.814661 [ 137 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15902 | 2025.02.10 18:57:32.814695 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15903 | 2025.02.10 18:57:32.814818 [ 193 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 15904 | 2025.02.10 18:57:32.814957 [ 193 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15905 | 2025.02.10 18:57:32.815001 [ 193 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32574 rows starting from the beginning of the part | ||
| 15906 | 2025.02.10 18:57:32.815080 [ 193 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 427 rows starting from the beginning of the part | ||
| 15907 | 2025.02.10 18:57:32.815165 [ 193 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 488 rows starting from the beginning of the part | ||
| 15908 | 2025.02.10 18:57:32.815391 [ 193 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 427 rows starting from the beginning of the part | ||
| 15909 | 2025.02.10 18:57:32.815607 [ 193 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 488 rows starting from the beginning of the part | ||
| 15910 | 2025.02.10 18:57:32.815694 [ 193 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 427 rows starting from the beginning of the part | ||
| 15911 | 2025.02.10 18:57:32.818614 [ 200 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.003847453 sec., 9053002.076958446 rows/sec., 129.50 MiB/sec. | ||
| 15912 | 2025.02.10 18:57:32.819149 [ 199 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 15913 | 2025.02.10 18:57:32.819645 [ 199 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_76_15} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15914 | 2025.02.10 18:57:32.819744 [ 199 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_76_15} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 15915 | 2025.02.10 18:57:32.819872 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB. | ||
| 15916 | 2025.02.10 18:57:33.009657 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2258 | ||
| 15917 | 2025.02.10 18:57:33.013053 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15918 | 2025.02.10 18:57:33.013129 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15919 | 2025.02.10 18:57:33.014655 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 15920 | 2025.02.10 18:57:33.014974 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15921 | 2025.02.10 18:57:33.015284 [ 137 ] {} <Debug> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 15922 | 2025.02.10 18:57:33.015462 [ 137 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15923 | 2025.02.10 18:57:33.015569 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15924 | 2025.02.10 18:57:33.015932 [ 193 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 15925 | 2025.02.10 18:57:33.016506 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2258 | ||
| 15926 | 2025.02.10 18:57:33.017013 [ 193 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15927 | 2025.02.10 18:57:33.017184 [ 193 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2072 rows starting from the beginning of the part | ||
| 15928 | 2025.02.10 18:57:33.017681 [ 193 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 34 rows starting from the beginning of the part | ||
| 15929 | 2025.02.10 18:57:33.018193 [ 193 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 36 rows starting from the beginning of the part | ||
| 15930 | 2025.02.10 18:57:33.018698 [ 193 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 46 rows starting from the beginning of the part | ||
| 15931 | 2025.02.10 18:57:33.019180 [ 193 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 34 rows starting from the beginning of the part | ||
| 15932 | 2025.02.10 18:57:33.019669 [ 193 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 36 rows starting from the beginning of the part | ||
| 15933 | 2025.02.10 18:57:33.030877 [ 200 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2258 rows, containing 72 columns (72 merged, 0 gathered) in 0.015179956 sec., 148748.78425207557 rows/sec., 111.83 MiB/sec. | ||
| 15934 | 2025.02.10 18:57:33.032840 [ 189 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 15935 | 2025.02.10 18:57:33.033562 [ 189 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_56_11} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15936 | 2025.02.10 18:57:33.033646 [ 189 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_56_11} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 15937 | 2025.02.10 18:57:33.033861 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 15938 | 2025.02.10 18:57:33.347871 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15939 | 2025.02.10 18:57:33.348078 [ 4 ] {f136f189-2da7-4267-9628-92a2f7c3f30b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15940 | 2025.02.10 18:57:33.348159 [ 4 ] {f136f189-2da7-4267-9628-92a2f7c3f30b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15941 | 2025.02.10 18:57:33.348914 [ 4 ] {f136f189-2da7-4267-9628-92a2f7c3f30b} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15942 | 2025.02.10 18:57:33.348963 [ 4 ] {f136f189-2da7-4267-9628-92a2f7c3f30b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15943 | 2025.02.10 18:57:33.349390 [ 4 ] {f136f189-2da7-4267-9628-92a2f7c3f30b} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15944 | 2025.02.10 18:57:33.349653 [ 4 ] {f136f189-2da7-4267-9628-92a2f7c3f30b} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15945 | 2025.02.10 18:57:33.349874 [ 4 ] {f136f189-2da7-4267-9628-92a2f7c3f30b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001844 sec., 7592.190889370933 rows/sec., 546.54 KiB/sec. | ||
| 15946 | 2025.02.10 18:57:33.349986 [ 4 ] {f136f189-2da7-4267-9628-92a2f7c3f30b} <Debug> TCPHandler: Processed in 0.002237704 sec. | ||
| 15947 | 2025.02.10 18:57:33.350271 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15948 | 2025.02.10 18:57:33.350487 [ 256 ] {b88389d9-2db8-4bf2-bf87-b5c4e2618649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15949 | 2025.02.10 18:57:33.350559 [ 256 ] {b88389d9-2db8-4bf2-bf87-b5c4e2618649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15950 | 2025.02.10 18:57:33.351395 [ 256 ] {b88389d9-2db8-4bf2-bf87-b5c4e2618649} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15951 | 2025.02.10 18:57:33.351440 [ 256 ] {b88389d9-2db8-4bf2-bf87-b5c4e2618649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15952 | 2025.02.10 18:57:33.351888 [ 256 ] {b88389d9-2db8-4bf2-bf87-b5c4e2618649} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 15953 | 2025.02.10 18:57:33.352146 [ 256 ] {b88389d9-2db8-4bf2-bf87-b5c4e2618649} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15954 | 2025.02.10 18:57:33.352377 [ 256 ] {b88389d9-2db8-4bf2-bf87-b5c4e2618649} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.001938 sec., 140866.87306501548 rows/sec., 12.41 MiB/sec. | ||
| 15955 | 2025.02.10 18:57:33.352439 [ 256 ] {b88389d9-2db8-4bf2-bf87-b5c4e2618649} <Debug> TCPHandler: Processed in 0.002351366 sec. | ||
| 15956 | 2025.02.10 18:57:33.352602 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15957 | 2025.02.10 18:57:33.352759 [ 4 ] {eb747bd1-b5c8-43d9-8e1e-39560e7a8f05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15958 | 2025.02.10 18:57:33.352827 [ 4 ] {eb747bd1-b5c8-43d9-8e1e-39560e7a8f05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15959 | 2025.02.10 18:57:33.353537 [ 4 ] {eb747bd1-b5c8-43d9-8e1e-39560e7a8f05} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15960 | 2025.02.10 18:57:33.353576 [ 4 ] {eb747bd1-b5c8-43d9-8e1e-39560e7a8f05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15961 | 2025.02.10 18:57:33.353953 [ 4 ] {eb747bd1-b5c8-43d9-8e1e-39560e7a8f05} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 15962 | 2025.02.10 18:57:33.354190 [ 4 ] {eb747bd1-b5c8-43d9-8e1e-39560e7a8f05} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15963 | 2025.02.10 18:57:33.354384 [ 4 ] {eb747bd1-b5c8-43d9-8e1e-39560e7a8f05} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001654 sec., 25392.98669891173 rows/sec., 1.82 MiB/sec. | ||
| 15964 | 2025.02.10 18:57:33.354483 [ 4 ] {eb747bd1-b5c8-43d9-8e1e-39560e7a8f05} <Debug> TCPHandler: Processed in 0.001948227 sec. | ||
| 15965 | 2025.02.10 18:57:33.354780 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15966 | 2025.02.10 18:57:33.355045 [ 256 ] {2d9ea244-2684-4340-8300-68f8d397152e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15967 | 2025.02.10 18:57:33.355138 [ 256 ] {2d9ea244-2684-4340-8300-68f8d397152e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15968 | 2025.02.10 18:57:33.355888 [ 256 ] {2d9ea244-2684-4340-8300-68f8d397152e} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15969 | 2025.02.10 18:57:33.355929 [ 256 ] {2d9ea244-2684-4340-8300-68f8d397152e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15970 | 2025.02.10 18:57:33.356285 [ 256 ] {2d9ea244-2684-4340-8300-68f8d397152e} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 15971 | 2025.02.10 18:57:33.356524 [ 256 ] {2d9ea244-2684-4340-8300-68f8d397152e} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15972 | 2025.02.10 18:57:33.356762 [ 256 ] {2d9ea244-2684-4340-8300-68f8d397152e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001769 sec., 7914.075749010741 rows/sec., 554.25 KiB/sec. | ||
| 15973 | 2025.02.10 18:57:33.356828 [ 256 ] {2d9ea244-2684-4340-8300-68f8d397152e} <Debug> TCPHandler: Processed in 0.002251064 sec. | ||
| 15974 | 2025.02.10 18:57:33.357063 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15975 | 2025.02.10 18:57:33.357265 [ 4 ] {a15394ad-97bc-4b89-8c43-902eda16226e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15976 | 2025.02.10 18:57:33.357324 [ 4 ] {a15394ad-97bc-4b89-8c43-902eda16226e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15977 | 2025.02.10 18:57:33.357921 [ 4 ] {a15394ad-97bc-4b89-8c43-902eda16226e} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15978 | 2025.02.10 18:57:33.357960 [ 4 ] {a15394ad-97bc-4b89-8c43-902eda16226e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15979 | 2025.02.10 18:57:33.358312 [ 4 ] {a15394ad-97bc-4b89-8c43-902eda16226e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15980 | 2025.02.10 18:57:33.358555 [ 4 ] {a15394ad-97bc-4b89-8c43-902eda16226e} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15981 | 2025.02.10 18:57:33.358734 [ 4 ] {a15394ad-97bc-4b89-8c43-902eda16226e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001502 sec., 8655.126498002663 rows/sec., 539.65 KiB/sec. | ||
| 15982 | 2025.02.10 18:57:33.358788 [ 4 ] {a15394ad-97bc-4b89-8c43-902eda16226e} <Debug> TCPHandler: Processed in 0.001869115 sec. | ||
| 15983 | 2025.02.10 18:57:33.358979 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15984 | 2025.02.10 18:57:33.359203 [ 256 ] {46463ffb-ffda-4eb5-8200-fea7c2494719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15985 | 2025.02.10 18:57:33.359293 [ 256 ] {46463ffb-ffda-4eb5-8200-fea7c2494719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15986 | 2025.02.10 18:57:33.360095 [ 256 ] {46463ffb-ffda-4eb5-8200-fea7c2494719} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15987 | 2025.02.10 18:57:33.360135 [ 256 ] {46463ffb-ffda-4eb5-8200-fea7c2494719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15988 | 2025.02.10 18:57:33.360517 [ 256 ] {46463ffb-ffda-4eb5-8200-fea7c2494719} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 15989 | 2025.02.10 18:57:33.360755 [ 256 ] {46463ffb-ffda-4eb5-8200-fea7c2494719} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15990 | 2025.02.10 18:57:33.360984 [ 256 ] {46463ffb-ffda-4eb5-8200-fea7c2494719} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001836 sec., 227124.18300653595 rows/sec., 16.21 MiB/sec. | ||
| 15991 | 2025.02.10 18:57:33.361037 [ 256 ] {46463ffb-ffda-4eb5-8200-fea7c2494719} <Debug> TCPHandler: Processed in 0.002168273 sec. | ||
| 15992 | 2025.02.10 18:57:33.361178 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15993 | 2025.02.10 18:57:33.361305 [ 4 ] {ac125bde-9dee-4af1-bcda-3edbca2966c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15994 | 2025.02.10 18:57:33.361357 [ 4 ] {ac125bde-9dee-4af1-bcda-3edbca2966c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15995 | 2025.02.10 18:57:33.361844 [ 4 ] {ac125bde-9dee-4af1-bcda-3edbca2966c1} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15996 | 2025.02.10 18:57:33.361881 [ 4 ] {ac125bde-9dee-4af1-bcda-3edbca2966c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 15997 | 2025.02.10 18:57:33.362258 [ 4 ] {ac125bde-9dee-4af1-bcda-3edbca2966c1} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15998 | 2025.02.10 18:57:33.362495 [ 4 ] {ac125bde-9dee-4af1-bcda-3edbca2966c1} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15999 | 2025.02.10 18:57:33.362720 [ 4 ] {ac125bde-9dee-4af1-bcda-3edbca2966c1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001429 sec., 4198.740377886635 rows/sec., 219.37 KiB/sec. | ||
| 16000 | 2025.02.10 18:57:33.362792 [ 4 ] {ac125bde-9dee-4af1-bcda-3edbca2966c1} <Debug> TCPHandler: Processed in 0.00166416 sec. | ||
| 16001 | 2025.02.10 18:57:33.363043 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16002 | 2025.02.10 18:57:33.363188 [ 256 ] {f75aa5c3-4e42-4f73-b40c-f41165a85fd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16003 | 2025.02.10 18:57:33.363241 [ 256 ] {f75aa5c3-4e42-4f73-b40c-f41165a85fd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16004 | 2025.02.10 18:57:33.363822 [ 256 ] {f75aa5c3-4e42-4f73-b40c-f41165a85fd8} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16005 | 2025.02.10 18:57:33.363861 [ 256 ] {f75aa5c3-4e42-4f73-b40c-f41165a85fd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 16006 | 2025.02.10 18:57:33.364288 [ 256 ] {f75aa5c3-4e42-4f73-b40c-f41165a85fd8} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 16007 | 2025.02.10 18:57:33.364527 [ 256 ] {f75aa5c3-4e42-4f73-b40c-f41165a85fd8} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16008 | 2025.02.10 18:57:33.364753 [ 256 ] {f75aa5c3-4e42-4f73-b40c-f41165a85fd8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00159 sec., 149056.6037735849 rows/sec., 9.99 MiB/sec. | ||
| 16009 | 2025.02.10 18:57:33.364823 [ 256 ] {f75aa5c3-4e42-4f73-b40c-f41165a85fd8} <Debug> TCPHandler: Processed in 0.001934567 sec. | ||
| 16010 | 2025.02.10 18:57:33.364835 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16011 | 2025.02.10 18:57:33.364904 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16012 | 2025.02.10 18:57:33.364982 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16013 | 2025.02.10 18:57:33.365179 [ 4 ] {fe8fce70-15d3-4783-a518-086a7cfd46fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16014 | 2025.02.10 18:57:33.365232 [ 4 ] {fe8fce70-15d3-4783-a518-086a7cfd46fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16015 | 2025.02.10 18:57:33.366083 [ 4 ] {fe8fce70-15d3-4783-a518-086a7cfd46fe} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16016 | 2025.02.10 18:57:33.366130 [ 4 ] {fe8fce70-15d3-4783-a518-086a7cfd46fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 16017 | 2025.02.10 18:57:33.366847 [ 4 ] {fe8fce70-15d3-4783-a518-086a7cfd46fe} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 16018 | 2025.02.10 18:57:33.367221 [ 4 ] {fe8fce70-15d3-4783-a518-086a7cfd46fe} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16019 | 2025.02.10 18:57:33.367454 [ 134 ] {} <Debug> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 | ||
| 16020 | 2025.02.10 18:57:33.367558 [ 134 ] {} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16021 | 2025.02.10 18:57:33.367631 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 16022 | 2025.02.10 18:57:33.367729 [ 4 ] {fe8fce70-15d3-4783-a518-086a7cfd46fe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002551 sec., 392.0031360250882 rows/sec., 26.41 KiB/sec. | ||
| 16023 | 2025.02.10 18:57:33.368015 [ 4 ] {fe8fce70-15d3-4783-a518-086a7cfd46fe} <Debug> TCPHandler: Processed in 0.003093365 sec. | ||
| 16024 | 2025.02.10 18:57:33.368122 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full | ||
| 16025 | 2025.02.10 18:57:33.368281 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16026 | 2025.02.10 18:57:33.368587 [ 256 ] {fd82a5a2-5aa3-4de4-8692-d53fc7e43a18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16027 | 2025.02.10 18:57:33.368599 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16028 | 2025.02.10 18:57:33.368693 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 50 rows starting from the beginning of the part | ||
| 16029 | 2025.02.10 18:57:33.369012 [ 256 ] {fd82a5a2-5aa3-4de4-8692-d53fc7e43a18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16030 | 2025.02.10 18:57:33.369062 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part | ||
| 16031 | 2025.02.10 18:57:33.369498 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part | ||
| 16032 | 2025.02.10 18:57:33.369843 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16033 | 2025.02.10 18:57:33.370037 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part | ||
| 16034 | 2025.02.10 18:57:33.370537 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part | ||
| 16035 | 2025.02.10 18:57:33.370932 [ 201 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part | ||
| 16036 | 2025.02.10 18:57:33.375196 [ 187 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 55 rows, containing 4 columns (4 merged, 0 gathered) in 0.007395679 sec., 7436.774905995785 rows/sec., 501.11 KiB/sec. | ||
| 16037 | 2025.02.10 18:57:33.375493 [ 187 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) | ||
| 16038 | 2025.02.10 18:57:33.376245 [ 256 ] {fd82a5a2-5aa3-4de4-8692-d53fc7e43a18} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16039 | 2025.02.10 18:57:33.376255 [ 187 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_55_11} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16040 | 2025.02.10 18:57:33.376309 [ 256 ] {fd82a5a2-5aa3-4de4-8692-d53fc7e43a18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 16041 | 2025.02.10 18:57:33.376447 [ 187 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_55_11} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 | ||
| 16042 | 2025.02.10 18:57:33.376667 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 16043 | 2025.02.10 18:57:33.377232 [ 256 ] {fd82a5a2-5aa3-4de4-8692-d53fc7e43a18} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 16044 | 2025.02.10 18:57:33.377499 [ 256 ] {fd82a5a2-5aa3-4de4-8692-d53fc7e43a18} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16045 | 2025.02.10 18:57:33.377801 [ 256 ] {fd82a5a2-5aa3-4de4-8692-d53fc7e43a18} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.009327 sec., 3752.5463707515814 rows/sec., 6.72 MiB/sec. | ||
| 16046 | 2025.02.10 18:57:33.378073 [ 256 ] {fd82a5a2-5aa3-4de4-8692-d53fc7e43a18} <Debug> TCPHandler: Processed in 0.009935819 sec. | ||
| 16047 | 2025.02.10 18:57:33.378355 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16048 | 2025.02.10 18:57:33.378511 [ 4 ] {91b405f3-2358-4b07-ab23-e7e9f1cab24c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16049 | 2025.02.10 18:57:33.378563 [ 4 ] {91b405f3-2358-4b07-ab23-e7e9f1cab24c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16050 | 2025.02.10 18:57:33.379031 [ 4 ] {91b405f3-2358-4b07-ab23-e7e9f1cab24c} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16051 | 2025.02.10 18:57:33.379068 [ 4 ] {91b405f3-2358-4b07-ab23-e7e9f1cab24c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 16052 | 2025.02.10 18:57:33.379432 [ 4 ] {91b405f3-2358-4b07-ab23-e7e9f1cab24c} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 16053 | 2025.02.10 18:57:33.379677 [ 4 ] {91b405f3-2358-4b07-ab23-e7e9f1cab24c} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16054 | 2025.02.10 18:57:33.379868 [ 4 ] {91b405f3-2358-4b07-ab23-e7e9f1cab24c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001389 sec., 59035.277177825774 rows/sec., 3.75 MiB/sec. | ||
| 16055 | 2025.02.10 18:57:33.379930 [ 4 ] {91b405f3-2358-4b07-ab23-e7e9f1cab24c} <Debug> TCPHandler: Processed in 0.00167293 sec. | ||
| 16056 | 2025.02.10 18:57:33.379944 [ 221 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16057 | 2025.02.10 18:57:33.380008 [ 221 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16058 | 2025.02.10 18:57:33.382146 [ 221 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16059 | 2025.02.10 18:57:34.239426 [ 218 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16060 | 2025.02.10 18:57:34.239522 [ 218 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16061 | 2025.02.10 18:57:34.241619 [ 218 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16062 | 2025.02.10 18:57:34.458539 [ 224 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16063 | 2025.02.10 18:57:34.458594 [ 224 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16064 | 2025.02.10 18:57:34.460443 [ 224 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16065 | 2025.02.10 18:57:35.285387 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573 | ||
| 16066 | 2025.02.10 18:57:35.308587 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16067 | 2025.02.10 18:57:35.308652 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16068 | 2025.02.10 18:57:35.316236 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 16069 | 2025.02.10 18:57:35.317043 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16070 | 2025.02.10 18:57:35.317517 [ 133 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 16071 | 2025.02.10 18:57:35.317725 [ 133 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16072 | 2025.02.10 18:57:35.317837 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16073 | 2025.02.10 18:57:35.318452 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 16074 | 2025.02.10 18:57:35.334917 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573 | ||
| 16075 | 2025.02.10 18:57:35.336110 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16076 | 2025.02.10 18:57:35.337498 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part | ||
| 16077 | 2025.02.10 18:57:35.343644 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part | ||
| 16078 | 2025.02.10 18:57:35.349197 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part | ||
| 16079 | 2025.02.10 18:57:35.355084 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 7 rows starting from the beginning of the part | ||
| 16080 | 2025.02.10 18:57:35.361357 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part | ||
| 16081 | 2025.02.10 18:57:35.366984 [ 186 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 7 rows starting from the beginning of the part | ||
| 16082 | 2025.02.10 18:57:35.429967 [ 188 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.111947151 sec., 5118.486668767479 rows/sec., 26.47 MiB/sec. | ||
| 16083 | 2025.02.10 18:57:35.433489 [ 188 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 16084 | 2025.02.10 18:57:35.436680 [ 188 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_76_15} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16085 | 2025.02.10 18:57:35.436819 [ 188 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_76_15} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 16086 | 2025.02.10 18:57:35.439537 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 16087 | 2025.02.10 18:57:35.556684 [ 133 ] {} <Debug> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 16088 | 2025.02.10 18:57:35.556794 [ 133 ] {} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16089 | 2025.02.10 18:57:35.556845 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16090 | 2025.02.10 18:57:35.557172 [ 188 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 16091 | 2025.02.10 18:57:35.557669 [ 188 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16092 | 2025.02.10 18:57:35.557712 [ 188 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 18 rows starting from the beginning of the part | ||
| 16093 | 2025.02.10 18:57:35.557795 [ 188 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part | ||
| 16094 | 2025.02.10 18:57:35.558075 [ 188 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
| 16095 | 2025.02.10 18:57:35.558255 [ 188 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part | ||
| 16096 | 2025.02.10 18:57:35.558447 [ 188 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 10 rows starting from the beginning of the part | ||
| 16097 | 2025.02.10 18:57:35.559559 [ 190 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002586493 sec., 13918.460247137726 rows/sec., 1.16 MiB/sec. | ||
| 16098 | 2025.02.10 18:57:35.559770 [ 194 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 16099 | 2025.02.10 18:57:35.560152 [ 194 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_33_8} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16100 | 2025.02.10 18:57:35.560261 [ 194 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_33_8} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 16101 | 2025.02.10 18:57:35.560376 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 16102 | 2025.02.10 18:57:36.000216 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.27 MiB, peak 288.68 MiB, free memory in arenas 0.00 B, will set to 270.19 MiB (RSS), difference: -1.09 MiB | ||
| 16103 | 2025.02.10 18:57:36.544684 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16104 | 2025.02.10 18:57:36.544881 [ 4 ] {349621cd-6e3b-4e9a-8692-d8ea01429cb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16105 | 2025.02.10 18:57:36.544955 [ 4 ] {349621cd-6e3b-4e9a-8692-d8ea01429cb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16106 | 2025.02.10 18:57:36.545712 [ 4 ] {349621cd-6e3b-4e9a-8692-d8ea01429cb0} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16107 | 2025.02.10 18:57:36.545766 [ 4 ] {349621cd-6e3b-4e9a-8692-d8ea01429cb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16108 | 2025.02.10 18:57:36.546190 [ 4 ] {349621cd-6e3b-4e9a-8692-d8ea01429cb0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 16109 | 2025.02.10 18:57:36.546439 [ 4 ] {349621cd-6e3b-4e9a-8692-d8ea01429cb0} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16110 | 2025.02.10 18:57:36.546670 [ 4 ] {349621cd-6e3b-4e9a-8692-d8ea01429cb0} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001842 sec., 1085.7763300760043 rows/sec., 88.54 KiB/sec. | ||
| 16111 | 2025.02.10 18:57:36.546738 [ 4 ] {349621cd-6e3b-4e9a-8692-d8ea01429cb0} <Debug> TCPHandler: Processed in 0.002184453 sec. | ||
| 16112 | 2025.02.10 18:57:36.547044 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16113 | 2025.02.10 18:57:36.547251 [ 256 ] {c2d72589-f39f-43ff-983e-67c36af98f79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16114 | 2025.02.10 18:57:36.547331 [ 256 ] {c2d72589-f39f-43ff-983e-67c36af98f79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16115 | 2025.02.10 18:57:36.548788 [ 256 ] {c2d72589-f39f-43ff-983e-67c36af98f79} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16116 | 2025.02.10 18:57:36.548842 [ 256 ] {c2d72589-f39f-43ff-983e-67c36af98f79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16117 | 2025.02.10 18:57:36.549380 [ 256 ] {c2d72589-f39f-43ff-983e-67c36af98f79} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16118 | 2025.02.10 18:57:36.549655 [ 256 ] {c2d72589-f39f-43ff-983e-67c36af98f79} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16119 | 2025.02.10 18:57:36.549911 [ 256 ] {c2d72589-f39f-43ff-983e-67c36af98f79} <Debug> executeQuery: Read 1207 rows, 102.02 KiB in 0.002715 sec., 444567.2191528545 rows/sec., 36.69 MiB/sec. | ||
| 16120 | 2025.02.10 18:57:36.549984 [ 256 ] {c2d72589-f39f-43ff-983e-67c36af98f79} <Debug> TCPHandler: Processed in 0.003085414 sec. | ||
| 16121 | 2025.02.10 18:57:36.550147 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16122 | 2025.02.10 18:57:36.550272 [ 4 ] {788369fe-8b06-4df5-983c-95e7ce82a754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16123 | 2025.02.10 18:57:36.550324 [ 4 ] {788369fe-8b06-4df5-983c-95e7ce82a754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16124 | 2025.02.10 18:57:36.550930 [ 4 ] {788369fe-8b06-4df5-983c-95e7ce82a754} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16125 | 2025.02.10 18:57:36.550973 [ 4 ] {788369fe-8b06-4df5-983c-95e7ce82a754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16126 | 2025.02.10 18:57:36.551340 [ 4 ] {788369fe-8b06-4df5-983c-95e7ce82a754} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 16127 | 2025.02.10 18:57:36.551575 [ 4 ] {788369fe-8b06-4df5-983c-95e7ce82a754} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16128 | 2025.02.10 18:57:36.551788 [ 131 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 16129 | 2025.02.10 18:57:36.551827 [ 4 ] {788369fe-8b06-4df5-983c-95e7ce82a754} <Debug> executeQuery: Read 7 rows, 528.00 B in 0.001582 sec., 4424.778761061947 rows/sec., 325.93 KiB/sec. | ||
| 16130 | 2025.02.10 18:57:36.551879 [ 131 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16131 | 2025.02.10 18:57:36.551945 [ 4 ] {788369fe-8b06-4df5-983c-95e7ce82a754} <Debug> TCPHandler: Processed in 0.001850684 sec. | ||
| 16132 | 2025.02.10 18:57:36.551949 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16133 | 2025.02.10 18:57:36.552143 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 16134 | 2025.02.10 18:57:36.552156 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16135 | 2025.02.10 18:57:36.552301 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16136 | 2025.02.10 18:57:36.552346 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 65 rows starting from the beginning of the part | ||
| 16137 | 2025.02.10 18:57:36.552365 [ 256 ] {bb22880f-2907-4c98-875a-2f559c6e3c2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16138 | 2025.02.10 18:57:36.552476 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 5 rows starting from the beginning of the part | ||
| 16139 | 2025.02.10 18:57:36.552515 [ 256 ] {bb22880f-2907-4c98-875a-2f559c6e3c2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16140 | 2025.02.10 18:57:36.552887 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 52 rows starting from the beginning of the part | ||
| 16141 | 2025.02.10 18:57:36.553252 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 5 rows starting from the beginning of the part | ||
| 16142 | 2025.02.10 18:57:36.553572 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 42 rows starting from the beginning of the part | ||
| 16143 | 2025.02.10 18:57:36.553920 [ 197 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 7 rows starting from the beginning of the part | ||
| 16144 | 2025.02.10 18:57:36.555491 [ 256 ] {bb22880f-2907-4c98-875a-2f559c6e3c2b} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16145 | 2025.02.10 18:57:36.555554 [ 256 ] {bb22880f-2907-4c98-875a-2f559c6e3c2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16146 | 2025.02.10 18:57:36.555824 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.00373249 sec., 47153.5087836806 rows/sec., 3.55 MiB/sec. | ||
| 16147 | 2025.02.10 18:57:36.556034 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 16148 | 2025.02.10 18:57:36.556345 [ 256 ] {bb22880f-2907-4c98-875a-2f559c6e3c2b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 16149 | 2025.02.10 18:57:36.556658 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_106_21} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16150 | 2025.02.10 18:57:36.556828 [ 190 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_106_21} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 16151 | 2025.02.10 18:57:36.556854 [ 256 ] {bb22880f-2907-4c98-875a-2f559c6e3c2b} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16152 | 2025.02.10 18:57:36.556996 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 16153 | 2025.02.10 18:57:36.557204 [ 256 ] {bb22880f-2907-4c98-875a-2f559c6e3c2b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.004893 sec., 46597.179644389944 rows/sec., 3.16 MiB/sec. | ||
| 16154 | 2025.02.10 18:57:36.557265 [ 256 ] {bb22880f-2907-4c98-875a-2f559c6e3c2b} <Debug> TCPHandler: Processed in 0.005207526 sec. | ||
| 16155 | 2025.02.10 18:57:36.557452 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16156 | 2025.02.10 18:57:36.557604 [ 4 ] {343c10a3-ad7c-4347-916c-4c92a73145a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16157 | 2025.02.10 18:57:36.557669 [ 4 ] {343c10a3-ad7c-4347-916c-4c92a73145a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16158 | 2025.02.10 18:57:36.558630 [ 4 ] {343c10a3-ad7c-4347-916c-4c92a73145a5} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16159 | 2025.02.10 18:57:36.558670 [ 4 ] {343c10a3-ad7c-4347-916c-4c92a73145a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16160 | 2025.02.10 18:57:36.559061 [ 4 ] {343c10a3-ad7c-4347-916c-4c92a73145a5} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16161 | 2025.02.10 18:57:36.559300 [ 4 ] {343c10a3-ad7c-4347-916c-4c92a73145a5} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16162 | 2025.02.10 18:57:36.559508 [ 4 ] {343c10a3-ad7c-4347-916c-4c92a73145a5} <Debug> executeQuery: Read 527 rows, 39.97 KiB in 0.001938 sec., 271929.8245614035 rows/sec., 20.14 MiB/sec. | ||
| 16163 | 2025.02.10 18:57:36.559566 [ 4 ] {343c10a3-ad7c-4347-916c-4c92a73145a5} <Debug> TCPHandler: Processed in 0.002184082 sec. | ||
| 16164 | 2025.02.10 18:57:36.559729 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16165 | 2025.02.10 18:57:36.559871 [ 256 ] {6139aa41-fb07-44aa-ba49-bffd5cad1934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16166 | 2025.02.10 18:57:36.559935 [ 256 ] {6139aa41-fb07-44aa-ba49-bffd5cad1934} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16167 | 2025.02.10 18:57:36.560829 [ 256 ] {6139aa41-fb07-44aa-ba49-bffd5cad1934} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16168 | 2025.02.10 18:57:36.560868 [ 256 ] {6139aa41-fb07-44aa-ba49-bffd5cad1934} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16169 | 2025.02.10 18:57:36.561323 [ 256 ] {6139aa41-fb07-44aa-ba49-bffd5cad1934} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16170 | 2025.02.10 18:57:36.561571 [ 256 ] {6139aa41-fb07-44aa-ba49-bffd5cad1934} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16171 | 2025.02.10 18:57:36.561780 [ 256 ] {6139aa41-fb07-44aa-ba49-bffd5cad1934} <Debug> executeQuery: Read 965 rows, 66.32 KiB in 0.001942 sec., 496910.4016477858 rows/sec., 33.35 MiB/sec. | ||
| 16172 | 2025.02.10 18:57:36.561832 [ 256 ] {6139aa41-fb07-44aa-ba49-bffd5cad1934} <Debug> TCPHandler: Processed in 0.002171302 sec. | ||
| 16173 | 2025.02.10 18:57:36.561986 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16174 | 2025.02.10 18:57:36.562126 [ 4 ] {423f8e0b-46c6-430b-91c4-4f5622807086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16175 | 2025.02.10 18:57:36.562220 [ 4 ] {423f8e0b-46c6-430b-91c4-4f5622807086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16176 | 2025.02.10 18:57:36.563402 [ 4 ] {423f8e0b-46c6-430b-91c4-4f5622807086} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16177 | 2025.02.10 18:57:36.563439 [ 4 ] {423f8e0b-46c6-430b-91c4-4f5622807086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16178 | 2025.02.10 18:57:36.564063 [ 4 ] {423f8e0b-46c6-430b-91c4-4f5622807086} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 16179 | 2025.02.10 18:57:36.564313 [ 4 ] {423f8e0b-46c6-430b-91c4-4f5622807086} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16180 | 2025.02.10 18:57:36.564462 [ 130 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 16181 | 2025.02.10 18:57:36.564516 [ 4 ] {423f8e0b-46c6-430b-91c4-4f5622807086} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.00242 sec., 2066.115702479339 rows/sec., 3.70 MiB/sec. | ||
| 16182 | 2025.02.10 18:57:36.564516 [ 130 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16183 | 2025.02.10 18:57:36.564568 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16184 | 2025.02.10 18:57:36.564787 [ 4 ] {423f8e0b-46c6-430b-91c4-4f5622807086} <Debug> TCPHandler: Processed in 0.002859769 sec. | ||
| 16185 | 2025.02.10 18:57:36.564902 [ 196 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 16186 | 2025.02.10 18:57:36.565003 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16187 | 2025.02.10 18:57:36.565280 [ 256 ] {9ee2813e-6066-4e2f-bc6e-6f70e9db2b5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16188 | 2025.02.10 18:57:36.565413 [ 256 ] {9ee2813e-6066-4e2f-bc6e-6f70e9db2b5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16189 | 2025.02.10 18:57:36.565906 [ 196 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16190 | 2025.02.10 18:57:36.566147 [ 196 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2009 rows starting from the beginning of the part | ||
| 16191 | 2025.02.10 18:57:36.566899 [ 196 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 5 rows starting from the beginning of the part | ||
| 16192 | 2025.02.10 18:57:36.567723 [ 196 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 35 rows starting from the beginning of the part | ||
| 16193 | 2025.02.10 18:57:36.567838 [ 256 ] {9ee2813e-6066-4e2f-bc6e-6f70e9db2b5a} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16194 | 2025.02.10 18:57:36.567937 [ 256 ] {9ee2813e-6066-4e2f-bc6e-6f70e9db2b5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16195 | 2025.02.10 18:57:36.568438 [ 196 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 5 rows starting from the beginning of the part | ||
| 16196 | 2025.02.10 18:57:36.569124 [ 196 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 35 rows starting from the beginning of the part | ||
| 16197 | 2025.02.10 18:57:36.569753 [ 256 ] {9ee2813e-6066-4e2f-bc6e-6f70e9db2b5a} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16198 | 2025.02.10 18:57:36.569805 [ 196 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 5 rows starting from the beginning of the part | ||
| 16199 | 2025.02.10 18:57:36.570848 [ 256 ] {9ee2813e-6066-4e2f-bc6e-6f70e9db2b5a} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16200 | 2025.02.10 18:57:36.571468 [ 256 ] {9ee2813e-6066-4e2f-bc6e-6f70e9db2b5a} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.00628 sec., 7006.369426751592 rows/sec., 482.68 KiB/sec. | ||
| 16201 | 2025.02.10 18:57:36.571835 [ 256 ] {9ee2813e-6066-4e2f-bc6e-6f70e9db2b5a} <Debug> TCPHandler: Processed in 0.006902886 sec. | ||
| 16202 | 2025.02.10 18:57:36.579543 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2094 rows, containing 19 columns (19 merged, 0 gathered) in 0.014847648 sec., 141032.4382690107 rows/sec., 252.72 MiB/sec. | ||
| 16203 | 2025.02.10 18:57:36.581660 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 16204 | 2025.02.10 18:57:36.582139 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16205 | 2025.02.10 18:57:36.582237 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 16206 | 2025.02.10 18:57:36.582409 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.82 MiB. | ||
| 16207 | 2025.02.10 18:57:38.336255 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16208 | 2025.02.10 18:57:38.336470 [ 4 ] {622416e6-415d-4229-8584-75ad9550915d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16209 | 2025.02.10 18:57:38.336552 [ 4 ] {622416e6-415d-4229-8584-75ad9550915d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16210 | 2025.02.10 18:57:38.337349 [ 4 ] {622416e6-415d-4229-8584-75ad9550915d} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16211 | 2025.02.10 18:57:38.337398 [ 4 ] {622416e6-415d-4229-8584-75ad9550915d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16212 | 2025.02.10 18:57:38.337840 [ 4 ] {622416e6-415d-4229-8584-75ad9550915d} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16213 | 2025.02.10 18:57:38.338088 [ 4 ] {622416e6-415d-4229-8584-75ad9550915d} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16214 | 2025.02.10 18:57:38.338323 [ 4 ] {622416e6-415d-4229-8584-75ad9550915d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001914 sec., 29258.098223615467 rows/sec., 2.25 MiB/sec. | ||
| 16215 | 2025.02.10 18:57:38.338392 [ 4 ] {622416e6-415d-4229-8584-75ad9550915d} <Debug> TCPHandler: Processed in 0.002271405 sec. | ||
| 16216 | 2025.02.10 18:57:38.338677 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16217 | 2025.02.10 18:57:38.338994 [ 256 ] {5f659efb-fc1c-454f-95bf-c517dff0b400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16218 | 2025.02.10 18:57:38.339114 [ 256 ] {5f659efb-fc1c-454f-95bf-c517dff0b400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16219 | 2025.02.10 18:57:38.340132 [ 256 ] {5f659efb-fc1c-454f-95bf-c517dff0b400} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16220 | 2025.02.10 18:57:38.340183 [ 256 ] {5f659efb-fc1c-454f-95bf-c517dff0b400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16221 | 2025.02.10 18:57:38.340630 [ 256 ] {5f659efb-fc1c-454f-95bf-c517dff0b400} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16222 | 2025.02.10 18:57:38.340901 [ 256 ] {5f659efb-fc1c-454f-95bf-c517dff0b400} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16223 | 2025.02.10 18:57:38.341156 [ 256 ] {5f659efb-fc1c-454f-95bf-c517dff0b400} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00225 sec., 28444.444444444445 rows/sec., 2.22 MiB/sec. | ||
| 16224 | 2025.02.10 18:57:38.341215 [ 256 ] {5f659efb-fc1c-454f-95bf-c517dff0b400} <Debug> TCPHandler: Processed in 0.002693925 sec. | ||
| 16225 | 2025.02.10 18:57:38.341378 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16226 | 2025.02.10 18:57:38.341525 [ 4 ] {85e21376-b7e1-4730-8603-d44adc8aedd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16227 | 2025.02.10 18:57:38.341591 [ 4 ] {85e21376-b7e1-4730-8603-d44adc8aedd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16228 | 2025.02.10 18:57:38.342168 [ 4 ] {85e21376-b7e1-4730-8603-d44adc8aedd0} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16229 | 2025.02.10 18:57:38.342207 [ 4 ] {85e21376-b7e1-4730-8603-d44adc8aedd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16230 | 2025.02.10 18:57:38.342602 [ 4 ] {85e21376-b7e1-4730-8603-d44adc8aedd0} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16231 | 2025.02.10 18:57:38.342840 [ 4 ] {85e21376-b7e1-4730-8603-d44adc8aedd0} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16232 | 2025.02.10 18:57:38.343057 [ 4 ] {85e21376-b7e1-4730-8603-d44adc8aedd0} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001569 sec., 26768.642447418737 rows/sec., 1.86 MiB/sec. | ||
| 16233 | 2025.02.10 18:57:38.343114 [ 4 ] {85e21376-b7e1-4730-8603-d44adc8aedd0} <Debug> TCPHandler: Processed in 0.001802154 sec. | ||
| 16234 | 2025.02.10 18:57:38.343275 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16235 | 2025.02.10 18:57:38.343394 [ 256 ] {3dabe990-a719-4eee-bf6b-7c499abcd5cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16236 | 2025.02.10 18:57:38.343447 [ 256 ] {3dabe990-a719-4eee-bf6b-7c499abcd5cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16237 | 2025.02.10 18:57:38.343953 [ 256 ] {3dabe990-a719-4eee-bf6b-7c499abcd5cf} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16238 | 2025.02.10 18:57:38.343993 [ 256 ] {3dabe990-a719-4eee-bf6b-7c499abcd5cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16239 | 2025.02.10 18:57:38.344374 [ 256 ] {3dabe990-a719-4eee-bf6b-7c499abcd5cf} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16240 | 2025.02.10 18:57:38.344619 [ 256 ] {3dabe990-a719-4eee-bf6b-7c499abcd5cf} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16241 | 2025.02.10 18:57:38.344847 [ 256 ] {3dabe990-a719-4eee-bf6b-7c499abcd5cf} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001477 sec., 10832.76912660799 rows/sec., 751.10 KiB/sec. | ||
| 16242 | 2025.02.10 18:57:38.344898 [ 256 ] {3dabe990-a719-4eee-bf6b-7c499abcd5cf} <Debug> TCPHandler: Processed in 0.001678731 sec. | ||
| 16243 | 2025.02.10 18:57:40.314813 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35319 | ||
| 16244 | 2025.02.10 18:57:40.315921 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16245 | 2025.02.10 18:57:40.315973 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16246 | 2025.02.10 18:57:40.316545 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 16247 | 2025.02.10 18:57:40.316814 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16248 | 2025.02.10 18:57:40.317130 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35319 | ||
| 16249 | 2025.02.10 18:57:42.835014 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581 | ||
| 16250 | 2025.02.10 18:57:42.857941 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16251 | 2025.02.10 18:57:42.858003 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16252 | 2025.02.10 18:57:42.865387 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 16253 | 2025.02.10 18:57:42.866163 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16254 | 2025.02.10 18:57:42.869766 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581 | ||
| 16255 | 2025.02.10 18:57:43.016745 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2304 | ||
| 16256 | 2025.02.10 18:57:43.020308 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16257 | 2025.02.10 18:57:43.020371 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16258 | 2025.02.10 18:57:43.021982 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16259 | 2025.02.10 18:57:43.022330 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16260 | 2025.02.10 18:57:43.023030 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2304 | ||
| 16261 | 2025.02.10 18:57:43.254025 [ 218 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16262 | 2025.02.10 18:57:43.254066 [ 218 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16263 | 2025.02.10 18:57:43.256073 [ 218 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16264 | 2025.02.10 18:57:43.330756 [ 221 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16265 | 2025.02.10 18:57:43.330820 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16266 | 2025.02.10 18:57:43.333146 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16267 | 2025.02.10 18:57:43.347195 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16268 | 2025.02.10 18:57:43.347392 [ 4 ] {e644ed6c-7b89-4a50-ad81-2c6365e13d05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16269 | 2025.02.10 18:57:43.347469 [ 4 ] {e644ed6c-7b89-4a50-ad81-2c6365e13d05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16270 | 2025.02.10 18:57:43.348220 [ 4 ] {e644ed6c-7b89-4a50-ad81-2c6365e13d05} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16271 | 2025.02.10 18:57:43.348266 [ 4 ] {e644ed6c-7b89-4a50-ad81-2c6365e13d05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16272 | 2025.02.10 18:57:43.348672 [ 4 ] {e644ed6c-7b89-4a50-ad81-2c6365e13d05} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16273 | 2025.02.10 18:57:43.348917 [ 4 ] {e644ed6c-7b89-4a50-ad81-2c6365e13d05} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16274 | 2025.02.10 18:57:43.349167 [ 4 ] {e644ed6c-7b89-4a50-ad81-2c6365e13d05} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001829 sec., 7654.455986878076 rows/sec., 551.02 KiB/sec. | ||
| 16275 | 2025.02.10 18:57:43.349224 [ 4 ] {e644ed6c-7b89-4a50-ad81-2c6365e13d05} <Debug> TCPHandler: Processed in 0.002135582 sec. | ||
| 16276 | 2025.02.10 18:57:43.349518 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16277 | 2025.02.10 18:57:43.349808 [ 256 ] {a84d97cf-35cd-4154-a2a1-0997851100a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16278 | 2025.02.10 18:57:43.349913 [ 256 ] {a84d97cf-35cd-4154-a2a1-0997851100a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16279 | 2025.02.10 18:57:43.350778 [ 256 ] {a84d97cf-35cd-4154-a2a1-0997851100a3} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16280 | 2025.02.10 18:57:43.350821 [ 256 ] {a84d97cf-35cd-4154-a2a1-0997851100a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16281 | 2025.02.10 18:57:43.351281 [ 256 ] {a84d97cf-35cd-4154-a2a1-0997851100a3} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16282 | 2025.02.10 18:57:43.351542 [ 256 ] {a84d97cf-35cd-4154-a2a1-0997851100a3} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16283 | 2025.02.10 18:57:43.351699 [ 117 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 16284 | 2025.02.10 18:57:43.351757 [ 117 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16285 | 2025.02.10 18:57:43.351758 [ 256 ] {a84d97cf-35cd-4154-a2a1-0997851100a3} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.002034 sec., 134218.28908554572 rows/sec., 11.83 MiB/sec. | ||
| 16286 | 2025.02.10 18:57:43.351786 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16287 | 2025.02.10 18:57:43.351892 [ 256 ] {a84d97cf-35cd-4154-a2a1-0997851100a3} <Debug> TCPHandler: Processed in 0.002557222 sec. | ||
| 16288 | 2025.02.10 18:57:43.352027 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 16289 | 2025.02.10 18:57:43.352078 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16290 | 2025.02.10 18:57:43.352221 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16291 | 2025.02.10 18:57:43.352249 [ 4 ] {35cf1ad3-8758-46cd-a926-cb286a7e0fd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16292 | 2025.02.10 18:57:43.352280 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1432 rows starting from the beginning of the part | ||
| 16293 | 2025.02.10 18:57:43.352323 [ 4 ] {35cf1ad3-8758-46cd-a926-cb286a7e0fd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16294 | 2025.02.10 18:57:43.352488 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 66 rows starting from the beginning of the part | ||
| 16295 | 2025.02.10 18:57:43.352976 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 273 rows starting from the beginning of the part | ||
| 16296 | 2025.02.10 18:57:43.353259 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 1207 rows starting from the beginning of the part | ||
| 16297 | 2025.02.10 18:57:43.353566 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 56 rows starting from the beginning of the part | ||
| 16298 | 2025.02.10 18:57:43.353862 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 273 rows starting from the beginning of the part | ||
| 16299 | 2025.02.10 18:57:43.354694 [ 4 ] {35cf1ad3-8758-46cd-a926-cb286a7e0fd7} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16300 | 2025.02.10 18:57:43.354742 [ 4 ] {35cf1ad3-8758-46cd-a926-cb286a7e0fd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16301 | 2025.02.10 18:57:43.355297 [ 4 ] {35cf1ad3-8758-46cd-a926-cb286a7e0fd7} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 16302 | 2025.02.10 18:57:43.355664 [ 4 ] {35cf1ad3-8758-46cd-a926-cb286a7e0fd7} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16303 | 2025.02.10 18:57:43.355931 [ 4 ] {35cf1ad3-8758-46cd-a926-cb286a7e0fd7} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.00373 sec., 11260.05361930295 rows/sec., 827.85 KiB/sec. | ||
| 16304 | 2025.02.10 18:57:43.355987 [ 4 ] {35cf1ad3-8758-46cd-a926-cb286a7e0fd7} <Debug> TCPHandler: Processed in 0.003993156 sec. | ||
| 16305 | 2025.02.10 18:57:43.356166 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16306 | 2025.02.10 18:57:43.356511 [ 256 ] {3f335ac0-5e32-4b18-89bd-035b1056dd61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16307 | 2025.02.10 18:57:43.356592 [ 199 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3307 rows, containing 5 columns (5 merged, 0 gathered) in 0.004694473 sec., 704445.4191130719 rows/sec., 61.75 MiB/sec. | ||
| 16308 | 2025.02.10 18:57:43.356610 [ 256 ] {3f335ac0-5e32-4b18-89bd-035b1056dd61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16309 | 2025.02.10 18:57:43.356926 [ 199 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 16310 | 2025.02.10 18:57:43.357549 [ 199 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_131_26} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16311 | 2025.02.10 18:57:43.357773 [ 199 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_131_26} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 16312 | 2025.02.10 18:57:43.357924 [ 256 ] {3f335ac0-5e32-4b18-89bd-035b1056dd61} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16313 | 2025.02.10 18:57:43.357962 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 16314 | 2025.02.10 18:57:43.357987 [ 256 ] {3f335ac0-5e32-4b18-89bd-035b1056dd61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16315 | 2025.02.10 18:57:43.358380 [ 256 ] {3f335ac0-5e32-4b18-89bd-035b1056dd61} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 16316 | 2025.02.10 18:57:43.358636 [ 256 ] {3f335ac0-5e32-4b18-89bd-035b1056dd61} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16317 | 2025.02.10 18:57:43.358817 [ 256 ] {3f335ac0-5e32-4b18-89bd-035b1056dd61} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002455 sec., 5702.64765784114 rows/sec., 399.38 KiB/sec. | ||
| 16318 | 2025.02.10 18:57:43.358873 [ 256 ] {3f335ac0-5e32-4b18-89bd-035b1056dd61} <Debug> TCPHandler: Processed in 0.002794807 sec. | ||
| 16319 | 2025.02.10 18:57:43.359037 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16320 | 2025.02.10 18:57:43.359156 [ 4 ] {267d36fb-d6ac-4dd0-8fbc-cf5614a11d75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16321 | 2025.02.10 18:57:43.359205 [ 4 ] {267d36fb-d6ac-4dd0-8fbc-cf5614a11d75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16322 | 2025.02.10 18:57:43.359790 [ 4 ] {267d36fb-d6ac-4dd0-8fbc-cf5614a11d75} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16323 | 2025.02.10 18:57:43.359831 [ 4 ] {267d36fb-d6ac-4dd0-8fbc-cf5614a11d75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16324 | 2025.02.10 18:57:43.360198 [ 4 ] {267d36fb-d6ac-4dd0-8fbc-cf5614a11d75} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16325 | 2025.02.10 18:57:43.360445 [ 4 ] {267d36fb-d6ac-4dd0-8fbc-cf5614a11d75} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16326 | 2025.02.10 18:57:43.360653 [ 4 ] {267d36fb-d6ac-4dd0-8fbc-cf5614a11d75} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001522 sec., 8541.392904073587 rows/sec., 532.55 KiB/sec. | ||
| 16327 | 2025.02.10 18:57:43.360710 [ 4 ] {267d36fb-d6ac-4dd0-8fbc-cf5614a11d75} <Debug> TCPHandler: Processed in 0.001729492 sec. | ||
| 16328 | 2025.02.10 18:57:43.360869 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16329 | 2025.02.10 18:57:43.361093 [ 256 ] {d5118ad8-f35f-4cbe-b06c-0925e08ff365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16330 | 2025.02.10 18:57:43.361185 [ 256 ] {d5118ad8-f35f-4cbe-b06c-0925e08ff365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16331 | 2025.02.10 18:57:43.362242 [ 256 ] {d5118ad8-f35f-4cbe-b06c-0925e08ff365} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16332 | 2025.02.10 18:57:43.362281 [ 256 ] {d5118ad8-f35f-4cbe-b06c-0925e08ff365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16333 | 2025.02.10 18:57:43.362678 [ 256 ] {d5118ad8-f35f-4cbe-b06c-0925e08ff365} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16334 | 2025.02.10 18:57:43.362926 [ 256 ] {d5118ad8-f35f-4cbe-b06c-0925e08ff365} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16335 | 2025.02.10 18:57:43.363068 [ 117 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 16336 | 2025.02.10 18:57:43.363109 [ 117 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16337 | 2025.02.10 18:57:43.363117 [ 256 ] {d5118ad8-f35f-4cbe-b06c-0925e08ff365} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.002078 sec., 200673.72473532244 rows/sec., 14.33 MiB/sec. | ||
| 16338 | 2025.02.10 18:57:43.363138 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16339 | 2025.02.10 18:57:43.363230 [ 256 ] {d5118ad8-f35f-4cbe-b06c-0925e08ff365} <Debug> TCPHandler: Processed in 0.002432459 sec. | ||
| 16340 | 2025.02.10 18:57:43.363402 [ 199 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 16341 | 2025.02.10 18:57:43.363434 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16342 | 2025.02.10 18:57:43.363652 [ 199 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16343 | 2025.02.10 18:57:43.363662 [ 4 ] {d6cdbfe3-45fe-4bfb-933c-b02cd9232619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16344 | 2025.02.10 18:57:43.363724 [ 199 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 914 rows starting from the beginning of the part | ||
| 16345 | 2025.02.10 18:57:43.363750 [ 4 ] {d6cdbfe3-45fe-4bfb-933c-b02cd9232619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16346 | 2025.02.10 18:57:43.363997 [ 199 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 69 rows starting from the beginning of the part | ||
| 16347 | 2025.02.10 18:57:43.364378 [ 199 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 417 rows starting from the beginning of the part | ||
| 16348 | 2025.02.10 18:57:43.364921 [ 199 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 527 rows starting from the beginning of the part | ||
| 16349 | 2025.02.10 18:57:43.365212 [ 199 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 64 rows starting from the beginning of the part | ||
| 16350 | 2025.02.10 18:57:43.365587 [ 199 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 417 rows starting from the beginning of the part | ||
| 16351 | 2025.02.10 18:57:43.366455 [ 4 ] {d6cdbfe3-45fe-4bfb-933c-b02cd9232619} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16352 | 2025.02.10 18:57:43.366517 [ 4 ] {d6cdbfe3-45fe-4bfb-933c-b02cd9232619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16353 | 2025.02.10 18:57:43.367450 [ 4 ] {d6cdbfe3-45fe-4bfb-933c-b02cd9232619} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16354 | 2025.02.10 18:57:43.367972 [ 4 ] {d6cdbfe3-45fe-4bfb-933c-b02cd9232619} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16355 | 2025.02.10 18:57:43.368174 [ 117 ] {} <Debug> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 16356 | 2025.02.10 18:57:43.368247 [ 117 ] {} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16357 | 2025.02.10 18:57:43.368286 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16358 | 2025.02.10 18:57:43.368283 [ 4 ] {d6cdbfe3-45fe-4bfb-933c-b02cd9232619} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004696 sec., 1277.6831345826236 rows/sec., 66.75 KiB/sec. | ||
| 16359 | 2025.02.10 18:57:43.368626 [ 4 ] {d6cdbfe3-45fe-4bfb-933c-b02cd9232619} <Debug> TCPHandler: Processed in 0.005282058 sec. | ||
| 16360 | 2025.02.10 18:57:43.368956 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16361 | 2025.02.10 18:57:43.369024 [ 189 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 16362 | 2025.02.10 18:57:43.369158 [ 199 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.005915173 sec., 407088.6853182485 rows/sec., 31.21 MiB/sec. | ||
| 16363 | 2025.02.10 18:57:43.369257 [ 256 ] {5ef6aa9b-e26c-4937-ae70-196b8aebfdf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16364 | 2025.02.10 18:57:43.369328 [ 189 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16365 | 2025.02.10 18:57:43.369370 [ 256 ] {5ef6aa9b-e26c-4937-ae70-196b8aebfdf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16366 | 2025.02.10 18:57:43.369414 [ 189 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 306 rows starting from the beginning of the part | ||
| 16367 | 2025.02.10 18:57:43.369559 [ 199 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 16368 | 2025.02.10 18:57:43.369795 [ 189 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part | ||
| 16369 | 2025.02.10 18:57:43.370484 [ 189 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part | ||
| 16370 | 2025.02.10 18:57:43.370983 [ 189 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part | ||
| 16371 | 2025.02.10 18:57:43.371133 [ 199 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_131_26} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16372 | 2025.02.10 18:57:43.371467 [ 189 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part | ||
| 16373 | 2025.02.10 18:57:43.371597 [ 199 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_131_26} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 16374 | 2025.02.10 18:57:43.371822 [ 189 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part | ||
| 16375 | 2025.02.10 18:57:43.371993 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 16376 | 2025.02.10 18:57:43.372679 [ 256 ] {5ef6aa9b-e26c-4937-ae70-196b8aebfdf4} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16377 | 2025.02.10 18:57:43.372725 [ 256 ] {5ef6aa9b-e26c-4937-ae70-196b8aebfdf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16378 | 2025.02.10 18:57:43.373329 [ 256 ] {5ef6aa9b-e26c-4937-ae70-196b8aebfdf4} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16379 | 2025.02.10 18:57:43.373672 [ 201 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 4 columns (4 merged, 0 gathered) in 0.005193095 sec., 64701.30047688325 rows/sec., 3.30 MiB/sec. | ||
| 16380 | 2025.02.10 18:57:43.373683 [ 256 ] {5ef6aa9b-e26c-4937-ae70-196b8aebfdf4} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16381 | 2025.02.10 18:57:43.373916 [ 117 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 6 parts from all_1_126_26 to all_131_131_0 | ||
| 16382 | 2025.02.10 18:57:43.373959 [ 187 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 16383 | 2025.02.10 18:57:43.373980 [ 117 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16384 | 2025.02.10 18:57:43.374030 [ 256 ] {5ef6aa9b-e26c-4937-ae70-196b8aebfdf4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004849 sec., 48876.05691895236 rows/sec., 3.28 MiB/sec. | ||
| 16385 | 2025.02.10 18:57:43.374038 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16386 | 2025.02.10 18:57:43.374334 [ 256 ] {5ef6aa9b-e26c-4937-ae70-196b8aebfdf4} <Debug> TCPHandler: Processed in 0.005593565 sec. | ||
| 16387 | 2025.02.10 18:57:43.374597 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16388 | 2025.02.10 18:57:43.374857 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_131_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_26 to all_131_131_0 into Compact with storage Full | ||
| 16389 | 2025.02.10 18:57:43.374896 [ 4 ] {4e77565f-dd30-43ba-86bc-d5ef170f72ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16390 | 2025.02.10 18:57:43.374991 [ 201 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_56_11} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16391 | 2025.02.10 18:57:43.375089 [ 4 ] {4e77565f-dd30-43ba-86bc-d5ef170f72ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16392 | 2025.02.10 18:57:43.375369 [ 201 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_56_11} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 16393 | 2025.02.10 18:57:43.375654 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 16394 | 2025.02.10 18:57:43.375773 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_131_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16395 | 2025.02.10 18:57:43.375901 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_126_26, total 38047 rows starting from the beginning of the part | ||
| 16396 | 2025.02.10 18:57:43.376268 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 160 rows starting from the beginning of the part | ||
| 16397 | 2025.02.10 18:57:43.376658 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 237 rows starting from the beginning of the part | ||
| 16398 | 2025.02.10 18:57:43.377061 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 965 rows starting from the beginning of the part | ||
| 16399 | 2025.02.10 18:57:43.377411 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 42 rows starting from the beginning of the part | ||
| 16400 | 2025.02.10 18:57:43.377569 [ 4 ] {4e77565f-dd30-43ba-86bc-d5ef170f72ef} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16401 | 2025.02.10 18:57:43.377682 [ 4 ] {4e77565f-dd30-43ba-86bc-d5ef170f72ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16402 | 2025.02.10 18:57:43.377714 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 237 rows starting from the beginning of the part | ||
| 16403 | 2025.02.10 18:57:43.378855 [ 4 ] {4e77565f-dd30-43ba-86bc-d5ef170f72ef} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16404 | 2025.02.10 18:57:43.379261 [ 4 ] {4e77565f-dd30-43ba-86bc-d5ef170f72ef} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16405 | 2025.02.10 18:57:43.379607 [ 4 ] {4e77565f-dd30-43ba-86bc-d5ef170f72ef} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004807 sec., 208.0299563137092 rows/sec., 14.02 KiB/sec. | ||
| 16406 | 2025.02.10 18:57:43.379665 [ 4 ] {4e77565f-dd30-43ba-86bc-d5ef170f72ef} <Debug> TCPHandler: Processed in 0.005214096 sec. | ||
| 16407 | 2025.02.10 18:57:43.379868 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16408 | 2025.02.10 18:57:43.380168 [ 256 ] {e91bd86e-24fe-4c7a-b0ca-6fed21c9fdbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16409 | 2025.02.10 18:57:43.380409 [ 256 ] {e91bd86e-24fe-4c7a-b0ca-6fed21c9fdbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16410 | 2025.02.10 18:57:43.382839 [ 256 ] {e91bd86e-24fe-4c7a-b0ca-6fed21c9fdbf} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16411 | 2025.02.10 18:57:43.382883 [ 256 ] {e91bd86e-24fe-4c7a-b0ca-6fed21c9fdbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16412 | 2025.02.10 18:57:43.383907 [ 256 ] {e91bd86e-24fe-4c7a-b0ca-6fed21c9fdbf} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 16413 | 2025.02.10 18:57:43.384192 [ 256 ] {e91bd86e-24fe-4c7a-b0ca-6fed21c9fdbf} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16414 | 2025.02.10 18:57:43.384565 [ 256 ] {e91bd86e-24fe-4c7a-b0ca-6fed21c9fdbf} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.004508 sec., 7763.975155279503 rows/sec., 13.91 MiB/sec. | ||
| 16415 | 2025.02.10 18:57:43.384839 [ 256 ] {e91bd86e-24fe-4c7a-b0ca-6fed21c9fdbf} <Debug> TCPHandler: Processed in 0.005084123 sec. | ||
| 16416 | 2025.02.10 18:57:43.384997 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16417 | 2025.02.10 18:57:43.385119 [ 4 ] {65baaed7-afd1-44df-954a-4038c1886aea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16418 | 2025.02.10 18:57:43.385169 [ 4 ] {65baaed7-afd1-44df-954a-4038c1886aea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16419 | 2025.02.10 18:57:43.385791 [ 4 ] {65baaed7-afd1-44df-954a-4038c1886aea} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16420 | 2025.02.10 18:57:43.385833 [ 4 ] {65baaed7-afd1-44df-954a-4038c1886aea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16421 | 2025.02.10 18:57:43.386477 [ 4 ] {65baaed7-afd1-44df-954a-4038c1886aea} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16422 | 2025.02.10 18:57:43.386760 [ 4 ] {65baaed7-afd1-44df-954a-4038c1886aea} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16423 | 2025.02.10 18:57:43.386957 [ 116 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 16424 | 2025.02.10 18:57:43.387021 [ 116 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16425 | 2025.02.10 18:57:43.387028 [ 4 ] {65baaed7-afd1-44df-954a-4038c1886aea} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001926 sec., 42575.285565939776 rows/sec., 2.70 MiB/sec. | ||
| 16426 | 2025.02.10 18:57:43.387062 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16427 | 2025.02.10 18:57:43.387179 [ 4 ] {65baaed7-afd1-44df-954a-4038c1886aea} <Debug> TCPHandler: Processed in 0.002235504 sec. | ||
| 16428 | 2025.02.10 18:57:43.387594 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 16429 | 2025.02.10 18:57:43.387798 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16430 | 2025.02.10 18:57:43.387878 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7716 rows starting from the beginning of the part | ||
| 16431 | 2025.02.10 18:57:43.388049 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 60 rows starting from the beginning of the part | ||
| 16432 | 2025.02.10 18:57:43.388258 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 82 rows starting from the beginning of the part | ||
| 16433 | 2025.02.10 18:57:43.388540 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 44 rows starting from the beginning of the part | ||
| 16434 | 2025.02.10 18:57:43.388786 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 16 rows starting from the beginning of the part | ||
| 16435 | 2025.02.10 18:57:43.389180 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 82 rows starting from the beginning of the part | ||
| 16436 | 2025.02.10 18:57:43.389742 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_131_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39688 rows, containing 5 columns (5 merged, 0 gathered) in 0.015384961 sec., 2579662.047892094 rows/sec., 174.16 MiB/sec. | ||
| 16437 | 2025.02.10 18:57:43.390405 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_131_27} <Trace> MergedBlockOutputStream: filled checksums all_1_131_27 (state Temporary) | ||
| 16438 | 2025.02.10 18:57:43.390843 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_131_27} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_131_27 to all_1_131_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16439 | 2025.02.10 18:57:43.391064 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_131_27} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 6 parts: [all_1_126_26, all_131_131_0] -> all_1_131_27 | ||
| 16440 | 2025.02.10 18:57:43.391250 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 16441 | 2025.02.10 18:57:43.392473 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8000 rows, containing 4 columns (4 merged, 0 gathered) in 0.005219676 sec., 1532662.180564464 rows/sec., 99.88 MiB/sec. | ||
| 16442 | 2025.02.10 18:57:43.393093 [ 194 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 16443 | 2025.02.10 18:57:43.393388 [ 194 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_131_26} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16444 | 2025.02.10 18:57:43.393463 [ 194 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_131_26} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 16445 | 2025.02.10 18:57:43.393544 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. | ||
| 16446 | 2025.02.10 18:57:44.000221 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.27 MiB, peak 288.68 MiB, free memory in arenas 0.00 B, will set to 270.37 MiB (RSS), difference: 3.11 MiB | ||
| 16447 | 2025.02.10 18:57:47.606047 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16448 | 2025.02.10 18:57:47.606100 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16449 | 2025.02.10 18:57:47.817284 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35746 | ||
| 16450 | 2025.02.10 18:57:47.817935 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16451 | 2025.02.10 18:57:47.817976 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16452 | 2025.02.10 18:57:47.818542 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 16453 | 2025.02.10 18:57:47.818821 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16454 | 2025.02.10 18:57:47.819060 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 | ||
| 16455 | 2025.02.10 18:57:48.341927 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16456 | 2025.02.10 18:57:48.342122 [ 4 ] {4fef4549-2b8d-4b9d-bea5-3ca4d3b450a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16457 | 2025.02.10 18:57:48.342195 [ 4 ] {4fef4549-2b8d-4b9d-bea5-3ca4d3b450a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16458 | 2025.02.10 18:57:48.342988 [ 4 ] {4fef4549-2b8d-4b9d-bea5-3ca4d3b450a9} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16459 | 2025.02.10 18:57:48.343040 [ 4 ] {4fef4549-2b8d-4b9d-bea5-3ca4d3b450a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16460 | 2025.02.10 18:57:48.343478 [ 4 ] {4fef4549-2b8d-4b9d-bea5-3ca4d3b450a9} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16461 | 2025.02.10 18:57:48.343722 [ 4 ] {4fef4549-2b8d-4b9d-bea5-3ca4d3b450a9} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16462 | 2025.02.10 18:57:48.343935 [ 4 ] {4fef4549-2b8d-4b9d-bea5-3ca4d3b450a9} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001881 sec., 35087.71929824561 rows/sec., 2.79 MiB/sec. | ||
| 16463 | 2025.02.10 18:57:48.343996 [ 4 ] {4fef4549-2b8d-4b9d-bea5-3ca4d3b450a9} <Debug> TCPHandler: Processed in 0.002215424 sec. | ||
| 16464 | 2025.02.10 18:57:48.344297 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16465 | 2025.02.10 18:57:48.344591 [ 256 ] {50cdb678-331a-4ad3-b398-a5c7c35307c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16466 | 2025.02.10 18:57:48.344772 [ 256 ] {50cdb678-331a-4ad3-b398-a5c7c35307c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16467 | 2025.02.10 18:57:48.345634 [ 256 ] {50cdb678-331a-4ad3-b398-a5c7c35307c6} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16468 | 2025.02.10 18:57:48.345681 [ 256 ] {50cdb678-331a-4ad3-b398-a5c7c35307c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16469 | 2025.02.10 18:57:48.346111 [ 256 ] {50cdb678-331a-4ad3-b398-a5c7c35307c6} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 16470 | 2025.02.10 18:57:48.346362 [ 256 ] {50cdb678-331a-4ad3-b398-a5c7c35307c6} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16471 | 2025.02.10 18:57:48.346622 [ 256 ] {50cdb678-331a-4ad3-b398-a5c7c35307c6} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.002058 sec., 2429.5432458697765 rows/sec., 182.69 KiB/sec. | ||
| 16472 | 2025.02.10 18:57:48.346679 [ 256 ] {50cdb678-331a-4ad3-b398-a5c7c35307c6} <Debug> TCPHandler: Processed in 0.002534121 sec. | ||
| 16473 | 2025.02.10 18:57:48.346827 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16474 | 2025.02.10 18:57:48.346951 [ 4 ] {3ba2106c-bde0-41fa-963f-5a59bfc25b3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16475 | 2025.02.10 18:57:48.347003 [ 4 ] {3ba2106c-bde0-41fa-963f-5a59bfc25b3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16476 | 2025.02.10 18:57:48.347626 [ 4 ] {3ba2106c-bde0-41fa-963f-5a59bfc25b3d} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16477 | 2025.02.10 18:57:48.347666 [ 4 ] {3ba2106c-bde0-41fa-963f-5a59bfc25b3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16478 | 2025.02.10 18:57:48.348036 [ 4 ] {3ba2106c-bde0-41fa-963f-5a59bfc25b3d} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16479 | 2025.02.10 18:57:48.348265 [ 4 ] {3ba2106c-bde0-41fa-963f-5a59bfc25b3d} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16480 | 2025.02.10 18:57:48.348498 [ 4 ] {3ba2106c-bde0-41fa-963f-5a59bfc25b3d} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001575 sec., 43809.52380952381 rows/sec., 3.42 MiB/sec. | ||
| 16481 | 2025.02.10 18:57:48.348554 [ 4 ] {3ba2106c-bde0-41fa-963f-5a59bfc25b3d} <Debug> TCPHandler: Processed in 0.001785603 sec. | ||
| 16482 | 2025.02.10 18:57:48.348700 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16483 | 2025.02.10 18:57:48.348821 [ 256 ] {72d10184-fe30-4e80-a86f-9e7a80b56c7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16484 | 2025.02.10 18:57:48.348874 [ 256 ] {72d10184-fe30-4e80-a86f-9e7a80b56c7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16485 | 2025.02.10 18:57:48.349462 [ 256 ] {72d10184-fe30-4e80-a86f-9e7a80b56c7e} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16486 | 2025.02.10 18:57:48.349502 [ 256 ] {72d10184-fe30-4e80-a86f-9e7a80b56c7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16487 | 2025.02.10 18:57:48.349899 [ 256 ] {72d10184-fe30-4e80-a86f-9e7a80b56c7e} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16488 | 2025.02.10 18:57:48.350148 [ 256 ] {72d10184-fe30-4e80-a86f-9e7a80b56c7e} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16489 | 2025.02.10 18:57:48.350354 [ 256 ] {72d10184-fe30-4e80-a86f-9e7a80b56c7e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001558 sec., 102695.76379974326 rows/sec., 7.15 MiB/sec. | ||
| 16490 | 2025.02.10 18:57:48.350406 [ 256 ] {72d10184-fe30-4e80-a86f-9e7a80b56c7e} <Debug> TCPHandler: Processed in 0.001763422 sec. | ||
| 16491 | 2025.02.10 18:57:48.350538 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16492 | 2025.02.10 18:57:48.350659 [ 4 ] {7013dc38-039b-48fb-a6df-1b8c206ed794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16493 | 2025.02.10 18:57:48.350746 [ 4 ] {7013dc38-039b-48fb-a6df-1b8c206ed794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16494 | 2025.02.10 18:57:48.351862 [ 4 ] {7013dc38-039b-48fb-a6df-1b8c206ed794} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16495 | 2025.02.10 18:57:48.351901 [ 4 ] {7013dc38-039b-48fb-a6df-1b8c206ed794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16496 | 2025.02.10 18:57:48.352535 [ 4 ] {7013dc38-039b-48fb-a6df-1b8c206ed794} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 16497 | 2025.02.10 18:57:48.352800 [ 4 ] {7013dc38-039b-48fb-a6df-1b8c206ed794} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16498 | 2025.02.10 18:57:48.353051 [ 4 ] {7013dc38-039b-48fb-a6df-1b8c206ed794} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002418 sec., 2067.8246484698097 rows/sec., 3.71 MiB/sec. | ||
| 16499 | 2025.02.10 18:57:48.353143 [ 4 ] {7013dc38-039b-48fb-a6df-1b8c206ed794} <Debug> TCPHandler: Processed in 0.002659074 sec. | ||
| 16500 | 2025.02.10 18:57:48.353293 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16501 | 2025.02.10 18:57:48.353412 [ 256 ] {d36a2527-5abd-40fb-9cf6-f10690c15827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16502 | 2025.02.10 18:57:48.353463 [ 256 ] {d36a2527-5abd-40fb-9cf6-f10690c15827} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16503 | 2025.02.10 18:57:48.353967 [ 256 ] {d36a2527-5abd-40fb-9cf6-f10690c15827} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16504 | 2025.02.10 18:57:48.354007 [ 256 ] {d36a2527-5abd-40fb-9cf6-f10690c15827} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16505 | 2025.02.10 18:57:48.354377 [ 256 ] {d36a2527-5abd-40fb-9cf6-f10690c15827} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16506 | 2025.02.10 18:57:48.354620 [ 256 ] {d36a2527-5abd-40fb-9cf6-f10690c15827} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16507 | 2025.02.10 18:57:48.354840 [ 256 ] {d36a2527-5abd-40fb-9cf6-f10690c15827} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001452 sec., 41322.31404958678 rows/sec., 2.78 MiB/sec. | ||
| 16508 | 2025.02.10 18:57:48.354912 [ 256 ] {d36a2527-5abd-40fb-9cf6-f10690c15827} <Debug> TCPHandler: Processed in 0.001674231 sec. | ||
| 16509 | 2025.02.10 18:57:50.369865 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588 | ||
| 16510 | 2025.02.10 18:57:50.393263 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16511 | 2025.02.10 18:57:50.393327 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16512 | 2025.02.10 18:57:50.400771 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 16513 | 2025.02.10 18:57:50.401562 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16514 | 2025.02.10 18:57:50.404550 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588 | ||
| 16515 | 2025.02.10 18:57:50.624688 [ 219 ] {} <Trace> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 16516 | 2025.02.10 18:57:50.624741 [ 219 ] {} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 16517 | 2025.02.10 18:57:50.626137 [ 219 ] {} <Debug> oximeter.timeseries_schema (b9dd5f2f-b9b7-4c22-93fa-dd17d3b15fa0): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 16518 | 2025.02.10 18:57:53.023301 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2338 | ||
| 16519 | 2025.02.10 18:57:53.026657 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16520 | 2025.02.10 18:57:53.026737 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16521 | 2025.02.10 18:57:53.028282 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16522 | 2025.02.10 18:57:53.028606 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16523 | 2025.02.10 18:57:53.029241 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2338 | ||
| 16524 | 2025.02.10 18:57:53.037865 [ 224 ] {} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16525 | 2025.02.10 18:57:53.037956 [ 224 ] {} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16526 | 2025.02.10 18:57:53.039963 [ 224 ] {} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16527 | 2025.02.10 18:57:53.227390 [ 225 ] {} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16528 | 2025.02.10 18:57:53.227494 [ 225 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16529 | 2025.02.10 18:57:53.229629 [ 225 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16530 | 2025.02.10 18:57:53.347908 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16531 | 2025.02.10 18:57:53.348081 [ 4 ] {d63e4621-59dc-4f4b-8c93-1b7ae1eb390f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16532 | 2025.02.10 18:57:53.348177 [ 4 ] {d63e4621-59dc-4f4b-8c93-1b7ae1eb390f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16533 | 2025.02.10 18:57:53.349740 [ 4 ] {d63e4621-59dc-4f4b-8c93-1b7ae1eb390f} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16534 | 2025.02.10 18:57:53.349786 [ 4 ] {d63e4621-59dc-4f4b-8c93-1b7ae1eb390f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16535 | 2025.02.10 18:57:53.350178 [ 4 ] {d63e4621-59dc-4f4b-8c93-1b7ae1eb390f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16536 | 2025.02.10 18:57:53.350419 [ 4 ] {d63e4621-59dc-4f4b-8c93-1b7ae1eb390f} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16537 | 2025.02.10 18:57:53.350597 [ 104 ] {} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 16538 | 2025.02.10 18:57:53.350660 [ 4 ] {d63e4621-59dc-4f4b-8c93-1b7ae1eb390f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00262 sec., 5343.511450381679 rows/sec., 384.66 KiB/sec. | ||
| 16539 | 2025.02.10 18:57:53.350670 [ 104 ] {} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16540 | 2025.02.10 18:57:53.350732 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16541 | 2025.02.10 18:57:53.350799 [ 4 ] {d63e4621-59dc-4f4b-8c93-1b7ae1eb390f} <Debug> TCPHandler: Processed in 0.002979162 sec. | ||
| 16542 | 2025.02.10 18:57:53.350938 [ 225 ] {} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16543 | 2025.02.10 18:57:53.351032 [ 225 ] {} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16544 | 2025.02.10 18:57:53.351072 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
| 16545 | 2025.02.10 18:57:53.351131 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16546 | 2025.02.10 18:57:53.351281 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16547 | 2025.02.10 18:57:53.351325 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 14 rows starting from the beginning of the part | ||
| 16548 | 2025.02.10 18:57:53.351340 [ 256 ] {20e21ae0-4d33-4780-b277-eb60c9918670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16549 | 2025.02.10 18:57:53.351493 [ 256 ] {20e21ae0-4d33-4780-b277-eb60c9918670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16550 | 2025.02.10 18:57:53.351674 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part | ||
| 16551 | 2025.02.10 18:57:53.352366 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part | ||
| 16552 | 2025.02.10 18:57:53.352944 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part | ||
| 16553 | 2025.02.10 18:57:53.353305 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 14 rows starting from the beginning of the part | ||
| 16554 | 2025.02.10 18:57:53.355304 [ 256 ] {20e21ae0-4d33-4780-b277-eb60c9918670} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16555 | 2025.02.10 18:57:53.355375 [ 256 ] {20e21ae0-4d33-4780-b277-eb60c9918670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16556 | 2025.02.10 18:57:53.356108 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005251737 sec., 13328.923363831813 rows/sec., 1011.57 KiB/sec. | ||
| 16557 | 2025.02.10 18:57:53.356141 [ 225 ] {} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16558 | 2025.02.10 18:57:53.356313 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 16559 | 2025.02.10 18:57:53.356313 [ 256 ] {20e21ae0-4d33-4780-b277-eb60c9918670} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 16560 | 2025.02.10 18:57:53.356833 [ 256 ] {20e21ae0-4d33-4780-b277-eb60c9918670} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16561 | 2025.02.10 18:57:53.356838 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_57_14} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16562 | 2025.02.10 18:57:53.356931 [ 197 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_57_14} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 16563 | 2025.02.10 18:57:53.357166 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16564 | 2025.02.10 18:57:53.357238 [ 256 ] {20e21ae0-4d33-4780-b277-eb60c9918670} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005956 sec., 335.795836131632 rows/sec., 27.38 KiB/sec. | ||
| 16565 | 2025.02.10 18:57:53.357449 [ 256 ] {20e21ae0-4d33-4780-b277-eb60c9918670} <Debug> TCPHandler: Processed in 0.006500567 sec. | ||
| 16566 | 2025.02.10 18:57:53.357649 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16567 | 2025.02.10 18:57:53.357788 [ 4 ] {8199888d-19db-49de-b2bc-5ed06c08d2eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16568 | 2025.02.10 18:57:53.357844 [ 4 ] {8199888d-19db-49de-b2bc-5ed06c08d2eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16569 | 2025.02.10 18:57:53.358570 [ 4 ] {8199888d-19db-49de-b2bc-5ed06c08d2eb} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16570 | 2025.02.10 18:57:53.358612 [ 4 ] {8199888d-19db-49de-b2bc-5ed06c08d2eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16571 | 2025.02.10 18:57:53.359012 [ 4 ] {8199888d-19db-49de-b2bc-5ed06c08d2eb} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 16572 | 2025.02.10 18:57:53.359249 [ 4 ] {8199888d-19db-49de-b2bc-5ed06c08d2eb} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16573 | 2025.02.10 18:57:53.359460 [ 4 ] {8199888d-19db-49de-b2bc-5ed06c08d2eb} <Debug> executeQuery: Read 274 rows, 24.71 KiB in 0.001704 sec., 160798.1220657277 rows/sec., 14.16 MiB/sec. | ||
| 16574 | 2025.02.10 18:57:53.359517 [ 4 ] {8199888d-19db-49de-b2bc-5ed06c08d2eb} <Debug> TCPHandler: Processed in 0.001958807 sec. | ||
| 16575 | 2025.02.10 18:57:53.359677 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16576 | 2025.02.10 18:57:53.359829 [ 256 ] {6656610b-25c4-4285-8fb4-6b48a5b3c314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16577 | 2025.02.10 18:57:53.359890 [ 256 ] {6656610b-25c4-4285-8fb4-6b48a5b3c314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16578 | 2025.02.10 18:57:53.360550 [ 256 ] {6656610b-25c4-4285-8fb4-6b48a5b3c314} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16579 | 2025.02.10 18:57:53.360592 [ 256 ] {6656610b-25c4-4285-8fb4-6b48a5b3c314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16580 | 2025.02.10 18:57:53.360970 [ 256 ] {6656610b-25c4-4285-8fb4-6b48a5b3c314} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 16581 | 2025.02.10 18:57:53.361203 [ 256 ] {6656610b-25c4-4285-8fb4-6b48a5b3c314} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16582 | 2025.02.10 18:57:53.361427 [ 256 ] {6656610b-25c4-4285-8fb4-6b48a5b3c314} <Debug> executeQuery: Read 44 rows, 3.23 KiB in 0.001628 sec., 27027.027027027027 rows/sec., 1.94 MiB/sec. | ||
| 16583 | 2025.02.10 18:57:53.361515 [ 256 ] {6656610b-25c4-4285-8fb4-6b48a5b3c314} <Debug> TCPHandler: Processed in 0.001909337 sec. | ||
| 16584 | 2025.02.10 18:57:53.361680 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16585 | 2025.02.10 18:57:53.361972 [ 4 ] {ec31f936-1b1c-4618-9691-b61c0b8adda5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16586 | 2025.02.10 18:57:53.362067 [ 4 ] {ec31f936-1b1c-4618-9691-b61c0b8adda5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16587 | 2025.02.10 18:57:53.362662 [ 4 ] {ec31f936-1b1c-4618-9691-b61c0b8adda5} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16588 | 2025.02.10 18:57:53.362701 [ 4 ] {ec31f936-1b1c-4618-9691-b61c0b8adda5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16589 | 2025.02.10 18:57:53.363060 [ 4 ] {ec31f936-1b1c-4618-9691-b61c0b8adda5} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 16590 | 2025.02.10 18:57:53.363290 [ 4 ] {ec31f936-1b1c-4618-9691-b61c0b8adda5} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16591 | 2025.02.10 18:57:53.363497 [ 4 ] {ec31f936-1b1c-4618-9691-b61c0b8adda5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00163 sec., 8588.957055214723 rows/sec., 601.51 KiB/sec. | ||
| 16592 | 2025.02.10 18:57:53.363549 [ 4 ] {ec31f936-1b1c-4618-9691-b61c0b8adda5} <Debug> TCPHandler: Processed in 0.001952758 sec. | ||
| 16593 | 2025.02.10 18:57:53.363682 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16594 | 2025.02.10 18:57:53.363801 [ 256 ] {332c454b-485e-43ed-bf7c-9883419de1b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16595 | 2025.02.10 18:57:53.363849 [ 256 ] {332c454b-485e-43ed-bf7c-9883419de1b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16596 | 2025.02.10 18:57:53.364435 [ 256 ] {332c454b-485e-43ed-bf7c-9883419de1b7} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16597 | 2025.02.10 18:57:53.364478 [ 256 ] {332c454b-485e-43ed-bf7c-9883419de1b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16598 | 2025.02.10 18:57:53.364837 [ 256 ] {332c454b-485e-43ed-bf7c-9883419de1b7} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16599 | 2025.02.10 18:57:53.365070 [ 256 ] {332c454b-485e-43ed-bf7c-9883419de1b7} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16600 | 2025.02.10 18:57:53.365233 [ 104 ] {} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 16601 | 2025.02.10 18:57:53.365290 [ 104 ] {} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16602 | 2025.02.10 18:57:53.365305 [ 256 ] {332c454b-485e-43ed-bf7c-9883419de1b7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001519 sec., 8558.262014483213 rows/sec., 533.61 KiB/sec. | ||
| 16603 | 2025.02.10 18:57:53.365324 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16604 | 2025.02.10 18:57:53.365464 [ 256 ] {332c454b-485e-43ed-bf7c-9883419de1b7} <Debug> TCPHandler: Processed in 0.001837505 sec. | ||
| 16605 | 2025.02.10 18:57:53.365546 [ 191 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
| 16606 | 2025.02.10 18:57:53.365663 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16607 | 2025.02.10 18:57:53.365751 [ 191 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16608 | 2025.02.10 18:57:53.365827 [ 191 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 13 rows starting from the beginning of the part | ||
| 16609 | 2025.02.10 18:57:53.365898 [ 4 ] {7ff9c965-a6ad-45fb-9546-5f82b817bce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16610 | 2025.02.10 18:57:53.366047 [ 191 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 13 rows starting from the beginning of the part | ||
| 16611 | 2025.02.10 18:57:53.366090 [ 4 ] {7ff9c965-a6ad-45fb-9546-5f82b817bce3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16612 | 2025.02.10 18:57:53.366388 [ 191 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 13 rows starting from the beginning of the part | ||
| 16613 | 2025.02.10 18:57:53.366729 [ 191 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 13 rows starting from the beginning of the part | ||
| 16614 | 2025.02.10 18:57:53.367088 [ 191 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 13 rows starting from the beginning of the part | ||
| 16615 | 2025.02.10 18:57:53.369042 [ 4 ] {7ff9c965-a6ad-45fb-9546-5f82b817bce3} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16616 | 2025.02.10 18:57:53.369112 [ 4 ] {7ff9c965-a6ad-45fb-9546-5f82b817bce3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16617 | 2025.02.10 18:57:53.369721 [ 186 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004279273 sec., 15189.495972797247 rows/sec., 1006.40 KiB/sec. | ||
| 16618 | 2025.02.10 18:57:53.369970 [ 195 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 16619 | 2025.02.10 18:57:53.369993 [ 4 ] {7ff9c965-a6ad-45fb-9546-5f82b817bce3} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 16620 | 2025.02.10 18:57:53.370451 [ 4 ] {7ff9c965-a6ad-45fb-9546-5f82b817bce3} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16621 | 2025.02.10 18:57:53.370509 [ 195 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_57_14} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16622 | 2025.02.10 18:57:53.370722 [ 195 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_57_14} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 16623 | 2025.02.10 18:57:53.370904 [ 224 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16624 | 2025.02.10 18:57:53.370933 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16625 | 2025.02.10 18:57:53.370940 [ 4 ] {7ff9c965-a6ad-45fb-9546-5f82b817bce3} <Debug> executeQuery: Read 419 rows, 30.65 KiB in 0.00509 sec., 82318.27111984283 rows/sec., 5.88 MiB/sec. | ||
| 16626 | 2025.02.10 18:57:53.370964 [ 224 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16627 | 2025.02.10 18:57:53.371105 [ 4 ] {7ff9c965-a6ad-45fb-9546-5f82b817bce3} <Debug> TCPHandler: Processed in 0.005534084 sec. | ||
| 16628 | 2025.02.10 18:57:53.371331 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16629 | 2025.02.10 18:57:53.371524 [ 256 ] {9e6809b4-f085-4a5c-bab5-1fe0599f1050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16630 | 2025.02.10 18:57:53.371637 [ 256 ] {9e6809b4-f085-4a5c-bab5-1fe0599f1050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16631 | 2025.02.10 18:57:53.372759 [ 256 ] {9e6809b4-f085-4a5c-bab5-1fe0599f1050} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16632 | 2025.02.10 18:57:53.372816 [ 256 ] {9e6809b4-f085-4a5c-bab5-1fe0599f1050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16633 | 2025.02.10 18:57:53.373548 [ 256 ] {9e6809b4-f085-4a5c-bab5-1fe0599f1050} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16634 | 2025.02.10 18:57:53.373963 [ 256 ] {9e6809b4-f085-4a5c-bab5-1fe0599f1050} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16635 | 2025.02.10 18:57:53.374471 [ 256 ] {9e6809b4-f085-4a5c-bab5-1fe0599f1050} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002975 sec., 2016.8067226890755 rows/sec., 105.37 KiB/sec. | ||
| 16636 | 2025.02.10 18:57:53.374794 [ 256 ] {9e6809b4-f085-4a5c-bab5-1fe0599f1050} <Debug> TCPHandler: Processed in 0.003573656 sec. | ||
| 16637 | 2025.02.10 18:57:53.375048 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16638 | 2025.02.10 18:57:53.375321 [ 4 ] {d78d537c-2350-4b9c-9a32-15a87f1f9fce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16639 | 2025.02.10 18:57:53.375392 [ 224 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16640 | 2025.02.10 18:57:53.375410 [ 4 ] {d78d537c-2350-4b9c-9a32-15a87f1f9fce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16641 | 2025.02.10 18:57:53.376850 [ 4 ] {d78d537c-2350-4b9c-9a32-15a87f1f9fce} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16642 | 2025.02.10 18:57:53.376888 [ 4 ] {d78d537c-2350-4b9c-9a32-15a87f1f9fce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16643 | 2025.02.10 18:57:53.377284 [ 4 ] {d78d537c-2350-4b9c-9a32-15a87f1f9fce} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 16644 | 2025.02.10 18:57:53.377514 [ 4 ] {d78d537c-2350-4b9c-9a32-15a87f1f9fce} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16645 | 2025.02.10 18:57:53.377687 [ 4 ] {d78d537c-2350-4b9c-9a32-15a87f1f9fce} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.002423 sec., 98225.3404869996 rows/sec., 6.58 MiB/sec. | ||
| 16646 | 2025.02.10 18:57:53.377741 [ 4 ] {d78d537c-2350-4b9c-9a32-15a87f1f9fce} <Debug> TCPHandler: Processed in 0.002843099 sec. | ||
| 16647 | 2025.02.10 18:57:53.377910 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16648 | 2025.02.10 18:57:53.378051 [ 256 ] {206de79a-b0ed-4158-ad93-db83fe2f24f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16649 | 2025.02.10 18:57:53.378113 [ 256 ] {206de79a-b0ed-4158-ad93-db83fe2f24f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16650 | 2025.02.10 18:57:53.378607 [ 256 ] {206de79a-b0ed-4158-ad93-db83fe2f24f2} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16651 | 2025.02.10 18:57:53.378648 [ 256 ] {206de79a-b0ed-4158-ad93-db83fe2f24f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16652 | 2025.02.10 18:57:53.379026 [ 256 ] {206de79a-b0ed-4158-ad93-db83fe2f24f2} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16653 | 2025.02.10 18:57:53.379264 [ 256 ] {206de79a-b0ed-4158-ad93-db83fe2f24f2} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16654 | 2025.02.10 18:57:53.379469 [ 256 ] {206de79a-b0ed-4158-ad93-db83fe2f24f2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00145 sec., 689.6551724137931 rows/sec., 46.47 KiB/sec. | ||
| 16655 | 2025.02.10 18:57:53.379518 [ 256 ] {206de79a-b0ed-4158-ad93-db83fe2f24f2} <Debug> TCPHandler: Processed in 0.001676551 sec. | ||
| 16656 | 2025.02.10 18:57:53.379667 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16657 | 2025.02.10 18:57:53.379789 [ 4 ] {a3032e4b-7635-48eb-9115-a704da88e369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16658 | 2025.02.10 18:57:53.379867 [ 4 ] {a3032e4b-7635-48eb-9115-a704da88e369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16659 | 2025.02.10 18:57:53.380979 [ 4 ] {a3032e4b-7635-48eb-9115-a704da88e369} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16660 | 2025.02.10 18:57:53.381016 [ 4 ] {a3032e4b-7635-48eb-9115-a704da88e369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16661 | 2025.02.10 18:57:53.381663 [ 4 ] {a3032e4b-7635-48eb-9115-a704da88e369} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 16662 | 2025.02.10 18:57:53.381929 [ 4 ] {a3032e4b-7635-48eb-9115-a704da88e369} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16663 | 2025.02.10 18:57:53.382154 [ 4 ] {a3032e4b-7635-48eb-9115-a704da88e369} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00239 sec., 14644.351464435145 rows/sec., 26.24 MiB/sec. | ||
| 16664 | 2025.02.10 18:57:53.382287 [ 4 ] {a3032e4b-7635-48eb-9115-a704da88e369} <Debug> TCPHandler: Processed in 0.002668064 sec. | ||
| 16665 | 2025.02.10 18:57:53.382552 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16666 | 2025.02.10 18:57:53.382874 [ 256 ] {33758541-17e1-4959-8d7e-3135344a53e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16667 | 2025.02.10 18:57:53.382966 [ 256 ] {33758541-17e1-4959-8d7e-3135344a53e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16668 | 2025.02.10 18:57:53.383455 [ 256 ] {33758541-17e1-4959-8d7e-3135344a53e5} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16669 | 2025.02.10 18:57:53.383495 [ 256 ] {33758541-17e1-4959-8d7e-3135344a53e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16670 | 2025.02.10 18:57:53.383876 [ 256 ] {33758541-17e1-4959-8d7e-3135344a53e5} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 16671 | 2025.02.10 18:57:53.384120 [ 256 ] {33758541-17e1-4959-8d7e-3135344a53e5} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16672 | 2025.02.10 18:57:53.384333 [ 256 ] {33758541-17e1-4959-8d7e-3135344a53e5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001578 sec., 51964.51204055767 rows/sec., 3.30 MiB/sec. | ||
| 16673 | 2025.02.10 18:57:53.384384 [ 256 ] {33758541-17e1-4959-8d7e-3135344a53e5} <Debug> TCPHandler: Processed in 0.001987388 sec. | ||
| 16674 | 2025.02.10 18:57:53.664627 [ 223 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16675 | 2025.02.10 18:57:53.664696 [ 223 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16676 | 2025.02.10 18:57:53.666625 [ 223 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16677 | 2025.02.10 18:57:54.324079 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16678 | 2025.02.10 18:57:54.324142 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16679 | 2025.02.10 18:57:54.326224 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16680 | 2025.02.10 18:57:54.458636 [ 218 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16681 | 2025.02.10 18:57:54.458714 [ 218 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16682 | 2025.02.10 18:57:54.460869 [ 218 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16683 | 2025.02.10 18:57:55.319202 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36234 | ||
| 16684 | 2025.02.10 18:57:55.319985 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16685 | 2025.02.10 18:57:55.320048 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16686 | 2025.02.10 18:57:55.320636 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 16687 | 2025.02.10 18:57:55.320913 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16688 | 2025.02.10 18:57:55.321156 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234 | ||
| 16689 | 2025.02.10 18:57:57.904638 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596 | ||
| 16690 | 2025.02.10 18:57:57.928236 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16691 | 2025.02.10 18:57:57.928296 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16692 | 2025.02.10 18:57:57.935904 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 16693 | 2025.02.10 18:57:57.936748 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16694 | 2025.02.10 18:57:57.940126 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596 | ||
| 16695 | 2025.02.10 18:57:58.342144 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16696 | 2025.02.10 18:57:58.342359 [ 4 ] {a0100604-9511-4e58-aa71-1c0a106562ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16697 | 2025.02.10 18:57:58.342450 [ 4 ] {a0100604-9511-4e58-aa71-1c0a106562ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16698 | 2025.02.10 18:57:58.343479 [ 4 ] {a0100604-9511-4e58-aa71-1c0a106562ac} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16699 | 2025.02.10 18:57:58.343540 [ 4 ] {a0100604-9511-4e58-aa71-1c0a106562ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16700 | 2025.02.10 18:57:58.344105 [ 4 ] {a0100604-9511-4e58-aa71-1c0a106562ac} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 16701 | 2025.02.10 18:57:58.344469 [ 4 ] {a0100604-9511-4e58-aa71-1c0a106562ac} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16702 | 2025.02.10 18:57:58.344754 [ 4 ] {a0100604-9511-4e58-aa71-1c0a106562ac} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.002458 sec., 26851.098454027662 rows/sec., 2.14 MiB/sec. | ||
| 16703 | 2025.02.10 18:57:58.344828 [ 4 ] {a0100604-9511-4e58-aa71-1c0a106562ac} <Debug> TCPHandler: Processed in 0.002807797 sec. | ||
| 16704 | 2025.02.10 18:57:58.345095 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16705 | 2025.02.10 18:57:58.345294 [ 256 ] {460b2f50-14bc-4fa0-9281-dffc12182a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16706 | 2025.02.10 18:57:58.345371 [ 256 ] {460b2f50-14bc-4fa0-9281-dffc12182a74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16707 | 2025.02.10 18:57:58.346179 [ 256 ] {460b2f50-14bc-4fa0-9281-dffc12182a74} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16708 | 2025.02.10 18:57:58.346237 [ 256 ] {460b2f50-14bc-4fa0-9281-dffc12182a74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16709 | 2025.02.10 18:57:58.346707 [ 256 ] {460b2f50-14bc-4fa0-9281-dffc12182a74} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 16710 | 2025.02.10 18:57:58.346974 [ 256 ] {460b2f50-14bc-4fa0-9281-dffc12182a74} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16711 | 2025.02.10 18:57:58.347223 [ 256 ] {460b2f50-14bc-4fa0-9281-dffc12182a74} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001985 sec., 2518.891687657431 rows/sec., 189.41 KiB/sec. | ||
| 16712 | 2025.02.10 18:57:58.347294 [ 256 ] {460b2f50-14bc-4fa0-9281-dffc12182a74} <Debug> TCPHandler: Processed in 0.002340337 sec. | ||
| 16713 | 2025.02.10 18:57:58.347483 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16714 | 2025.02.10 18:57:58.347616 [ 4 ] {0457ecc1-e5c1-457c-8e9e-b157b31dc25d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16715 | 2025.02.10 18:57:58.347672 [ 4 ] {0457ecc1-e5c1-457c-8e9e-b157b31dc25d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16716 | 2025.02.10 18:57:58.348323 [ 4 ] {0457ecc1-e5c1-457c-8e9e-b157b31dc25d} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16717 | 2025.02.10 18:57:58.348366 [ 4 ] {0457ecc1-e5c1-457c-8e9e-b157b31dc25d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16718 | 2025.02.10 18:57:58.348756 [ 4 ] {0457ecc1-e5c1-457c-8e9e-b157b31dc25d} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 16719 | 2025.02.10 18:57:58.349002 [ 4 ] {0457ecc1-e5c1-457c-8e9e-b157b31dc25d} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16720 | 2025.02.10 18:57:58.349208 [ 4 ] {0457ecc1-e5c1-457c-8e9e-b157b31dc25d} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001622 sec., 42540.07398273736 rows/sec., 3.32 MiB/sec. | ||
| 16721 | 2025.02.10 18:57:58.349263 [ 4 ] {0457ecc1-e5c1-457c-8e9e-b157b31dc25d} <Debug> TCPHandler: Processed in 0.001852244 sec. | ||
| 16722 | 2025.02.10 18:57:58.349425 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16723 | 2025.02.10 18:57:58.349584 [ 256 ] {d9c08e86-2ab2-4e51-b59e-9338bc361001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16724 | 2025.02.10 18:57:58.349652 [ 256 ] {d9c08e86-2ab2-4e51-b59e-9338bc361001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16725 | 2025.02.10 18:57:58.350360 [ 256 ] {d9c08e86-2ab2-4e51-b59e-9338bc361001} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16726 | 2025.02.10 18:57:58.350411 [ 256 ] {d9c08e86-2ab2-4e51-b59e-9338bc361001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16727 | 2025.02.10 18:57:58.350842 [ 256 ] {d9c08e86-2ab2-4e51-b59e-9338bc361001} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 16728 | 2025.02.10 18:57:58.351113 [ 256 ] {d9c08e86-2ab2-4e51-b59e-9338bc361001} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16729 | 2025.02.10 18:57:58.351332 [ 256 ] {d9c08e86-2ab2-4e51-b59e-9338bc361001} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001786 sec., 89585.66629339305 rows/sec., 6.24 MiB/sec. | ||
| 16730 | 2025.02.10 18:57:58.351393 [ 256 ] {d9c08e86-2ab2-4e51-b59e-9338bc361001} <Debug> TCPHandler: Processed in 0.002033759 sec. | ||
| 16731 | 2025.02.10 18:57:58.351554 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16732 | 2025.02.10 18:57:58.351693 [ 4 ] {52caca7a-857f-4784-99d0-51f035760ea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16733 | 2025.02.10 18:57:58.351798 [ 4 ] {52caca7a-857f-4784-99d0-51f035760ea4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16734 | 2025.02.10 18:57:58.353021 [ 4 ] {52caca7a-857f-4784-99d0-51f035760ea4} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16735 | 2025.02.10 18:57:58.353063 [ 4 ] {52caca7a-857f-4784-99d0-51f035760ea4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16736 | 2025.02.10 18:57:58.353696 [ 4 ] {52caca7a-857f-4784-99d0-51f035760ea4} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 16737 | 2025.02.10 18:57:58.353950 [ 4 ] {52caca7a-857f-4784-99d0-51f035760ea4} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16738 | 2025.02.10 18:57:58.354184 [ 4 ] {52caca7a-857f-4784-99d0-51f035760ea4} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002521 sec., 1983.3399444664817 rows/sec., 3.55 MiB/sec. | ||
| 16739 | 2025.02.10 18:57:58.354279 [ 4 ] {52caca7a-857f-4784-99d0-51f035760ea4} <Debug> TCPHandler: Processed in 0.002791957 sec. | ||
| 16740 | 2025.02.10 18:57:58.354436 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16741 | 2025.02.10 18:57:58.354584 [ 256 ] {fdd111e2-856c-445d-879e-2499c1d7beff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16742 | 2025.02.10 18:57:58.354647 [ 256 ] {fdd111e2-856c-445d-879e-2499c1d7beff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16743 | 2025.02.10 18:57:58.355255 [ 256 ] {fdd111e2-856c-445d-879e-2499c1d7beff} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16744 | 2025.02.10 18:57:58.355303 [ 256 ] {fdd111e2-856c-445d-879e-2499c1d7beff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16745 | 2025.02.10 18:57:58.355702 [ 256 ] {fdd111e2-856c-445d-879e-2499c1d7beff} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 16746 | 2025.02.10 18:57:58.355953 [ 256 ] {fdd111e2-856c-445d-879e-2499c1d7beff} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16747 | 2025.02.10 18:57:58.356167 [ 256 ] {fdd111e2-856c-445d-879e-2499c1d7beff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001619 sec., 37059.91352686844 rows/sec., 2.50 MiB/sec. | ||
| 16748 | 2025.02.10 18:57:58.356220 [ 256 ] {fdd111e2-856c-445d-879e-2499c1d7beff} <Debug> TCPHandler: Processed in 0.001851875 sec. | ||
| 16749 | 2025.02.10 18:58:02.607092 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16750 | 2025.02.10 18:58:02.607156 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16751 | 2025.02.10 18:58:02.821337 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36661 | ||
| 16752 | 2025.02.10 18:58:02.822293 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16753 | 2025.02.10 18:58:02.822342 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16754 | 2025.02.10 18:58:02.822917 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 16755 | 2025.02.10 18:58:02.823183 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16756 | 2025.02.10 18:58:02.823498 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661 | ||
| 16757 | 2025.02.10 18:58:02.823559 [ 218 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16758 | 2025.02.10 18:58:02.823619 [ 218 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16759 | 2025.02.10 18:58:02.825589 [ 218 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16760 | 2025.02.10 18:58:03.001638 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001112297 sec. | ||
| 16761 | 2025.02.10 18:58:03.029455 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2374 | ||
| 16762 | 2025.02.10 18:58:03.032742 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16763 | 2025.02.10 18:58:03.032803 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16764 | 2025.02.10 18:58:03.034350 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 16765 | 2025.02.10 18:58:03.034680 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16766 | 2025.02.10 18:58:03.035111 [ 223 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16767 | 2025.02.10 18:58:03.035228 [ 223 ] {} <Debug> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16768 | 2025.02.10 18:58:03.035978 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2374 | ||
| 16769 | 2025.02.10 18:58:03.037452 [ 223 ] {} <Debug> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16770 | 2025.02.10 18:58:03.122951 [ 223 ] {} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 16771 | 2025.02.10 18:58:03.122990 [ 223 ] {} <Debug> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 16772 | 2025.02.10 18:58:03.124714 [ 223 ] {} <Debug> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 16773 | 2025.02.10 18:58:03.347042 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16774 | 2025.02.10 18:58:03.347205 [ 4 ] {9442dd44-91fd-4799-99f2-3f85ce742af2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16775 | 2025.02.10 18:58:03.347268 [ 4 ] {9442dd44-91fd-4799-99f2-3f85ce742af2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16776 | 2025.02.10 18:58:03.347933 [ 4 ] {9442dd44-91fd-4799-99f2-3f85ce742af2} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16777 | 2025.02.10 18:58:03.347972 [ 4 ] {9442dd44-91fd-4799-99f2-3f85ce742af2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16778 | 2025.02.10 18:58:03.348360 [ 4 ] {9442dd44-91fd-4799-99f2-3f85ce742af2} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16779 | 2025.02.10 18:58:03.348599 [ 4 ] {9442dd44-91fd-4799-99f2-3f85ce742af2} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16780 | 2025.02.10 18:58:03.348791 [ 4 ] {9442dd44-91fd-4799-99f2-3f85ce742af2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001628 sec., 8599.5085995086 rows/sec., 619.05 KiB/sec. | ||
| 16781 | 2025.02.10 18:58:03.348862 [ 4 ] {9442dd44-91fd-4799-99f2-3f85ce742af2} <Debug> TCPHandler: Processed in 0.001894675 sec. | ||
| 16782 | 2025.02.10 18:58:03.349182 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16783 | 2025.02.10 18:58:03.349377 [ 256 ] {21813c87-3988-420b-ab8b-a50d2fd82309} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16784 | 2025.02.10 18:58:03.349453 [ 256 ] {21813c87-3988-420b-ab8b-a50d2fd82309} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16785 | 2025.02.10 18:58:03.350355 [ 256 ] {21813c87-3988-420b-ab8b-a50d2fd82309} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16786 | 2025.02.10 18:58:03.350409 [ 256 ] {21813c87-3988-420b-ab8b-a50d2fd82309} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16787 | 2025.02.10 18:58:03.350893 [ 256 ] {21813c87-3988-420b-ab8b-a50d2fd82309} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 16788 | 2025.02.10 18:58:03.351164 [ 256 ] {21813c87-3988-420b-ab8b-a50d2fd82309} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16789 | 2025.02.10 18:58:03.351424 [ 256 ] {21813c87-3988-420b-ab8b-a50d2fd82309} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.002092 sec., 130497.13193116634 rows/sec., 11.50 MiB/sec. | ||
| 16790 | 2025.02.10 18:58:03.351524 [ 256 ] {21813c87-3988-420b-ab8b-a50d2fd82309} <Debug> TCPHandler: Processed in 0.002529902 sec. | ||
| 16791 | 2025.02.10 18:58:03.351719 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16792 | 2025.02.10 18:58:03.351904 [ 4 ] {c3c14e22-8cf8-4ea6-b2c5-c529f80682bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16793 | 2025.02.10 18:58:03.351970 [ 4 ] {c3c14e22-8cf8-4ea6-b2c5-c529f80682bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16794 | 2025.02.10 18:58:03.352681 [ 4 ] {c3c14e22-8cf8-4ea6-b2c5-c529f80682bf} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16795 | 2025.02.10 18:58:03.352720 [ 4 ] {c3c14e22-8cf8-4ea6-b2c5-c529f80682bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16796 | 2025.02.10 18:58:03.353092 [ 4 ] {c3c14e22-8cf8-4ea6-b2c5-c529f80682bf} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 16797 | 2025.02.10 18:58:03.353331 [ 4 ] {c3c14e22-8cf8-4ea6-b2c5-c529f80682bf} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16798 | 2025.02.10 18:58:03.353477 [ 90 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 16799 | 2025.02.10 18:58:03.353523 [ 90 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16800 | 2025.02.10 18:58:03.353522 [ 4 ] {c3c14e22-8cf8-4ea6-b2c5-c529f80682bf} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001646 sec., 25516.403402187123 rows/sec., 1.83 MiB/sec. | ||
| 16801 | 2025.02.10 18:58:03.353546 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16802 | 2025.02.10 18:58:03.353648 [ 4 ] {c3c14e22-8cf8-4ea6-b2c5-c529f80682bf} <Debug> TCPHandler: Processed in 0.002023889 sec. | ||
| 16803 | 2025.02.10 18:58:03.353766 [ 191 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 16804 | 2025.02.10 18:58:03.353847 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16805 | 2025.02.10 18:58:03.353952 [ 191 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16806 | 2025.02.10 18:58:03.354035 [ 191 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 65 rows starting from the beginning of the part | ||
| 16807 | 2025.02.10 18:58:03.354067 [ 256 ] {f915adc9-5418-4795-8f45-7916c2e31b94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16808 | 2025.02.10 18:58:03.354221 [ 256 ] {f915adc9-5418-4795-8f45-7916c2e31b94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16809 | 2025.02.10 18:58:03.354335 [ 191 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 42 rows starting from the beginning of the part | ||
| 16810 | 2025.02.10 18:58:03.354744 [ 191 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 5 rows starting from the beginning of the part | ||
| 16811 | 2025.02.10 18:58:03.355061 [ 191 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 44 rows starting from the beginning of the part | ||
| 16812 | 2025.02.10 18:58:03.355399 [ 191 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 5 rows starting from the beginning of the part | ||
| 16813 | 2025.02.10 18:58:03.355772 [ 191 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 42 rows starting from the beginning of the part | ||
| 16814 | 2025.02.10 18:58:03.357197 [ 256 ] {f915adc9-5418-4795-8f45-7916c2e31b94} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16815 | 2025.02.10 18:58:03.357275 [ 256 ] {f915adc9-5418-4795-8f45-7916c2e31b94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16816 | 2025.02.10 18:58:03.358308 [ 256 ] {f915adc9-5418-4795-8f45-7916c2e31b94} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 16817 | 2025.02.10 18:58:03.358739 [ 186 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 203 rows, containing 5 columns (5 merged, 0 gathered) in 0.005092922 sec., 39859.2399412361 rows/sec., 3.00 MiB/sec. | ||
| 16818 | 2025.02.10 18:58:03.358831 [ 256 ] {f915adc9-5418-4795-8f45-7916c2e31b94} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16819 | 2025.02.10 18:58:03.358996 [ 186 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 16820 | 2025.02.10 18:58:03.359081 [ 90 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 16821 | 2025.02.10 18:58:03.359188 [ 90 ] {} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16822 | 2025.02.10 18:58:03.359284 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16823 | 2025.02.10 18:58:03.359456 [ 256 ] {f915adc9-5418-4795-8f45-7916c2e31b94} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005418 sec., 2583.9793281653747 rows/sec., 180.97 KiB/sec. | ||
| 16824 | 2025.02.10 18:58:03.359625 [ 190 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 16825 | 2025.02.10 18:58:03.359724 [ 256 ] {f915adc9-5418-4795-8f45-7916c2e31b94} <Debug> TCPHandler: Processed in 0.005954333 sec. | ||
| 16826 | 2025.02.10 18:58:03.360021 [ 190 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16827 | 2025.02.10 18:58:03.360021 [ 186 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_111_22} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16828 | 2025.02.10 18:58:03.360034 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16829 | 2025.02.10 18:58:03.360063 [ 190 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 242 rows starting from the beginning of the part | ||
| 16830 | 2025.02.10 18:58:03.360187 [ 186 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_111_22} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 16831 | 2025.02.10 18:58:03.360508 [ 190 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 14 rows starting from the beginning of the part | ||
| 16832 | 2025.02.10 18:58:03.360578 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 16833 | 2025.02.10 18:58:03.360619 [ 4 ] {14e0f1c2-754a-4fdb-b954-540e5665858c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16834 | 2025.02.10 18:58:03.360783 [ 4 ] {14e0f1c2-754a-4fdb-b954-540e5665858c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16835 | 2025.02.10 18:58:03.360805 [ 190 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 228 rows starting from the beginning of the part | ||
| 16836 | 2025.02.10 18:58:03.361080 [ 190 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 14 rows starting from the beginning of the part | ||
| 16837 | 2025.02.10 18:58:03.361310 [ 190 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 14 rows starting from the beginning of the part | ||
| 16838 | 2025.02.10 18:58:03.361648 [ 190 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 14 rows starting from the beginning of the part | ||
| 16839 | 2025.02.10 18:58:03.362590 [ 4 ] {14e0f1c2-754a-4fdb-b954-540e5665858c} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16840 | 2025.02.10 18:58:03.362640 [ 4 ] {14e0f1c2-754a-4fdb-b954-540e5665858c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16841 | 2025.02.10 18:58:03.363222 [ 4 ] {14e0f1c2-754a-4fdb-b954-540e5665858c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16842 | 2025.02.10 18:58:03.363383 [ 196 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.003977256 sec., 132251.9847854903 rows/sec., 9.47 MiB/sec. | ||
| 16843 | 2025.02.10 18:58:03.363634 [ 4 ] {14e0f1c2-754a-4fdb-b954-540e5665858c} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16844 | 2025.02.10 18:58:03.363714 [ 196 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 16845 | 2025.02.10 18:58:03.364152 [ 4 ] {14e0f1c2-754a-4fdb-b954-540e5665858c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003718 sec., 3496.5034965034965 rows/sec., 218.01 KiB/sec. | ||
| 16846 | 2025.02.10 18:58:03.364548 [ 4 ] {14e0f1c2-754a-4fdb-b954-540e5665858c} <Debug> TCPHandler: Processed in 0.004659123 sec. | ||
| 16847 | 2025.02.10 18:58:03.364831 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16848 | 2025.02.10 18:58:03.364851 [ 196 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_76_15} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16849 | 2025.02.10 18:58:03.365056 [ 256 ] {f1ec2ffe-2274-4de8-990b-57f10ed4c0d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16850 | 2025.02.10 18:58:03.365085 [ 196 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_76_15} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 16851 | 2025.02.10 18:58:03.365132 [ 256 ] {f1ec2ffe-2274-4de8-990b-57f10ed4c0d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16852 | 2025.02.10 18:58:03.365285 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 16853 | 2025.02.10 18:58:03.366054 [ 256 ] {f1ec2ffe-2274-4de8-990b-57f10ed4c0d7} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16854 | 2025.02.10 18:58:03.366100 [ 256 ] {f1ec2ffe-2274-4de8-990b-57f10ed4c0d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16855 | 2025.02.10 18:58:03.366507 [ 256 ] {f1ec2ffe-2274-4de8-990b-57f10ed4c0d7} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 16856 | 2025.02.10 18:58:03.366762 [ 256 ] {f1ec2ffe-2274-4de8-990b-57f10ed4c0d7} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16857 | 2025.02.10 18:58:03.366982 [ 256 ] {f1ec2ffe-2274-4de8-990b-57f10ed4c0d7} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001985 sec., 210075.56675062975 rows/sec., 15.00 MiB/sec. | ||
| 16858 | 2025.02.10 18:58:03.367039 [ 256 ] {f1ec2ffe-2274-4de8-990b-57f10ed4c0d7} <Debug> TCPHandler: Processed in 0.002365027 sec. | ||
| 16859 | 2025.02.10 18:58:03.367212 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16860 | 2025.02.10 18:58:03.367356 [ 4 ] {940154c8-546d-481e-ac2c-b278f9ee1cd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16861 | 2025.02.10 18:58:03.367419 [ 4 ] {940154c8-546d-481e-ac2c-b278f9ee1cd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16862 | 2025.02.10 18:58:03.367937 [ 4 ] {940154c8-546d-481e-ac2c-b278f9ee1cd5} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16863 | 2025.02.10 18:58:03.367975 [ 4 ] {940154c8-546d-481e-ac2c-b278f9ee1cd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16864 | 2025.02.10 18:58:03.368349 [ 4 ] {940154c8-546d-481e-ac2c-b278f9ee1cd5} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16865 | 2025.02.10 18:58:03.368583 [ 4 ] {940154c8-546d-481e-ac2c-b278f9ee1cd5} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16866 | 2025.02.10 18:58:03.368756 [ 4 ] {940154c8-546d-481e-ac2c-b278f9ee1cd5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001434 sec., 4184.100418410042 rows/sec., 218.60 KiB/sec. | ||
| 16867 | 2025.02.10 18:58:03.368809 [ 4 ] {940154c8-546d-481e-ac2c-b278f9ee1cd5} <Debug> TCPHandler: Processed in 0.001670761 sec. | ||
| 16868 | 2025.02.10 18:58:03.368965 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16869 | 2025.02.10 18:58:03.369107 [ 256 ] {aa735462-aa9d-4e5e-a911-12211f9728f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16870 | 2025.02.10 18:58:03.369171 [ 256 ] {aa735462-aa9d-4e5e-a911-12211f9728f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16871 | 2025.02.10 18:58:03.369834 [ 256 ] {aa735462-aa9d-4e5e-a911-12211f9728f6} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16872 | 2025.02.10 18:58:03.369875 [ 256 ] {aa735462-aa9d-4e5e-a911-12211f9728f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16873 | 2025.02.10 18:58:03.370285 [ 256 ] {aa735462-aa9d-4e5e-a911-12211f9728f6} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 16874 | 2025.02.10 18:58:03.370534 [ 256 ] {aa735462-aa9d-4e5e-a911-12211f9728f6} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16875 | 2025.02.10 18:58:03.370760 [ 256 ] {aa735462-aa9d-4e5e-a911-12211f9728f6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001685 sec., 140652.8189910979 rows/sec., 9.43 MiB/sec. | ||
| 16876 | 2025.02.10 18:58:03.370811 [ 256 ] {aa735462-aa9d-4e5e-a911-12211f9728f6} <Debug> TCPHandler: Processed in 0.001913486 sec. | ||
| 16877 | 2025.02.10 18:58:03.370980 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16878 | 2025.02.10 18:58:03.371119 [ 4 ] {b0b69d27-91a8-402b-a36b-cd79e73c9a79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16879 | 2025.02.10 18:58:03.371183 [ 4 ] {b0b69d27-91a8-402b-a36b-cd79e73c9a79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16880 | 2025.02.10 18:58:03.371697 [ 4 ] {b0b69d27-91a8-402b-a36b-cd79e73c9a79} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16881 | 2025.02.10 18:58:03.371734 [ 4 ] {b0b69d27-91a8-402b-a36b-cd79e73c9a79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16882 | 2025.02.10 18:58:03.372088 [ 4 ] {b0b69d27-91a8-402b-a36b-cd79e73c9a79} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16883 | 2025.02.10 18:58:03.372322 [ 4 ] {b0b69d27-91a8-402b-a36b-cd79e73c9a79} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16884 | 2025.02.10 18:58:03.372499 [ 4 ] {b0b69d27-91a8-402b-a36b-cd79e73c9a79} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001412 sec., 708.2152974504249 rows/sec., 47.72 KiB/sec. | ||
| 16885 | 2025.02.10 18:58:03.372547 [ 4 ] {b0b69d27-91a8-402b-a36b-cd79e73c9a79} <Debug> TCPHandler: Processed in 0.00163358 sec. | ||
| 16886 | 2025.02.10 18:58:03.372698 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16887 | 2025.02.10 18:58:03.372842 [ 256 ] {79911904-6d99-4971-91e9-efe9dd6b3521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16888 | 2025.02.10 18:58:03.372940 [ 256 ] {79911904-6d99-4971-91e9-efe9dd6b3521} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16889 | 2025.02.10 18:58:03.374273 [ 256 ] {79911904-6d99-4971-91e9-efe9dd6b3521} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16890 | 2025.02.10 18:58:03.374312 [ 256 ] {79911904-6d99-4971-91e9-efe9dd6b3521} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16891 | 2025.02.10 18:58:03.374993 [ 256 ] {79911904-6d99-4971-91e9-efe9dd6b3521} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 16892 | 2025.02.10 18:58:03.375258 [ 256 ] {79911904-6d99-4971-91e9-efe9dd6b3521} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16893 | 2025.02.10 18:58:03.375421 [ 89 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 16894 | 2025.02.10 18:58:03.375458 [ 256 ] {79911904-6d99-4971-91e9-efe9dd6b3521} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002646 sec., 13227.513227513227 rows/sec., 23.70 MiB/sec. | ||
| 16895 | 2025.02.10 18:58:03.375459 [ 89 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16896 | 2025.02.10 18:58:03.375501 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16897 | 2025.02.10 18:58:03.375754 [ 256 ] {79911904-6d99-4971-91e9-efe9dd6b3521} <Debug> TCPHandler: Processed in 0.003120955 sec. | ||
| 16898 | 2025.02.10 18:58:03.375806 [ 190 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 16899 | 2025.02.10 18:58:03.375986 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16900 | 2025.02.10 18:58:03.376169 [ 4 ] {bcc150dc-ec72-47a2-8908-e19d02b5e041} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16901 | 2025.02.10 18:58:03.376244 [ 190 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16902 | 2025.02.10 18:58:03.376251 [ 4 ] {bcc150dc-ec72-47a2-8908-e19d02b5e041} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16903 | 2025.02.10 18:58:03.376379 [ 190 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2094 rows starting from the beginning of the part | ||
| 16904 | 2025.02.10 18:58:03.376956 [ 190 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 35 rows starting from the beginning of the part | ||
| 16905 | 2025.02.10 18:58:03.377397 [ 190 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 5 rows starting from the beginning of the part | ||
| 16906 | 2025.02.10 18:58:03.377650 [ 4 ] {bcc150dc-ec72-47a2-8908-e19d02b5e041} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16907 | 2025.02.10 18:58:03.377726 [ 4 ] {bcc150dc-ec72-47a2-8908-e19d02b5e041} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 16908 | 2025.02.10 18:58:03.377817 [ 190 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 35 rows starting from the beginning of the part | ||
| 16909 | 2025.02.10 18:58:03.378209 [ 190 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 5 rows starting from the beginning of the part | ||
| 16910 | 2025.02.10 18:58:03.378568 [ 4 ] {bcc150dc-ec72-47a2-8908-e19d02b5e041} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 16911 | 2025.02.10 18:58:03.378582 [ 190 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 35 rows starting from the beginning of the part | ||
| 16912 | 2025.02.10 18:58:03.379014 [ 4 ] {bcc150dc-ec72-47a2-8908-e19d02b5e041} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16913 | 2025.02.10 18:58:03.379409 [ 4 ] {bcc150dc-ec72-47a2-8908-e19d02b5e041} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003284 sec., 24969.54933008526 rows/sec., 1.59 MiB/sec. | ||
| 16914 | 2025.02.10 18:58:03.379548 [ 4 ] {bcc150dc-ec72-47a2-8908-e19d02b5e041} <Debug> TCPHandler: Processed in 0.003638398 sec. | ||
| 16915 | 2025.02.10 18:58:03.387764 [ 190 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2209 rows, containing 19 columns (19 merged, 0 gathered) in 0.012154193 sec., 181747.9778377717 rows/sec., 325.68 MiB/sec. | ||
| 16916 | 2025.02.10 18:58:03.389796 [ 196 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 16917 | 2025.02.10 18:58:03.390242 [ 196 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16918 | 2025.02.10 18:58:03.390331 [ 196 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 16919 | 2025.02.10 18:58:03.390500 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.35 MiB. | ||
| 16920 | 2025.02.10 18:58:03.521212 [ 221 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16921 | 2025.02.10 18:58:03.521264 [ 221 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16922 | 2025.02.10 18:58:03.523655 [ 221 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16923 | 2025.02.10 18:58:04.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.26 MiB, peak 289.56 MiB, free memory in arenas 0.00 B, will set to 270.52 MiB (RSS), difference: 3.26 MiB | ||
| 16924 | 2025.02.10 18:58:05.440224 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603 | ||
| 16925 | 2025.02.10 18:58:05.462311 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16926 | 2025.02.10 18:58:05.462367 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 16927 | 2025.02.10 18:58:05.469790 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 16928 | 2025.02.10 18:58:05.470602 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16929 | 2025.02.10 18:58:05.473366 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603 | ||
| 16930 | 2025.02.10 18:58:06.296403 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16931 | 2025.02.10 18:58:06.296483 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16932 | 2025.02.10 18:58:06.298566 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16933 | 2025.02.10 18:58:06.546431 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16934 | 2025.02.10 18:58:06.546622 [ 4 ] {f2d840ff-4a5e-491d-8637-767180b4126e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16935 | 2025.02.10 18:58:06.546693 [ 4 ] {f2d840ff-4a5e-491d-8637-767180b4126e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16936 | 2025.02.10 18:58:06.547458 [ 4 ] {f2d840ff-4a5e-491d-8637-767180b4126e} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16937 | 2025.02.10 18:58:06.547509 [ 4 ] {f2d840ff-4a5e-491d-8637-767180b4126e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 16938 | 2025.02.10 18:58:06.547962 [ 4 ] {f2d840ff-4a5e-491d-8637-767180b4126e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 16939 | 2025.02.10 18:58:06.548206 [ 4 ] {f2d840ff-4a5e-491d-8637-767180b4126e} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16940 | 2025.02.10 18:58:06.548420 [ 4 ] {f2d840ff-4a5e-491d-8637-767180b4126e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001851 sec., 2160.9940572663427 rows/sec., 176.21 KiB/sec. | ||
| 16941 | 2025.02.10 18:58:06.548478 [ 4 ] {f2d840ff-4a5e-491d-8637-767180b4126e} <Debug> TCPHandler: Processed in 0.002174332 sec. | ||
| 16942 | 2025.02.10 18:58:06.548774 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16943 | 2025.02.10 18:58:06.548978 [ 256 ] {84229337-a200-4b25-86ef-b011166b1e4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16944 | 2025.02.10 18:58:06.549055 [ 256 ] {84229337-a200-4b25-86ef-b011166b1e4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16945 | 2025.02.10 18:58:06.550531 [ 256 ] {84229337-a200-4b25-86ef-b011166b1e4d} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16946 | 2025.02.10 18:58:06.550585 [ 256 ] {84229337-a200-4b25-86ef-b011166b1e4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 16947 | 2025.02.10 18:58:06.551130 [ 256 ] {84229337-a200-4b25-86ef-b011166b1e4d} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 16948 | 2025.02.10 18:58:06.551637 [ 256 ] {84229337-a200-4b25-86ef-b011166b1e4d} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16949 | 2025.02.10 18:58:06.552110 [ 44 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 16950 | 2025.02.10 18:58:06.552176 [ 256 ] {84229337-a200-4b25-86ef-b011166b1e4d} <Debug> executeQuery: Read 1208 rows, 102.09 KiB in 0.003248 sec., 371921.18226600986 rows/sec., 30.69 MiB/sec. | ||
| 16951 | 2025.02.10 18:58:06.552202 [ 44 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16952 | 2025.02.10 18:58:06.552267 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 16953 | 2025.02.10 18:58:06.552316 [ 256 ] {84229337-a200-4b25-86ef-b011166b1e4d} <Debug> TCPHandler: Processed in 0.003681739 sec. | ||
| 16954 | 2025.02.10 18:58:06.552538 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 16955 | 2025.02.10 18:58:06.552550 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16956 | 2025.02.10 18:58:06.552827 [ 4 ] {774436b6-f25d-4adf-acd4-cae08df8f672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16957 | 2025.02.10 18:58:06.552840 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16958 | 2025.02.10 18:58:06.552923 [ 4 ] {774436b6-f25d-4adf-acd4-cae08df8f672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16959 | 2025.02.10 18:58:06.552930 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1432 rows starting from the beginning of the part | ||
| 16960 | 2025.02.10 18:58:06.553297 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 66 rows starting from the beginning of the part | ||
| 16961 | 2025.02.10 18:58:06.553664 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 274 rows starting from the beginning of the part | ||
| 16962 | 2025.02.10 18:58:06.554188 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 66 rows starting from the beginning of the part | ||
| 16963 | 2025.02.10 18:58:06.554550 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 273 rows starting from the beginning of the part | ||
| 16964 | 2025.02.10 18:58:06.554840 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 1208 rows starting from the beginning of the part | ||
| 16965 | 2025.02.10 18:58:06.555640 [ 4 ] {774436b6-f25d-4adf-acd4-cae08df8f672} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16966 | 2025.02.10 18:58:06.555702 [ 4 ] {774436b6-f25d-4adf-acd4-cae08df8f672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 16967 | 2025.02.10 18:58:06.556555 [ 4 ] {774436b6-f25d-4adf-acd4-cae08df8f672} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 16968 | 2025.02.10 18:58:06.557162 [ 4 ] {774436b6-f25d-4adf-acd4-cae08df8f672} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16969 | 2025.02.10 18:58:06.557765 [ 4 ] {774436b6-f25d-4adf-acd4-cae08df8f672} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.00502 sec., 1792.828685258964 rows/sec., 130.53 KiB/sec. | ||
| 16970 | 2025.02.10 18:58:06.558053 [ 221 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16971 | 2025.02.10 18:58:06.558084 [ 4 ] {774436b6-f25d-4adf-acd4-cae08df8f672} <Debug> TCPHandler: Processed in 0.005608975 sec. | ||
| 16972 | 2025.02.10 18:58:06.558144 [ 221 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16973 | 2025.02.10 18:58:06.558405 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16974 | 2025.02.10 18:58:06.558844 [ 256 ] {68da229e-0c85-4baf-b27d-5d8bfe4242ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16975 | 2025.02.10 18:58:06.559038 [ 256 ] {68da229e-0c85-4baf-b27d-5d8bfe4242ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16976 | 2025.02.10 18:58:06.560783 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3319 rows, containing 5 columns (5 merged, 0 gathered) in 0.008396732 sec., 395272.8275714885 rows/sec., 34.66 MiB/sec. | ||
| 16977 | 2025.02.10 18:58:06.561230 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 16978 | 2025.02.10 18:58:06.562075 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_136_27} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16979 | 2025.02.10 18:58:06.562239 [ 256 ] {68da229e-0c85-4baf-b27d-5d8bfe4242ce} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16980 | 2025.02.10 18:58:06.562269 [ 188 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_136_27} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 16981 | 2025.02.10 18:58:06.562306 [ 256 ] {68da229e-0c85-4baf-b27d-5d8bfe4242ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 16982 | 2025.02.10 18:58:06.562539 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 16983 | 2025.02.10 18:58:06.562993 [ 256 ] {68da229e-0c85-4baf-b27d-5d8bfe4242ce} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 16984 | 2025.02.10 18:58:06.563272 [ 256 ] {68da229e-0c85-4baf-b27d-5d8bfe4242ce} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16985 | 2025.02.10 18:58:06.563573 [ 221 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16986 | 2025.02.10 18:58:06.563671 [ 256 ] {68da229e-0c85-4baf-b27d-5d8bfe4242ce} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.004977 sec., 45810.72935503315 rows/sec., 3.10 MiB/sec. | ||
| 16987 | 2025.02.10 18:58:06.564409 [ 256 ] {68da229e-0c85-4baf-b27d-5d8bfe4242ce} <Debug> TCPHandler: Processed in 0.006167228 sec. | ||
| 16988 | 2025.02.10 18:58:06.564804 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16989 | 2025.02.10 18:58:06.565575 [ 4 ] {6f755b23-270d-4915-b148-fe9899c7e2bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16990 | 2025.02.10 18:58:06.565853 [ 4 ] {6f755b23-270d-4915-b148-fe9899c7e2bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16991 | 2025.02.10 18:58:06.568123 [ 4 ] {6f755b23-270d-4915-b148-fe9899c7e2bd} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16992 | 2025.02.10 18:58:06.568165 [ 4 ] {6f755b23-270d-4915-b148-fe9899c7e2bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 16993 | 2025.02.10 18:58:06.568586 [ 4 ] {6f755b23-270d-4915-b148-fe9899c7e2bd} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 16994 | 2025.02.10 18:58:06.568829 [ 4 ] {6f755b23-270d-4915-b148-fe9899c7e2bd} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16995 | 2025.02.10 18:58:06.569005 [ 44 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 16996 | 2025.02.10 18:58:06.569055 [ 44 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16997 | 2025.02.10 18:58:06.569075 [ 4 ] {6f755b23-270d-4915-b148-fe9899c7e2bd} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.003782 sec., 139873.08302485457 rows/sec., 10.36 MiB/sec. | ||
| 16998 | 2025.02.10 18:58:06.569090 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 16999 | 2025.02.10 18:58:06.569273 [ 4 ] {6f755b23-270d-4915-b148-fe9899c7e2bd} <Debug> TCPHandler: Processed in 0.004743535 sec. | ||
| 17000 | 2025.02.10 18:58:06.569374 [ 187 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 17001 | 2025.02.10 18:58:06.569448 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17002 | 2025.02.10 18:58:06.569677 [ 187 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17003 | 2025.02.10 18:58:06.569693 [ 256 ] {004a8b51-7e35-4e61-8857-cb890c1702d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17004 | 2025.02.10 18:58:06.569748 [ 187 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 914 rows starting from the beginning of the part | ||
| 17005 | 2025.02.10 18:58:06.569810 [ 256 ] {004a8b51-7e35-4e61-8857-cb890c1702d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17006 | 2025.02.10 18:58:06.570114 [ 187 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 69 rows starting from the beginning of the part | ||
| 17007 | 2025.02.10 18:58:06.570505 [ 187 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 419 rows starting from the beginning of the part | ||
| 17008 | 2025.02.10 18:58:06.570940 [ 187 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 69 rows starting from the beginning of the part | ||
| 17009 | 2025.02.10 18:58:06.571293 [ 187 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 417 rows starting from the beginning of the part | ||
| 17010 | 2025.02.10 18:58:06.571632 [ 187 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 529 rows starting from the beginning of the part | ||
| 17011 | 2025.02.10 18:58:06.572779 [ 256 ] {004a8b51-7e35-4e61-8857-cb890c1702d0} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17012 | 2025.02.10 18:58:06.572856 [ 256 ] {004a8b51-7e35-4e61-8857-cb890c1702d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17013 | 2025.02.10 18:58:06.574028 [ 256 ] {004a8b51-7e35-4e61-8857-cb890c1702d0} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 17014 | 2025.02.10 18:58:06.574346 [ 256 ] {004a8b51-7e35-4e61-8857-cb890c1702d0} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17015 | 2025.02.10 18:58:06.574854 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 6 parts from all_1_131_27 to all_136_136_0 | ||
| 17016 | 2025.02.10 18:58:06.574977 [ 256 ] {004a8b51-7e35-4e61-8857-cb890c1702d0} <Debug> executeQuery: Read 966 rows, 66.39 KiB in 0.005355 sec., 180392.1568627451 rows/sec., 12.11 MiB/sec. | ||
| 17017 | 2025.02.10 18:58:06.574999 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17018 | 2025.02.10 18:58:06.575018 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.005786769 sec., 417676.94545954745 rows/sec., 32.03 MiB/sec. | ||
| 17019 | 2025.02.10 18:58:06.575104 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17020 | 2025.02.10 18:58:06.575199 [ 256 ] {004a8b51-7e35-4e61-8857-cb890c1702d0} <Debug> TCPHandler: Processed in 0.005818091 sec. | ||
| 17021 | 2025.02.10 18:58:06.575526 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17022 | 2025.02.10 18:58:06.575546 [ 201 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_136_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_27 to all_136_136_0 into Compact with storage Full | ||
| 17023 | 2025.02.10 18:58:06.575636 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 17024 | 2025.02.10 18:58:06.575921 [ 4 ] {8fa3beec-3c8c-4ec8-9151-97f8430266db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17025 | 2025.02.10 18:58:06.576079 [ 201 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_136_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17026 | 2025.02.10 18:58:06.576247 [ 201 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_131_27, total 39688 rows starting from the beginning of the part | ||
| 17027 | 2025.02.10 18:58:06.576247 [ 4 ] {8fa3beec-3c8c-4ec8-9151-97f8430266db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17028 | 2025.02.10 18:58:06.576653 [ 201 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part | ||
| 17029 | 2025.02.10 18:58:06.577148 [ 201 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 238 rows starting from the beginning of the part | ||
| 17030 | 2025.02.10 18:58:06.577667 [ 201 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 160 rows starting from the beginning of the part | ||
| 17031 | 2025.02.10 18:58:06.577804 [ 189 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_136_27} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17032 | 2025.02.10 18:58:06.578266 [ 201 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 237 rows starting from the beginning of the part | ||
| 17033 | 2025.02.10 18:58:06.578591 [ 189 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_136_27} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 17034 | 2025.02.10 18:58:06.578929 [ 201 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 966 rows starting from the beginning of the part | ||
| 17035 | 2025.02.10 18:58:06.579093 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 17036 | 2025.02.10 18:58:06.584055 [ 4 ] {8fa3beec-3c8c-4ec8-9151-97f8430266db} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17037 | 2025.02.10 18:58:06.584117 [ 4 ] {8fa3beec-3c8c-4ec8-9151-97f8430266db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17038 | 2025.02.10 18:58:06.585031 [ 4 ] {8fa3beec-3c8c-4ec8-9151-97f8430266db} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 17039 | 2025.02.10 18:58:06.585352 [ 4 ] {8fa3beec-3c8c-4ec8-9151-97f8430266db} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17040 | 2025.02.10 18:58:06.585759 [ 4 ] {8fa3beec-3c8c-4ec8-9151-97f8430266db} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.00998 sec., 501.00200400801606 rows/sec., 919.32 KiB/sec. | ||
| 17041 | 2025.02.10 18:58:06.585939 [ 4 ] {8fa3beec-3c8c-4ec8-9151-97f8430266db} <Debug> TCPHandler: Processed in 0.010584946 sec. | ||
| 17042 | 2025.02.10 18:58:06.586122 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17043 | 2025.02.10 18:58:06.586252 [ 256 ] {78f4273e-4dca-473b-bb58-3c1521c81675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17044 | 2025.02.10 18:58:06.586303 [ 256 ] {78f4273e-4dca-473b-bb58-3c1521c81675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17045 | 2025.02.10 18:58:06.586873 [ 256 ] {78f4273e-4dca-473b-bb58-3c1521c81675} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17046 | 2025.02.10 18:58:06.586929 [ 256 ] {78f4273e-4dca-473b-bb58-3c1521c81675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17047 | 2025.02.10 18:58:06.587344 [ 256 ] {78f4273e-4dca-473b-bb58-3c1521c81675} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 17048 | 2025.02.10 18:58:06.587600 [ 256 ] {78f4273e-4dca-473b-bb58-3c1521c81675} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17049 | 2025.02.10 18:58:06.587787 [ 44 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 17050 | 2025.02.10 18:58:06.587849 [ 44 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17051 | 2025.02.10 18:58:06.587855 [ 256 ] {78f4273e-4dca-473b-bb58-3c1521c81675} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001617 sec., 27210.884353741498 rows/sec., 1.83 MiB/sec. | ||
| 17052 | 2025.02.10 18:58:06.587882 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17053 | 2025.02.10 18:58:06.588179 [ 256 ] {78f4273e-4dca-473b-bb58-3c1521c81675} <Debug> TCPHandler: Processed in 0.002125291 sec. | ||
| 17054 | 2025.02.10 18:58:06.588269 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 17055 | 2025.02.10 18:58:06.588474 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17056 | 2025.02.10 18:58:06.588543 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 8000 rows starting from the beginning of the part | ||
| 17057 | 2025.02.10 18:58:06.588619 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 60 rows starting from the beginning of the part | ||
| 17058 | 2025.02.10 18:58:06.588887 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 82 rows starting from the beginning of the part | ||
| 17059 | 2025.02.10 18:58:06.589148 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 60 rows starting from the beginning of the part | ||
| 17060 | 2025.02.10 18:58:06.589326 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 82 rows starting from the beginning of the part | ||
| 17061 | 2025.02.10 18:58:06.589497 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 44 rows starting from the beginning of the part | ||
| 17062 | 2025.02.10 18:58:06.591654 [ 201 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_136_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41449 rows, containing 5 columns (5 merged, 0 gathered) in 0.016388256 sec., 2529189.194994269 rows/sec., 170.76 MiB/sec. | ||
| 17063 | 2025.02.10 18:58:06.591957 [ 201 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_136_28} <Trace> MergedBlockOutputStream: filled checksums all_1_136_28 (state Temporary) | ||
| 17064 | 2025.02.10 18:58:06.592390 [ 201 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_136_28} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_136_28 to all_1_136_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17065 | 2025.02.10 18:58:06.592481 [ 201 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_136_28} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 6 parts: [all_1_131_27, all_136_136_0] -> all_1_136_28 | ||
| 17066 | 2025.02.10 18:58:06.592675 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 17067 | 2025.02.10 18:58:06.593680 [ 198 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8328 rows, containing 4 columns (4 merged, 0 gathered) in 0.005645407 sec., 1475181.5059569664 rows/sec., 96.15 MiB/sec. | ||
| 17068 | 2025.02.10 18:58:06.593852 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 17069 | 2025.02.10 18:58:06.594207 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_136_27} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17070 | 2025.02.10 18:58:06.594298 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_136_27} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 17071 | 2025.02.10 18:58:06.594389 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 17072 | 2025.02.10 18:58:08.336124 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17073 | 2025.02.10 18:58:08.336317 [ 4 ] {973c7219-647d-4060-8161-b408adce0a92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17074 | 2025.02.10 18:58:08.336389 [ 4 ] {973c7219-647d-4060-8161-b408adce0a92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17075 | 2025.02.10 18:58:08.337163 [ 4 ] {973c7219-647d-4060-8161-b408adce0a92} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17076 | 2025.02.10 18:58:08.337213 [ 4 ] {973c7219-647d-4060-8161-b408adce0a92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17077 | 2025.02.10 18:58:08.337644 [ 4 ] {973c7219-647d-4060-8161-b408adce0a92} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 17078 | 2025.02.10 18:58:08.337892 [ 4 ] {973c7219-647d-4060-8161-b408adce0a92} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17079 | 2025.02.10 18:58:08.338106 [ 4 ] {973c7219-647d-4060-8161-b408adce0a92} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00184 sec., 30434.782608695652 rows/sec., 2.34 MiB/sec. | ||
| 17080 | 2025.02.10 18:58:08.338251 [ 4 ] {973c7219-647d-4060-8161-b408adce0a92} <Debug> TCPHandler: Processed in 0.002248814 sec. | ||
| 17081 | 2025.02.10 18:58:08.338667 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17082 | 2025.02.10 18:58:08.339229 [ 256 ] {7eac75cb-f791-47fd-a1c7-8411557f4109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17083 | 2025.02.10 18:58:08.339456 [ 256 ] {7eac75cb-f791-47fd-a1c7-8411557f4109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17084 | 2025.02.10 18:58:08.341907 [ 256 ] {7eac75cb-f791-47fd-a1c7-8411557f4109} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17085 | 2025.02.10 18:58:08.341958 [ 256 ] {7eac75cb-f791-47fd-a1c7-8411557f4109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17086 | 2025.02.10 18:58:08.342407 [ 256 ] {7eac75cb-f791-47fd-a1c7-8411557f4109} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 17087 | 2025.02.10 18:58:08.342666 [ 256 ] {7eac75cb-f791-47fd-a1c7-8411557f4109} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17088 | 2025.02.10 18:58:08.342898 [ 256 ] {7eac75cb-f791-47fd-a1c7-8411557f4109} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003902 sec., 16401.84520758585 rows/sec., 1.28 MiB/sec. | ||
| 17089 | 2025.02.10 18:58:08.342960 [ 256 ] {7eac75cb-f791-47fd-a1c7-8411557f4109} <Debug> TCPHandler: Processed in 0.00456133 sec. | ||
| 17090 | 2025.02.10 18:58:08.343114 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17091 | 2025.02.10 18:58:08.343234 [ 4 ] {d94040f1-1ac0-4c76-9f2c-311ffe52fdf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17092 | 2025.02.10 18:58:08.343287 [ 4 ] {d94040f1-1ac0-4c76-9f2c-311ffe52fdf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17093 | 2025.02.10 18:58:08.343853 [ 4 ] {d94040f1-1ac0-4c76-9f2c-311ffe52fdf4} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17094 | 2025.02.10 18:58:08.343891 [ 4 ] {d94040f1-1ac0-4c76-9f2c-311ffe52fdf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17095 | 2025.02.10 18:58:08.344264 [ 4 ] {d94040f1-1ac0-4c76-9f2c-311ffe52fdf4} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 17096 | 2025.02.10 18:58:08.344501 [ 4 ] {d94040f1-1ac0-4c76-9f2c-311ffe52fdf4} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17097 | 2025.02.10 18:58:08.344705 [ 4 ] {d94040f1-1ac0-4c76-9f2c-311ffe52fdf4} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001496 sec., 28074.86631016043 rows/sec., 1.95 MiB/sec. | ||
| 17098 | 2025.02.10 18:58:08.344756 [ 4 ] {d94040f1-1ac0-4c76-9f2c-311ffe52fdf4} <Debug> TCPHandler: Processed in 0.001696801 sec. | ||
| 17099 | 2025.02.10 18:58:08.344931 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17100 | 2025.02.10 18:58:08.345070 [ 256 ] {2da7100a-2e86-4963-9edc-838fe315d578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17101 | 2025.02.10 18:58:08.345134 [ 256 ] {2da7100a-2e86-4963-9edc-838fe315d578} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17102 | 2025.02.10 18:58:08.345718 [ 256 ] {2da7100a-2e86-4963-9edc-838fe315d578} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17103 | 2025.02.10 18:58:08.345766 [ 256 ] {2da7100a-2e86-4963-9edc-838fe315d578} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17104 | 2025.02.10 18:58:08.346149 [ 256 ] {2da7100a-2e86-4963-9edc-838fe315d578} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 17105 | 2025.02.10 18:58:08.346390 [ 256 ] {2da7100a-2e86-4963-9edc-838fe315d578} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17106 | 2025.02.10 18:58:08.346596 [ 256 ] {2da7100a-2e86-4963-9edc-838fe315d578} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001558 sec., 10269.576379974327 rows/sec., 712.05 KiB/sec. | ||
| 17107 | 2025.02.10 18:58:08.346647 [ 256 ] {2da7100a-2e86-4963-9edc-838fe315d578} <Debug> TCPHandler: Processed in 0.001782363 sec. | ||
| 17108 | 2025.02.10 18:58:10.323642 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37149 | ||
| 17109 | 2025.02.10 18:58:10.324698 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17110 | 2025.02.10 18:58:10.324773 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17111 | 2025.02.10 18:58:10.325378 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 17112 | 2025.02.10 18:58:10.325646 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17113 | 2025.02.10 18:58:10.325817 [ 32 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 17114 | 2025.02.10 18:58:10.325846 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37149 | ||
| 17115 | 2025.02.10 18:58:10.325872 [ 32 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17116 | 2025.02.10 18:58:10.325899 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17117 | 2025.02.10 18:58:10.326123 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 17118 | 2025.02.10 18:58:10.326461 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17119 | 2025.02.10 18:58:10.326515 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34831 rows starting from the beginning of the part | ||
| 17120 | 2025.02.10 18:58:10.326610 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 488 rows starting from the beginning of the part | ||
| 17121 | 2025.02.10 18:58:10.326898 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 427 rows starting from the beginning of the part | ||
| 17122 | 2025.02.10 18:58:10.327168 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 488 rows starting from the beginning of the part | ||
| 17123 | 2025.02.10 18:58:10.327365 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 427 rows starting from the beginning of the part | ||
| 17124 | 2025.02.10 18:58:10.327714 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 488 rows starting from the beginning of the part | ||
| 17125 | 2025.02.10 18:58:10.331005 [ 197 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37149 rows, containing 4 columns (4 merged, 0 gathered) in 0.005007241 sec., 7419055.723501226 rows/sec., 106.13 MiB/sec. | ||
| 17126 | 2025.02.10 18:58:10.331613 [ 195 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 17127 | 2025.02.10 18:58:10.332072 [ 195 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_81_16} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17128 | 2025.02.10 18:58:10.332167 [ 195 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_81_16} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 17129 | 2025.02.10 18:58:10.332291 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. | ||
| 17130 | 2025.02.10 18:58:12.973460 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611 | ||
| 17131 | 2025.02.10 18:58:12.997461 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17132 | 2025.02.10 18:58:12.997528 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17133 | 2025.02.10 18:58:13.005400 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 17134 | 2025.02.10 18:58:13.006219 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17135 | 2025.02.10 18:58:13.006595 [ 29 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 17136 | 2025.02.10 18:58:13.006744 [ 29 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17137 | 2025.02.10 18:58:13.006817 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17138 | 2025.02.10 18:58:13.007757 [ 198 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 17139 | 2025.02.10 18:58:13.024382 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611 | ||
| 17140 | 2025.02.10 18:58:13.025938 [ 198 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17141 | 2025.02.10 18:58:13.027736 [ 198 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part | ||
| 17142 | 2025.02.10 18:58:13.033871 [ 198 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 8 rows starting from the beginning of the part | ||
| 17143 | 2025.02.10 18:58:13.036342 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2420 | ||
| 17144 | 2025.02.10 18:58:13.048533 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17145 | 2025.02.10 18:58:13.048597 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17146 | 2025.02.10 18:58:13.048597 [ 198 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 7 rows starting from the beginning of the part | ||
| 17147 | 2025.02.10 18:58:13.051189 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17148 | 2025.02.10 18:58:13.051699 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17149 | 2025.02.10 18:58:13.055807 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2420 | ||
| 17150 | 2025.02.10 18:58:13.059899 [ 198 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 8 rows starting from the beginning of the part | ||
| 17151 | 2025.02.10 18:58:13.066294 [ 198 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 7 rows starting from the beginning of the part | ||
| 17152 | 2025.02.10 18:58:13.072512 [ 198 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 8 rows starting from the beginning of the part | ||
| 17153 | 2025.02.10 18:58:13.136366 [ 193 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.129419982 sec., 4721.063861684049 rows/sec., 24.41 MiB/sec. | ||
| 17154 | 2025.02.10 18:58:13.140341 [ 193 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 17155 | 2025.02.10 18:58:13.143509 [ 193 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_81_16} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17156 | 2025.02.10 18:58:13.143640 [ 193 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_81_16} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 17157 | 2025.02.10 18:58:13.146461 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 17158 | 2025.02.10 18:58:13.347797 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17159 | 2025.02.10 18:58:13.347988 [ 4 ] {3f2dd12a-234d-4fbb-8856-9ff02de52326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17160 | 2025.02.10 18:58:13.348063 [ 4 ] {3f2dd12a-234d-4fbb-8856-9ff02de52326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17161 | 2025.02.10 18:58:13.348837 [ 4 ] {3f2dd12a-234d-4fbb-8856-9ff02de52326} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17162 | 2025.02.10 18:58:13.348892 [ 4 ] {3f2dd12a-234d-4fbb-8856-9ff02de52326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17163 | 2025.02.10 18:58:13.349335 [ 4 ] {3f2dd12a-234d-4fbb-8856-9ff02de52326} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 17164 | 2025.02.10 18:58:13.349603 [ 4 ] {3f2dd12a-234d-4fbb-8856-9ff02de52326} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17165 | 2025.02.10 18:58:13.349848 [ 4 ] {3f2dd12a-234d-4fbb-8856-9ff02de52326} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001911 sec., 7326.007326007326 rows/sec., 527.37 KiB/sec. | ||
| 17166 | 2025.02.10 18:58:13.349916 [ 4 ] {3f2dd12a-234d-4fbb-8856-9ff02de52326} <Debug> TCPHandler: Processed in 0.002245184 sec. | ||
| 17167 | 2025.02.10 18:58:13.350179 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17168 | 2025.02.10 18:58:13.350378 [ 256 ] {8c747899-7c6d-4609-ba00-f9c901866fbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17169 | 2025.02.10 18:58:13.350457 [ 256 ] {8c747899-7c6d-4609-ba00-f9c901866fbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17170 | 2025.02.10 18:58:13.351427 [ 256 ] {8c747899-7c6d-4609-ba00-f9c901866fbe} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17171 | 2025.02.10 18:58:13.351466 [ 256 ] {8c747899-7c6d-4609-ba00-f9c901866fbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17172 | 2025.02.10 18:58:13.351962 [ 256 ] {8c747899-7c6d-4609-ba00-f9c901866fbe} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17173 | 2025.02.10 18:58:13.352257 [ 256 ] {8c747899-7c6d-4609-ba00-f9c901866fbe} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17174 | 2025.02.10 18:58:13.352467 [ 256 ] {8c747899-7c6d-4609-ba00-f9c901866fbe} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.002146 sec., 127213.42031686859 rows/sec., 11.21 MiB/sec. | ||
| 17175 | 2025.02.10 18:58:13.352541 [ 256 ] {8c747899-7c6d-4609-ba00-f9c901866fbe} <Debug> TCPHandler: Processed in 0.00249966 sec. | ||
| 17176 | 2025.02.10 18:58:13.352553 [ 223 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17177 | 2025.02.10 18:58:13.352621 [ 223 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17178 | 2025.02.10 18:58:13.352756 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17179 | 2025.02.10 18:58:13.352959 [ 4 ] {213da664-0c83-4b8e-824b-70d7666696aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17180 | 2025.02.10 18:58:13.353072 [ 4 ] {213da664-0c83-4b8e-824b-70d7666696aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17181 | 2025.02.10 18:58:13.354836 [ 4 ] {213da664-0c83-4b8e-824b-70d7666696aa} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17182 | 2025.02.10 18:58:13.354901 [ 4 ] {213da664-0c83-4b8e-824b-70d7666696aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17183 | 2025.02.10 18:58:13.355962 [ 4 ] {213da664-0c83-4b8e-824b-70d7666696aa} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 17184 | 2025.02.10 18:58:13.356194 [ 223 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17185 | 2025.02.10 18:58:13.356718 [ 4 ] {213da664-0c83-4b8e-824b-70d7666696aa} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17186 | 2025.02.10 18:58:13.357335 [ 4 ] {213da664-0c83-4b8e-824b-70d7666696aa} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.004424 sec., 9493.67088607595 rows/sec., 697.99 KiB/sec. | ||
| 17187 | 2025.02.10 18:58:13.357592 [ 4 ] {213da664-0c83-4b8e-824b-70d7666696aa} <Debug> TCPHandler: Processed in 0.004938839 sec. | ||
| 17188 | 2025.02.10 18:58:13.357866 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17189 | 2025.02.10 18:58:13.358022 [ 256 ] {7f56261c-feb4-4f52-840a-1b874caf95d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17190 | 2025.02.10 18:58:13.358074 [ 256 ] {7f56261c-feb4-4f52-840a-1b874caf95d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17191 | 2025.02.10 18:58:13.358691 [ 256 ] {7f56261c-feb4-4f52-840a-1b874caf95d1} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17192 | 2025.02.10 18:58:13.358731 [ 256 ] {7f56261c-feb4-4f52-840a-1b874caf95d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17193 | 2025.02.10 18:58:13.359116 [ 256 ] {7f56261c-feb4-4f52-840a-1b874caf95d1} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 17194 | 2025.02.10 18:58:13.359376 [ 256 ] {7f56261c-feb4-4f52-840a-1b874caf95d1} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17195 | 2025.02.10 18:58:13.359594 [ 256 ] {7f56261c-feb4-4f52-840a-1b874caf95d1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001598 sec., 8760.951188986233 rows/sec., 613.56 KiB/sec. | ||
| 17196 | 2025.02.10 18:58:13.359649 [ 256 ] {7f56261c-feb4-4f52-840a-1b874caf95d1} <Debug> TCPHandler: Processed in 0.001918907 sec. | ||
| 17197 | 2025.02.10 18:58:13.359819 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17198 | 2025.02.10 18:58:13.359949 [ 4 ] {04d66b2f-27cc-40ea-89ba-6ffc212c3326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17199 | 2025.02.10 18:58:13.359999 [ 4 ] {04d66b2f-27cc-40ea-89ba-6ffc212c3326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17200 | 2025.02.10 18:58:13.360601 [ 4 ] {04d66b2f-27cc-40ea-89ba-6ffc212c3326} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17201 | 2025.02.10 18:58:13.360639 [ 4 ] {04d66b2f-27cc-40ea-89ba-6ffc212c3326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17202 | 2025.02.10 18:58:13.361011 [ 4 ] {04d66b2f-27cc-40ea-89ba-6ffc212c3326} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 17203 | 2025.02.10 18:58:13.361337 [ 4 ] {04d66b2f-27cc-40ea-89ba-6ffc212c3326} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17204 | 2025.02.10 18:58:13.361581 [ 4 ] {04d66b2f-27cc-40ea-89ba-6ffc212c3326} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001659 sec., 7836.045810729354 rows/sec., 488.58 KiB/sec. | ||
| 17205 | 2025.02.10 18:58:13.361656 [ 4 ] {04d66b2f-27cc-40ea-89ba-6ffc212c3326} <Debug> TCPHandler: Processed in 0.001896016 sec. | ||
| 17206 | 2025.02.10 18:58:13.361826 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17207 | 2025.02.10 18:58:13.361947 [ 256 ] {aa34450d-2ccc-4290-a535-d013803b83d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17208 | 2025.02.10 18:58:13.361997 [ 256 ] {aa34450d-2ccc-4290-a535-d013803b83d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17209 | 2025.02.10 18:58:13.362739 [ 256 ] {aa34450d-2ccc-4290-a535-d013803b83d7} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17210 | 2025.02.10 18:58:13.362780 [ 256 ] {aa34450d-2ccc-4290-a535-d013803b83d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17211 | 2025.02.10 18:58:13.363199 [ 256 ] {aa34450d-2ccc-4290-a535-d013803b83d7} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17212 | 2025.02.10 18:58:13.363450 [ 256 ] {aa34450d-2ccc-4290-a535-d013803b83d7} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17213 | 2025.02.10 18:58:13.363701 [ 256 ] {aa34450d-2ccc-4290-a535-d013803b83d7} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.00176 sec., 236931.81818181818 rows/sec., 16.91 MiB/sec. | ||
| 17214 | 2025.02.10 18:58:13.363766 [ 256 ] {aa34450d-2ccc-4290-a535-d013803b83d7} <Debug> TCPHandler: Processed in 0.001999238 sec. | ||
| 17215 | 2025.02.10 18:58:13.363805 [ 224 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17216 | 2025.02.10 18:58:13.363886 [ 224 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17217 | 2025.02.10 18:58:13.363965 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17218 | 2025.02.10 18:58:13.364178 [ 4 ] {828e75e0-3116-4c37-8ac8-4edf0e03e462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17219 | 2025.02.10 18:58:13.364288 [ 4 ] {828e75e0-3116-4c37-8ac8-4edf0e03e462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17220 | 2025.02.10 18:58:13.365822 [ 4 ] {828e75e0-3116-4c37-8ac8-4edf0e03e462} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17221 | 2025.02.10 18:58:13.365895 [ 4 ] {828e75e0-3116-4c37-8ac8-4edf0e03e462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17222 | 2025.02.10 18:58:13.367043 [ 4 ] {828e75e0-3116-4c37-8ac8-4edf0e03e462} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 17223 | 2025.02.10 18:58:13.367330 [ 224 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17224 | 2025.02.10 18:58:13.367735 [ 4 ] {828e75e0-3116-4c37-8ac8-4edf0e03e462} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17225 | 2025.02.10 18:58:13.368387 [ 220 ] {} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 17226 | 2025.02.10 18:58:13.368514 [ 220 ] {} <Debug> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 17227 | 2025.02.10 18:58:13.368682 [ 4 ] {828e75e0-3116-4c37-8ac8-4edf0e03e462} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004522 sec., 1326.8465280849182 rows/sec., 69.32 KiB/sec. | ||
| 17228 | 2025.02.10 18:58:13.368901 [ 4 ] {828e75e0-3116-4c37-8ac8-4edf0e03e462} <Debug> TCPHandler: Processed in 0.005032762 sec. | ||
| 17229 | 2025.02.10 18:58:13.369105 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17230 | 2025.02.10 18:58:13.369371 [ 256 ] {777ef697-0648-4a13-aac4-c8ccf5a94b73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17231 | 2025.02.10 18:58:13.369452 [ 256 ] {777ef697-0648-4a13-aac4-c8ccf5a94b73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17232 | 2025.02.10 18:58:13.370743 [ 256 ] {777ef697-0648-4a13-aac4-c8ccf5a94b73} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17233 | 2025.02.10 18:58:13.370784 [ 256 ] {777ef697-0648-4a13-aac4-c8ccf5a94b73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17234 | 2025.02.10 18:58:13.371612 [ 256 ] {777ef697-0648-4a13-aac4-c8ccf5a94b73} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17235 | 2025.02.10 18:58:13.371943 [ 256 ] {777ef697-0648-4a13-aac4-c8ccf5a94b73} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17236 | 2025.02.10 18:58:13.372165 [ 256 ] {777ef697-0648-4a13-aac4-c8ccf5a94b73} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00289 sec., 82006.9204152249 rows/sec., 5.50 MiB/sec. | ||
| 17237 | 2025.02.10 18:58:13.372219 [ 256 ] {777ef697-0648-4a13-aac4-c8ccf5a94b73} <Debug> TCPHandler: Processed in 0.003199517 sec. | ||
| 17238 | 2025.02.10 18:58:13.372415 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17239 | 2025.02.10 18:58:13.372462 [ 220 ] {} <Debug> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 17240 | 2025.02.10 18:58:13.372726 [ 4 ] {efe39922-3eea-485c-a1ba-f973cbaaa0fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17241 | 2025.02.10 18:58:13.372869 [ 4 ] {efe39922-3eea-485c-a1ba-f973cbaaa0fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17242 | 2025.02.10 18:58:13.373813 [ 4 ] {efe39922-3eea-485c-a1ba-f973cbaaa0fd} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17243 | 2025.02.10 18:58:13.373851 [ 4 ] {efe39922-3eea-485c-a1ba-f973cbaaa0fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17244 | 2025.02.10 18:58:13.374230 [ 4 ] {efe39922-3eea-485c-a1ba-f973cbaaa0fd} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 17245 | 2025.02.10 18:58:13.374467 [ 4 ] {efe39922-3eea-485c-a1ba-f973cbaaa0fd} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17246 | 2025.02.10 18:58:13.374704 [ 4 ] {efe39922-3eea-485c-a1ba-f973cbaaa0fd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002076 sec., 481.6955684007707 rows/sec., 32.46 KiB/sec. | ||
| 17247 | 2025.02.10 18:58:13.374765 [ 4 ] {efe39922-3eea-485c-a1ba-f973cbaaa0fd} <Debug> TCPHandler: Processed in 0.002438919 sec. | ||
| 17248 | 2025.02.10 18:58:13.375014 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17249 | 2025.02.10 18:58:13.375162 [ 256 ] {20d5d37f-44c0-4cdc-a591-fdf2b4e698f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17250 | 2025.02.10 18:58:13.375250 [ 256 ] {20d5d37f-44c0-4cdc-a591-fdf2b4e698f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17251 | 2025.02.10 18:58:13.376433 [ 256 ] {20d5d37f-44c0-4cdc-a591-fdf2b4e698f0} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17252 | 2025.02.10 18:58:13.376473 [ 256 ] {20d5d37f-44c0-4cdc-a591-fdf2b4e698f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17253 | 2025.02.10 18:58:13.377163 [ 256 ] {20d5d37f-44c0-4cdc-a591-fdf2b4e698f0} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 17254 | 2025.02.10 18:58:13.377429 [ 256 ] {20d5d37f-44c0-4cdc-a591-fdf2b4e698f0} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17255 | 2025.02.10 18:58:13.377662 [ 256 ] {20d5d37f-44c0-4cdc-a591-fdf2b4e698f0} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002519 sec., 13894.402540690751 rows/sec., 24.90 MiB/sec. | ||
| 17256 | 2025.02.10 18:58:13.377801 [ 256 ] {20d5d37f-44c0-4cdc-a591-fdf2b4e698f0} <Debug> TCPHandler: Processed in 0.00293106 sec. | ||
| 17257 | 2025.02.10 18:58:13.378026 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17258 | 2025.02.10 18:58:13.378333 [ 4 ] {ebef74bc-030b-4aad-87d4-1f7028a7cc6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17259 | 2025.02.10 18:58:13.378466 [ 4 ] {ebef74bc-030b-4aad-87d4-1f7028a7cc6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17260 | 2025.02.10 18:58:13.378963 [ 4 ] {ebef74bc-030b-4aad-87d4-1f7028a7cc6b} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17261 | 2025.02.10 18:58:13.379002 [ 4 ] {ebef74bc-030b-4aad-87d4-1f7028a7cc6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17262 | 2025.02.10 18:58:13.379384 [ 4 ] {ebef74bc-030b-4aad-87d4-1f7028a7cc6b} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17263 | 2025.02.10 18:58:13.379626 [ 4 ] {ebef74bc-030b-4aad-87d4-1f7028a7cc6b} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17264 | 2025.02.10 18:58:13.379868 [ 4 ] {ebef74bc-030b-4aad-87d4-1f7028a7cc6b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001635 sec., 50152.90519877676 rows/sec., 3.19 MiB/sec. | ||
| 17265 | 2025.02.10 18:58:13.379937 [ 4 ] {ebef74bc-030b-4aad-87d4-1f7028a7cc6b} <Debug> TCPHandler: Processed in 0.00205454 sec. | ||
| 17266 | 2025.02.10 18:58:13.379943 [ 219 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17267 | 2025.02.10 18:58:13.380007 [ 219 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17268 | 2025.02.10 18:58:13.381969 [ 219 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17269 | 2025.02.10 18:58:13.663298 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17270 | 2025.02.10 18:58:13.663359 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17271 | 2025.02.10 18:58:13.665230 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17272 | 2025.02.10 18:58:14.000198 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.38 MiB, peak 289.56 MiB, free memory in arenas 0.00 B, will set to 270.52 MiB (RSS), difference: -1.86 MiB | ||
| 17273 | 2025.02.10 18:58:17.607422 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17274 | 2025.02.10 18:58:17.607484 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17275 | 2025.02.10 18:58:17.825995 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37576 | ||
| 17276 | 2025.02.10 18:58:17.826654 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17277 | 2025.02.10 18:58:17.826703 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17278 | 2025.02.10 18:58:17.827255 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 17279 | 2025.02.10 18:58:17.827528 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17280 | 2025.02.10 18:58:17.827759 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576 | ||
| 17281 | 2025.02.10 18:58:18.341544 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17282 | 2025.02.10 18:58:18.341753 [ 4 ] {d0ac1692-b6c8-4336-9c20-9e188afe4648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17283 | 2025.02.10 18:58:18.341836 [ 4 ] {d0ac1692-b6c8-4336-9c20-9e188afe4648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17284 | 2025.02.10 18:58:18.342643 [ 4 ] {d0ac1692-b6c8-4336-9c20-9e188afe4648} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17285 | 2025.02.10 18:58:18.342687 [ 4 ] {d0ac1692-b6c8-4336-9c20-9e188afe4648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17286 | 2025.02.10 18:58:18.343128 [ 4 ] {d0ac1692-b6c8-4336-9c20-9e188afe4648} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17287 | 2025.02.10 18:58:18.343390 [ 4 ] {d0ac1692-b6c8-4336-9c20-9e188afe4648} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17288 | 2025.02.10 18:58:18.343599 [ 4 ] {d0ac1692-b6c8-4336-9c20-9e188afe4648} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001905 sec., 34645.669291338585 rows/sec., 2.76 MiB/sec. | ||
| 17289 | 2025.02.10 18:58:18.343667 [ 4 ] {d0ac1692-b6c8-4336-9c20-9e188afe4648} <Debug> TCPHandler: Processed in 0.002258555 sec. | ||
| 17290 | 2025.02.10 18:58:18.343920 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17291 | 2025.02.10 18:58:18.344119 [ 256 ] {1c801877-c2ef-4efb-8174-ec74749d8d38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17292 | 2025.02.10 18:58:18.344198 [ 256 ] {1c801877-c2ef-4efb-8174-ec74749d8d38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17293 | 2025.02.10 18:58:18.344959 [ 256 ] {1c801877-c2ef-4efb-8174-ec74749d8d38} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17294 | 2025.02.10 18:58:18.345014 [ 256 ] {1c801877-c2ef-4efb-8174-ec74749d8d38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17295 | 2025.02.10 18:58:18.345495 [ 256 ] {1c801877-c2ef-4efb-8174-ec74749d8d38} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 17296 | 2025.02.10 18:58:18.345748 [ 256 ] {1c801877-c2ef-4efb-8174-ec74749d8d38} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17297 | 2025.02.10 18:58:18.345999 [ 256 ] {1c801877-c2ef-4efb-8174-ec74749d8d38} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001938 sec., 2579.9793601651186 rows/sec., 194.00 KiB/sec. | ||
| 17298 | 2025.02.10 18:58:18.346068 [ 256 ] {1c801877-c2ef-4efb-8174-ec74749d8d38} <Debug> TCPHandler: Processed in 0.002289426 sec. | ||
| 17299 | 2025.02.10 18:58:18.346271 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17300 | 2025.02.10 18:58:18.346457 [ 4 ] {cecc24af-8f54-42cc-8e4c-236897e39cc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17301 | 2025.02.10 18:58:18.346512 [ 4 ] {cecc24af-8f54-42cc-8e4c-236897e39cc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17302 | 2025.02.10 18:58:18.347171 [ 4 ] {cecc24af-8f54-42cc-8e4c-236897e39cc6} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17303 | 2025.02.10 18:58:18.347210 [ 4 ] {cecc24af-8f54-42cc-8e4c-236897e39cc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17304 | 2025.02.10 18:58:18.347588 [ 4 ] {cecc24af-8f54-42cc-8e4c-236897e39cc6} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17305 | 2025.02.10 18:58:18.347824 [ 4 ] {cecc24af-8f54-42cc-8e4c-236897e39cc6} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17306 | 2025.02.10 18:58:18.348003 [ 4 ] {cecc24af-8f54-42cc-8e4c-236897e39cc6} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001578 sec., 43726.23574144487 rows/sec., 3.41 MiB/sec. | ||
| 17307 | 2025.02.10 18:58:18.348058 [ 4 ] {cecc24af-8f54-42cc-8e4c-236897e39cc6} <Debug> TCPHandler: Processed in 0.001903326 sec. | ||
| 17308 | 2025.02.10 18:58:18.348251 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17309 | 2025.02.10 18:58:18.348394 [ 256 ] {e506d0ba-ef2d-4bc9-96af-19ca212e61de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17310 | 2025.02.10 18:58:18.348458 [ 256 ] {e506d0ba-ef2d-4bc9-96af-19ca212e61de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17311 | 2025.02.10 18:58:18.349140 [ 256 ] {e506d0ba-ef2d-4bc9-96af-19ca212e61de} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17312 | 2025.02.10 18:58:18.349185 [ 256 ] {e506d0ba-ef2d-4bc9-96af-19ca212e61de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17313 | 2025.02.10 18:58:18.349583 [ 256 ] {e506d0ba-ef2d-4bc9-96af-19ca212e61de} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17314 | 2025.02.10 18:58:18.349820 [ 256 ] {e506d0ba-ef2d-4bc9-96af-19ca212e61de} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17315 | 2025.02.10 18:58:18.350050 [ 256 ] {e506d0ba-ef2d-4bc9-96af-19ca212e61de} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001685 sec., 94955.48961424331 rows/sec., 6.61 MiB/sec. | ||
| 17316 | 2025.02.10 18:58:18.350136 [ 256 ] {e506d0ba-ef2d-4bc9-96af-19ca212e61de} <Debug> TCPHandler: Processed in 0.001948817 sec. | ||
| 17317 | 2025.02.10 18:58:18.350321 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17318 | 2025.02.10 18:58:18.350635 [ 4 ] {0f5c49c2-694f-4a75-8c83-f5b0005f6291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17319 | 2025.02.10 18:58:18.350853 [ 4 ] {0f5c49c2-694f-4a75-8c83-f5b0005f6291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17320 | 2025.02.10 18:58:18.352010 [ 4 ] {0f5c49c2-694f-4a75-8c83-f5b0005f6291} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17321 | 2025.02.10 18:58:18.352050 [ 4 ] {0f5c49c2-694f-4a75-8c83-f5b0005f6291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17322 | 2025.02.10 18:58:18.352695 [ 4 ] {0f5c49c2-694f-4a75-8c83-f5b0005f6291} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 17323 | 2025.02.10 18:58:18.352963 [ 4 ] {0f5c49c2-694f-4a75-8c83-f5b0005f6291} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17324 | 2025.02.10 18:58:18.353166 [ 4 ] {0f5c49c2-694f-4a75-8c83-f5b0005f6291} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002654 sec., 1883.9487565938205 rows/sec., 3.38 MiB/sec. | ||
| 17325 | 2025.02.10 18:58:18.353289 [ 4 ] {0f5c49c2-694f-4a75-8c83-f5b0005f6291} <Debug> TCPHandler: Processed in 0.003055154 sec. | ||
| 17326 | 2025.02.10 18:58:18.353445 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17327 | 2025.02.10 18:58:18.353568 [ 256 ] {95fcc30e-2fc0-4a7e-86bc-c854f2be1a96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17328 | 2025.02.10 18:58:18.353620 [ 256 ] {95fcc30e-2fc0-4a7e-86bc-c854f2be1a96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17329 | 2025.02.10 18:58:18.354148 [ 256 ] {95fcc30e-2fc0-4a7e-86bc-c854f2be1a96} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17330 | 2025.02.10 18:58:18.354189 [ 256 ] {95fcc30e-2fc0-4a7e-86bc-c854f2be1a96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17331 | 2025.02.10 18:58:18.354574 [ 256 ] {95fcc30e-2fc0-4a7e-86bc-c854f2be1a96} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17332 | 2025.02.10 18:58:18.354825 [ 256 ] {95fcc30e-2fc0-4a7e-86bc-c854f2be1a96} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17333 | 2025.02.10 18:58:18.355041 [ 256 ] {95fcc30e-2fc0-4a7e-86bc-c854f2be1a96} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001498 sec., 40053.40453938585 rows/sec., 2.70 MiB/sec. | ||
| 17334 | 2025.02.10 18:58:18.355092 [ 256 ] {95fcc30e-2fc0-4a7e-86bc-c854f2be1a96} <Debug> TCPHandler: Processed in 0.001705161 sec. | ||
| 17335 | 2025.02.10 18:58:20.524481 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 618 | ||
| 17336 | 2025.02.10 18:58:20.547582 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17337 | 2025.02.10 18:58:20.547647 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17338 | 2025.02.10 18:58:20.555227 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 17339 | 2025.02.10 18:58:20.556087 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17340 | 2025.02.10 18:58:20.561273 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 618 | ||
| 17341 | 2025.02.10 18:58:23.056078 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2454 | ||
| 17342 | 2025.02.10 18:58:23.059308 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17343 | 2025.02.10 18:58:23.059374 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17344 | 2025.02.10 18:58:23.060945 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17345 | 2025.02.10 18:58:23.061278 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17346 | 2025.02.10 18:58:23.061527 [ 77 ] {} <Debug> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 17347 | 2025.02.10 18:58:23.061661 [ 77 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17348 | 2025.02.10 18:58:23.061732 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17349 | 2025.02.10 18:58:23.062241 [ 190 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 17350 | 2025.02.10 18:58:23.064059 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2454 | ||
| 17351 | 2025.02.10 18:58:23.064296 [ 190 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17352 | 2025.02.10 18:58:23.064436 [ 190 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2258 rows starting from the beginning of the part | ||
| 17353 | 2025.02.10 18:58:23.064924 [ 190 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 46 rows starting from the beginning of the part | ||
| 17354 | 2025.02.10 18:58:23.065385 [ 190 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 34 rows starting from the beginning of the part | ||
| 17355 | 2025.02.10 18:58:23.065833 [ 190 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 36 rows starting from the beginning of the part | ||
| 17356 | 2025.02.10 18:58:23.066282 [ 190 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 46 rows starting from the beginning of the part | ||
| 17357 | 2025.02.10 18:58:23.066752 [ 190 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 34 rows starting from the beginning of the part | ||
| 17358 | 2025.02.10 18:58:23.075559 [ 200 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2454 rows, containing 72 columns (72 merged, 0 gathered) in 0.01367875 sec., 179402.35767157088 rows/sec., 134.23 MiB/sec. | ||
| 17359 | 2025.02.10 18:58:23.077889 [ 191 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 17360 | 2025.02.10 18:58:23.078743 [ 191 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_61_12} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17361 | 2025.02.10 18:58:23.078844 [ 191 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_61_12} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 17362 | 2025.02.10 18:58:23.079218 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 17363 | 2025.02.10 18:58:23.348071 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17364 | 2025.02.10 18:58:23.348265 [ 4 ] {15d77d05-530d-4d6c-818b-c7274430dfc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17365 | 2025.02.10 18:58:23.348341 [ 4 ] {15d77d05-530d-4d6c-818b-c7274430dfc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17366 | 2025.02.10 18:58:23.349053 [ 4 ] {15d77d05-530d-4d6c-818b-c7274430dfc9} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17367 | 2025.02.10 18:58:23.349101 [ 4 ] {15d77d05-530d-4d6c-818b-c7274430dfc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17368 | 2025.02.10 18:58:23.349526 [ 4 ] {15d77d05-530d-4d6c-818b-c7274430dfc9} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17369 | 2025.02.10 18:58:23.349775 [ 4 ] {15d77d05-530d-4d6c-818b-c7274430dfc9} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17370 | 2025.02.10 18:58:23.350030 [ 4 ] {15d77d05-530d-4d6c-818b-c7274430dfc9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001817 sec., 7705.008255365988 rows/sec., 554.66 KiB/sec. | ||
| 17371 | 2025.02.10 18:58:23.350094 [ 4 ] {15d77d05-530d-4d6c-818b-c7274430dfc9} <Debug> TCPHandler: Processed in 0.002138052 sec. | ||
| 17372 | 2025.02.10 18:58:23.350392 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17373 | 2025.02.10 18:58:23.350574 [ 256 ] {c1129eba-d01c-4131-8588-b353e332d4b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17374 | 2025.02.10 18:58:23.350646 [ 256 ] {c1129eba-d01c-4131-8588-b353e332d4b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17375 | 2025.02.10 18:58:23.351399 [ 256 ] {c1129eba-d01c-4131-8588-b353e332d4b3} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17376 | 2025.02.10 18:58:23.351438 [ 256 ] {c1129eba-d01c-4131-8588-b353e332d4b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17377 | 2025.02.10 18:58:23.351869 [ 256 ] {c1129eba-d01c-4131-8588-b353e332d4b3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 17378 | 2025.02.10 18:58:23.352121 [ 256 ] {c1129eba-d01c-4131-8588-b353e332d4b3} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17379 | 2025.02.10 18:58:23.352336 [ 256 ] {c1129eba-d01c-4131-8588-b353e332d4b3} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001813 sec., 5515.7198014340875 rows/sec., 449.77 KiB/sec. | ||
| 17380 | 2025.02.10 18:58:23.352424 [ 256 ] {c1129eba-d01c-4131-8588-b353e332d4b3} <Debug> TCPHandler: Processed in 0.002222913 sec. | ||
| 17381 | 2025.02.10 18:58:23.352650 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17382 | 2025.02.10 18:58:23.352887 [ 4 ] {de2c9715-979b-4b47-b797-1ca1322d941c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17383 | 2025.02.10 18:58:23.352952 [ 4 ] {de2c9715-979b-4b47-b797-1ca1322d941c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17384 | 2025.02.10 18:58:23.353709 [ 4 ] {de2c9715-979b-4b47-b797-1ca1322d941c} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17385 | 2025.02.10 18:58:23.353750 [ 4 ] {de2c9715-979b-4b47-b797-1ca1322d941c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17386 | 2025.02.10 18:58:23.354152 [ 4 ] {de2c9715-979b-4b47-b797-1ca1322d941c} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17387 | 2025.02.10 18:58:23.354390 [ 4 ] {de2c9715-979b-4b47-b797-1ca1322d941c} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17388 | 2025.02.10 18:58:23.354615 [ 4 ] {de2c9715-979b-4b47-b797-1ca1322d941c} <Debug> executeQuery: Read 278 rows, 25.00 KiB in 0.001778 sec., 156355.455568054 rows/sec., 13.73 MiB/sec. | ||
| 17389 | 2025.02.10 18:58:23.354673 [ 4 ] {de2c9715-979b-4b47-b797-1ca1322d941c} <Debug> TCPHandler: Processed in 0.002162423 sec. | ||
| 17390 | 2025.02.10 18:58:23.354818 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17391 | 2025.02.10 18:58:23.354960 [ 256 ] {1d50aaf5-2d36-41a2-8e52-ae842c8fc00e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17392 | 2025.02.10 18:58:23.355019 [ 256 ] {1d50aaf5-2d36-41a2-8e52-ae842c8fc00e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17393 | 2025.02.10 18:58:23.355701 [ 256 ] {1d50aaf5-2d36-41a2-8e52-ae842c8fc00e} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17394 | 2025.02.10 18:58:23.355741 [ 256 ] {1d50aaf5-2d36-41a2-8e52-ae842c8fc00e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17395 | 2025.02.10 18:58:23.356108 [ 256 ] {1d50aaf5-2d36-41a2-8e52-ae842c8fc00e} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 17396 | 2025.02.10 18:58:23.356360 [ 256 ] {1d50aaf5-2d36-41a2-8e52-ae842c8fc00e} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17397 | 2025.02.10 18:58:23.356586 [ 256 ] {1d50aaf5-2d36-41a2-8e52-ae842c8fc00e} <Debug> executeQuery: Read 52 rows, 3.79 KiB in 0.001656 sec., 31400.96618357488 rows/sec., 2.23 MiB/sec. | ||
| 17398 | 2025.02.10 18:58:23.356638 [ 256 ] {1d50aaf5-2d36-41a2-8e52-ae842c8fc00e} <Debug> TCPHandler: Processed in 0.001886975 sec. | ||
| 17399 | 2025.02.10 18:58:23.356810 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17400 | 2025.02.10 18:58:23.356953 [ 4 ] {eb823517-3e9f-4fd3-a23b-a624729fb2f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17401 | 2025.02.10 18:58:23.357011 [ 4 ] {eb823517-3e9f-4fd3-a23b-a624729fb2f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17402 | 2025.02.10 18:58:23.357649 [ 4 ] {eb823517-3e9f-4fd3-a23b-a624729fb2f6} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17403 | 2025.02.10 18:58:23.357688 [ 4 ] {eb823517-3e9f-4fd3-a23b-a624729fb2f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17404 | 2025.02.10 18:58:23.358045 [ 4 ] {eb823517-3e9f-4fd3-a23b-a624729fb2f6} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 17405 | 2025.02.10 18:58:23.358278 [ 4 ] {eb823517-3e9f-4fd3-a23b-a624729fb2f6} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17406 | 2025.02.10 18:58:23.358514 [ 4 ] {eb823517-3e9f-4fd3-a23b-a624729fb2f6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001591 sec., 8799.497171590196 rows/sec., 616.26 KiB/sec. | ||
| 17407 | 2025.02.10 18:58:23.358633 [ 4 ] {eb823517-3e9f-4fd3-a23b-a624729fb2f6} <Debug> TCPHandler: Processed in 0.001890325 sec. | ||
| 17408 | 2025.02.10 18:58:23.358859 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17409 | 2025.02.10 18:58:23.359120 [ 256 ] {75c33da6-ff8f-4d6f-8c57-298c6a2b9fb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17410 | 2025.02.10 18:58:23.359181 [ 256 ] {75c33da6-ff8f-4d6f-8c57-298c6a2b9fb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17411 | 2025.02.10 18:58:23.359784 [ 256 ] {75c33da6-ff8f-4d6f-8c57-298c6a2b9fb4} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17412 | 2025.02.10 18:58:23.359825 [ 256 ] {75c33da6-ff8f-4d6f-8c57-298c6a2b9fb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17413 | 2025.02.10 18:58:23.360187 [ 256 ] {75c33da6-ff8f-4d6f-8c57-298c6a2b9fb4} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17414 | 2025.02.10 18:58:23.360428 [ 256 ] {75c33da6-ff8f-4d6f-8c57-298c6a2b9fb4} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17415 | 2025.02.10 18:58:23.360651 [ 256 ] {75c33da6-ff8f-4d6f-8c57-298c6a2b9fb4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001602 sec., 8114.8564294631715 rows/sec., 505.96 KiB/sec. | ||
| 17416 | 2025.02.10 18:58:23.360704 [ 256 ] {75c33da6-ff8f-4d6f-8c57-298c6a2b9fb4} <Debug> TCPHandler: Processed in 0.001968858 sec. | ||
| 17417 | 2025.02.10 18:58:23.360861 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17418 | 2025.02.10 18:58:23.361002 [ 4 ] {63378855-67a3-454e-8c71-0ee60748dc82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17419 | 2025.02.10 18:58:23.361060 [ 4 ] {63378855-67a3-454e-8c71-0ee60748dc82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17420 | 2025.02.10 18:58:23.361865 [ 4 ] {63378855-67a3-454e-8c71-0ee60748dc82} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17421 | 2025.02.10 18:58:23.361904 [ 4 ] {63378855-67a3-454e-8c71-0ee60748dc82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17422 | 2025.02.10 18:58:23.362296 [ 4 ] {63378855-67a3-454e-8c71-0ee60748dc82} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17423 | 2025.02.10 18:58:23.362533 [ 4 ] {63378855-67a3-454e-8c71-0ee60748dc82} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17424 | 2025.02.10 18:58:23.362756 [ 4 ] {63378855-67a3-454e-8c71-0ee60748dc82} <Debug> executeQuery: Read 427 rows, 31.30 KiB in 0.001785 sec., 239215.68627450982 rows/sec., 17.12 MiB/sec. | ||
| 17425 | 2025.02.10 18:58:23.362811 [ 4 ] {63378855-67a3-454e-8c71-0ee60748dc82} <Debug> TCPHandler: Processed in 0.002023979 sec. | ||
| 17426 | 2025.02.10 18:58:23.363021 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17427 | 2025.02.10 18:58:23.363246 [ 256 ] {030f09fe-999a-40e4-9ea0-620e554f629c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17428 | 2025.02.10 18:58:23.363340 [ 256 ] {030f09fe-999a-40e4-9ea0-620e554f629c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17429 | 2025.02.10 18:58:23.363859 [ 256 ] {030f09fe-999a-40e4-9ea0-620e554f629c} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17430 | 2025.02.10 18:58:23.363897 [ 256 ] {030f09fe-999a-40e4-9ea0-620e554f629c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17431 | 2025.02.10 18:58:23.364269 [ 256 ] {030f09fe-999a-40e4-9ea0-620e554f629c} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17432 | 2025.02.10 18:58:23.364507 [ 256 ] {030f09fe-999a-40e4-9ea0-620e554f629c} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17433 | 2025.02.10 18:58:23.364731 [ 256 ] {030f09fe-999a-40e4-9ea0-620e554f629c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001539 sec., 3898.635477582846 rows/sec., 203.69 KiB/sec. | ||
| 17434 | 2025.02.10 18:58:23.364783 [ 256 ] {030f09fe-999a-40e4-9ea0-620e554f629c} <Debug> TCPHandler: Processed in 0.001873276 sec. | ||
| 17435 | 2025.02.10 18:58:23.364921 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17436 | 2025.02.10 18:58:23.365041 [ 4 ] {7f129c9e-3d02-4783-bc72-7300366f6707} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17437 | 2025.02.10 18:58:23.365095 [ 4 ] {7f129c9e-3d02-4783-bc72-7300366f6707} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17438 | 2025.02.10 18:58:23.365689 [ 4 ] {7f129c9e-3d02-4783-bc72-7300366f6707} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17439 | 2025.02.10 18:58:23.365728 [ 4 ] {7f129c9e-3d02-4783-bc72-7300366f6707} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17440 | 2025.02.10 18:58:23.366139 [ 4 ] {7f129c9e-3d02-4783-bc72-7300366f6707} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17441 | 2025.02.10 18:58:23.366373 [ 4 ] {7f129c9e-3d02-4783-bc72-7300366f6707} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17442 | 2025.02.10 18:58:23.366608 [ 4 ] {7f129c9e-3d02-4783-bc72-7300366f6707} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.001589 sec., 152297.04216488358 rows/sec., 10.21 MiB/sec. | ||
| 17443 | 2025.02.10 18:58:23.366681 [ 4 ] {7f129c9e-3d02-4783-bc72-7300366f6707} <Debug> TCPHandler: Processed in 0.001818164 sec. | ||
| 17444 | 2025.02.10 18:58:23.366898 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17445 | 2025.02.10 18:58:23.367208 [ 256 ] {e670e31d-da2d-4b14-8f17-1d5cba2d2619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17446 | 2025.02.10 18:58:23.367349 [ 256 ] {e670e31d-da2d-4b14-8f17-1d5cba2d2619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17447 | 2025.02.10 18:58:23.367837 [ 256 ] {e670e31d-da2d-4b14-8f17-1d5cba2d2619} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17448 | 2025.02.10 18:58:23.367877 [ 256 ] {e670e31d-da2d-4b14-8f17-1d5cba2d2619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17449 | 2025.02.10 18:58:23.368235 [ 256 ] {e670e31d-da2d-4b14-8f17-1d5cba2d2619} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17450 | 2025.02.10 18:58:23.368481 [ 256 ] {e670e31d-da2d-4b14-8f17-1d5cba2d2619} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17451 | 2025.02.10 18:58:23.368661 [ 76 ] {} <Debug> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 | ||
| 17452 | 2025.02.10 18:58:23.368722 [ 256 ] {e670e31d-da2d-4b14-8f17-1d5cba2d2619} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001617 sec., 618.4291898577613 rows/sec., 41.67 KiB/sec. | ||
| 17453 | 2025.02.10 18:58:23.368749 [ 76 ] {} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17454 | 2025.02.10 18:58:23.368816 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17455 | 2025.02.10 18:58:23.368834 [ 256 ] {e670e31d-da2d-4b14-8f17-1d5cba2d2619} <Debug> TCPHandler: Processed in 0.002052429 sec. | ||
| 17456 | 2025.02.10 18:58:23.369043 [ 189 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_60_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full | ||
| 17457 | 2025.02.10 18:58:23.369056 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17458 | 2025.02.10 18:58:23.369266 [ 189 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17459 | 2025.02.10 18:58:23.369314 [ 4 ] {a268da63-5d1b-4939-9e9c-fe66a5c90085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17460 | 2025.02.10 18:58:23.369335 [ 189 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 55 rows starting from the beginning of the part | ||
| 17461 | 2025.02.10 18:58:23.369615 [ 4 ] {a268da63-5d1b-4939-9e9c-fe66a5c90085} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17462 | 2025.02.10 18:58:23.369661 [ 189 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part | ||
| 17463 | 2025.02.10 18:58:23.370087 [ 189 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part | ||
| 17464 | 2025.02.10 18:58:23.370437 [ 189 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part | ||
| 17465 | 2025.02.10 18:58:23.370754 [ 189 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part | ||
| 17466 | 2025.02.10 18:58:23.371070 [ 189 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part | ||
| 17467 | 2025.02.10 18:58:23.374706 [ 189 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.00578508 sec., 10371.507394884773 rows/sec., 698.86 KiB/sec. | ||
| 17468 | 2025.02.10 18:58:23.374894 [ 189 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) | ||
| 17469 | 2025.02.10 18:58:23.375538 [ 4 ] {a268da63-5d1b-4939-9e9c-fe66a5c90085} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17470 | 2025.02.10 18:58:23.375555 [ 189 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_60_12} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17471 | 2025.02.10 18:58:23.375600 [ 4 ] {a268da63-5d1b-4939-9e9c-fe66a5c90085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17472 | 2025.02.10 18:58:23.375727 [ 189 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_60_12} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 | ||
| 17473 | 2025.02.10 18:58:23.375897 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 17474 | 2025.02.10 18:58:23.376527 [ 4 ] {a268da63-5d1b-4939-9e9c-fe66a5c90085} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 17475 | 2025.02.10 18:58:23.376803 [ 4 ] {a268da63-5d1b-4939-9e9c-fe66a5c90085} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17476 | 2025.02.10 18:58:23.377094 [ 4 ] {a268da63-5d1b-4939-9e9c-fe66a5c90085} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.007849 sec., 4459.166772837304 rows/sec., 7.99 MiB/sec. | ||
| 17477 | 2025.02.10 18:58:23.377286 [ 4 ] {a268da63-5d1b-4939-9e9c-fe66a5c90085} <Debug> TCPHandler: Processed in 0.008353531 sec. | ||
| 17478 | 2025.02.10 18:58:23.377503 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17479 | 2025.02.10 18:58:23.377704 [ 256 ] {8f30013c-a079-4e51-aca5-3c4a01a72627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17480 | 2025.02.10 18:58:23.377783 [ 256 ] {8f30013c-a079-4e51-aca5-3c4a01a72627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17481 | 2025.02.10 18:58:23.378347 [ 256 ] {8f30013c-a079-4e51-aca5-3c4a01a72627} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17482 | 2025.02.10 18:58:23.378385 [ 256 ] {8f30013c-a079-4e51-aca5-3c4a01a72627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 17483 | 2025.02.10 18:58:23.378753 [ 256 ] {8f30013c-a079-4e51-aca5-3c4a01a72627} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17484 | 2025.02.10 18:58:23.378991 [ 256 ] {8f30013c-a079-4e51-aca5-3c4a01a72627} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17485 | 2025.02.10 18:58:23.379211 [ 256 ] {8f30013c-a079-4e51-aca5-3c4a01a72627} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001551 sec., 52869.116698903934 rows/sec., 3.36 MiB/sec. | ||
| 17486 | 2025.02.10 18:58:23.379261 [ 256 ] {8f30013c-a079-4e51-aca5-3c4a01a72627} <Debug> TCPHandler: Processed in 0.001876865 sec. | ||
| 17487 | 2025.02.10 18:58:25.327926 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38064 | ||
| 17488 | 2025.02.10 18:58:25.328994 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17489 | 2025.02.10 18:58:25.329036 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17490 | 2025.02.10 18:58:25.329574 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 17491 | 2025.02.10 18:58:25.329855 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17492 | 2025.02.10 18:58:25.330069 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38064 | ||
| 17493 | 2025.02.10 18:58:28.061352 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 626 | ||
| 17494 | 2025.02.10 18:58:28.085692 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17495 | 2025.02.10 18:58:28.085747 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17496 | 2025.02.10 18:58:28.093436 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 17497 | 2025.02.10 18:58:28.094254 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17498 | 2025.02.10 18:58:28.098796 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626 | ||
| 17499 | 2025.02.10 18:58:28.342465 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17500 | 2025.02.10 18:58:28.342671 [ 4 ] {d8d150ca-2623-466e-ae4b-156dd95f54f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17501 | 2025.02.10 18:58:28.342751 [ 4 ] {d8d150ca-2623-466e-ae4b-156dd95f54f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17502 | 2025.02.10 18:58:28.343631 [ 4 ] {d8d150ca-2623-466e-ae4b-156dd95f54f3} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17503 | 2025.02.10 18:58:28.343677 [ 4 ] {d8d150ca-2623-466e-ae4b-156dd95f54f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17504 | 2025.02.10 18:58:28.344109 [ 4 ] {d8d150ca-2623-466e-ae4b-156dd95f54f3} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 17505 | 2025.02.10 18:58:28.344371 [ 4 ] {d8d150ca-2623-466e-ae4b-156dd95f54f3} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17506 | 2025.02.10 18:58:28.344595 [ 71 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 17507 | 2025.02.10 18:58:28.344625 [ 4 ] {d8d150ca-2623-466e-ae4b-156dd95f54f3} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.002011 sec., 32819.492789656884 rows/sec., 2.61 MiB/sec. | ||
| 17508 | 2025.02.10 18:58:28.344687 [ 71 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17509 | 2025.02.10 18:58:28.344742 [ 4 ] {d8d150ca-2623-466e-ae4b-156dd95f54f3} <Debug> TCPHandler: Processed in 0.002402998 sec. | ||
| 17510 | 2025.02.10 18:58:28.344764 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17511 | 2025.02.10 18:58:28.345014 [ 199 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 17512 | 2025.02.10 18:58:28.345128 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17513 | 2025.02.10 18:58:28.345270 [ 199 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17514 | 2025.02.10 18:58:28.345364 [ 199 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1432 rows starting from the beginning of the part | ||
| 17515 | 2025.02.10 18:58:28.345603 [ 256 ] {87a2d3f6-168f-4e8d-8989-b138ebe040c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17516 | 2025.02.10 18:58:28.345681 [ 199 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 56 rows starting from the beginning of the part | ||
| 17517 | 2025.02.10 18:58:28.345787 [ 256 ] {87a2d3f6-168f-4e8d-8989-b138ebe040c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17518 | 2025.02.10 18:58:28.345961 [ 199 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 273 rows starting from the beginning of the part | ||
| 17519 | 2025.02.10 18:58:28.346316 [ 199 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 66 rows starting from the beginning of the part | ||
| 17520 | 2025.02.10 18:58:28.346613 [ 199 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 278 rows starting from the beginning of the part | ||
| 17521 | 2025.02.10 18:58:28.346912 [ 199 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 66 rows starting from the beginning of the part | ||
| 17522 | 2025.02.10 18:58:28.348796 [ 256 ] {87a2d3f6-168f-4e8d-8989-b138ebe040c7} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17523 | 2025.02.10 18:58:28.348875 [ 256 ] {87a2d3f6-168f-4e8d-8989-b138ebe040c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17524 | 2025.02.10 18:58:28.349821 [ 256 ] {87a2d3f6-168f-4e8d-8989-b138ebe040c7} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 17525 | 2025.02.10 18:58:28.350336 [ 256 ] {87a2d3f6-168f-4e8d-8989-b138ebe040c7} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17526 | 2025.02.10 18:58:28.350365 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2171 rows, containing 5 columns (5 merged, 0 gathered) in 0.005458222 sec., 397748.57087161345 rows/sec., 35.09 MiB/sec. | ||
| 17527 | 2025.02.10 18:58:28.350602 [ 71 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 17528 | 2025.02.10 18:58:28.350692 [ 71 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17529 | 2025.02.10 18:58:28.350743 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17530 | 2025.02.10 18:58:28.350793 [ 256 ] {87a2d3f6-168f-4e8d-8989-b138ebe040c7} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.005351 sec., 934.4047841524949 rows/sec., 70.26 KiB/sec. | ||
| 17531 | 2025.02.10 18:58:28.350840 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 17532 | 2025.02.10 18:58:28.351218 [ 256 ] {87a2d3f6-168f-4e8d-8989-b138ebe040c7} <Debug> TCPHandler: Processed in 0.006329072 sec. | ||
| 17533 | 2025.02.10 18:58:28.351220 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 17534 | 2025.02.10 18:58:28.351477 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17535 | 2025.02.10 18:58:28.351575 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17536 | 2025.02.10 18:58:28.351698 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 65 rows starting from the beginning of the part | ||
| 17537 | 2025.02.10 18:58:28.351849 [ 4 ] {e31be796-52f0-465b-8785-7575e3734f02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17538 | 2025.02.10 18:58:28.352026 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 9 rows starting from the beginning of the part | ||
| 17539 | 2025.02.10 18:58:28.352054 [ 4 ] {e31be796-52f0-465b-8785-7575e3734f02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17540 | 2025.02.10 18:58:28.352437 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 42 rows starting from the beginning of the part | ||
| 17541 | 2025.02.10 18:58:28.352426 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_141_28} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17542 | 2025.02.10 18:58:28.352900 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 5 rows starting from the beginning of the part | ||
| 17543 | 2025.02.10 18:58:28.353207 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 52 rows starting from the beginning of the part | ||
| 17544 | 2025.02.10 18:58:28.353612 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 5 rows starting from the beginning of the part | ||
| 17545 | 2025.02.10 18:58:28.353836 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_141_28} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 17546 | 2025.02.10 18:58:28.354703 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 17547 | 2025.02.10 18:58:28.355593 [ 4 ] {e31be796-52f0-465b-8785-7575e3734f02} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17548 | 2025.02.10 18:58:28.355675 [ 4 ] {e31be796-52f0-465b-8785-7575e3734f02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17549 | 2025.02.10 18:58:28.356755 [ 4 ] {e31be796-52f0-465b-8785-7575e3734f02} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 17550 | 2025.02.10 18:58:28.356795 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 5 columns (5 merged, 0 gathered) in 0.005929303 sec., 30020.391941514878 rows/sec., 2.26 MiB/sec. | ||
| 17551 | 2025.02.10 18:58:28.357038 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 17552 | 2025.02.10 18:58:28.357234 [ 4 ] {e31be796-52f0-465b-8785-7575e3734f02} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17553 | 2025.02.10 18:58:28.357517 [ 71 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 17554 | 2025.02.10 18:58:28.357617 [ 71 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17555 | 2025.02.10 18:58:28.357672 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17556 | 2025.02.10 18:58:28.357731 [ 4 ] {e31be796-52f0-465b-8785-7575e3734f02} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.005974 sec., 11550.050217609642 rows/sec., 923.27 KiB/sec. | ||
| 17557 | 2025.02.10 18:58:28.357987 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_116_23} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17558 | 2025.02.10 18:58:28.358115 [ 4 ] {e31be796-52f0-465b-8785-7575e3734f02} <Debug> TCPHandler: Processed in 0.006783904 sec. | ||
| 17559 | 2025.02.10 18:58:28.358335 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 17560 | 2025.02.10 18:58:28.358488 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17561 | 2025.02.10 18:58:28.358656 [ 201 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_116_23} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 17562 | 2025.02.10 18:58:28.359108 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 17563 | 2025.02.10 18:58:28.359173 [ 256 ] {8c8fc6e8-c431-4cca-8bea-e5642c777ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17564 | 2025.02.10 18:58:28.359189 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17565 | 2025.02.10 18:58:28.359323 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 914 rows starting from the beginning of the part | ||
| 17566 | 2025.02.10 18:58:28.359488 [ 256 ] {8c8fc6e8-c431-4cca-8bea-e5642c777ecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17567 | 2025.02.10 18:58:28.359972 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 64 rows starting from the beginning of the part | ||
| 17568 | 2025.02.10 18:58:28.360385 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 417 rows starting from the beginning of the part | ||
| 17569 | 2025.02.10 18:58:28.361018 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 69 rows starting from the beginning of the part | ||
| 17570 | 2025.02.10 18:58:28.361561 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 427 rows starting from the beginning of the part | ||
| 17571 | 2025.02.10 18:58:28.362097 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 69 rows starting from the beginning of the part | ||
| 17572 | 2025.02.10 18:58:28.363378 [ 256 ] {8c8fc6e8-c431-4cca-8bea-e5642c777ecb} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17573 | 2025.02.10 18:58:28.363445 [ 256 ] {8c8fc6e8-c431-4cca-8bea-e5642c777ecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17574 | 2025.02.10 18:58:28.364660 [ 256 ] {8c8fc6e8-c431-4cca-8bea-e5642c777ecb} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 17575 | 2025.02.10 18:58:28.365072 [ 256 ] {8c8fc6e8-c431-4cca-8bea-e5642c777ecb} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17576 | 2025.02.10 18:58:28.365429 [ 195 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.007607193 sec., 257650.88384112247 rows/sec., 19.73 MiB/sec. | ||
| 17577 | 2025.02.10 18:58:28.365505 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 5 parts from all_1_136_28 to all_140_140_0 | ||
| 17578 | 2025.02.10 18:58:28.365599 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17579 | 2025.02.10 18:58:28.365673 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17580 | 2025.02.10 18:58:28.365687 [ 256 ] {8c8fc6e8-c431-4cca-8bea-e5642c777ecb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006823 sec., 23450.095266012017 rows/sec., 1.63 MiB/sec. | ||
| 17581 | 2025.02.10 18:58:28.365788 [ 195 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 17582 | 2025.02.10 18:58:28.366079 [ 256 ] {8c8fc6e8-c431-4cca-8bea-e5642c777ecb} <Debug> TCPHandler: Processed in 0.007807268 sec. | ||
| 17583 | 2025.02.10 18:58:28.366168 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_140_29} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_136_28 to all_140_140_0 into Compact with storage Full | ||
| 17584 | 2025.02.10 18:58:28.366351 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17585 | 2025.02.10 18:58:28.366661 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_140_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17586 | 2025.02.10 18:58:28.366719 [ 4 ] {09b25506-ca89-4700-a724-4854993adf7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17587 | 2025.02.10 18:58:28.366753 [ 195 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_141_28} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17588 | 2025.02.10 18:58:28.366779 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_140_29} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_136_28, total 41449 rows starting from the beginning of the part | ||
| 17589 | 2025.02.10 18:58:28.367133 [ 195 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_141_28} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 17590 | 2025.02.10 18:58:28.367164 [ 4 ] {09b25506-ca89-4700-a724-4854993adf7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17591 | 2025.02.10 18:58:28.367505 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 17592 | 2025.02.10 18:58:28.367485 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_140_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 42 rows starting from the beginning of the part | ||
| 17593 | 2025.02.10 18:58:28.368023 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_140_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 237 rows starting from the beginning of the part | ||
| 17594 | 2025.02.10 18:58:28.368454 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_140_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 160 rows starting from the beginning of the part | ||
| 17595 | 2025.02.10 18:58:28.368849 [ 192 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_140_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 242 rows starting from the beginning of the part | ||
| 17596 | 2025.02.10 18:58:28.371279 [ 4 ] {09b25506-ca89-4700-a724-4854993adf7d} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17597 | 2025.02.10 18:58:28.371325 [ 4 ] {09b25506-ca89-4700-a724-4854993adf7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17598 | 2025.02.10 18:58:28.372871 [ 4 ] {09b25506-ca89-4700-a724-4854993adf7d} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 17599 | 2025.02.10 18:58:28.373182 [ 4 ] {09b25506-ca89-4700-a724-4854993adf7d} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17600 | 2025.02.10 18:58:28.373447 [ 70 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 17601 | 2025.02.10 18:58:28.373493 [ 70 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17602 | 2025.02.10 18:58:28.373534 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17603 | 2025.02.10 18:58:28.373563 [ 4 ] {09b25506-ca89-4700-a724-4854993adf7d} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.006985 sec., 715.8196134574088 rows/sec., 1.28 MiB/sec. | ||
| 17604 | 2025.02.10 18:58:28.373767 [ 194 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 17605 | 2025.02.10 18:58:28.374327 [ 4 ] {09b25506-ca89-4700-a724-4854993adf7d} <Debug> TCPHandler: Processed in 0.008123226 sec. | ||
| 17606 | 2025.02.10 18:58:28.374900 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17607 | 2025.02.10 18:58:28.375692 [ 256 ] {8304448b-ea41-4d17-85cc-89a195616cc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17608 | 2025.02.10 18:58:28.376026 [ 256 ] {8304448b-ea41-4d17-85cc-89a195616cc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17609 | 2025.02.10 18:58:28.376359 [ 194 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17610 | 2025.02.10 18:58:28.377041 [ 194 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2209 rows starting from the beginning of the part | ||
| 17611 | 2025.02.10 18:58:28.378207 [ 194 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 5 rows starting from the beginning of the part | ||
| 17612 | 2025.02.10 18:58:28.379100 [ 194 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 35 rows starting from the beginning of the part | ||
| 17613 | 2025.02.10 18:58:28.379983 [ 256 ] {8304448b-ea41-4d17-85cc-89a195616cc3} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17614 | 2025.02.10 18:58:28.380182 [ 256 ] {8304448b-ea41-4d17-85cc-89a195616cc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17615 | 2025.02.10 18:58:28.380185 [ 194 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 5 rows starting from the beginning of the part | ||
| 17616 | 2025.02.10 18:58:28.381550 [ 194 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 35 rows starting from the beginning of the part | ||
| 17617 | 2025.02.10 18:58:28.383111 [ 256 ] {8304448b-ea41-4d17-85cc-89a195616cc3} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 17618 | 2025.02.10 18:58:28.383617 [ 194 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 5 rows starting from the beginning of the part | ||
| 17619 | 2025.02.10 18:58:28.384332 [ 256 ] {8304448b-ea41-4d17-85cc-89a195616cc3} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17620 | 2025.02.10 18:58:28.385024 [ 70 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 17621 | 2025.02.10 18:58:28.385217 [ 70 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17622 | 2025.02.10 18:58:28.385404 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17623 | 2025.02.10 18:58:28.385560 [ 256 ] {8304448b-ea41-4d17-85cc-89a195616cc3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.010214 sec., 5874.290189935382 rows/sec., 405.39 KiB/sec. | ||
| 17624 | 2025.02.10 18:58:28.386336 [ 256 ] {8304448b-ea41-4d17-85cc-89a195616cc3} <Debug> TCPHandler: Processed in 0.011801164 sec. | ||
| 17625 | 2025.02.10 18:58:28.386456 [ 193 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_140_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42130 rows, containing 5 columns (5 merged, 0 gathered) in 0.020613767 sec., 2043779.7710627075 rows/sec., 138.00 MiB/sec. | ||
| 17626 | 2025.02.10 18:58:28.386455 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 17627 | 2025.02.10 18:58:28.386820 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17628 | 2025.02.10 18:58:28.386854 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_136_27, total 8328 rows starting from the beginning of the part | ||
| 17629 | 2025.02.10 18:58:28.386997 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_140_29} <Trace> MergedBlockOutputStream: filled checksums all_1_140_29 (state Temporary) | ||
| 17630 | 2025.02.10 18:58:28.387020 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 16 rows starting from the beginning of the part | ||
| 17631 | 2025.02.10 18:58:28.387704 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 82 rows starting from the beginning of the part | ||
| 17632 | 2025.02.10 18:58:28.388222 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 60 rows starting from the beginning of the part | ||
| 17633 | 2025.02.10 18:58:28.388471 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_140_29} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_140_29 to all_1_140_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17634 | 2025.02.10 18:58:28.388700 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 82 rows starting from the beginning of the part | ||
| 17635 | 2025.02.10 18:58:28.388880 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_140_29} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 5 parts: [all_1_136_28, all_140_140_0] -> all_1_140_29 | ||
| 17636 | 2025.02.10 18:58:28.389158 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 60 rows starting from the beginning of the part | ||
| 17637 | 2025.02.10 18:58:28.389256 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 17638 | 2025.02.10 18:58:28.392375 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8628 rows, containing 4 columns (4 merged, 0 gathered) in 0.006673632 sec., 1292849.2311233224 rows/sec., 84.27 MiB/sec. | ||
| 17639 | 2025.02.10 18:58:28.392545 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 17640 | 2025.02.10 18:58:28.392850 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_141_28} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17641 | 2025.02.10 18:58:28.392965 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_141_28} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 17642 | 2025.02.10 18:58:28.393037 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.79 MiB. | ||
| 17643 | 2025.02.10 18:58:28.397307 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2294 rows, containing 19 columns (19 merged, 0 gathered) in 0.023719183 sec., 96714.96695311976 rows/sec., 173.31 MiB/sec. | ||
| 17644 | 2025.02.10 18:58:28.399174 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 17645 | 2025.02.10 18:58:28.399563 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17646 | 2025.02.10 18:58:28.399639 [ 198 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 17647 | 2025.02.10 18:58:28.399746 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.39 MiB. | ||
| 17648 | 2025.02.10 18:58:32.607738 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17649 | 2025.02.10 18:58:32.607812 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17650 | 2025.02.10 18:58:32.830252 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38491 | ||
| 17651 | 2025.02.10 18:58:32.831128 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17652 | 2025.02.10 18:58:32.831180 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17653 | 2025.02.10 18:58:32.831737 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 17654 | 2025.02.10 18:58:32.832017 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17655 | 2025.02.10 18:58:32.832284 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491 | ||
| 17656 | 2025.02.10 18:58:33.064286 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2490 | ||
| 17657 | 2025.02.10 18:58:33.067551 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17658 | 2025.02.10 18:58:33.067607 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17659 | 2025.02.10 18:58:33.069139 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 17660 | 2025.02.10 18:58:33.069459 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17661 | 2025.02.10 18:58:33.070087 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2490 | ||
| 17662 | 2025.02.10 18:58:33.213456 [ 222 ] {} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17663 | 2025.02.10 18:58:33.213493 [ 222 ] {} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17664 | 2025.02.10 18:58:33.215360 [ 222 ] {} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17665 | 2025.02.10 18:58:33.347689 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17666 | 2025.02.10 18:58:33.347882 [ 4 ] {f6e9d0ea-4923-45dc-a165-52c5cee73cf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17667 | 2025.02.10 18:58:33.347957 [ 4 ] {f6e9d0ea-4923-45dc-a165-52c5cee73cf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17668 | 2025.02.10 18:58:33.348774 [ 4 ] {f6e9d0ea-4923-45dc-a165-52c5cee73cf6} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17669 | 2025.02.10 18:58:33.348815 [ 4 ] {f6e9d0ea-4923-45dc-a165-52c5cee73cf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17670 | 2025.02.10 18:58:33.349225 [ 4 ] {f6e9d0ea-4923-45dc-a165-52c5cee73cf6} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17671 | 2025.02.10 18:58:33.349483 [ 4 ] {f6e9d0ea-4923-45dc-a165-52c5cee73cf6} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17672 | 2025.02.10 18:58:33.349612 [ 66 ] {} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 17673 | 2025.02.10 18:58:33.349661 [ 66 ] {} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17674 | 2025.02.10 18:58:33.349683 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17675 | 2025.02.10 18:58:33.349689 [ 4 ] {f6e9d0ea-4923-45dc-a165-52c5cee73cf6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001866 sec., 7502.679528403001 rows/sec., 540.09 KiB/sec. | ||
| 17676 | 2025.02.10 18:58:33.349810 [ 4 ] {f6e9d0ea-4923-45dc-a165-52c5cee73cf6} <Debug> TCPHandler: Processed in 0.002234264 sec. | ||
| 17677 | 2025.02.10 18:58:33.349853 [ 186 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full | ||
| 17678 | 2025.02.10 18:58:33.349991 [ 186 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17679 | 2025.02.10 18:58:33.350028 [ 186 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 14 rows starting from the beginning of the part | ||
| 17680 | 2025.02.10 18:58:33.350112 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17681 | 2025.02.10 18:58:33.350201 [ 186 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part | ||
| 17682 | 2025.02.10 18:58:33.350581 [ 186 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part | ||
| 17683 | 2025.02.10 18:58:33.350672 [ 256 ] {e93679d2-836f-4aba-afa0-db04133849b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17684 | 2025.02.10 18:58:33.350741 [ 186 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part | ||
| 17685 | 2025.02.10 18:58:33.350872 [ 256 ] {e93679d2-836f-4aba-afa0-db04133849b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17686 | 2025.02.10 18:58:33.351211 [ 186 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part | ||
| 17687 | 2025.02.10 18:58:33.353836 [ 256 ] {e93679d2-836f-4aba-afa0-db04133849b8} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17688 | 2025.02.10 18:58:33.353840 [ 190 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004086379 sec., 17130.080200588345 rows/sec., 1.27 MiB/sec. | ||
| 17689 | 2025.02.10 18:58:33.353910 [ 256 ] {e93679d2-836f-4aba-afa0-db04133849b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17690 | 2025.02.10 18:58:33.354077 [ 190 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 17691 | 2025.02.10 18:58:33.354648 [ 190 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_61_15} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17692 | 2025.02.10 18:58:33.354752 [ 256 ] {e93679d2-836f-4aba-afa0-db04133849b8} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 17693 | 2025.02.10 18:58:33.354783 [ 190 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_61_15} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 17694 | 2025.02.10 18:58:33.354921 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 17695 | 2025.02.10 18:58:33.355133 [ 256 ] {e93679d2-836f-4aba-afa0-db04133849b8} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17696 | 2025.02.10 18:58:33.355347 [ 256 ] {e93679d2-836f-4aba-afa0-db04133849b8} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.004871 sec., 56045.98645042085 rows/sec., 4.94 MiB/sec. | ||
| 17697 | 2025.02.10 18:58:33.355425 [ 256 ] {e93679d2-836f-4aba-afa0-db04133849b8} <Debug> TCPHandler: Processed in 0.005493043 sec. | ||
| 17698 | 2025.02.10 18:58:33.355590 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17699 | 2025.02.10 18:58:33.355713 [ 4 ] {09f9b79e-c8a8-40e8-a343-deff48807573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17700 | 2025.02.10 18:58:33.355766 [ 4 ] {09f9b79e-c8a8-40e8-a343-deff48807573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17701 | 2025.02.10 18:58:33.356395 [ 4 ] {09f9b79e-c8a8-40e8-a343-deff48807573} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17702 | 2025.02.10 18:58:33.356436 [ 4 ] {09f9b79e-c8a8-40e8-a343-deff48807573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17703 | 2025.02.10 18:58:33.356810 [ 4 ] {09f9b79e-c8a8-40e8-a343-deff48807573} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 17704 | 2025.02.10 18:58:33.357051 [ 4 ] {09f9b79e-c8a8-40e8-a343-deff48807573} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17705 | 2025.02.10 18:58:33.357282 [ 4 ] {09f9b79e-c8a8-40e8-a343-deff48807573} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001593 sec., 26365.348399246705 rows/sec., 1.89 MiB/sec. | ||
| 17706 | 2025.02.10 18:58:33.357338 [ 225 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17707 | 2025.02.10 18:58:33.357369 [ 4 ] {09f9b79e-c8a8-40e8-a343-deff48807573} <Debug> TCPHandler: Processed in 0.001835685 sec. | ||
| 17708 | 2025.02.10 18:58:33.357396 [ 225 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17709 | 2025.02.10 18:58:33.357550 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17710 | 2025.02.10 18:58:33.357681 [ 256 ] {6b4f9939-2d01-44dc-8b10-fd4aa5ec9438} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17711 | 2025.02.10 18:58:33.357737 [ 256 ] {6b4f9939-2d01-44dc-8b10-fd4aa5ec9438} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17712 | 2025.02.10 18:58:33.358682 [ 256 ] {6b4f9939-2d01-44dc-8b10-fd4aa5ec9438} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17713 | 2025.02.10 18:58:33.358735 [ 256 ] {6b4f9939-2d01-44dc-8b10-fd4aa5ec9438} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17714 | 2025.02.10 18:58:33.359193 [ 256 ] {6b4f9939-2d01-44dc-8b10-fd4aa5ec9438} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 17715 | 2025.02.10 18:58:33.359459 [ 256 ] {6b4f9939-2d01-44dc-8b10-fd4aa5ec9438} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17716 | 2025.02.10 18:58:33.359727 [ 256 ] {6b4f9939-2d01-44dc-8b10-fd4aa5ec9438} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002069 sec., 6766.553890768487 rows/sec., 473.89 KiB/sec. | ||
| 17717 | 2025.02.10 18:58:33.359739 [ 222 ] {} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 17718 | 2025.02.10 18:58:33.359801 [ 222 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 17719 | 2025.02.10 18:58:33.359848 [ 256 ] {6b4f9939-2d01-44dc-8b10-fd4aa5ec9438} <Debug> TCPHandler: Processed in 0.002351357 sec. | ||
| 17720 | 2025.02.10 18:58:33.360027 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17721 | 2025.02.10 18:58:33.360259 [ 4 ] {54cb397c-c17f-4e8e-99d9-9ac38dd7b1fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17722 | 2025.02.10 18:58:33.360380 [ 4 ] {54cb397c-c17f-4e8e-99d9-9ac38dd7b1fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17723 | 2025.02.10 18:58:33.360557 [ 225 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17724 | 2025.02.10 18:58:33.363619 [ 4 ] {54cb397c-c17f-4e8e-99d9-9ac38dd7b1fe} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17725 | 2025.02.10 18:58:33.363671 [ 4 ] {54cb397c-c17f-4e8e-99d9-9ac38dd7b1fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17726 | 2025.02.10 18:58:33.364158 [ 4 ] {54cb397c-c17f-4e8e-99d9-9ac38dd7b1fe} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17727 | 2025.02.10 18:58:33.364429 [ 4 ] {54cb397c-c17f-4e8e-99d9-9ac38dd7b1fe} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17728 | 2025.02.10 18:58:33.364521 [ 222 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 17729 | 2025.02.10 18:58:33.364715 [ 65 ] {} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 17730 | 2025.02.10 18:58:33.364877 [ 65 ] {} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17731 | 2025.02.10 18:58:33.364991 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17732 | 2025.02.10 18:58:33.365009 [ 4 ] {54cb397c-c17f-4e8e-99d9-9ac38dd7b1fe} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004825 sec., 2694.300518134715 rows/sec., 167.99 KiB/sec. | ||
| 17733 | 2025.02.10 18:58:33.365345 [ 218 ] {} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17734 | 2025.02.10 18:58:33.365488 [ 218 ] {} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17735 | 2025.02.10 18:58:33.365709 [ 189 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full | ||
| 17736 | 2025.02.10 18:58:33.365735 [ 4 ] {54cb397c-c17f-4e8e-99d9-9ac38dd7b1fe} <Debug> TCPHandler: Processed in 0.005762679 sec. | ||
| 17737 | 2025.02.10 18:58:33.366043 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17738 | 2025.02.10 18:58:33.366610 [ 189 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17739 | 2025.02.10 18:58:33.366655 [ 256 ] {dfbb00ad-f5ac-4c27-bcfe-618fe3e51275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17740 | 2025.02.10 18:58:33.366774 [ 189 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 13 rows starting from the beginning of the part | ||
| 17741 | 2025.02.10 18:58:33.366872 [ 256 ] {dfbb00ad-f5ac-4c27-bcfe-618fe3e51275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17742 | 2025.02.10 18:58:33.367464 [ 189 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 13 rows starting from the beginning of the part | ||
| 17743 | 2025.02.10 18:58:33.368327 [ 189 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 13 rows starting from the beginning of the part | ||
| 17744 | 2025.02.10 18:58:33.369012 [ 189 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 13 rows starting from the beginning of the part | ||
| 17745 | 2025.02.10 18:58:33.369440 [ 189 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 13 rows starting from the beginning of the part | ||
| 17746 | 2025.02.10 18:58:33.372086 [ 256 ] {dfbb00ad-f5ac-4c27-bcfe-618fe3e51275} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17747 | 2025.02.10 18:58:33.372186 [ 256 ] {dfbb00ad-f5ac-4c27-bcfe-618fe3e51275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17748 | 2025.02.10 18:58:33.373333 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.008121676 sec., 8003.274201039293 rows/sec., 530.27 KiB/sec. | ||
| 17749 | 2025.02.10 18:58:33.373737 [ 218 ] {} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17750 | 2025.02.10 18:58:33.373755 [ 256 ] {dfbb00ad-f5ac-4c27-bcfe-618fe3e51275} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 17751 | 2025.02.10 18:58:33.373737 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 17752 | 2025.02.10 18:58:33.374778 [ 256 ] {dfbb00ad-f5ac-4c27-bcfe-618fe3e51275} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17753 | 2025.02.10 18:58:33.374853 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_61_15} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17754 | 2025.02.10 18:58:33.375095 [ 200 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_61_15} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 17755 | 2025.02.10 18:58:33.375185 [ 256 ] {dfbb00ad-f5ac-4c27-bcfe-618fe3e51275} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.008725 sec., 47793.696275071634 rows/sec., 3.41 MiB/sec. | ||
| 17756 | 2025.02.10 18:58:33.375260 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 17757 | 2025.02.10 18:58:33.375332 [ 256 ] {dfbb00ad-f5ac-4c27-bcfe-618fe3e51275} <Debug> TCPHandler: Processed in 0.009451598 sec. | ||
| 17758 | 2025.02.10 18:58:33.375504 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17759 | 2025.02.10 18:58:33.375647 [ 4 ] {4988cf7e-ca5c-45ef-97d4-413172fbd68b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17760 | 2025.02.10 18:58:33.375708 [ 4 ] {4988cf7e-ca5c-45ef-97d4-413172fbd68b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17761 | 2025.02.10 18:58:33.376286 [ 4 ] {4988cf7e-ca5c-45ef-97d4-413172fbd68b} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17762 | 2025.02.10 18:58:33.376334 [ 4 ] {4988cf7e-ca5c-45ef-97d4-413172fbd68b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17763 | 2025.02.10 18:58:33.376762 [ 4 ] {4988cf7e-ca5c-45ef-97d4-413172fbd68b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17764 | 2025.02.10 18:58:33.376993 [ 4 ] {4988cf7e-ca5c-45ef-97d4-413172fbd68b} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17765 | 2025.02.10 18:58:33.377157 [ 65 ] {} <Debug> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 17766 | 2025.02.10 18:58:33.377212 [ 65 ] {} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17767 | 2025.02.10 18:58:33.377227 [ 4 ] {4988cf7e-ca5c-45ef-97d4-413172fbd68b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0016 sec., 3750 rows/sec., 195.92 KiB/sec. | ||
| 17768 | 2025.02.10 18:58:33.377249 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17769 | 2025.02.10 18:58:33.377366 [ 4 ] {4988cf7e-ca5c-45ef-97d4-413172fbd68b} <Debug> TCPHandler: Processed in 0.001927257 sec. | ||
| 17770 | 2025.02.10 18:58:33.377646 [ 199 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 17771 | 2025.02.10 18:58:33.377666 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17772 | 2025.02.10 18:58:33.378130 [ 256 ] {1892fb35-da9e-4916-8752-0fb4f748d0ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17773 | 2025.02.10 18:58:33.378157 [ 199 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17774 | 2025.02.10 18:58:33.378231 [ 199 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 336 rows starting from the beginning of the part | ||
| 17775 | 2025.02.10 18:58:33.378254 [ 256 ] {1892fb35-da9e-4916-8752-0fb4f748d0ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17776 | 2025.02.10 18:58:33.378597 [ 199 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part | ||
| 17777 | 2025.02.10 18:58:33.378917 [ 199 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part | ||
| 17778 | 2025.02.10 18:58:33.379242 [ 199 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part | ||
| 17779 | 2025.02.10 18:58:33.379602 [ 199 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 6 rows starting from the beginning of the part | ||
| 17780 | 2025.02.10 18:58:33.379835 [ 199 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 6 rows starting from the beginning of the part | ||
| 17781 | 2025.02.10 18:58:33.380859 [ 256 ] {1892fb35-da9e-4916-8752-0fb4f748d0ea} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17782 | 2025.02.10 18:58:33.380951 [ 256 ] {1892fb35-da9e-4916-8752-0fb4f748d0ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17783 | 2025.02.10 18:58:33.382021 [ 256 ] {1892fb35-da9e-4916-8752-0fb4f748d0ea} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 17784 | 2025.02.10 18:58:33.382588 [ 256 ] {1892fb35-da9e-4916-8752-0fb4f748d0ea} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17785 | 2025.02.10 18:58:33.382614 [ 199 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 366 rows, containing 4 columns (4 merged, 0 gathered) in 0.005223586 sec., 70066.80851047537 rows/sec., 3.57 MiB/sec. | ||
| 17786 | 2025.02.10 18:58:33.382848 [ 199 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 17787 | 2025.02.10 18:58:33.382978 [ 256 ] {1892fb35-da9e-4916-8752-0fb4f748d0ea} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00503 sec., 47117.296222664016 rows/sec., 3.16 MiB/sec. | ||
| 17788 | 2025.02.10 18:58:33.383104 [ 256 ] {1892fb35-da9e-4916-8752-0fb4f748d0ea} <Debug> TCPHandler: Processed in 0.005617905 sec. | ||
| 17789 | 2025.02.10 18:58:33.383288 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17790 | 2025.02.10 18:58:33.383373 [ 200 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_61_12} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17791 | 2025.02.10 18:58:33.383497 [ 4 ] {27baee2a-d727-408a-863e-af4e05b49eb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17792 | 2025.02.10 18:58:33.383569 [ 200 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_1_61_12} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 17793 | 2025.02.10 18:58:33.383588 [ 4 ] {27baee2a-d727-408a-863e-af4e05b49eb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17794 | 2025.02.10 18:58:33.383766 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 17795 | 2025.02.10 18:58:33.384215 [ 4 ] {27baee2a-d727-408a-863e-af4e05b49eb6} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17796 | 2025.02.10 18:58:33.384258 [ 4 ] {27baee2a-d727-408a-863e-af4e05b49eb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17797 | 2025.02.10 18:58:33.384604 [ 4 ] {27baee2a-d727-408a-863e-af4e05b49eb6} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17798 | 2025.02.10 18:58:33.384830 [ 4 ] {27baee2a-d727-408a-863e-af4e05b49eb6} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17799 | 2025.02.10 18:58:33.385059 [ 4 ] {27baee2a-d727-408a-863e-af4e05b49eb6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001627 sec., 614.6281499692686 rows/sec., 41.42 KiB/sec. | ||
| 17800 | 2025.02.10 18:58:33.385135 [ 4 ] {27baee2a-d727-408a-863e-af4e05b49eb6} <Debug> TCPHandler: Processed in 0.001932366 sec. | ||
| 17801 | 2025.02.10 18:58:33.385385 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17802 | 2025.02.10 18:58:33.385552 [ 256 ] {489cf846-d556-4bcf-92c1-1c8201f16314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17803 | 2025.02.10 18:58:33.385646 [ 256 ] {489cf846-d556-4bcf-92c1-1c8201f16314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17804 | 2025.02.10 18:58:33.386875 [ 256 ] {489cf846-d556-4bcf-92c1-1c8201f16314} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17805 | 2025.02.10 18:58:33.386914 [ 256 ] {489cf846-d556-4bcf-92c1-1c8201f16314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17806 | 2025.02.10 18:58:33.387594 [ 256 ] {489cf846-d556-4bcf-92c1-1c8201f16314} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 17807 | 2025.02.10 18:58:33.387853 [ 256 ] {489cf846-d556-4bcf-92c1-1c8201f16314} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17808 | 2025.02.10 18:58:33.388072 [ 256 ] {489cf846-d556-4bcf-92c1-1c8201f16314} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00255 sec., 13725.49019607843 rows/sec., 24.60 MiB/sec. | ||
| 17809 | 2025.02.10 18:58:33.388131 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17810 | 2025.02.10 18:58:33.388191 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17811 | 2025.02.10 18:58:33.388311 [ 256 ] {489cf846-d556-4bcf-92c1-1c8201f16314} <Debug> TCPHandler: Processed in 0.003062304 sec. | ||
| 17812 | 2025.02.10 18:58:33.388518 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17813 | 2025.02.10 18:58:33.388673 [ 4 ] {ab443ac8-a1cb-4d03-a8af-b720da5c28e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17814 | 2025.02.10 18:58:33.388769 [ 4 ] {ab443ac8-a1cb-4d03-a8af-b720da5c28e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17815 | 2025.02.10 18:58:33.389980 [ 4 ] {ab443ac8-a1cb-4d03-a8af-b720da5c28e8} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17816 | 2025.02.10 18:58:33.390020 [ 4 ] {ab443ac8-a1cb-4d03-a8af-b720da5c28e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17817 | 2025.02.10 18:58:33.390678 [ 4 ] {ab443ac8-a1cb-4d03-a8af-b720da5c28e8} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 17818 | 2025.02.10 18:58:33.391108 [ 4 ] {ab443ac8-a1cb-4d03-a8af-b720da5c28e8} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17819 | 2025.02.10 18:58:33.391505 [ 4 ] {ab443ac8-a1cb-4d03-a8af-b720da5c28e8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00286 sec., 28671.32867132867 rows/sec., 1.82 MiB/sec. | ||
| 17820 | 2025.02.10 18:58:33.391698 [ 4 ] {ab443ac8-a1cb-4d03-a8af-b720da5c28e8} <Debug> TCPHandler: Processed in 0.003288699 sec. | ||
| 17821 | 2025.02.10 18:58:33.391965 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17822 | 2025.02.10 18:58:34.000219 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.18 MiB, peak 290.01 MiB, free memory in arenas 0.00 B, will set to 272.33 MiB (RSS), difference: 3.14 MiB | ||
| 17823 | 2025.02.10 18:58:35.123211 [ 59 ] {} <Debug> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 17824 | 2025.02.10 18:58:35.123314 [ 59 ] {} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17825 | 2025.02.10 18:58:35.123356 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17826 | 2025.02.10 18:58:35.123568 [ 223 ] {} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17827 | 2025.02.10 18:58:35.123656 [ 223 ] {} <Debug> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17828 | 2025.02.10 18:58:35.123684 [ 200 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 17829 | 2025.02.10 18:58:35.124037 [ 200 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17830 | 2025.02.10 18:58:35.124079 [ 200 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 18 rows starting from the beginning of the part | ||
| 17831 | 2025.02.10 18:58:35.124252 [ 200 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 2 rows starting from the beginning of the part | ||
| 17832 | 2025.02.10 18:58:35.124582 [ 200 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2 rows starting from the beginning of the part | ||
| 17833 | 2025.02.10 18:58:35.125139 [ 200 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 4 rows starting from the beginning of the part | ||
| 17834 | 2025.02.10 18:58:35.125246 [ 200 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 10 rows starting from the beginning of the part | ||
| 17835 | 2025.02.10 18:58:35.127596 [ 200 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.004122339 sec., 8732.906245701774 rows/sec., 746.22 KiB/sec. | ||
| 17836 | 2025.02.10 18:58:35.127655 [ 223 ] {} <Debug> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17837 | 2025.02.10 18:58:35.127812 [ 200 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 17838 | 2025.02.10 18:58:35.128264 [ 200 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_37_9} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17839 | 2025.02.10 18:58:35.128350 [ 200 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_37_9} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 17840 | 2025.02.10 18:58:35.128428 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 17841 | 2025.02.10 18:58:35.598899 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 633 | ||
| 17842 | 2025.02.10 18:58:35.623382 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17843 | 2025.02.10 18:58:35.623443 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17844 | 2025.02.10 18:58:35.631878 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 17845 | 2025.02.10 18:58:35.632718 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17846 | 2025.02.10 18:58:35.635891 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 633 | ||
| 17847 | 2025.02.10 18:58:36.374359 [ 225 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17848 | 2025.02.10 18:58:36.374409 [ 225 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17849 | 2025.02.10 18:58:36.376387 [ 225 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17850 | 2025.02.10 18:58:36.434674 [ 221 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17851 | 2025.02.10 18:58:36.434709 [ 221 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17852 | 2025.02.10 18:58:36.436618 [ 221 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17853 | 2025.02.10 18:58:36.458832 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17854 | 2025.02.10 18:58:36.458922 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17855 | 2025.02.10 18:58:36.461089 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17856 | 2025.02.10 18:58:36.546167 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17857 | 2025.02.10 18:58:36.546383 [ 4 ] {3eaf6a95-c794-489f-9684-08a127c8ff3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17858 | 2025.02.10 18:58:36.546472 [ 4 ] {3eaf6a95-c794-489f-9684-08a127c8ff3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17859 | 2025.02.10 18:58:36.547355 [ 4 ] {3eaf6a95-c794-489f-9684-08a127c8ff3a} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17860 | 2025.02.10 18:58:36.547400 [ 4 ] {3eaf6a95-c794-489f-9684-08a127c8ff3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17861 | 2025.02.10 18:58:36.547822 [ 4 ] {3eaf6a95-c794-489f-9684-08a127c8ff3a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 17862 | 2025.02.10 18:58:36.548073 [ 4 ] {3eaf6a95-c794-489f-9684-08a127c8ff3a} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17863 | 2025.02.10 18:58:36.548276 [ 4 ] {3eaf6a95-c794-489f-9684-08a127c8ff3a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001953 sec., 1024.0655401945723 rows/sec., 83.51 KiB/sec. | ||
| 17864 | 2025.02.10 18:58:36.548341 [ 4 ] {3eaf6a95-c794-489f-9684-08a127c8ff3a} <Debug> TCPHandler: Processed in 0.002309475 sec. | ||
| 17865 | 2025.02.10 18:58:36.548619 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17866 | 2025.02.10 18:58:36.548843 [ 256 ] {ab4b832d-bf32-4768-b45c-293e5513af87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17867 | 2025.02.10 18:58:36.548920 [ 256 ] {ab4b832d-bf32-4768-b45c-293e5513af87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17868 | 2025.02.10 18:58:36.550196 [ 256 ] {ab4b832d-bf32-4768-b45c-293e5513af87} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17869 | 2025.02.10 18:58:36.550252 [ 256 ] {ab4b832d-bf32-4768-b45c-293e5513af87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17870 | 2025.02.10 18:58:36.550794 [ 256 ] {ab4b832d-bf32-4768-b45c-293e5513af87} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 17871 | 2025.02.10 18:58:36.551083 [ 256 ] {ab4b832d-bf32-4768-b45c-293e5513af87} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17872 | 2025.02.10 18:58:36.551355 [ 256 ] {ab4b832d-bf32-4768-b45c-293e5513af87} <Debug> executeQuery: Read 1207 rows, 102.02 KiB in 0.002572 sec., 469284.6034214619 rows/sec., 38.73 MiB/sec. | ||
| 17873 | 2025.02.10 18:58:36.551383 [ 222 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17874 | 2025.02.10 18:58:36.551460 [ 222 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17875 | 2025.02.10 18:58:36.551472 [ 256 ] {ab4b832d-bf32-4768-b45c-293e5513af87} <Debug> TCPHandler: Processed in 0.002997813 sec. | ||
| 17876 | 2025.02.10 18:58:36.551646 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17877 | 2025.02.10 18:58:36.551796 [ 4 ] {90e87fe9-4aea-4961-a138-4b675cd19a3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17878 | 2025.02.10 18:58:36.551862 [ 4 ] {90e87fe9-4aea-4961-a138-4b675cd19a3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17879 | 2025.02.10 18:58:36.552817 [ 4 ] {90e87fe9-4aea-4961-a138-4b675cd19a3d} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17880 | 2025.02.10 18:58:36.552868 [ 4 ] {90e87fe9-4aea-4961-a138-4b675cd19a3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17881 | 2025.02.10 18:58:36.553345 [ 4 ] {90e87fe9-4aea-4961-a138-4b675cd19a3d} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 17882 | 2025.02.10 18:58:36.553735 [ 4 ] {90e87fe9-4aea-4961-a138-4b675cd19a3d} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17883 | 2025.02.10 18:58:36.554014 [ 222 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17884 | 2025.02.10 18:58:36.554047 [ 4 ] {90e87fe9-4aea-4961-a138-4b675cd19a3d} <Debug> executeQuery: Read 7 rows, 528.00 B in 0.002281 sec., 3068.829460762823 rows/sec., 226.05 KiB/sec. | ||
| 17885 | 2025.02.10 18:58:36.554435 [ 4 ] {90e87fe9-4aea-4961-a138-4b675cd19a3d} <Debug> TCPHandler: Processed in 0.002848959 sec. | ||
| 17886 | 2025.02.10 18:58:36.554763 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17887 | 2025.02.10 18:58:36.555292 [ 256 ] {3313cf25-30b7-4e9a-bbcf-7f72e88de8f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17888 | 2025.02.10 18:58:36.555535 [ 256 ] {3313cf25-30b7-4e9a-bbcf-7f72e88de8f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17889 | 2025.02.10 18:58:36.557694 [ 256 ] {3313cf25-30b7-4e9a-bbcf-7f72e88de8f5} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17890 | 2025.02.10 18:58:36.557737 [ 256 ] {3313cf25-30b7-4e9a-bbcf-7f72e88de8f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17891 | 2025.02.10 18:58:36.558129 [ 256 ] {3313cf25-30b7-4e9a-bbcf-7f72e88de8f5} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 17892 | 2025.02.10 18:58:36.558385 [ 256 ] {3313cf25-30b7-4e9a-bbcf-7f72e88de8f5} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17893 | 2025.02.10 18:58:36.558552 [ 58 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 17894 | 2025.02.10 18:58:36.558622 [ 58 ] {} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17895 | 2025.02.10 18:58:36.558626 [ 256 ] {3313cf25-30b7-4e9a-bbcf-7f72e88de8f5} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.003546 sec., 64297.80033840947 rows/sec., 4.35 MiB/sec. | ||
| 17896 | 2025.02.10 18:58:36.558654 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17897 | 2025.02.10 18:58:36.558819 [ 256 ] {3313cf25-30b7-4e9a-bbcf-7f72e88de8f5} <Debug> TCPHandler: Processed in 0.004269633 sec. | ||
| 17898 | 2025.02.10 18:58:36.558895 [ 193 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 17899 | 2025.02.10 18:58:36.559028 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17900 | 2025.02.10 18:58:36.559070 [ 193 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17901 | 2025.02.10 18:58:36.559118 [ 193 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 242 rows starting from the beginning of the part | ||
| 17902 | 2025.02.10 18:58:36.559350 [ 4 ] {51de8cb0-78e2-4d9d-8c48-0b70c23b5827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17903 | 2025.02.10 18:58:36.559403 [ 193 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 228 rows starting from the beginning of the part | ||
| 17904 | 2025.02.10 18:58:36.559556 [ 4 ] {51de8cb0-78e2-4d9d-8c48-0b70c23b5827} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17905 | 2025.02.10 18:58:36.559696 [ 193 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 14 rows starting from the beginning of the part | ||
| 17906 | 2025.02.10 18:58:36.560066 [ 193 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 14 rows starting from the beginning of the part | ||
| 17907 | 2025.02.10 18:58:36.560373 [ 193 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 14 rows starting from the beginning of the part | ||
| 17908 | 2025.02.10 18:58:36.560704 [ 193 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 228 rows starting from the beginning of the part | ||
| 17909 | 2025.02.10 18:58:36.562925 [ 4 ] {51de8cb0-78e2-4d9d-8c48-0b70c23b5827} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17910 | 2025.02.10 18:58:36.563009 [ 4 ] {51de8cb0-78e2-4d9d-8c48-0b70c23b5827} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17911 | 2025.02.10 18:58:36.563571 [ 191 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.004750644 sec., 155768.35477463686 rows/sec., 11.15 MiB/sec. | ||
| 17912 | 2025.02.10 18:58:36.563823 [ 4 ] {51de8cb0-78e2-4d9d-8c48-0b70c23b5827} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 17913 | 2025.02.10 18:58:36.563852 [ 191 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 17914 | 2025.02.10 18:58:36.564261 [ 4 ] {51de8cb0-78e2-4d9d-8c48-0b70c23b5827} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17915 | 2025.02.10 18:58:36.564428 [ 191 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_81_16} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17916 | 2025.02.10 18:58:36.564685 [ 191 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_81_16} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 17917 | 2025.02.10 18:58:36.564711 [ 4 ] {51de8cb0-78e2-4d9d-8c48-0b70c23b5827} <Debug> executeQuery: Read 527 rows, 39.97 KiB in 0.005498 sec., 95853.03746817024 rows/sec., 7.10 MiB/sec. | ||
| 17918 | 2025.02.10 18:58:36.564918 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 17919 | 2025.02.10 18:58:36.564924 [ 4 ] {51de8cb0-78e2-4d9d-8c48-0b70c23b5827} <Debug> TCPHandler: Processed in 0.006000735 sec. | ||
| 17920 | 2025.02.10 18:58:36.565098 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17921 | 2025.02.10 18:58:36.565243 [ 256 ] {18d7a6db-7223-4e09-8567-fa85c8fff9bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17922 | 2025.02.10 18:58:36.565309 [ 256 ] {18d7a6db-7223-4e09-8567-fa85c8fff9bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17923 | 2025.02.10 18:58:36.566149 [ 256 ] {18d7a6db-7223-4e09-8567-fa85c8fff9bc} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17924 | 2025.02.10 18:58:36.566189 [ 256 ] {18d7a6db-7223-4e09-8567-fa85c8fff9bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17925 | 2025.02.10 18:58:36.566651 [ 256 ] {18d7a6db-7223-4e09-8567-fa85c8fff9bc} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 17926 | 2025.02.10 18:58:36.566894 [ 256 ] {18d7a6db-7223-4e09-8567-fa85c8fff9bc} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17927 | 2025.02.10 18:58:36.567075 [ 256 ] {18d7a6db-7223-4e09-8567-fa85c8fff9bc} <Debug> executeQuery: Read 965 rows, 66.32 KiB in 0.001867 sec., 516871.98714515264 rows/sec., 34.69 MiB/sec. | ||
| 17928 | 2025.02.10 18:58:36.567131 [ 256 ] {18d7a6db-7223-4e09-8567-fa85c8fff9bc} <Debug> TCPHandler: Processed in 0.002102231 sec. | ||
| 17929 | 2025.02.10 18:58:36.567275 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17930 | 2025.02.10 18:58:36.567419 [ 4 ] {e42f7eb7-2127-4d31-9b73-3a0ac6597077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17931 | 2025.02.10 18:58:36.567514 [ 4 ] {e42f7eb7-2127-4d31-9b73-3a0ac6597077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17932 | 2025.02.10 18:58:36.568674 [ 4 ] {e42f7eb7-2127-4d31-9b73-3a0ac6597077} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17933 | 2025.02.10 18:58:36.568714 [ 4 ] {e42f7eb7-2127-4d31-9b73-3a0ac6597077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17934 | 2025.02.10 18:58:36.569357 [ 4 ] {e42f7eb7-2127-4d31-9b73-3a0ac6597077} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 17935 | 2025.02.10 18:58:36.569618 [ 4 ] {e42f7eb7-2127-4d31-9b73-3a0ac6597077} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17936 | 2025.02.10 18:58:36.569870 [ 4 ] {e42f7eb7-2127-4d31-9b73-3a0ac6597077} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002485 sec., 2012.072434607646 rows/sec., 3.61 MiB/sec. | ||
| 17937 | 2025.02.10 18:58:36.569983 [ 4 ] {e42f7eb7-2127-4d31-9b73-3a0ac6597077} <Debug> TCPHandler: Processed in 0.002773957 sec. | ||
| 17938 | 2025.02.10 18:58:36.570188 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17939 | 2025.02.10 18:58:36.570416 [ 256 ] {04393e4b-a8c1-4ce5-941c-9c8715ceaf21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17940 | 2025.02.10 18:58:36.570513 [ 256 ] {04393e4b-a8c1-4ce5-941c-9c8715ceaf21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17941 | 2025.02.10 18:58:36.571205 [ 256 ] {04393e4b-a8c1-4ce5-941c-9c8715ceaf21} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17942 | 2025.02.10 18:58:36.571242 [ 256 ] {04393e4b-a8c1-4ce5-941c-9c8715ceaf21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17943 | 2025.02.10 18:58:36.571614 [ 256 ] {04393e4b-a8c1-4ce5-941c-9c8715ceaf21} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 17944 | 2025.02.10 18:58:36.571870 [ 256 ] {04393e4b-a8c1-4ce5-941c-9c8715ceaf21} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17945 | 2025.02.10 18:58:36.572072 [ 256 ] {04393e4b-a8c1-4ce5-941c-9c8715ceaf21} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001715 sec., 25655.976676384842 rows/sec., 1.73 MiB/sec. | ||
| 17946 | 2025.02.10 18:58:36.572121 [ 256 ] {04393e4b-a8c1-4ce5-941c-9c8715ceaf21} <Debug> TCPHandler: Processed in 0.00204314 sec. | ||
| 17947 | 2025.02.10 18:58:38.335612 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17948 | 2025.02.10 18:58:38.335820 [ 4 ] {51da30e9-5f5d-4b0e-a1d0-740b5ba1cd21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17949 | 2025.02.10 18:58:38.335905 [ 4 ] {51da30e9-5f5d-4b0e-a1d0-740b5ba1cd21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17950 | 2025.02.10 18:58:38.336691 [ 4 ] {51da30e9-5f5d-4b0e-a1d0-740b5ba1cd21} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17951 | 2025.02.10 18:58:38.336736 [ 4 ] {51da30e9-5f5d-4b0e-a1d0-740b5ba1cd21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17952 | 2025.02.10 18:58:38.337180 [ 4 ] {51da30e9-5f5d-4b0e-a1d0-740b5ba1cd21} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 17953 | 2025.02.10 18:58:38.337434 [ 4 ] {51da30e9-5f5d-4b0e-a1d0-740b5ba1cd21} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17954 | 2025.02.10 18:58:38.337675 [ 4 ] {51da30e9-5f5d-4b0e-a1d0-740b5ba1cd21} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001913 sec., 29273.392577104027 rows/sec., 2.25 MiB/sec. | ||
| 17955 | 2025.02.10 18:58:38.337733 [ 4 ] {51da30e9-5f5d-4b0e-a1d0-740b5ba1cd21} <Debug> TCPHandler: Processed in 0.002254375 sec. | ||
| 17956 | 2025.02.10 18:58:38.338009 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17957 | 2025.02.10 18:58:38.338232 [ 256 ] {a48b9fdb-9205-4a6a-a8f5-fed2588b5731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17958 | 2025.02.10 18:58:38.338319 [ 256 ] {a48b9fdb-9205-4a6a-a8f5-fed2588b5731} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17959 | 2025.02.10 18:58:38.339200 [ 256 ] {a48b9fdb-9205-4a6a-a8f5-fed2588b5731} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17960 | 2025.02.10 18:58:38.339254 [ 256 ] {a48b9fdb-9205-4a6a-a8f5-fed2588b5731} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17961 | 2025.02.10 18:58:38.339715 [ 256 ] {a48b9fdb-9205-4a6a-a8f5-fed2588b5731} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 17962 | 2025.02.10 18:58:38.339982 [ 256 ] {a48b9fdb-9205-4a6a-a8f5-fed2588b5731} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17963 | 2025.02.10 18:58:38.340241 [ 256 ] {a48b9fdb-9205-4a6a-a8f5-fed2588b5731} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00207 sec., 30917.87439613527 rows/sec., 2.41 MiB/sec. | ||
| 17964 | 2025.02.10 18:58:38.340313 [ 256 ] {a48b9fdb-9205-4a6a-a8f5-fed2588b5731} <Debug> TCPHandler: Processed in 0.002451469 sec. | ||
| 17965 | 2025.02.10 18:58:38.340479 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17966 | 2025.02.10 18:58:38.340623 [ 4 ] {8de61a65-1877-4287-8c2b-638209b1d0e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17967 | 2025.02.10 18:58:38.340688 [ 4 ] {8de61a65-1877-4287-8c2b-638209b1d0e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17968 | 2025.02.10 18:58:38.341299 [ 4 ] {8de61a65-1877-4287-8c2b-638209b1d0e5} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17969 | 2025.02.10 18:58:38.341339 [ 4 ] {8de61a65-1877-4287-8c2b-638209b1d0e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17970 | 2025.02.10 18:58:38.341742 [ 4 ] {8de61a65-1877-4287-8c2b-638209b1d0e5} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 17971 | 2025.02.10 18:58:38.341981 [ 4 ] {8de61a65-1877-4287-8c2b-638209b1d0e5} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17972 | 2025.02.10 18:58:38.342200 [ 4 ] {8de61a65-1877-4287-8c2b-638209b1d0e5} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.00161 sec., 26086.95652173913 rows/sec., 1.81 MiB/sec. | ||
| 17973 | 2025.02.10 18:58:38.342252 [ 4 ] {8de61a65-1877-4287-8c2b-638209b1d0e5} <Debug> TCPHandler: Processed in 0.001841555 sec. | ||
| 17974 | 2025.02.10 18:58:38.342424 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17975 | 2025.02.10 18:58:38.342575 [ 256 ] {b94f4f62-9bc3-4e6b-a87c-db3e25ddd325} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17976 | 2025.02.10 18:58:38.342645 [ 256 ] {b94f4f62-9bc3-4e6b-a87c-db3e25ddd325} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17977 | 2025.02.10 18:58:38.343196 [ 256 ] {b94f4f62-9bc3-4e6b-a87c-db3e25ddd325} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17978 | 2025.02.10 18:58:38.343240 [ 256 ] {b94f4f62-9bc3-4e6b-a87c-db3e25ddd325} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17979 | 2025.02.10 18:58:38.343638 [ 256 ] {b94f4f62-9bc3-4e6b-a87c-db3e25ddd325} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 17980 | 2025.02.10 18:58:38.343886 [ 256 ] {b94f4f62-9bc3-4e6b-a87c-db3e25ddd325} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17981 | 2025.02.10 18:58:38.344097 [ 256 ] {b94f4f62-9bc3-4e6b-a87c-db3e25ddd325} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001561 sec., 10249.839846252402 rows/sec., 710.68 KiB/sec. | ||
| 17982 | 2025.02.10 18:58:38.344150 [ 256 ] {b94f4f62-9bc3-4e6b-a87c-db3e25ddd325} <Debug> TCPHandler: Processed in 0.001795354 sec. | ||
| 17983 | 2025.02.10 18:58:40.332455 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38979 | ||
| 17984 | 2025.02.10 18:58:40.333409 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17985 | 2025.02.10 18:58:40.333461 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17986 | 2025.02.10 18:58:40.334028 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 17987 | 2025.02.10 18:58:40.334302 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17988 | 2025.02.10 18:58:40.334610 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38979 | ||
| 17989 | 2025.02.10 18:58:40.334685 [ 221 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17990 | 2025.02.10 18:58:40.334772 [ 221 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17991 | 2025.02.10 18:58:40.336804 [ 221 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17992 | 2025.02.10 18:58:40.803744 [ 222 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17993 | 2025.02.10 18:58:40.803798 [ 222 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17994 | 2025.02.10 18:58:40.805928 [ 222 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17995 | 2025.02.10 18:58:43.070381 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2536 | ||
| 17996 | 2025.02.10 18:58:43.074283 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17997 | 2025.02.10 18:58:43.074353 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 17998 | 2025.02.10 18:58:43.075960 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 17999 | 2025.02.10 18:58:43.076301 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18000 | 2025.02.10 18:58:43.076987 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2536 | ||
| 18001 | 2025.02.10 18:58:43.135982 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 641 | ||
| 18002 | 2025.02.10 18:58:43.160426 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18003 | 2025.02.10 18:58:43.160484 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18004 | 2025.02.10 18:58:43.168216 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 18005 | 2025.02.10 18:58:43.169074 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18006 | 2025.02.10 18:58:43.172429 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641 | ||
| 18007 | 2025.02.10 18:58:43.350494 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18008 | 2025.02.10 18:58:43.350715 [ 4 ] {45d97090-b714-4086-aa77-1f86fa924e9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18009 | 2025.02.10 18:58:43.350799 [ 4 ] {45d97090-b714-4086-aa77-1f86fa924e9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18010 | 2025.02.10 18:58:43.351610 [ 4 ] {45d97090-b714-4086-aa77-1f86fa924e9a} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18011 | 2025.02.10 18:58:43.351662 [ 4 ] {45d97090-b714-4086-aa77-1f86fa924e9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18012 | 2025.02.10 18:58:43.352110 [ 4 ] {45d97090-b714-4086-aa77-1f86fa924e9a} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 18013 | 2025.02.10 18:58:43.352362 [ 4 ] {45d97090-b714-4086-aa77-1f86fa924e9a} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18014 | 2025.02.10 18:58:43.352605 [ 4 ] {45d97090-b714-4086-aa77-1f86fa924e9a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001951 sec., 7175.807278318811 rows/sec., 516.56 KiB/sec. | ||
| 18015 | 2025.02.10 18:58:43.352676 [ 4 ] {45d97090-b714-4086-aa77-1f86fa924e9a} <Debug> TCPHandler: Processed in 0.002318246 sec. | ||
| 18016 | 2025.02.10 18:58:43.352941 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18017 | 2025.02.10 18:58:43.353138 [ 256 ] {37eb8242-e657-47d0-a15a-a7ce1f9c471a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18018 | 2025.02.10 18:58:43.353214 [ 256 ] {37eb8242-e657-47d0-a15a-a7ce1f9c471a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18019 | 2025.02.10 18:58:43.354152 [ 256 ] {37eb8242-e657-47d0-a15a-a7ce1f9c471a} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18020 | 2025.02.10 18:58:43.354202 [ 256 ] {37eb8242-e657-47d0-a15a-a7ce1f9c471a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18021 | 2025.02.10 18:58:43.354679 [ 256 ] {37eb8242-e657-47d0-a15a-a7ce1f9c471a} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 18022 | 2025.02.10 18:58:43.354948 [ 256 ] {37eb8242-e657-47d0-a15a-a7ce1f9c471a} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18023 | 2025.02.10 18:58:43.355188 [ 256 ] {37eb8242-e657-47d0-a15a-a7ce1f9c471a} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.002105 sec., 129691.21140142517 rows/sec., 11.43 MiB/sec. | ||
| 18024 | 2025.02.10 18:58:43.355257 [ 256 ] {37eb8242-e657-47d0-a15a-a7ce1f9c471a} <Debug> TCPHandler: Processed in 0.002450849 sec. | ||
| 18025 | 2025.02.10 18:58:43.355425 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18026 | 2025.02.10 18:58:43.355575 [ 4 ] {6d6e32d6-c0c8-42df-ad72-13de8a71dd77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18027 | 2025.02.10 18:58:43.355639 [ 4 ] {6d6e32d6-c0c8-42df-ad72-13de8a71dd77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18028 | 2025.02.10 18:58:43.356346 [ 4 ] {6d6e32d6-c0c8-42df-ad72-13de8a71dd77} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18029 | 2025.02.10 18:58:43.356388 [ 4 ] {6d6e32d6-c0c8-42df-ad72-13de8a71dd77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18030 | 2025.02.10 18:58:43.356773 [ 4 ] {6d6e32d6-c0c8-42df-ad72-13de8a71dd77} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 18031 | 2025.02.10 18:58:43.357010 [ 4 ] {6d6e32d6-c0c8-42df-ad72-13de8a71dd77} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18032 | 2025.02.10 18:58:43.357223 [ 4 ] {6d6e32d6-c0c8-42df-ad72-13de8a71dd77} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001685 sec., 24925.816023738873 rows/sec., 1.79 MiB/sec. | ||
| 18033 | 2025.02.10 18:58:43.357282 [ 4 ] {6d6e32d6-c0c8-42df-ad72-13de8a71dd77} <Debug> TCPHandler: Processed in 0.001925827 sec. | ||
| 18034 | 2025.02.10 18:58:43.357444 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18035 | 2025.02.10 18:58:43.357571 [ 256 ] {bfcccc53-c81d-4304-9781-a80ef4a8f4ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18036 | 2025.02.10 18:58:43.357626 [ 256 ] {bfcccc53-c81d-4304-9781-a80ef4a8f4ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18037 | 2025.02.10 18:58:43.358240 [ 256 ] {bfcccc53-c81d-4304-9781-a80ef4a8f4ee} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18038 | 2025.02.10 18:58:43.358283 [ 256 ] {bfcccc53-c81d-4304-9781-a80ef4a8f4ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18039 | 2025.02.10 18:58:43.358673 [ 256 ] {bfcccc53-c81d-4304-9781-a80ef4a8f4ee} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 18040 | 2025.02.10 18:58:43.358922 [ 256 ] {bfcccc53-c81d-4304-9781-a80ef4a8f4ee} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18041 | 2025.02.10 18:58:43.359130 [ 256 ] {bfcccc53-c81d-4304-9781-a80ef4a8f4ee} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001588 sec., 8816.120906801007 rows/sec., 617.42 KiB/sec. | ||
| 18042 | 2025.02.10 18:58:43.359190 [ 256 ] {bfcccc53-c81d-4304-9781-a80ef4a8f4ee} <Debug> TCPHandler: Processed in 0.001804924 sec. | ||
| 18043 | 2025.02.10 18:58:43.359358 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18044 | 2025.02.10 18:58:43.359506 [ 4 ] {a52db923-aa27-4b55-9f49-df95707bdaff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18045 | 2025.02.10 18:58:43.359565 [ 4 ] {a52db923-aa27-4b55-9f49-df95707bdaff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18046 | 2025.02.10 18:58:43.360231 [ 4 ] {a52db923-aa27-4b55-9f49-df95707bdaff} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18047 | 2025.02.10 18:58:43.360272 [ 4 ] {a52db923-aa27-4b55-9f49-df95707bdaff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18048 | 2025.02.10 18:58:43.360633 [ 4 ] {a52db923-aa27-4b55-9f49-df95707bdaff} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 18049 | 2025.02.10 18:58:43.360868 [ 4 ] {a52db923-aa27-4b55-9f49-df95707bdaff} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18050 | 2025.02.10 18:58:43.361104 [ 4 ] {a52db923-aa27-4b55-9f49-df95707bdaff} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001622 sec., 8014.796547472257 rows/sec., 499.72 KiB/sec. | ||
| 18051 | 2025.02.10 18:58:43.361179 [ 4 ] {a52db923-aa27-4b55-9f49-df95707bdaff} <Debug> TCPHandler: Processed in 0.001888106 sec. | ||
| 18052 | 2025.02.10 18:58:43.361402 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18053 | 2025.02.10 18:58:43.361547 [ 256 ] {9f18ee44-8845-4904-8c14-2405b004ddc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18054 | 2025.02.10 18:58:43.361606 [ 256 ] {9f18ee44-8845-4904-8c14-2405b004ddc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18055 | 2025.02.10 18:58:43.362402 [ 256 ] {9f18ee44-8845-4904-8c14-2405b004ddc4} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18056 | 2025.02.10 18:58:43.362441 [ 256 ] {9f18ee44-8845-4904-8c14-2405b004ddc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18057 | 2025.02.10 18:58:43.362845 [ 256 ] {9f18ee44-8845-4904-8c14-2405b004ddc4} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 18058 | 2025.02.10 18:58:43.363096 [ 256 ] {9f18ee44-8845-4904-8c14-2405b004ddc4} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18059 | 2025.02.10 18:58:43.363313 [ 256 ] {9f18ee44-8845-4904-8c14-2405b004ddc4} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001797 sec., 232053.42237061769 rows/sec., 16.57 MiB/sec. | ||
| 18060 | 2025.02.10 18:58:43.363368 [ 256 ] {9f18ee44-8845-4904-8c14-2405b004ddc4} <Debug> TCPHandler: Processed in 0.002078671 sec. | ||
| 18061 | 2025.02.10 18:58:43.363529 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18062 | 2025.02.10 18:58:43.363669 [ 4 ] {0090be93-617f-4727-b9ca-1ea9b6a2266b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18063 | 2025.02.10 18:58:43.363731 [ 4 ] {0090be93-617f-4727-b9ca-1ea9b6a2266b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18064 | 2025.02.10 18:58:43.364278 [ 4 ] {0090be93-617f-4727-b9ca-1ea9b6a2266b} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18065 | 2025.02.10 18:58:43.364317 [ 4 ] {0090be93-617f-4727-b9ca-1ea9b6a2266b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18066 | 2025.02.10 18:58:43.364686 [ 4 ] {0090be93-617f-4727-b9ca-1ea9b6a2266b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 18067 | 2025.02.10 18:58:43.364928 [ 4 ] {0090be93-617f-4727-b9ca-1ea9b6a2266b} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18068 | 2025.02.10 18:58:43.365135 [ 4 ] {0090be93-617f-4727-b9ca-1ea9b6a2266b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001497 sec., 4008.016032064128 rows/sec., 209.40 KiB/sec. | ||
| 18069 | 2025.02.10 18:58:43.365192 [ 4 ] {0090be93-617f-4727-b9ca-1ea9b6a2266b} <Debug> TCPHandler: Processed in 0.001731321 sec. | ||
| 18070 | 2025.02.10 18:58:43.365340 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18071 | 2025.02.10 18:58:43.365467 [ 256 ] {0bdcf003-29c2-4650-9ea2-e4f63488f503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18072 | 2025.02.10 18:58:43.365523 [ 256 ] {0bdcf003-29c2-4650-9ea2-e4f63488f503} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18073 | 2025.02.10 18:58:43.366166 [ 256 ] {0bdcf003-29c2-4650-9ea2-e4f63488f503} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18074 | 2025.02.10 18:58:43.366205 [ 256 ] {0bdcf003-29c2-4650-9ea2-e4f63488f503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18075 | 2025.02.10 18:58:43.366624 [ 256 ] {0bdcf003-29c2-4650-9ea2-e4f63488f503} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 18076 | 2025.02.10 18:58:43.366874 [ 256 ] {0bdcf003-29c2-4650-9ea2-e4f63488f503} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18077 | 2025.02.10 18:58:43.367033 [ 47 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 6 parts from all_1_140_29 to all_145_145_0 | ||
| 18078 | 2025.02.10 18:58:43.367103 [ 47 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18079 | 2025.02.10 18:58:43.367103 [ 256 ] {0bdcf003-29c2-4650-9ea2-e4f63488f503} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00166 sec., 142771.0843373494 rows/sec., 9.57 MiB/sec. | ||
| 18080 | 2025.02.10 18:58:43.367145 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18081 | 2025.02.10 18:58:43.367249 [ 256 ] {0bdcf003-29c2-4650-9ea2-e4f63488f503} <Debug> TCPHandler: Processed in 0.001965697 sec. | ||
| 18082 | 2025.02.10 18:58:43.367345 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_145_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_140_29 to all_145_145_0 into Compact with storage Full | ||
| 18083 | 2025.02.10 18:58:43.367433 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18084 | 2025.02.10 18:58:43.367512 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_145_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18085 | 2025.02.10 18:58:43.367608 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_145_30} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_140_29, total 42130 rows starting from the beginning of the part | ||
| 18086 | 2025.02.10 18:58:43.367688 [ 4 ] {06dcf8ff-6c51-4939-8d98-5ae9e40c7403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18087 | 2025.02.10 18:58:43.367827 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_145_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 160 rows starting from the beginning of the part | ||
| 18088 | 2025.02.10 18:58:43.367913 [ 4 ] {06dcf8ff-6c51-4939-8d98-5ae9e40c7403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18089 | 2025.02.10 18:58:43.368248 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_145_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 237 rows starting from the beginning of the part | ||
| 18090 | 2025.02.10 18:58:43.368656 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_145_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 965 rows starting from the beginning of the part | ||
| 18091 | 2025.02.10 18:58:43.369161 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_145_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 42 rows starting from the beginning of the part | ||
| 18092 | 2025.02.10 18:58:43.369495 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_145_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 237 rows starting from the beginning of the part | ||
| 18093 | 2025.02.10 18:58:43.370484 [ 4 ] {06dcf8ff-6c51-4939-8d98-5ae9e40c7403} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18094 | 2025.02.10 18:58:43.370557 [ 4 ] {06dcf8ff-6c51-4939-8d98-5ae9e40c7403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18095 | 2025.02.10 18:58:43.371148 [ 4 ] {06dcf8ff-6c51-4939-8d98-5ae9e40c7403} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 18096 | 2025.02.10 18:58:43.371483 [ 4 ] {06dcf8ff-6c51-4939-8d98-5ae9e40c7403} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18097 | 2025.02.10 18:58:43.371885 [ 4 ] {06dcf8ff-6c51-4939-8d98-5ae9e40c7403} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004264 sec., 234.5215759849906 rows/sec., 15.80 KiB/sec. | ||
| 18098 | 2025.02.10 18:58:43.372063 [ 4 ] {06dcf8ff-6c51-4939-8d98-5ae9e40c7403} <Debug> TCPHandler: Processed in 0.004702663 sec. | ||
| 18099 | 2025.02.10 18:58:43.372265 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18100 | 2025.02.10 18:58:43.372439 [ 256 ] {f2ee850c-b142-4fdc-b61c-24d37269d93e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18101 | 2025.02.10 18:58:43.372589 [ 256 ] {f2ee850c-b142-4fdc-b61c-24d37269d93e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18102 | 2025.02.10 18:58:43.374106 [ 256 ] {f2ee850c-b142-4fdc-b61c-24d37269d93e} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18103 | 2025.02.10 18:58:43.374146 [ 256 ] {f2ee850c-b142-4fdc-b61c-24d37269d93e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18104 | 2025.02.10 18:58:43.374905 [ 256 ] {f2ee850c-b142-4fdc-b61c-24d37269d93e} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 18105 | 2025.02.10 18:58:43.375265 [ 256 ] {f2ee850c-b142-4fdc-b61c-24d37269d93e} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18106 | 2025.02.10 18:58:43.375539 [ 256 ] {f2ee850c-b142-4fdc-b61c-24d37269d93e} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00315 sec., 11111.111111111111 rows/sec., 19.91 MiB/sec. | ||
| 18107 | 2025.02.10 18:58:43.375649 [ 256 ] {f2ee850c-b142-4fdc-b61c-24d37269d93e} <Debug> TCPHandler: Processed in 0.003483194 sec. | ||
| 18108 | 2025.02.10 18:58:43.375836 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18109 | 2025.02.10 18:58:43.376005 [ 4 ] {bc1156f5-f381-47ad-b003-3ea7979ad1fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18110 | 2025.02.10 18:58:43.376067 [ 4 ] {bc1156f5-f381-47ad-b003-3ea7979ad1fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18111 | 2025.02.10 18:58:43.376760 [ 4 ] {bc1156f5-f381-47ad-b003-3ea7979ad1fe} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18112 | 2025.02.10 18:58:43.376801 [ 4 ] {bc1156f5-f381-47ad-b003-3ea7979ad1fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18113 | 2025.02.10 18:58:43.377291 [ 4 ] {bc1156f5-f381-47ad-b003-3ea7979ad1fe} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 18114 | 2025.02.10 18:58:43.377558 [ 4 ] {bc1156f5-f381-47ad-b003-3ea7979ad1fe} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18115 | 2025.02.10 18:58:43.377855 [ 4 ] {bc1156f5-f381-47ad-b003-3ea7979ad1fe} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00184 sec., 44565.217391304344 rows/sec., 2.83 MiB/sec. | ||
| 18116 | 2025.02.10 18:58:43.378009 [ 4 ] {bc1156f5-f381-47ad-b003-3ea7979ad1fe} <Debug> TCPHandler: Processed in 0.002260315 sec. | ||
| 18117 | 2025.02.10 18:58:43.379754 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_145_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43771 rows, containing 5 columns (5 merged, 0 gathered) in 0.012495512 sec., 3502937.694749923 rows/sec., 236.50 MiB/sec. | ||
| 18118 | 2025.02.10 18:58:43.380260 [ 195 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_145_30} <Trace> MergedBlockOutputStream: filled checksums all_1_145_30 (state Temporary) | ||
| 18119 | 2025.02.10 18:58:43.380592 [ 195 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_145_30} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_145_30 to all_1_145_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18120 | 2025.02.10 18:58:43.380681 [ 195 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_145_30} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 6 parts: [all_1_140_29, all_145_145_0] -> all_1_145_30 | ||
| 18121 | 2025.02.10 18:58:43.380787 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 18122 | 2025.02.10 18:58:44.000205 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 273.68 MiB, peak 290.01 MiB, free memory in arenas 0.00 B, will set to 272.33 MiB (RSS), difference: -1.35 MiB | ||
| 18123 | 2025.02.10 18:58:47.607853 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18124 | 2025.02.10 18:58:47.607913 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18125 | 2025.02.10 18:58:47.834766 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39406 | ||
| 18126 | 2025.02.10 18:58:47.835405 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18127 | 2025.02.10 18:58:47.835452 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18128 | 2025.02.10 18:58:47.836008 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 18129 | 2025.02.10 18:58:47.836284 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18130 | 2025.02.10 18:58:47.836445 [ 40 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 18131 | 2025.02.10 18:58:47.836495 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406 | ||
| 18132 | 2025.02.10 18:58:47.836501 [ 40 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18133 | 2025.02.10 18:58:47.836529 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18134 | 2025.02.10 18:58:47.836734 [ 187 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 18135 | 2025.02.10 18:58:47.837006 [ 187 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18136 | 2025.02.10 18:58:47.837084 [ 187 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37149 rows starting from the beginning of the part | ||
| 18137 | 2025.02.10 18:58:47.837256 [ 187 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 427 rows starting from the beginning of the part | ||
| 18138 | 2025.02.10 18:58:47.837446 [ 187 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 488 rows starting from the beginning of the part | ||
| 18139 | 2025.02.10 18:58:47.837608 [ 187 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 427 rows starting from the beginning of the part | ||
| 18140 | 2025.02.10 18:58:47.837840 [ 187 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 488 rows starting from the beginning of the part | ||
| 18141 | 2025.02.10 18:58:47.837929 [ 187 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 427 rows starting from the beginning of the part | ||
| 18142 | 2025.02.10 18:58:47.840965 [ 196 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.004351694 sec., 9055324.202482987 rows/sec., 129.54 MiB/sec. | ||
| 18143 | 2025.02.10 18:58:47.841456 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 18144 | 2025.02.10 18:58:47.841940 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_86_17} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18145 | 2025.02.10 18:58:47.842039 [ 194 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_86_17} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 18146 | 2025.02.10 18:58:47.842162 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 18147 | 2025.02.10 18:58:48.342098 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18148 | 2025.02.10 18:58:48.342294 [ 4 ] {a906505a-6608-48a2-9aec-b317cdc947a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18149 | 2025.02.10 18:58:48.342367 [ 4 ] {a906505a-6608-48a2-9aec-b317cdc947a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18150 | 2025.02.10 18:58:48.343187 [ 4 ] {a906505a-6608-48a2-9aec-b317cdc947a0} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18151 | 2025.02.10 18:58:48.343240 [ 4 ] {a906505a-6608-48a2-9aec-b317cdc947a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18152 | 2025.02.10 18:58:48.343681 [ 4 ] {a906505a-6608-48a2-9aec-b317cdc947a0} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 18153 | 2025.02.10 18:58:48.343931 [ 4 ] {a906505a-6608-48a2-9aec-b317cdc947a0} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18154 | 2025.02.10 18:58:48.344111 [ 38 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 18155 | 2025.02.10 18:58:48.344134 [ 4 ] {a906505a-6608-48a2-9aec-b317cdc947a0} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001893 sec., 34865.29318541997 rows/sec., 2.78 MiB/sec. | ||
| 18156 | 2025.02.10 18:58:48.344165 [ 38 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18157 | 2025.02.10 18:58:48.344206 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18158 | 2025.02.10 18:58:48.344222 [ 4 ] {a906505a-6608-48a2-9aec-b317cdc947a0} <Debug> TCPHandler: Processed in 0.002252464 sec. | ||
| 18159 | 2025.02.10 18:58:48.344456 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 18160 | 2025.02.10 18:58:48.344554 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18161 | 2025.02.10 18:58:48.344707 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18162 | 2025.02.10 18:58:48.344781 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1432 rows starting from the beginning of the part | ||
| 18163 | 2025.02.10 18:58:48.344867 [ 256 ] {b81aafa5-f4b0-4821-b947-fadc1a091b82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18164 | 2025.02.10 18:58:48.345000 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 273 rows starting from the beginning of the part | ||
| 18165 | 2025.02.10 18:58:48.345077 [ 256 ] {b81aafa5-f4b0-4821-b947-fadc1a091b82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18166 | 2025.02.10 18:58:48.345610 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 1207 rows starting from the beginning of the part | ||
| 18167 | 2025.02.10 18:58:48.345897 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 56 rows starting from the beginning of the part | ||
| 18168 | 2025.02.10 18:58:48.346341 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 273 rows starting from the beginning of the part | ||
| 18169 | 2025.02.10 18:58:48.346744 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 66 rows starting from the beginning of the part | ||
| 18170 | 2025.02.10 18:58:48.348014 [ 256 ] {b81aafa5-f4b0-4821-b947-fadc1a091b82} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18171 | 2025.02.10 18:58:48.348090 [ 256 ] {b81aafa5-f4b0-4821-b947-fadc1a091b82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18172 | 2025.02.10 18:58:48.349182 [ 256 ] {b81aafa5-f4b0-4821-b947-fadc1a091b82} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 18173 | 2025.02.10 18:58:48.349517 [ 256 ] {b81aafa5-f4b0-4821-b947-fadc1a091b82} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18174 | 2025.02.10 18:58:48.350000 [ 256 ] {b81aafa5-f4b0-4821-b947-fadc1a091b82} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.005197 sec., 962.0935154897055 rows/sec., 72.34 KiB/sec. | ||
| 18175 | 2025.02.10 18:58:48.350465 [ 256 ] {b81aafa5-f4b0-4821-b947-fadc1a091b82} <Debug> TCPHandler: Processed in 0.006098587 sec. | ||
| 18176 | 2025.02.10 18:58:48.350516 [ 192 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3307 rows, containing 5 columns (5 merged, 0 gathered) in 0.006193189 sec., 533973.6927130756 rows/sec., 46.80 MiB/sec. | ||
| 18177 | 2025.02.10 18:58:48.350749 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18178 | 2025.02.10 18:58:48.351060 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 18179 | 2025.02.10 18:58:48.351182 [ 4 ] {58b6ff59-8597-48d7-b0cb-a564cda5d4a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18180 | 2025.02.10 18:58:48.351349 [ 4 ] {58b6ff59-8597-48d7-b0cb-a564cda5d4a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18181 | 2025.02.10 18:58:48.351940 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_146_29} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18182 | 2025.02.10 18:58:48.352071 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_146_29} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 18183 | 2025.02.10 18:58:48.352194 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 18184 | 2025.02.10 18:58:48.352475 [ 4 ] {58b6ff59-8597-48d7-b0cb-a564cda5d4a1} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18185 | 2025.02.10 18:58:48.352513 [ 4 ] {58b6ff59-8597-48d7-b0cb-a564cda5d4a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18186 | 2025.02.10 18:58:48.352891 [ 4 ] {58b6ff59-8597-48d7-b0cb-a564cda5d4a1} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 18187 | 2025.02.10 18:58:48.353138 [ 4 ] {58b6ff59-8597-48d7-b0cb-a564cda5d4a1} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18188 | 2025.02.10 18:58:48.353282 [ 38 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 18189 | 2025.02.10 18:58:48.353322 [ 38 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18190 | 2025.02.10 18:58:48.353332 [ 4 ] {58b6ff59-8597-48d7-b0cb-a564cda5d4a1} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.002317 sec., 29779.88778593008 rows/sec., 2.32 MiB/sec. | ||
| 18191 | 2025.02.10 18:58:48.353349 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18192 | 2025.02.10 18:58:48.353482 [ 4 ] {58b6ff59-8597-48d7-b0cb-a564cda5d4a1} <Debug> TCPHandler: Processed in 0.00289431 sec. | ||
| 18193 | 2025.02.10 18:58:48.353573 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 18194 | 2025.02.10 18:58:48.353702 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18195 | 2025.02.10 18:58:48.353754 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18196 | 2025.02.10 18:58:48.353796 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 914 rows starting from the beginning of the part | ||
| 18197 | 2025.02.10 18:58:48.354037 [ 256 ] {ab802ee7-3a6a-4053-a5ef-0407154d38ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18198 | 2025.02.10 18:58:48.354088 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 417 rows starting from the beginning of the part | ||
| 18199 | 2025.02.10 18:58:48.354216 [ 256 ] {ab802ee7-3a6a-4053-a5ef-0407154d38ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18200 | 2025.02.10 18:58:48.354444 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 527 rows starting from the beginning of the part | ||
| 18201 | 2025.02.10 18:58:48.354912 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 64 rows starting from the beginning of the part | ||
| 18202 | 2025.02.10 18:58:48.355331 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 417 rows starting from the beginning of the part | ||
| 18203 | 2025.02.10 18:58:48.355590 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 69 rows starting from the beginning of the part | ||
| 18204 | 2025.02.10 18:58:48.356752 [ 256 ] {ab802ee7-3a6a-4053-a5ef-0407154d38ad} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18205 | 2025.02.10 18:58:48.356832 [ 256 ] {ab802ee7-3a6a-4053-a5ef-0407154d38ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18206 | 2025.02.10 18:58:48.357970 [ 256 ] {ab802ee7-3a6a-4053-a5ef-0407154d38ad} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 18207 | 2025.02.10 18:58:48.358297 [ 256 ] {ab802ee7-3a6a-4053-a5ef-0407154d38ad} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18208 | 2025.02.10 18:58:48.358840 [ 192 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.00537808 sec., 447743.4326004819 rows/sec., 34.33 MiB/sec. | ||
| 18209 | 2025.02.10 18:58:48.358924 [ 256 ] {ab802ee7-3a6a-4053-a5ef-0407154d38ad} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005047 sec., 31702.001188825045 rows/sec., 2.21 MiB/sec. | ||
| 18210 | 2025.02.10 18:58:48.359170 [ 256 ] {ab802ee7-3a6a-4053-a5ef-0407154d38ad} <Debug> TCPHandler: Processed in 0.005561704 sec. | ||
| 18211 | 2025.02.10 18:58:48.359189 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 18212 | 2025.02.10 18:58:48.359514 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18213 | 2025.02.10 18:58:48.359999 [ 4 ] {237e1c7b-189f-4fbf-8c63-da505dded108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18214 | 2025.02.10 18:58:48.360194 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_146_29} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18215 | 2025.02.10 18:58:48.360486 [ 4 ] {237e1c7b-189f-4fbf-8c63-da505dded108} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18216 | 2025.02.10 18:58:48.360556 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_146_29} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 18217 | 2025.02.10 18:58:48.360824 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 18218 | 2025.02.10 18:58:48.361972 [ 4 ] {237e1c7b-189f-4fbf-8c63-da505dded108} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18219 | 2025.02.10 18:58:48.362017 [ 4 ] {237e1c7b-189f-4fbf-8c63-da505dded108} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18220 | 2025.02.10 18:58:48.362661 [ 4 ] {237e1c7b-189f-4fbf-8c63-da505dded108} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 18221 | 2025.02.10 18:58:48.362933 [ 4 ] {237e1c7b-189f-4fbf-8c63-da505dded108} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18222 | 2025.02.10 18:58:48.363142 [ 4 ] {237e1c7b-189f-4fbf-8c63-da505dded108} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.003322 sec., 1505.1173991571343 rows/sec., 2.70 MiB/sec. | ||
| 18223 | 2025.02.10 18:58:48.363255 [ 4 ] {237e1c7b-189f-4fbf-8c63-da505dded108} <Debug> TCPHandler: Processed in 0.003934214 sec. | ||
| 18224 | 2025.02.10 18:58:48.363456 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18225 | 2025.02.10 18:58:48.363596 [ 256 ] {53622c8b-323e-4974-9f82-7a13e9247b99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18226 | 2025.02.10 18:58:48.363656 [ 256 ] {53622c8b-323e-4974-9f82-7a13e9247b99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18227 | 2025.02.10 18:58:48.364248 [ 256 ] {53622c8b-323e-4974-9f82-7a13e9247b99} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18228 | 2025.02.10 18:58:48.364295 [ 256 ] {53622c8b-323e-4974-9f82-7a13e9247b99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18229 | 2025.02.10 18:58:48.364679 [ 256 ] {53622c8b-323e-4974-9f82-7a13e9247b99} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 18230 | 2025.02.10 18:58:48.364941 [ 256 ] {53622c8b-323e-4974-9f82-7a13e9247b99} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18231 | 2025.02.10 18:58:48.365122 [ 38 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 18232 | 2025.02.10 18:58:48.365169 [ 38 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18233 | 2025.02.10 18:58:48.365187 [ 256 ] {53622c8b-323e-4974-9f82-7a13e9247b99} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001615 sec., 37151.70278637771 rows/sec., 2.50 MiB/sec. | ||
| 18234 | 2025.02.10 18:58:48.365205 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18235 | 2025.02.10 18:58:48.365324 [ 256 ] {53622c8b-323e-4974-9f82-7a13e9247b99} <Debug> TCPHandler: Processed in 0.001931926 sec. | ||
| 18236 | 2025.02.10 18:58:48.365487 [ 201 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 18237 | 2025.02.10 18:58:48.365827 [ 201 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18238 | 2025.02.10 18:58:48.365923 [ 201 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 8628 rows starting from the beginning of the part | ||
| 18239 | 2025.02.10 18:58:48.366278 [ 201 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 82 rows starting from the beginning of the part | ||
| 18240 | 2025.02.10 18:58:48.366628 [ 201 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 44 rows starting from the beginning of the part | ||
| 18241 | 2025.02.10 18:58:48.366971 [ 201 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 16 rows starting from the beginning of the part | ||
| 18242 | 2025.02.10 18:58:48.367290 [ 201 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 82 rows starting from the beginning of the part | ||
| 18243 | 2025.02.10 18:58:48.367628 [ 201 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 60 rows starting from the beginning of the part | ||
| 18244 | 2025.02.10 18:58:48.370587 [ 199 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8912 rows, containing 4 columns (4 merged, 0 gathered) in 0.005243166 sec., 1699736.3806524533 rows/sec., 110.79 MiB/sec. | ||
| 18245 | 2025.02.10 18:58:48.370833 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 18246 | 2025.02.10 18:58:48.371213 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_146_29} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18247 | 2025.02.10 18:58:48.371312 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_146_29} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 18248 | 2025.02.10 18:58:48.371410 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.83 MiB. | ||
| 18249 | 2025.02.10 18:58:50.672506 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 649 | ||
| 18250 | 2025.02.10 18:58:50.694505 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18251 | 2025.02.10 18:58:50.694558 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18252 | 2025.02.10 18:58:50.702137 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 18253 | 2025.02.10 18:58:50.702983 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18254 | 2025.02.10 18:58:50.703374 [ 37 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 18255 | 2025.02.10 18:58:50.703513 [ 37 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18256 | 2025.02.10 18:58:50.703578 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18257 | 2025.02.10 18:58:50.704028 [ 199 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 18258 | 2025.02.10 18:58:50.713641 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 649 | ||
| 18259 | 2025.02.10 18:58:50.714927 [ 199 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18260 | 2025.02.10 18:58:50.715874 [ 199 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 611 rows starting from the beginning of the part | ||
| 18261 | 2025.02.10 18:58:50.720650 [ 199 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 7 rows starting from the beginning of the part | ||
| 18262 | 2025.02.10 18:58:50.725803 [ 199 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 8 rows starting from the beginning of the part | ||
| 18263 | 2025.02.10 18:58:50.731250 [ 199 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 7 rows starting from the beginning of the part | ||
| 18264 | 2025.02.10 18:58:50.737259 [ 199 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 8 rows starting from the beginning of the part | ||
| 18265 | 2025.02.10 18:58:50.743102 [ 199 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part | ||
| 18266 | 2025.02.10 18:58:50.814189 [ 190 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 649 rows, containing 679 columns (679 merged, 0 gathered) in 0.110473575 sec., 5874.708046698045 rows/sec., 30.38 MiB/sec. | ||
| 18267 | 2025.02.10 18:58:50.817770 [ 189 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 18268 | 2025.02.10 18:58:50.820652 [ 189 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_86_17} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18269 | 2025.02.10 18:58:50.820771 [ 189 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_86_17} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 18270 | 2025.02.10 18:58:50.823048 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 18271 | 2025.02.10 18:58:51.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 273.40 MiB, peak 290.82 MiB, free memory in arenas 0.00 B, will set to 272.33 MiB (RSS), difference: -1.07 MiB | ||
| 18272 | 2025.02.10 18:58:53.077258 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2570 | ||
| 18273 | 2025.02.10 18:58:53.080459 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18274 | 2025.02.10 18:58:53.080514 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18275 | 2025.02.10 18:58:53.082043 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18276 | 2025.02.10 18:58:53.082366 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18277 | 2025.02.10 18:58:53.082742 [ 222 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 18278 | 2025.02.10 18:58:53.082787 [ 222 ] {} <Debug> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 18279 | 2025.02.10 18:58:53.083339 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2570 | ||
| 18280 | 2025.02.10 18:58:53.084840 [ 222 ] {} <Debug> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 18281 | 2025.02.10 18:58:53.191024 [ 222 ] {} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 18282 | 2025.02.10 18:58:53.191060 [ 222 ] {} <Debug> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 18283 | 2025.02.10 18:58:53.192964 [ 222 ] {} <Debug> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 18284 | 2025.02.10 18:58:53.347462 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18285 | 2025.02.10 18:58:53.347647 [ 4 ] {23cc77a1-51bb-4055-97e3-3cd5ab7728a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18286 | 2025.02.10 18:58:53.347717 [ 4 ] {23cc77a1-51bb-4055-97e3-3cd5ab7728a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18287 | 2025.02.10 18:58:53.348453 [ 4 ] {23cc77a1-51bb-4055-97e3-3cd5ab7728a3} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18288 | 2025.02.10 18:58:53.348502 [ 4 ] {23cc77a1-51bb-4055-97e3-3cd5ab7728a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18289 | 2025.02.10 18:58:53.348918 [ 4 ] {23cc77a1-51bb-4055-97e3-3cd5ab7728a3} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 18290 | 2025.02.10 18:58:53.349174 [ 4 ] {23cc77a1-51bb-4055-97e3-3cd5ab7728a3} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18291 | 2025.02.10 18:58:53.349417 [ 4 ] {23cc77a1-51bb-4055-97e3-3cd5ab7728a3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001824 sec., 7675.438596491228 rows/sec., 552.53 KiB/sec. | ||
| 18292 | 2025.02.10 18:58:53.349495 [ 4 ] {23cc77a1-51bb-4055-97e3-3cd5ab7728a3} <Debug> TCPHandler: Processed in 0.002149742 sec. | ||
| 18293 | 2025.02.10 18:58:53.349791 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18294 | 2025.02.10 18:58:53.350007 [ 256 ] {39bed163-b941-48f9-9dbe-08ae7be756fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 18295 | 2025.02.10 18:58:53.350092 [ 256 ] {39bed163-b941-48f9-9dbe-08ae7be756fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 18296 | 2025.02.10 18:58:53.350894 [ 256 ] {39bed163-b941-48f9-9dbe-08ae7be756fc} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18297 | 2025.02.10 18:58:53.350939 [ 256 ] {39bed163-b941-48f9-9dbe-08ae7be756fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18298 | 2025.02.10 18:58:53.351381 [ 256 ] {39bed163-b941-48f9-9dbe-08ae7be756fc} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 18299 | 2025.02.10 18:58:53.351651 [ 256 ] {39bed163-b941-48f9-9dbe-08ae7be756fc} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18300 | 2025.02.10 18:58:53.351855 [ 256 ] {39bed163-b941-48f9-9dbe-08ae7be756fc} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00191 sec., 1047.1204188481674 rows/sec., 85.39 KiB/sec. | ||
| 18301 | 2025.02.10 18:58:53.351923 [ 256 ] {39bed163-b941-48f9-9dbe-08ae7be756fc} <Debug> TCPHandler: Processed in 0.002294605 sec. | ||
| 18302 | 2025.02.10 18:58:53.352094 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18303 | 2025.02.10 18:58:53.352241 [ 4 ] {d9e131a6-6e14-43b6-959a-cba6ade9ec09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18304 | 2025.02.10 18:58:53.352304 [ 4 ] {d9e131a6-6e14-43b6-959a-cba6ade9ec09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18305 | 2025.02.10 18:58:53.353152 [ 4 ] {d9e131a6-6e14-43b6-959a-cba6ade9ec09} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18306 | 2025.02.10 18:58:53.353194 [ 4 ] {d9e131a6-6e14-43b6-959a-cba6ade9ec09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18307 | 2025.02.10 18:58:53.353592 [ 4 ] {d9e131a6-6e14-43b6-959a-cba6ade9ec09} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 18308 | 2025.02.10 18:58:53.353841 [ 4 ] {d9e131a6-6e14-43b6-959a-cba6ade9ec09} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18309 | 2025.02.10 18:58:53.354056 [ 4 ] {d9e131a6-6e14-43b6-959a-cba6ade9ec09} <Debug> executeQuery: Read 274 rows, 24.71 KiB in 0.00185 sec., 148108.1081081081 rows/sec., 13.04 MiB/sec. | ||
| 18310 | 2025.02.10 18:58:53.354114 [ 4 ] {d9e131a6-6e14-43b6-959a-cba6ade9ec09} <Debug> TCPHandler: Processed in 0.00208903 sec. | ||
| 18311 | 2025.02.10 18:58:53.354299 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18312 | 2025.02.10 18:58:53.354449 [ 256 ] {79e2a438-b8f3-4edb-bcfe-50f1be51d91e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18313 | 2025.02.10 18:58:53.354511 [ 256 ] {79e2a438-b8f3-4edb-bcfe-50f1be51d91e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18314 | 2025.02.10 18:58:53.355253 [ 256 ] {79e2a438-b8f3-4edb-bcfe-50f1be51d91e} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18315 | 2025.02.10 18:58:53.355300 [ 256 ] {79e2a438-b8f3-4edb-bcfe-50f1be51d91e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18316 | 2025.02.10 18:58:53.355718 [ 256 ] {79e2a438-b8f3-4edb-bcfe-50f1be51d91e} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 18317 | 2025.02.10 18:58:53.355978 [ 256 ] {79e2a438-b8f3-4edb-bcfe-50f1be51d91e} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18318 | 2025.02.10 18:58:53.356122 [ 33 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 18319 | 2025.02.10 18:58:53.356168 [ 256 ] {79e2a438-b8f3-4edb-bcfe-50f1be51d91e} <Debug> executeQuery: Read 44 rows, 3.23 KiB in 0.001755 sec., 25071.22507122507 rows/sec., 1.80 MiB/sec. | ||
| 18320 | 2025.02.10 18:58:53.356173 [ 33 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18321 | 2025.02.10 18:58:53.356222 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18322 | 2025.02.10 18:58:53.356243 [ 256 ] {79e2a438-b8f3-4edb-bcfe-50f1be51d91e} <Debug> TCPHandler: Processed in 0.002014389 sec. | ||
| 18323 | 2025.02.10 18:58:53.356487 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18324 | 2025.02.10 18:58:53.356602 [ 200 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 18325 | 2025.02.10 18:58:53.356907 [ 4 ] {dcdaefd3-fea5-431d-a01e-2108b8be81d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18326 | 2025.02.10 18:58:53.357152 [ 4 ] {dcdaefd3-fea5-431d-a01e-2108b8be81d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18327 | 2025.02.10 18:58:53.357690 [ 200 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18328 | 2025.02.10 18:58:53.357951 [ 200 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 65 rows starting from the beginning of the part | ||
| 18329 | 2025.02.10 18:58:53.358783 [ 200 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 42 rows starting from the beginning of the part | ||
| 18330 | 2025.02.10 18:58:53.359105 [ 200 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 7 rows starting from the beginning of the part | ||
| 18331 | 2025.02.10 18:58:53.359486 [ 200 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 42 rows starting from the beginning of the part | ||
| 18332 | 2025.02.10 18:58:53.359840 [ 200 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 5 rows starting from the beginning of the part | ||
| 18333 | 2025.02.10 18:58:53.360204 [ 200 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 44 rows starting from the beginning of the part | ||
| 18334 | 2025.02.10 18:58:53.360645 [ 4 ] {dcdaefd3-fea5-431d-a01e-2108b8be81d8} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18335 | 2025.02.10 18:58:53.360725 [ 4 ] {dcdaefd3-fea5-431d-a01e-2108b8be81d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18336 | 2025.02.10 18:58:53.361600 [ 4 ] {dcdaefd3-fea5-431d-a01e-2108b8be81d8} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 18337 | 2025.02.10 18:58:53.362198 [ 4 ] {dcdaefd3-fea5-431d-a01e-2108b8be81d8} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18338 | 2025.02.10 18:58:53.362783 [ 4 ] {dcdaefd3-fea5-431d-a01e-2108b8be81d8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006016 sec., 2327.127659574468 rows/sec., 162.98 KiB/sec. | ||
| 18339 | 2025.02.10 18:58:53.363025 [ 4 ] {dcdaefd3-fea5-431d-a01e-2108b8be81d8} <Debug> TCPHandler: Processed in 0.00666819 sec. | ||
| 18340 | 2025.02.10 18:58:53.363044 [ 193 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 5 columns (5 merged, 0 gathered) in 0.006695932 sec., 30615.60362321481 rows/sec., 2.31 MiB/sec. | ||
| 18341 | 2025.02.10 18:58:53.363211 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18342 | 2025.02.10 18:58:53.363232 [ 193 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 18343 | 2025.02.10 18:58:53.363362 [ 256 ] {7650c9ac-aa51-4f79-ba3b-9cc6f1ef0af5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18344 | 2025.02.10 18:58:53.363429 [ 256 ] {7650c9ac-aa51-4f79-ba3b-9cc6f1ef0af5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18345 | 2025.02.10 18:58:53.363599 [ 193 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_121_24} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18346 | 2025.02.10 18:58:53.363730 [ 193 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_121_24} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 18347 | 2025.02.10 18:58:53.363856 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 18348 | 2025.02.10 18:58:53.364187 [ 256 ] {7650c9ac-aa51-4f79-ba3b-9cc6f1ef0af5} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18349 | 2025.02.10 18:58:53.364226 [ 256 ] {7650c9ac-aa51-4f79-ba3b-9cc6f1ef0af5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18350 | 2025.02.10 18:58:53.364596 [ 256 ] {7650c9ac-aa51-4f79-ba3b-9cc6f1ef0af5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 18351 | 2025.02.10 18:58:53.364867 [ 256 ] {7650c9ac-aa51-4f79-ba3b-9cc6f1ef0af5} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18352 | 2025.02.10 18:58:53.365047 [ 256 ] {7650c9ac-aa51-4f79-ba3b-9cc6f1ef0af5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001724 sec., 7540.60324825986 rows/sec., 470.15 KiB/sec. | ||
| 18353 | 2025.02.10 18:58:53.365100 [ 256 ] {7650c9ac-aa51-4f79-ba3b-9cc6f1ef0af5} <Debug> TCPHandler: Processed in 0.001962588 sec. | ||
| 18354 | 2025.02.10 18:58:53.365254 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18355 | 2025.02.10 18:58:53.365375 [ 4 ] {7fb532cf-deba-4c07-baf6-2ce66ef38b70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18356 | 2025.02.10 18:58:53.365425 [ 4 ] {7fb532cf-deba-4c07-baf6-2ce66ef38b70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18357 | 2025.02.10 18:58:53.366273 [ 4 ] {7fb532cf-deba-4c07-baf6-2ce66ef38b70} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18358 | 2025.02.10 18:58:53.366321 [ 4 ] {7fb532cf-deba-4c07-baf6-2ce66ef38b70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18359 | 2025.02.10 18:58:53.366748 [ 4 ] {7fb532cf-deba-4c07-baf6-2ce66ef38b70} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 18360 | 2025.02.10 18:58:53.366992 [ 4 ] {7fb532cf-deba-4c07-baf6-2ce66ef38b70} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18361 | 2025.02.10 18:58:53.367198 [ 4 ] {7fb532cf-deba-4c07-baf6-2ce66ef38b70} <Debug> executeQuery: Read 419 rows, 30.65 KiB in 0.001848 sec., 226731.60173160172 rows/sec., 16.20 MiB/sec. | ||
| 18362 | 2025.02.10 18:58:53.367259 [ 4 ] {7fb532cf-deba-4c07-baf6-2ce66ef38b70} <Debug> TCPHandler: Processed in 0.00206235 sec. | ||
| 18363 | 2025.02.10 18:58:53.367455 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18364 | 2025.02.10 18:58:53.367789 [ 256 ] {21078e0a-13f4-4a44-b1d3-97e6fa65f8ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18365 | 2025.02.10 18:58:53.367861 [ 256 ] {21078e0a-13f4-4a44-b1d3-97e6fa65f8ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18366 | 2025.02.10 18:58:53.368439 [ 256 ] {21078e0a-13f4-4a44-b1d3-97e6fa65f8ef} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18367 | 2025.02.10 18:58:53.368486 [ 256 ] {21078e0a-13f4-4a44-b1d3-97e6fa65f8ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18368 | 2025.02.10 18:58:53.368864 [ 256 ] {21078e0a-13f4-4a44-b1d3-97e6fa65f8ef} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 18369 | 2025.02.10 18:58:53.369112 [ 256 ] {21078e0a-13f4-4a44-b1d3-97e6fa65f8ef} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18370 | 2025.02.10 18:58:53.369323 [ 256 ] {21078e0a-13f4-4a44-b1d3-97e6fa65f8ef} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001645 sec., 3647.4164133738605 rows/sec., 190.56 KiB/sec. | ||
| 18371 | 2025.02.10 18:58:53.369387 [ 256 ] {21078e0a-13f4-4a44-b1d3-97e6fa65f8ef} <Debug> TCPHandler: Processed in 0.002031329 sec. | ||
| 18372 | 2025.02.10 18:58:53.369626 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18373 | 2025.02.10 18:58:53.369809 [ 4 ] {ee53b439-cb1c-411b-9daa-accf1936b7b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18374 | 2025.02.10 18:58:53.369873 [ 4 ] {ee53b439-cb1c-411b-9daa-accf1936b7b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18375 | 2025.02.10 18:58:53.370570 [ 4 ] {ee53b439-cb1c-411b-9daa-accf1936b7b6} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18376 | 2025.02.10 18:58:53.370610 [ 4 ] {ee53b439-cb1c-411b-9daa-accf1936b7b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18377 | 2025.02.10 18:58:53.371015 [ 4 ] {ee53b439-cb1c-411b-9daa-accf1936b7b6} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 18378 | 2025.02.10 18:58:53.371256 [ 4 ] {ee53b439-cb1c-411b-9daa-accf1936b7b6} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18379 | 2025.02.10 18:58:53.371452 [ 4 ] {ee53b439-cb1c-411b-9daa-accf1936b7b6} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001674 sec., 142174.43249701316 rows/sec., 9.53 MiB/sec. | ||
| 18380 | 2025.02.10 18:58:53.371503 [ 4 ] {ee53b439-cb1c-411b-9daa-accf1936b7b6} <Debug> TCPHandler: Processed in 0.002021539 sec. | ||
| 18381 | 2025.02.10 18:58:53.371688 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18382 | 2025.02.10 18:58:53.371828 [ 256 ] {6d010b6c-7c48-41dd-879c-bbe0585a083c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18383 | 2025.02.10 18:58:53.371890 [ 256 ] {6d010b6c-7c48-41dd-879c-bbe0585a083c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18384 | 2025.02.10 18:58:53.372458 [ 256 ] {6d010b6c-7c48-41dd-879c-bbe0585a083c} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18385 | 2025.02.10 18:58:53.372504 [ 256 ] {6d010b6c-7c48-41dd-879c-bbe0585a083c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18386 | 2025.02.10 18:58:53.372872 [ 256 ] {6d010b6c-7c48-41dd-879c-bbe0585a083c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 18387 | 2025.02.10 18:58:53.373140 [ 256 ] {6d010b6c-7c48-41dd-879c-bbe0585a083c} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18388 | 2025.02.10 18:58:53.373353 [ 256 ] {6d010b6c-7c48-41dd-879c-bbe0585a083c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001556 sec., 642.6735218508998 rows/sec., 43.31 KiB/sec. | ||
| 18389 | 2025.02.10 18:58:53.373403 [ 256 ] {6d010b6c-7c48-41dd-879c-bbe0585a083c} <Debug> TCPHandler: Processed in 0.001782323 sec. | ||
| 18390 | 2025.02.10 18:58:53.373565 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18391 | 2025.02.10 18:58:53.373707 [ 4 ] {cfd25ecf-c756-45d1-a0ab-64ef7d72168a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18392 | 2025.02.10 18:58:53.373800 [ 4 ] {cfd25ecf-c756-45d1-a0ab-64ef7d72168a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18393 | 2025.02.10 18:58:53.375109 [ 4 ] {cfd25ecf-c756-45d1-a0ab-64ef7d72168a} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18394 | 2025.02.10 18:58:53.375148 [ 4 ] {cfd25ecf-c756-45d1-a0ab-64ef7d72168a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18395 | 2025.02.10 18:58:53.375822 [ 4 ] {cfd25ecf-c756-45d1-a0ab-64ef7d72168a} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 18396 | 2025.02.10 18:58:53.376078 [ 4 ] {cfd25ecf-c756-45d1-a0ab-64ef7d72168a} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18397 | 2025.02.10 18:58:53.376276 [ 31 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 18398 | 2025.02.10 18:58:53.376337 [ 4 ] {cfd25ecf-c756-45d1-a0ab-64ef7d72168a} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002654 sec., 13187.641296156744 rows/sec., 23.63 MiB/sec. | ||
| 18399 | 2025.02.10 18:58:53.376348 [ 31 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18400 | 2025.02.10 18:58:53.376419 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18401 | 2025.02.10 18:58:53.376733 [ 4 ] {cfd25ecf-c756-45d1-a0ab-64ef7d72168a} <Debug> TCPHandler: Processed in 0.003231408 sec. | ||
| 18402 | 2025.02.10 18:58:53.376760 [ 193 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 18403 | 2025.02.10 18:58:53.376922 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18404 | 2025.02.10 18:58:53.377075 [ 256 ] {c35a6e37-186b-4cb2-888d-794e1a19abdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18405 | 2025.02.10 18:58:53.377153 [ 256 ] {c35a6e37-186b-4cb2-888d-794e1a19abdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18406 | 2025.02.10 18:58:53.377199 [ 193 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18407 | 2025.02.10 18:58:53.377329 [ 193 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2294 rows starting from the beginning of the part | ||
| 18408 | 2025.02.10 18:58:53.377950 [ 193 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 35 rows starting from the beginning of the part | ||
| 18409 | 2025.02.10 18:58:53.378599 [ 193 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 5 rows starting from the beginning of the part | ||
| 18410 | 2025.02.10 18:58:53.378606 [ 256 ] {c35a6e37-186b-4cb2-888d-794e1a19abdf} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18411 | 2025.02.10 18:58:53.378656 [ 256 ] {c35a6e37-186b-4cb2-888d-794e1a19abdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18412 | 2025.02.10 18:58:53.379117 [ 193 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 35 rows starting from the beginning of the part | ||
| 18413 | 2025.02.10 18:58:53.379677 [ 193 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 5 rows starting from the beginning of the part | ||
| 18414 | 2025.02.10 18:58:53.379783 [ 256 ] {c35a6e37-186b-4cb2-888d-794e1a19abdf} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 18415 | 2025.02.10 18:58:53.380150 [ 193 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 35 rows starting from the beginning of the part | ||
| 18416 | 2025.02.10 18:58:53.380497 [ 256 ] {c35a6e37-186b-4cb2-888d-794e1a19abdf} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18417 | 2025.02.10 18:58:53.380974 [ 256 ] {c35a6e37-186b-4cb2-888d-794e1a19abdf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003937 sec., 20828.04165608331 rows/sec., 1.32 MiB/sec. | ||
| 18418 | 2025.02.10 18:58:53.381189 [ 256 ] {c35a6e37-186b-4cb2-888d-794e1a19abdf} <Debug> TCPHandler: Processed in 0.004351556 sec. | ||
| 18419 | 2025.02.10 18:58:53.389365 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2409 rows, containing 19 columns (19 merged, 0 gathered) in 0.012803699 sec., 188148.75295022165 rows/sec., 337.15 MiB/sec. | ||
| 18420 | 2025.02.10 18:58:53.391646 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 18421 | 2025.02.10 18:58:53.392117 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_121_24} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18422 | 2025.02.10 18:58:53.392206 [ 195 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_121_24} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 18423 | 2025.02.10 18:58:53.392374 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.60 MiB. | ||
| 18424 | 2025.02.10 18:58:54.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.24 MiB, peak 290.82 MiB, free memory in arenas 0.00 B, will set to 272.84 MiB (RSS), difference: 3.59 MiB | ||
| 18425 | 2025.02.10 18:58:55.336630 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39894 | ||
| 18426 | 2025.02.10 18:58:55.337327 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18427 | 2025.02.10 18:58:55.337378 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18428 | 2025.02.10 18:58:55.337936 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 18429 | 2025.02.10 18:58:55.338216 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18430 | 2025.02.10 18:58:55.338465 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39894 | ||
| 18431 | 2025.02.10 18:58:58.125437 [ 218 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18432 | 2025.02.10 18:58:58.125494 [ 218 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18433 | 2025.02.10 18:58:58.127424 [ 218 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18434 | 2025.02.10 18:58:58.138834 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18435 | 2025.02.10 18:58:58.138869 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18436 | 2025.02.10 18:58:58.141053 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18437 | 2025.02.10 18:58:58.213743 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 656 | ||
| 18438 | 2025.02.10 18:58:58.237930 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18439 | 2025.02.10 18:58:58.238002 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18440 | 2025.02.10 18:58:58.245579 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 18441 | 2025.02.10 18:58:58.246372 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18442 | 2025.02.10 18:58:58.249465 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656 | ||
| 18443 | 2025.02.10 18:58:58.342080 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18444 | 2025.02.10 18:58:58.342274 [ 4 ] {0b3b0780-5d4a-4b2e-a0d5-a6251ee9fead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18445 | 2025.02.10 18:58:58.342354 [ 4 ] {0b3b0780-5d4a-4b2e-a0d5-a6251ee9fead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18446 | 2025.02.10 18:58:58.343176 [ 4 ] {0b3b0780-5d4a-4b2e-a0d5-a6251ee9fead} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18447 | 2025.02.10 18:58:58.343220 [ 4 ] {0b3b0780-5d4a-4b2e-a0d5-a6251ee9fead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18448 | 2025.02.10 18:58:58.343665 [ 4 ] {0b3b0780-5d4a-4b2e-a0d5-a6251ee9fead} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 18449 | 2025.02.10 18:58:58.343908 [ 4 ] {0b3b0780-5d4a-4b2e-a0d5-a6251ee9fead} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18450 | 2025.02.10 18:58:58.344160 [ 4 ] {0b3b0780-5d4a-4b2e-a0d5-a6251ee9fead} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001937 sec., 34073.30924109448 rows/sec., 2.71 MiB/sec. | ||
| 18451 | 2025.02.10 18:58:58.344240 [ 4 ] {0b3b0780-5d4a-4b2e-a0d5-a6251ee9fead} <Debug> TCPHandler: Processed in 0.002288585 sec. | ||
| 18452 | 2025.02.10 18:58:58.344244 [ 219 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18453 | 2025.02.10 18:58:58.344312 [ 219 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18454 | 2025.02.10 18:58:58.344514 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18455 | 2025.02.10 18:58:58.344762 [ 256 ] {85142d14-6371-4b7d-a0b2-9b24cd485678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18456 | 2025.02.10 18:58:58.344867 [ 256 ] {85142d14-6371-4b7d-a0b2-9b24cd485678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18457 | 2025.02.10 18:58:58.346324 [ 256 ] {85142d14-6371-4b7d-a0b2-9b24cd485678} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18458 | 2025.02.10 18:58:58.346417 [ 256 ] {85142d14-6371-4b7d-a0b2-9b24cd485678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18459 | 2025.02.10 18:58:58.347233 [ 256 ] {85142d14-6371-4b7d-a0b2-9b24cd485678} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 18460 | 2025.02.10 18:58:58.347700 [ 256 ] {85142d14-6371-4b7d-a0b2-9b24cd485678} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18461 | 2025.02.10 18:58:58.348043 [ 256 ] {85142d14-6371-4b7d-a0b2-9b24cd485678} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.00336 sec., 1488.095238095238 rows/sec., 111.90 KiB/sec. | ||
| 18462 | 2025.02.10 18:58:58.348194 [ 256 ] {85142d14-6371-4b7d-a0b2-9b24cd485678} <Debug> TCPHandler: Processed in 0.003825542 sec. | ||
| 18463 | 2025.02.10 18:58:58.348248 [ 219 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18464 | 2025.02.10 18:58:58.348444 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18465 | 2025.02.10 18:58:58.348729 [ 4 ] {4a55dc7d-a53b-42a6-a069-981d254f915a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18466 | 2025.02.10 18:58:58.348859 [ 4 ] {4a55dc7d-a53b-42a6-a069-981d254f915a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18467 | 2025.02.10 18:58:58.350113 [ 4 ] {4a55dc7d-a53b-42a6-a069-981d254f915a} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18468 | 2025.02.10 18:58:58.350154 [ 4 ] {4a55dc7d-a53b-42a6-a069-981d254f915a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18469 | 2025.02.10 18:58:58.350529 [ 4 ] {4a55dc7d-a53b-42a6-a069-981d254f915a} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 18470 | 2025.02.10 18:58:58.350769 [ 4 ] {4a55dc7d-a53b-42a6-a069-981d254f915a} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18471 | 2025.02.10 18:58:58.350980 [ 4 ] {4a55dc7d-a53b-42a6-a069-981d254f915a} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.002355 sec., 29299.36305732484 rows/sec., 2.29 MiB/sec. | ||
| 18472 | 2025.02.10 18:58:58.351033 [ 4 ] {4a55dc7d-a53b-42a6-a069-981d254f915a} <Debug> TCPHandler: Processed in 0.002723116 sec. | ||
| 18473 | 2025.02.10 18:58:58.351210 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18474 | 2025.02.10 18:58:58.351359 [ 256 ] {ed6bf926-f15c-4188-bad1-18d7466e16ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18475 | 2025.02.10 18:58:58.351426 [ 256 ] {ed6bf926-f15c-4188-bad1-18d7466e16ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18476 | 2025.02.10 18:58:58.352058 [ 256 ] {ed6bf926-f15c-4188-bad1-18d7466e16ff} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18477 | 2025.02.10 18:58:58.352099 [ 256 ] {ed6bf926-f15c-4188-bad1-18d7466e16ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18478 | 2025.02.10 18:58:58.352499 [ 256 ] {ed6bf926-f15c-4188-bad1-18d7466e16ff} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 18479 | 2025.02.10 18:58:58.352743 [ 256 ] {ed6bf926-f15c-4188-bad1-18d7466e16ff} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18480 | 2025.02.10 18:58:58.352944 [ 256 ] {ed6bf926-f15c-4188-bad1-18d7466e16ff} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001623 sec., 98582.87122612445 rows/sec., 6.87 MiB/sec. | ||
| 18481 | 2025.02.10 18:58:58.352998 [ 256 ] {ed6bf926-f15c-4188-bad1-18d7466e16ff} <Debug> TCPHandler: Processed in 0.001856615 sec. | ||
| 18482 | 2025.02.10 18:58:58.353166 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18483 | 2025.02.10 18:58:58.353289 [ 4 ] {9a589905-f82c-4897-b636-fe9251ebe2f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18484 | 2025.02.10 18:58:58.353377 [ 4 ] {9a589905-f82c-4897-b636-fe9251ebe2f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18485 | 2025.02.10 18:58:58.354525 [ 4 ] {9a589905-f82c-4897-b636-fe9251ebe2f7} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18486 | 2025.02.10 18:58:58.354565 [ 4 ] {9a589905-f82c-4897-b636-fe9251ebe2f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18487 | 2025.02.10 18:58:58.355211 [ 4 ] {9a589905-f82c-4897-b636-fe9251ebe2f7} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 18488 | 2025.02.10 18:58:58.355468 [ 4 ] {9a589905-f82c-4897-b636-fe9251ebe2f7} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18489 | 2025.02.10 18:58:58.355739 [ 4 ] {9a589905-f82c-4897-b636-fe9251ebe2f7} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002474 sec., 2021.018593371059 rows/sec., 3.62 MiB/sec. | ||
| 18490 | 2025.02.10 18:58:58.355764 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18491 | 2025.02.10 18:58:58.355842 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18492 | 2025.02.10 18:58:58.355972 [ 4 ] {9a589905-f82c-4897-b636-fe9251ebe2f7} <Debug> TCPHandler: Processed in 0.002871949 sec. | ||
| 18493 | 2025.02.10 18:58:58.356227 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18494 | 2025.02.10 18:58:58.356421 [ 256 ] {03120c78-6756-4156-80d7-8639d8d08bdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18495 | 2025.02.10 18:58:58.356520 [ 256 ] {03120c78-6756-4156-80d7-8639d8d08bdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18496 | 2025.02.10 18:58:58.357738 [ 256 ] {03120c78-6756-4156-80d7-8639d8d08bdb} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18497 | 2025.02.10 18:58:58.357778 [ 256 ] {03120c78-6756-4156-80d7-8639d8d08bdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18498 | 2025.02.10 18:58:58.358445 [ 256 ] {03120c78-6756-4156-80d7-8639d8d08bdb} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 18499 | 2025.02.10 18:58:58.358840 [ 256 ] {03120c78-6756-4156-80d7-8639d8d08bdb} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18500 | 2025.02.10 18:58:58.359226 [ 256 ] {03120c78-6756-4156-80d7-8639d8d08bdb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002844 sec., 21097.04641350211 rows/sec., 1.42 MiB/sec. | ||
| 18501 | 2025.02.10 18:58:58.359301 [ 220 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18502 | 2025.02.10 18:58:58.359436 [ 256 ] {03120c78-6756-4156-80d7-8639d8d08bdb} <Debug> TCPHandler: Processed in 0.003352471 sec. | ||
| 18503 | 2025.02.10 18:58:58.359454 [ 220 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18504 | 2025.02.10 18:58:58.359869 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18505 | 2025.02.10 18:58:58.362552 [ 220 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18506 | 2025.02.10 18:58:59.263190 [ 220 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18507 | 2025.02.10 18:58:59.263265 [ 220 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18508 | 2025.02.10 18:58:59.265127 [ 220 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18509 | 2025.02.10 18:59:02.607961 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18510 | 2025.02.10 18:59:02.608020 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18511 | 2025.02.10 18:59:02.838614 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40321 | ||
| 18512 | 2025.02.10 18:59:02.839272 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18513 | 2025.02.10 18:59:02.839322 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18514 | 2025.02.10 18:59:02.839877 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 18515 | 2025.02.10 18:59:02.840153 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18516 | 2025.02.10 18:59:02.840450 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321 | ||
| 18517 | 2025.02.10 18:59:03.083569 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2606 | ||
| 18518 | 2025.02.10 18:59:03.086834 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18519 | 2025.02.10 18:59:03.086886 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18520 | 2025.02.10 18:59:03.088462 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18521 | 2025.02.10 18:59:03.088794 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18522 | 2025.02.10 18:59:03.089401 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2606 | ||
| 18523 | 2025.02.10 18:59:03.347594 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18524 | 2025.02.10 18:59:03.347774 [ 4 ] {7a663aa5-eea6-4a08-a688-fa627d36879b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18525 | 2025.02.10 18:59:03.347844 [ 4 ] {7a663aa5-eea6-4a08-a688-fa627d36879b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18526 | 2025.02.10 18:59:03.348438 [ 4 ] {7a663aa5-eea6-4a08-a688-fa627d36879b} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18527 | 2025.02.10 18:59:03.348480 [ 4 ] {7a663aa5-eea6-4a08-a688-fa627d36879b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18528 | 2025.02.10 18:59:03.348858 [ 4 ] {7a663aa5-eea6-4a08-a688-fa627d36879b} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18529 | 2025.02.10 18:59:03.349108 [ 4 ] {7a663aa5-eea6-4a08-a688-fa627d36879b} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18530 | 2025.02.10 18:59:03.349355 [ 4 ] {7a663aa5-eea6-4a08-a688-fa627d36879b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001622 sec., 8631.319358816276 rows/sec., 621.34 KiB/sec. | ||
| 18531 | 2025.02.10 18:59:03.349456 [ 4 ] {7a663aa5-eea6-4a08-a688-fa627d36879b} <Debug> TCPHandler: Processed in 0.001943186 sec. | ||
| 18532 | 2025.02.10 18:59:03.349733 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18533 | 2025.02.10 18:59:03.349940 [ 256 ] {e0ac2da5-e37b-4c0c-b1bf-d9457caee125} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18534 | 2025.02.10 18:59:03.350013 [ 256 ] {e0ac2da5-e37b-4c0c-b1bf-d9457caee125} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18535 | 2025.02.10 18:59:03.350862 [ 256 ] {e0ac2da5-e37b-4c0c-b1bf-d9457caee125} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18536 | 2025.02.10 18:59:03.350906 [ 256 ] {e0ac2da5-e37b-4c0c-b1bf-d9457caee125} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18537 | 2025.02.10 18:59:03.351396 [ 256 ] {e0ac2da5-e37b-4c0c-b1bf-d9457caee125} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 18538 | 2025.02.10 18:59:03.351650 [ 256 ] {e0ac2da5-e37b-4c0c-b1bf-d9457caee125} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18539 | 2025.02.10 18:59:03.351880 [ 256 ] {e0ac2da5-e37b-4c0c-b1bf-d9457caee125} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.001993 sec., 136979.42799799299 rows/sec., 12.07 MiB/sec. | ||
| 18540 | 2025.02.10 18:59:03.351939 [ 256 ] {e0ac2da5-e37b-4c0c-b1bf-d9457caee125} <Debug> TCPHandler: Processed in 0.002386947 sec. | ||
| 18541 | 2025.02.10 18:59:03.352091 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18542 | 2025.02.10 18:59:03.352235 [ 4 ] {04b2134d-f96d-4333-8a96-5bfd1b323bf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18543 | 2025.02.10 18:59:03.352296 [ 4 ] {04b2134d-f96d-4333-8a96-5bfd1b323bf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18544 | 2025.02.10 18:59:03.352984 [ 4 ] {04b2134d-f96d-4333-8a96-5bfd1b323bf3} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18545 | 2025.02.10 18:59:03.353024 [ 4 ] {04b2134d-f96d-4333-8a96-5bfd1b323bf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18546 | 2025.02.10 18:59:03.353401 [ 4 ] {04b2134d-f96d-4333-8a96-5bfd1b323bf3} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 18547 | 2025.02.10 18:59:03.353645 [ 4 ] {04b2134d-f96d-4333-8a96-5bfd1b323bf3} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18548 | 2025.02.10 18:59:03.353873 [ 4 ] {04b2134d-f96d-4333-8a96-5bfd1b323bf3} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001668 sec., 25179.856115107912 rows/sec., 1.81 MiB/sec. | ||
| 18549 | 2025.02.10 18:59:03.353943 [ 4 ] {04b2134d-f96d-4333-8a96-5bfd1b323bf3} <Debug> TCPHandler: Processed in 0.001917637 sec. | ||
| 18550 | 2025.02.10 18:59:03.354166 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18551 | 2025.02.10 18:59:03.354432 [ 256 ] {cbbb6929-6d66-4cca-8dd8-a510fcea1cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18552 | 2025.02.10 18:59:03.354496 [ 256 ] {cbbb6929-6d66-4cca-8dd8-a510fcea1cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18553 | 2025.02.10 18:59:03.355085 [ 256 ] {cbbb6929-6d66-4cca-8dd8-a510fcea1cfd} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18554 | 2025.02.10 18:59:03.355125 [ 256 ] {cbbb6929-6d66-4cca-8dd8-a510fcea1cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18555 | 2025.02.10 18:59:03.355492 [ 256 ] {cbbb6929-6d66-4cca-8dd8-a510fcea1cfd} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 18556 | 2025.02.10 18:59:03.355734 [ 256 ] {cbbb6929-6d66-4cca-8dd8-a510fcea1cfd} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18557 | 2025.02.10 18:59:03.355938 [ 256 ] {cbbb6929-6d66-4cca-8dd8-a510fcea1cfd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001589 sec., 8810.57268722467 rows/sec., 617.04 KiB/sec. | ||
| 18558 | 2025.02.10 18:59:03.355990 [ 256 ] {cbbb6929-6d66-4cca-8dd8-a510fcea1cfd} <Debug> TCPHandler: Processed in 0.001970108 sec. | ||
| 18559 | 2025.02.10 18:59:03.356144 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18560 | 2025.02.10 18:59:03.356286 [ 4 ] {4845b302-bd2a-4116-adf1-c98c9037416d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18561 | 2025.02.10 18:59:03.356344 [ 4 ] {4845b302-bd2a-4116-adf1-c98c9037416d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18562 | 2025.02.10 18:59:03.356994 [ 4 ] {4845b302-bd2a-4116-adf1-c98c9037416d} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18563 | 2025.02.10 18:59:03.357034 [ 4 ] {4845b302-bd2a-4116-adf1-c98c9037416d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18564 | 2025.02.10 18:59:03.357396 [ 4 ] {4845b302-bd2a-4116-adf1-c98c9037416d} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18565 | 2025.02.10 18:59:03.357628 [ 4 ] {4845b302-bd2a-4116-adf1-c98c9037416d} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18566 | 2025.02.10 18:59:03.357879 [ 4 ] {4845b302-bd2a-4116-adf1-c98c9037416d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001613 sec., 8059.516429014258 rows/sec., 502.51 KiB/sec. | ||
| 18567 | 2025.02.10 18:59:03.357999 [ 4 ] {4845b302-bd2a-4116-adf1-c98c9037416d} <Debug> TCPHandler: Processed in 0.001919636 sec. | ||
| 18568 | 2025.02.10 18:59:03.358205 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18569 | 2025.02.10 18:59:03.358323 [ 256 ] {a6a6b9e3-64da-469a-820c-bcaf7c04aee6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18570 | 2025.02.10 18:59:03.358398 [ 256 ] {a6a6b9e3-64da-469a-820c-bcaf7c04aee6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18571 | 2025.02.10 18:59:03.359108 [ 256 ] {a6a6b9e3-64da-469a-820c-bcaf7c04aee6} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18572 | 2025.02.10 18:59:03.359147 [ 256 ] {a6a6b9e3-64da-469a-820c-bcaf7c04aee6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18573 | 2025.02.10 18:59:03.359542 [ 256 ] {a6a6b9e3-64da-469a-820c-bcaf7c04aee6} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 18574 | 2025.02.10 18:59:03.359784 [ 256 ] {a6a6b9e3-64da-469a-820c-bcaf7c04aee6} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18575 | 2025.02.10 18:59:03.360014 [ 256 ] {a6a6b9e3-64da-469a-820c-bcaf7c04aee6} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001714 sec., 243290.54842473744 rows/sec., 17.37 MiB/sec. | ||
| 18576 | 2025.02.10 18:59:03.360068 [ 256 ] {a6a6b9e3-64da-469a-820c-bcaf7c04aee6} <Debug> TCPHandler: Processed in 0.001970727 sec. | ||
| 18577 | 2025.02.10 18:59:03.360211 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18578 | 2025.02.10 18:59:03.360351 [ 4 ] {d8a6c8b0-8642-402e-82f5-d3edfc5115e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18579 | 2025.02.10 18:59:03.360441 [ 4 ] {d8a6c8b0-8642-402e-82f5-d3edfc5115e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18580 | 2025.02.10 18:59:03.360981 [ 4 ] {d8a6c8b0-8642-402e-82f5-d3edfc5115e4} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18581 | 2025.02.10 18:59:03.361021 [ 4 ] {d8a6c8b0-8642-402e-82f5-d3edfc5115e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18582 | 2025.02.10 18:59:03.361393 [ 4 ] {d8a6c8b0-8642-402e-82f5-d3edfc5115e4} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18583 | 2025.02.10 18:59:03.361646 [ 4 ] {d8a6c8b0-8642-402e-82f5-d3edfc5115e4} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18584 | 2025.02.10 18:59:03.361843 [ 4 ] {d8a6c8b0-8642-402e-82f5-d3edfc5115e4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001524 sec., 3937.0078740157483 rows/sec., 205.69 KiB/sec. | ||
| 18585 | 2025.02.10 18:59:03.361895 [ 4 ] {d8a6c8b0-8642-402e-82f5-d3edfc5115e4} <Debug> TCPHandler: Processed in 0.001749343 sec. | ||
| 18586 | 2025.02.10 18:59:03.362048 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18587 | 2025.02.10 18:59:03.362186 [ 256 ] {c44683fc-73c3-4237-ac84-8294401b830b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18588 | 2025.02.10 18:59:03.362250 [ 256 ] {c44683fc-73c3-4237-ac84-8294401b830b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18589 | 2025.02.10 18:59:03.362923 [ 256 ] {c44683fc-73c3-4237-ac84-8294401b830b} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18590 | 2025.02.10 18:59:03.362962 [ 256 ] {c44683fc-73c3-4237-ac84-8294401b830b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18591 | 2025.02.10 18:59:03.363378 [ 256 ] {c44683fc-73c3-4237-ac84-8294401b830b} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 18592 | 2025.02.10 18:59:03.363622 [ 256 ] {c44683fc-73c3-4237-ac84-8294401b830b} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18593 | 2025.02.10 18:59:03.363860 [ 256 ] {c44683fc-73c3-4237-ac84-8294401b830b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001704 sec., 139084.5070422535 rows/sec., 9.32 MiB/sec. | ||
| 18594 | 2025.02.10 18:59:03.363969 [ 256 ] {c44683fc-73c3-4237-ac84-8294401b830b} <Debug> TCPHandler: Processed in 0.001991219 sec. | ||
| 18595 | 2025.02.10 18:59:03.364181 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18596 | 2025.02.10 18:59:03.364524 [ 4 ] {46ef8ddb-ede0-4830-9f69-e3001ee279d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18597 | 2025.02.10 18:59:03.364681 [ 4 ] {46ef8ddb-ede0-4830-9f69-e3001ee279d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18598 | 2025.02.10 18:59:03.365495 [ 4 ] {46ef8ddb-ede0-4830-9f69-e3001ee279d3} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18599 | 2025.02.10 18:59:03.365533 [ 4 ] {46ef8ddb-ede0-4830-9f69-e3001ee279d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18600 | 2025.02.10 18:59:03.365900 [ 4 ] {46ef8ddb-ede0-4830-9f69-e3001ee279d3} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18601 | 2025.02.10 18:59:03.366140 [ 4 ] {46ef8ddb-ede0-4830-9f69-e3001ee279d3} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18602 | 2025.02.10 18:59:03.366346 [ 4 ] {46ef8ddb-ede0-4830-9f69-e3001ee279d3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001949 sec., 513.083632632119 rows/sec., 34.57 KiB/sec. | ||
| 18603 | 2025.02.10 18:59:03.366399 [ 4 ] {46ef8ddb-ede0-4830-9f69-e3001ee279d3} <Debug> TCPHandler: Processed in 0.002349237 sec. | ||
| 18604 | 2025.02.10 18:59:03.366544 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18605 | 2025.02.10 18:59:03.366681 [ 256 ] {73556780-e21f-4137-8ced-07a038fb4f0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18606 | 2025.02.10 18:59:03.366775 [ 256 ] {73556780-e21f-4137-8ced-07a038fb4f0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18607 | 2025.02.10 18:59:03.368033 [ 256 ] {73556780-e21f-4137-8ced-07a038fb4f0b} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18608 | 2025.02.10 18:59:03.368073 [ 256 ] {73556780-e21f-4137-8ced-07a038fb4f0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18609 | 2025.02.10 18:59:03.368764 [ 256 ] {73556780-e21f-4137-8ced-07a038fb4f0b} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 18610 | 2025.02.10 18:59:03.369028 [ 256 ] {73556780-e21f-4137-8ced-07a038fb4f0b} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18611 | 2025.02.10 18:59:03.369269 [ 256 ] {73556780-e21f-4137-8ced-07a038fb4f0b} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002619 sec., 13363.879343260787 rows/sec., 23.95 MiB/sec. | ||
| 18612 | 2025.02.10 18:59:03.369364 [ 256 ] {73556780-e21f-4137-8ced-07a038fb4f0b} <Debug> TCPHandler: Processed in 0.002888319 sec. | ||
| 18613 | 2025.02.10 18:59:03.369527 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18614 | 2025.02.10 18:59:03.369667 [ 4 ] {8b27d85d-ef13-436d-ae4f-51b1e172b056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18615 | 2025.02.10 18:59:03.369728 [ 4 ] {8b27d85d-ef13-436d-ae4f-51b1e172b056} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18616 | 2025.02.10 18:59:03.370240 [ 4 ] {8b27d85d-ef13-436d-ae4f-51b1e172b056} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18617 | 2025.02.10 18:59:03.370280 [ 4 ] {8b27d85d-ef13-436d-ae4f-51b1e172b056} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18618 | 2025.02.10 18:59:03.370661 [ 4 ] {8b27d85d-ef13-436d-ae4f-51b1e172b056} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 18619 | 2025.02.10 18:59:03.370905 [ 4 ] {8b27d85d-ef13-436d-ae4f-51b1e172b056} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18620 | 2025.02.10 18:59:03.371134 [ 4 ] {8b27d85d-ef13-436d-ae4f-51b1e172b056} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001497 sec., 54776.219104876414 rows/sec., 3.48 MiB/sec. | ||
| 18621 | 2025.02.10 18:59:03.371237 [ 4 ] {8b27d85d-ef13-436d-ae4f-51b1e172b056} <Debug> TCPHandler: Processed in 0.001770543 sec. | ||
| 18622 | 2025.02.10 18:59:04.060203 [ 223 ] {} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 18623 | 2025.02.10 18:59:04.060294 [ 223 ] {} <Debug> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 18624 | 2025.02.10 18:59:04.062354 [ 223 ] {} <Debug> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 18625 | 2025.02.10 18:59:05.749552 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 664 | ||
| 18626 | 2025.02.10 18:59:05.774241 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18627 | 2025.02.10 18:59:05.774310 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18628 | 2025.02.10 18:59:05.782912 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 18629 | 2025.02.10 18:59:05.783746 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18630 | 2025.02.10 18:59:05.787188 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 664 | ||
| 18631 | 2025.02.10 18:59:06.546400 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18632 | 2025.02.10 18:59:06.546622 [ 4 ] {df033ace-1db0-4c65-b0fd-cd00dd7198c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 18633 | 2025.02.10 18:59:06.546705 [ 4 ] {df033ace-1db0-4c65-b0fd-cd00dd7198c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 18634 | 2025.02.10 18:59:06.547485 [ 4 ] {df033ace-1db0-4c65-b0fd-cd00dd7198c5} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18635 | 2025.02.10 18:59:06.547537 [ 4 ] {df033ace-1db0-4c65-b0fd-cd00dd7198c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18636 | 2025.02.10 18:59:06.547975 [ 4 ] {df033ace-1db0-4c65-b0fd-cd00dd7198c5} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 18637 | 2025.02.10 18:59:06.548243 [ 4 ] {df033ace-1db0-4c65-b0fd-cd00dd7198c5} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18638 | 2025.02.10 18:59:06.548518 [ 4 ] {df033ace-1db0-4c65-b0fd-cd00dd7198c5} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001947 sec., 2054.442732408834 rows/sec., 167.53 KiB/sec. | ||
| 18639 | 2025.02.10 18:59:06.548694 [ 4 ] {df033ace-1db0-4c65-b0fd-cd00dd7198c5} <Debug> TCPHandler: Processed in 0.002431019 sec. | ||
| 18640 | 2025.02.10 18:59:06.549017 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18641 | 2025.02.10 18:59:06.549245 [ 256 ] {ab6f0123-d122-4d65-95cf-3dba138c2800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18642 | 2025.02.10 18:59:06.549331 [ 256 ] {ab6f0123-d122-4d65-95cf-3dba138c2800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18643 | 2025.02.10 18:59:06.550740 [ 256 ] {ab6f0123-d122-4d65-95cf-3dba138c2800} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18644 | 2025.02.10 18:59:06.550793 [ 256 ] {ab6f0123-d122-4d65-95cf-3dba138c2800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18645 | 2025.02.10 18:59:06.551335 [ 256 ] {ab6f0123-d122-4d65-95cf-3dba138c2800} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 18646 | 2025.02.10 18:59:06.551605 [ 256 ] {ab6f0123-d122-4d65-95cf-3dba138c2800} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18647 | 2025.02.10 18:59:06.551874 [ 256 ] {ab6f0123-d122-4d65-95cf-3dba138c2800} <Debug> executeQuery: Read 1208 rows, 102.09 KiB in 0.002691 sec., 448903.75325157936 rows/sec., 37.05 MiB/sec. | ||
| 18648 | 2025.02.10 18:59:06.551946 [ 256 ] {ab6f0123-d122-4d65-95cf-3dba138c2800} <Debug> TCPHandler: Processed in 0.003105665 sec. | ||
| 18649 | 2025.02.10 18:59:06.552122 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18650 | 2025.02.10 18:59:06.552262 [ 4 ] {818222cb-b404-4867-927d-3c65fc151639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18651 | 2025.02.10 18:59:06.552323 [ 4 ] {818222cb-b404-4867-927d-3c65fc151639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18652 | 2025.02.10 18:59:06.553048 [ 4 ] {818222cb-b404-4867-927d-3c65fc151639} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18653 | 2025.02.10 18:59:06.553090 [ 4 ] {818222cb-b404-4867-927d-3c65fc151639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18654 | 2025.02.10 18:59:06.553462 [ 4 ] {818222cb-b404-4867-927d-3c65fc151639} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 18655 | 2025.02.10 18:59:06.553708 [ 4 ] {818222cb-b404-4867-927d-3c65fc151639} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18656 | 2025.02.10 18:59:06.553947 [ 4 ] {818222cb-b404-4867-927d-3c65fc151639} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.001711 sec., 5260.081823495032 rows/sec., 382.98 KiB/sec. | ||
| 18657 | 2025.02.10 18:59:06.554032 [ 4 ] {818222cb-b404-4867-927d-3c65fc151639} <Debug> TCPHandler: Processed in 0.001974677 sec. | ||
| 18658 | 2025.02.10 18:59:06.554273 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18659 | 2025.02.10 18:59:06.554505 [ 256 ] {e42ebe3b-e38e-46bc-bd06-b02568e6f4ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18660 | 2025.02.10 18:59:06.554569 [ 256 ] {e42ebe3b-e38e-46bc-bd06-b02568e6f4ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18661 | 2025.02.10 18:59:06.555346 [ 256 ] {e42ebe3b-e38e-46bc-bd06-b02568e6f4ae} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18662 | 2025.02.10 18:59:06.555388 [ 256 ] {e42ebe3b-e38e-46bc-bd06-b02568e6f4ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18663 | 2025.02.10 18:59:06.555784 [ 256 ] {e42ebe3b-e38e-46bc-bd06-b02568e6f4ae} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 18664 | 2025.02.10 18:59:06.556051 [ 256 ] {e42ebe3b-e38e-46bc-bd06-b02568e6f4ae} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18665 | 2025.02.10 18:59:06.556279 [ 256 ] {e42ebe3b-e38e-46bc-bd06-b02568e6f4ae} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001824 sec., 125000 rows/sec., 8.46 MiB/sec. | ||
| 18666 | 2025.02.10 18:59:06.556342 [ 256 ] {e42ebe3b-e38e-46bc-bd06-b02568e6f4ae} <Debug> TCPHandler: Processed in 0.002188052 sec. | ||
| 18667 | 2025.02.10 18:59:06.556511 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18668 | 2025.02.10 18:59:06.556653 [ 4 ] {0692e34a-4364-48ba-8ab8-0459fb4a1631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18669 | 2025.02.10 18:59:06.556720 [ 4 ] {0692e34a-4364-48ba-8ab8-0459fb4a1631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18670 | 2025.02.10 18:59:06.557610 [ 4 ] {0692e34a-4364-48ba-8ab8-0459fb4a1631} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18671 | 2025.02.10 18:59:06.557651 [ 4 ] {0692e34a-4364-48ba-8ab8-0459fb4a1631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18672 | 2025.02.10 18:59:06.558056 [ 4 ] {0692e34a-4364-48ba-8ab8-0459fb4a1631} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 18673 | 2025.02.10 18:59:06.558297 [ 4 ] {0692e34a-4364-48ba-8ab8-0459fb4a1631} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18674 | 2025.02.10 18:59:06.558530 [ 4 ] {0692e34a-4364-48ba-8ab8-0459fb4a1631} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.001908 sec., 277253.66876310273 rows/sec., 20.54 MiB/sec. | ||
| 18675 | 2025.02.10 18:59:06.558584 [ 4 ] {0692e34a-4364-48ba-8ab8-0459fb4a1631} <Debug> TCPHandler: Processed in 0.002142141 sec. | ||
| 18676 | 2025.02.10 18:59:06.558742 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18677 | 2025.02.10 18:59:06.558863 [ 256 ] {2e214a71-45cc-4717-90e7-cb90aeb1a913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18678 | 2025.02.10 18:59:06.558917 [ 256 ] {2e214a71-45cc-4717-90e7-cb90aeb1a913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18679 | 2025.02.10 18:59:06.559731 [ 256 ] {2e214a71-45cc-4717-90e7-cb90aeb1a913} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18680 | 2025.02.10 18:59:06.559770 [ 256 ] {2e214a71-45cc-4717-90e7-cb90aeb1a913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18681 | 2025.02.10 18:59:06.560225 [ 256 ] {2e214a71-45cc-4717-90e7-cb90aeb1a913} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 18682 | 2025.02.10 18:59:06.560473 [ 256 ] {2e214a71-45cc-4717-90e7-cb90aeb1a913} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18683 | 2025.02.10 18:59:06.560663 [ 140 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 6 parts from all_1_145_30 to all_150_150_0 | ||
| 18684 | 2025.02.10 18:59:06.560695 [ 256 ] {2e214a71-45cc-4717-90e7-cb90aeb1a913} <Debug> executeQuery: Read 966 rows, 66.39 KiB in 0.001856 sec., 520474.1379310345 rows/sec., 34.93 MiB/sec. | ||
| 18685 | 2025.02.10 18:59:06.560742 [ 140 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18686 | 2025.02.10 18:59:06.560806 [ 256 ] {2e214a71-45cc-4717-90e7-cb90aeb1a913} <Debug> TCPHandler: Processed in 0.002121921 sec. | ||
| 18687 | 2025.02.10 18:59:06.560814 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18688 | 2025.02.10 18:59:06.561010 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18689 | 2025.02.10 18:59:06.561027 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_150_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_145_30 to all_150_150_0 into Compact with storage Full | ||
| 18690 | 2025.02.10 18:59:06.561184 [ 4 ] {c3d018c6-9686-4cef-af0a-132a59b181a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18691 | 2025.02.10 18:59:06.561202 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_150_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18692 | 2025.02.10 18:59:06.561246 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_150_31} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_145_30, total 43771 rows starting from the beginning of the part | ||
| 18693 | 2025.02.10 18:59:06.561316 [ 4 ] {c3d018c6-9686-4cef-af0a-132a59b181a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18694 | 2025.02.10 18:59:06.561429 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_150_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 160 rows starting from the beginning of the part | ||
| 18695 | 2025.02.10 18:59:06.561880 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_150_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 238 rows starting from the beginning of the part | ||
| 18696 | 2025.02.10 18:59:06.562087 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_150_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 160 rows starting from the beginning of the part | ||
| 18697 | 2025.02.10 18:59:06.562407 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_150_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 237 rows starting from the beginning of the part | ||
| 18698 | 2025.02.10 18:59:06.562792 [ 194 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_150_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 966 rows starting from the beginning of the part | ||
| 18699 | 2025.02.10 18:59:06.564445 [ 4 ] {c3d018c6-9686-4cef-af0a-132a59b181a0} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18700 | 2025.02.10 18:59:06.564490 [ 4 ] {c3d018c6-9686-4cef-af0a-132a59b181a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 18701 | 2025.02.10 18:59:06.565485 [ 4 ] {c3d018c6-9686-4cef-af0a-132a59b181a0} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 18702 | 2025.02.10 18:59:06.565749 [ 4 ] {c3d018c6-9686-4cef-af0a-132a59b181a0} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18703 | 2025.02.10 18:59:06.566040 [ 4 ] {c3d018c6-9686-4cef-af0a-132a59b181a0} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.004906 sec., 1019.1602119853242 rows/sec., 1.83 MiB/sec. | ||
| 18704 | 2025.02.10 18:59:06.566148 [ 4 ] {c3d018c6-9686-4cef-af0a-132a59b181a0} <Debug> TCPHandler: Processed in 0.005239517 sec. | ||
| 18705 | 2025.02.10 18:59:06.566331 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18706 | 2025.02.10 18:59:06.566570 [ 256 ] {c8ff50f0-85fb-4dbd-97ba-17146033ae5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18707 | 2025.02.10 18:59:06.566653 [ 256 ] {c8ff50f0-85fb-4dbd-97ba-17146033ae5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18708 | 2025.02.10 18:59:06.567321 [ 256 ] {c8ff50f0-85fb-4dbd-97ba-17146033ae5f} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18709 | 2025.02.10 18:59:06.567361 [ 256 ] {c8ff50f0-85fb-4dbd-97ba-17146033ae5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18710 | 2025.02.10 18:59:06.567876 [ 256 ] {c8ff50f0-85fb-4dbd-97ba-17146033ae5f} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 18711 | 2025.02.10 18:59:06.568212 [ 256 ] {c8ff50f0-85fb-4dbd-97ba-17146033ae5f} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18712 | 2025.02.10 18:59:06.568451 [ 256 ] {c8ff50f0-85fb-4dbd-97ba-17146033ae5f} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.002003 sec., 21967.04942586121 rows/sec., 1.48 MiB/sec. | ||
| 18713 | 2025.02.10 18:59:06.568504 [ 256 ] {c8ff50f0-85fb-4dbd-97ba-17146033ae5f} <Debug> TCPHandler: Processed in 0.002258305 sec. | ||
| 18714 | 2025.02.10 18:59:06.572156 [ 187 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_150_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45532 rows, containing 5 columns (5 merged, 0 gathered) in 0.01119281 sec., 4067968.6334352144 rows/sec., 274.66 MiB/sec. | ||
| 18715 | 2025.02.10 18:59:06.572746 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_150_31} <Trace> MergedBlockOutputStream: filled checksums all_1_150_31 (state Temporary) | ||
| 18716 | 2025.02.10 18:59:06.573160 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_150_31} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_150_31 to all_1_150_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18717 | 2025.02.10 18:59:06.573253 [ 196 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_150_31} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 6 parts: [all_1_145_30, all_150_150_0] -> all_1_150_31 | ||
| 18718 | 2025.02.10 18:59:06.573368 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. | ||
| 18719 | 2025.02.10 18:59:07.369490 [ 222 ] {} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18720 | 2025.02.10 18:59:07.369600 [ 222 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18721 | 2025.02.10 18:59:07.372019 [ 222 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18722 | 2025.02.10 18:59:08.336003 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18723 | 2025.02.10 18:59:08.336286 [ 4 ] {bf979aa4-332a-4af7-bfb5-371a5aad9ba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18724 | 2025.02.10 18:59:08.336397 [ 4 ] {bf979aa4-332a-4af7-bfb5-371a5aad9ba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18725 | 2025.02.10 18:59:08.337697 [ 4 ] {bf979aa4-332a-4af7-bfb5-371a5aad9ba9} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18726 | 2025.02.10 18:59:08.337747 [ 4 ] {bf979aa4-332a-4af7-bfb5-371a5aad9ba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18727 | 2025.02.10 18:59:08.338205 [ 4 ] {bf979aa4-332a-4af7-bfb5-371a5aad9ba9} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 18728 | 2025.02.10 18:59:08.338464 [ 4 ] {bf979aa4-332a-4af7-bfb5-371a5aad9ba9} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18729 | 2025.02.10 18:59:08.338671 [ 105 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 18730 | 2025.02.10 18:59:08.338738 [ 4 ] {bf979aa4-332a-4af7-bfb5-371a5aad9ba9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002519 sec., 22231.0440651052 rows/sec., 1.71 MiB/sec. | ||
| 18731 | 2025.02.10 18:59:08.338764 [ 105 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18732 | 2025.02.10 18:59:08.338831 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18733 | 2025.02.10 18:59:08.338887 [ 4 ] {bf979aa4-332a-4af7-bfb5-371a5aad9ba9} <Debug> TCPHandler: Processed in 0.003014163 sec. | ||
| 18734 | 2025.02.10 18:59:08.339098 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 18735 | 2025.02.10 18:59:08.339255 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18736 | 2025.02.10 18:59:08.339418 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18737 | 2025.02.10 18:59:08.339546 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1432 rows starting from the beginning of the part | ||
| 18738 | 2025.02.10 18:59:08.339895 [ 256 ] {645264b5-672f-4fe0-bff9-fbc148e7ea52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18739 | 2025.02.10 18:59:08.340015 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 274 rows starting from the beginning of the part | ||
| 18740 | 2025.02.10 18:59:08.340441 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 66 rows starting from the beginning of the part | ||
| 18741 | 2025.02.10 18:59:08.340593 [ 256 ] {645264b5-672f-4fe0-bff9-fbc148e7ea52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18742 | 2025.02.10 18:59:08.341226 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 273 rows starting from the beginning of the part | ||
| 18743 | 2025.02.10 18:59:08.341823 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 1208 rows starting from the beginning of the part | ||
| 18744 | 2025.02.10 18:59:08.342100 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 56 rows starting from the beginning of the part | ||
| 18745 | 2025.02.10 18:59:08.344070 [ 256 ] {645264b5-672f-4fe0-bff9-fbc148e7ea52} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18746 | 2025.02.10 18:59:08.344146 [ 256 ] {645264b5-672f-4fe0-bff9-fbc148e7ea52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 18747 | 2025.02.10 18:59:08.345016 [ 256 ] {645264b5-672f-4fe0-bff9-fbc148e7ea52} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 18748 | 2025.02.10 18:59:08.345516 [ 256 ] {645264b5-672f-4fe0-bff9-fbc148e7ea52} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18749 | 2025.02.10 18:59:08.345745 [ 198 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3309 rows, containing 5 columns (5 merged, 0 gathered) in 0.006802894 sec., 486410.6364144436 rows/sec., 42.63 MiB/sec. | ||
| 18750 | 2025.02.10 18:59:08.345876 [ 105 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 18751 | 2025.02.10 18:59:08.345946 [ 105 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18752 | 2025.02.10 18:59:08.345977 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18753 | 2025.02.10 18:59:08.345993 [ 256 ] {645264b5-672f-4fe0-bff9-fbc148e7ea52} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006381 sec., 10029.775897194797 rows/sec., 801.64 KiB/sec. | ||
| 18754 | 2025.02.10 18:59:08.346318 [ 186 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 18755 | 2025.02.10 18:59:08.346572 [ 256 ] {645264b5-672f-4fe0-bff9-fbc148e7ea52} <Debug> TCPHandler: Processed in 0.007533312 sec. | ||
| 18756 | 2025.02.10 18:59:08.346806 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 18757 | 2025.02.10 18:59:08.347030 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18758 | 2025.02.10 18:59:08.347724 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18759 | 2025.02.10 18:59:08.347845 [ 4 ] {434f8aaa-47dc-4011-ac76-9454028cbaa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18760 | 2025.02.10 18:59:08.347919 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 914 rows starting from the beginning of the part | ||
| 18761 | 2025.02.10 18:59:08.348073 [ 186 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_151_30} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18762 | 2025.02.10 18:59:08.348344 [ 4 ] {434f8aaa-47dc-4011-ac76-9454028cbaa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18763 | 2025.02.10 18:59:08.348801 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 419 rows starting from the beginning of the part | ||
| 18764 | 2025.02.10 18:59:08.348931 [ 186 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_151_30} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 18765 | 2025.02.10 18:59:08.349522 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 18766 | 2025.02.10 18:59:08.349697 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 69 rows starting from the beginning of the part | ||
| 18767 | 2025.02.10 18:59:08.350436 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 417 rows starting from the beginning of the part | ||
| 18768 | 2025.02.10 18:59:08.351084 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 529 rows starting from the beginning of the part | ||
| 18769 | 2025.02.10 18:59:08.351675 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 64 rows starting from the beginning of the part | ||
| 18770 | 2025.02.10 18:59:08.353737 [ 4 ] {434f8aaa-47dc-4011-ac76-9454028cbaa6} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18771 | 2025.02.10 18:59:08.353849 [ 4 ] {434f8aaa-47dc-4011-ac76-9454028cbaa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 18772 | 2025.02.10 18:59:08.355647 [ 4 ] {434f8aaa-47dc-4011-ac76-9454028cbaa6} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 18773 | 2025.02.10 18:59:08.356080 [ 4 ] {434f8aaa-47dc-4011-ac76-9454028cbaa6} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18774 | 2025.02.10 18:59:08.356550 [ 4 ] {434f8aaa-47dc-4011-ac76-9454028cbaa6} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.008949 sec., 4693.2618169627885 rows/sec., 334.36 KiB/sec. | ||
| 18775 | 2025.02.10 18:59:08.356769 [ 4 ] {434f8aaa-47dc-4011-ac76-9454028cbaa6} <Debug> TCPHandler: Processed in 0.010003111 sec. | ||
| 18776 | 2025.02.10 18:59:08.356778 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.010670407 sec., 226045.7356500085 rows/sec., 17.33 MiB/sec. | ||
| 18777 | 2025.02.10 18:59:08.356960 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18778 | 2025.02.10 18:59:08.356979 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 18779 | 2025.02.10 18:59:08.357128 [ 256 ] {ef9c2f8b-c9f9-4e2d-990c-970bbfb51891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18780 | 2025.02.10 18:59:08.357207 [ 256 ] {ef9c2f8b-c9f9-4e2d-990c-970bbfb51891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18781 | 2025.02.10 18:59:08.357300 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_151_30} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18782 | 2025.02.10 18:59:08.357428 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_151_30} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 18783 | 2025.02.10 18:59:08.357519 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 18784 | 2025.02.10 18:59:08.357930 [ 256 ] {ef9c2f8b-c9f9-4e2d-990c-970bbfb51891} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18785 | 2025.02.10 18:59:08.357976 [ 256 ] {ef9c2f8b-c9f9-4e2d-990c-970bbfb51891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18786 | 2025.02.10 18:59:08.358379 [ 256 ] {ef9c2f8b-c9f9-4e2d-990c-970bbfb51891} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 18787 | 2025.02.10 18:59:08.358626 [ 256 ] {ef9c2f8b-c9f9-4e2d-990c-970bbfb51891} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18788 | 2025.02.10 18:59:08.358816 [ 100 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 18789 | 2025.02.10 18:59:08.358843 [ 256 ] {ef9c2f8b-c9f9-4e2d-990c-970bbfb51891} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001764 sec., 9070.2947845805 rows/sec., 628.90 KiB/sec. | ||
| 18790 | 2025.02.10 18:59:08.358905 [ 100 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18791 | 2025.02.10 18:59:08.358974 [ 256 ] {ef9c2f8b-c9f9-4e2d-990c-970bbfb51891} <Debug> TCPHandler: Processed in 0.00208622 sec. | ||
| 18792 | 2025.02.10 18:59:08.358980 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 18793 | 2025.02.10 18:59:08.359269 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 18794 | 2025.02.10 18:59:08.359836 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18795 | 2025.02.10 18:59:08.359970 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 8912 rows starting from the beginning of the part | ||
| 18796 | 2025.02.10 18:59:08.360442 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 82 rows starting from the beginning of the part | ||
| 18797 | 2025.02.10 18:59:08.360840 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 60 rows starting from the beginning of the part | ||
| 18798 | 2025.02.10 18:59:08.361249 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 82 rows starting from the beginning of the part | ||
| 18799 | 2025.02.10 18:59:08.361585 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 44 rows starting from the beginning of the part | ||
| 18800 | 2025.02.10 18:59:08.361883 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 16 rows starting from the beginning of the part | ||
| 18801 | 2025.02.10 18:59:08.365366 [ 192 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9196 rows, containing 4 columns (4 merged, 0 gathered) in 0.006267501 sec., 1467251.4611485503 rows/sec., 95.63 MiB/sec. | ||
| 18802 | 2025.02.10 18:59:08.365590 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 18803 | 2025.02.10 18:59:08.365942 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_151_30} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18804 | 2025.02.10 18:59:08.366038 [ 190 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_151_30} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 18805 | 2025.02.10 18:59:08.366120 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB. | ||
| 18806 | 2025.02.10 18:59:10.340643 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40809 | ||
| 18807 | 2025.02.10 18:59:10.341398 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18808 | 2025.02.10 18:59:10.341452 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 18809 | 2025.02.10 18:59:10.342039 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 18810 | 2025.02.10 18:59:10.342299 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18811 | 2025.02.10 18:59:10.342521 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40809 | ||
| 18812 | 2025.02.10 18:59:13.089675 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2652 | ||
| 18813 | 2025.02.10 18:59:13.093191 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18814 | 2025.02.10 18:59:13.093243 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 18815 | 2025.02.10 18:59:13.094766 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 18816 | 2025.02.10 18:59:13.095080 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18817 | 2025.02.10 18:59:13.095361 [ 144 ] {} <Debug> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 18818 | 2025.02.10 18:59:13.095603 [ 144 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18819 | 2025.02.10 18:59:13.095715 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 18820 | 2025.02.10 18:59:13.097285 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2652 | ||
| 18821 | 2025.02.10 18:59:13.097502 [ 192 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 18822 | 2025.02.10 18:59:13.098295 [ 192 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18823 | 2025.02.10 18:59:13.098487 [ 192 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2454 rows starting from the beginning of the part | ||
| 18824 | 2025.02.10 18:59:13.099207 [ 192 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 36 rows starting from the beginning of the part | ||
| 18825 | 2025.02.10 18:59:13.099947 [ 192 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 46 rows starting from the beginning of the part | ||
| 18826 | 2025.02.10 18:59:13.100583 [ 192 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 34 rows starting from the beginning of the part | ||
| 18827 | 2025.02.10 18:59:13.101250 [ 192 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 36 rows starting from the beginning of the part | ||
| 18828 | 2025.02.10 18:59:13.101925 [ 192 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 46 rows starting from the beginning of the part | ||
| 18829 | 2025.02.10 18:59:13.111767 [ 191 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2652 rows, containing 72 columns (72 merged, 0 gathered) in 0.015866343 sec., 167146.2667862405 rows/sec., 124.55 MiB/sec. | ||
| 18830 | 2025.02.10 18:59:13.114295 [ 191 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 18831 | 2025.02.10 18:59:13.115162 [ 191 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_66_13} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18832 | 2025.02.10 18:59:13.115262 [ 191 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_66_13} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 18833 | 2025.02.10 18:59:13.115634 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.04 MiB. | ||
| 18834 | 2025.02.10 18:59:13.287257 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 671 | ||
| 18835 | 2025.02.10 18:59:13.311913 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18836 | 2025.02.10 18:59:13.311957 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 18837 | 2025.02.10 18:59:13.319693 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 18838 | 2025.02.10 18:59:13.320826 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18839 | 2025.02.10 18:59:13.325698 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 671 | ||
| 18840 | 2025.02.10 18:59:13.347914 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18841 | 2025.02.10 18:59:13.348101 [ 4 ] {d18e6900-862f-4d6d-a8ba-a6727f37f26b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18842 | 2025.02.10 18:59:13.348173 [ 4 ] {d18e6900-862f-4d6d-a8ba-a6727f37f26b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18843 | 2025.02.10 18:59:13.348858 [ 4 ] {d18e6900-862f-4d6d-a8ba-a6727f37f26b} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18844 | 2025.02.10 18:59:13.348900 [ 4 ] {d18e6900-862f-4d6d-a8ba-a6727f37f26b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 18845 | 2025.02.10 18:59:13.349288 [ 4 ] {d18e6900-862f-4d6d-a8ba-a6727f37f26b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18846 | 2025.02.10 18:59:13.349531 [ 4 ] {d18e6900-862f-4d6d-a8ba-a6727f37f26b} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18847 | 2025.02.10 18:59:13.349689 [ 150 ] {} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 | ||
| 18848 | 2025.02.10 18:59:13.349731 [ 4 ] {d18e6900-862f-4d6d-a8ba-a6727f37f26b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001678 sec., 8343.265792610251 rows/sec., 600.60 KiB/sec. | ||
| 18849 | 2025.02.10 18:59:13.349743 [ 150 ] {} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18850 | 2025.02.10 18:59:13.349786 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 18851 | 2025.02.10 18:59:13.349820 [ 4 ] {d18e6900-862f-4d6d-a8ba-a6727f37f26b} <Debug> TCPHandler: Processed in 0.001988108 sec. | ||
| 18852 | 2025.02.10 18:59:13.350023 [ 221 ] {} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 18853 | 2025.02.10 18:59:13.350083 [ 190 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_65_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full | ||
| 18854 | 2025.02.10 18:59:13.350112 [ 221 ] {} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 18855 | 2025.02.10 18:59:13.350179 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18856 | 2025.02.10 18:59:13.350454 [ 190 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18857 | 2025.02.10 18:59:13.350571 [ 190 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 14 rows starting from the beginning of the part | ||
| 18858 | 2025.02.10 18:59:13.350597 [ 256 ] {f170d643-d42a-4025-bddc-dfa265831510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18859 | 2025.02.10 18:59:13.350792 [ 190 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 14 rows starting from the beginning of the part | ||
| 18860 | 2025.02.10 18:59:13.350827 [ 256 ] {f170d643-d42a-4025-bddc-dfa265831510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18861 | 2025.02.10 18:59:13.351328 [ 190 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 14 rows starting from the beginning of the part | ||
| 18862 | 2025.02.10 18:59:13.351838 [ 190 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 14 rows starting from the beginning of the part | ||
| 18863 | 2025.02.10 18:59:13.352411 [ 190 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 14 rows starting from the beginning of the part | ||
| 18864 | 2025.02.10 18:59:13.355591 [ 256 ] {f170d643-d42a-4025-bddc-dfa265831510} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18865 | 2025.02.10 18:59:13.355693 [ 256 ] {f170d643-d42a-4025-bddc-dfa265831510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 18866 | 2025.02.10 18:59:13.356458 [ 221 ] {} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 18867 | 2025.02.10 18:59:13.357300 [ 195 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.007431209 sec., 9419.732374637828 rows/sec., 714.89 KiB/sec. | ||
| 18868 | 2025.02.10 18:59:13.357401 [ 256 ] {f170d643-d42a-4025-bddc-dfa265831510} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 18869 | 2025.02.10 18:59:13.357624 [ 195 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) | ||
| 18870 | 2025.02.10 18:59:13.357908 [ 256 ] {f170d643-d42a-4025-bddc-dfa265831510} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18871 | 2025.02.10 18:59:13.358219 [ 195 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_65_16} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18872 | 2025.02.10 18:59:13.358319 [ 256 ] {f170d643-d42a-4025-bddc-dfa265831510} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.007844 sec., 34803.671596124426 rows/sec., 3.07 MiB/sec. | ||
| 18873 | 2025.02.10 18:59:13.358380 [ 195 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_65_16} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 | ||
| 18874 | 2025.02.10 18:59:13.358460 [ 256 ] {f170d643-d42a-4025-bddc-dfa265831510} <Debug> TCPHandler: Processed in 0.008507355 sec. | ||
| 18875 | 2025.02.10 18:59:13.358573 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 18876 | 2025.02.10 18:59:13.358685 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18877 | 2025.02.10 18:59:13.358831 [ 4 ] {92258739-9690-406a-9c83-152d6fcc1ca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18878 | 2025.02.10 18:59:13.358894 [ 4 ] {92258739-9690-406a-9c83-152d6fcc1ca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18879 | 2025.02.10 18:59:13.359555 [ 4 ] {92258739-9690-406a-9c83-152d6fcc1ca1} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18880 | 2025.02.10 18:59:13.359594 [ 4 ] {92258739-9690-406a-9c83-152d6fcc1ca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 18881 | 2025.02.10 18:59:13.359977 [ 4 ] {92258739-9690-406a-9c83-152d6fcc1ca1} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 18882 | 2025.02.10 18:59:13.360216 [ 4 ] {92258739-9690-406a-9c83-152d6fcc1ca1} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18883 | 2025.02.10 18:59:13.360402 [ 4 ] {92258739-9690-406a-9c83-152d6fcc1ca1} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001605 sec., 26168.22429906542 rows/sec., 1.88 MiB/sec. | ||
| 18884 | 2025.02.10 18:59:13.360458 [ 4 ] {92258739-9690-406a-9c83-152d6fcc1ca1} <Debug> TCPHandler: Processed in 0.001884606 sec. | ||
| 18885 | 2025.02.10 18:59:13.360655 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18886 | 2025.02.10 18:59:13.360880 [ 256 ] {3e5b3064-b436-4437-ba3b-c52672b58cc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18887 | 2025.02.10 18:59:13.360973 [ 256 ] {3e5b3064-b436-4437-ba3b-c52672b58cc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18888 | 2025.02.10 18:59:13.361723 [ 256 ] {3e5b3064-b436-4437-ba3b-c52672b58cc1} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18889 | 2025.02.10 18:59:13.361762 [ 256 ] {3e5b3064-b436-4437-ba3b-c52672b58cc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 18890 | 2025.02.10 18:59:13.362129 [ 256 ] {3e5b3064-b436-4437-ba3b-c52672b58cc1} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 18891 | 2025.02.10 18:59:13.362390 [ 256 ] {3e5b3064-b436-4437-ba3b-c52672b58cc1} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18892 | 2025.02.10 18:59:13.362571 [ 150 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 18893 | 2025.02.10 18:59:13.362636 [ 150 ] {} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18894 | 2025.02.10 18:59:13.362644 [ 256 ] {3e5b3064-b436-4437-ba3b-c52672b58cc1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001807 sec., 7747.648035417819 rows/sec., 542.59 KiB/sec. | ||
| 18895 | 2025.02.10 18:59:13.362677 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 18896 | 2025.02.10 18:59:13.362800 [ 256 ] {3e5b3064-b436-4437-ba3b-c52672b58cc1} <Debug> TCPHandler: Processed in 0.002251324 sec. | ||
| 18897 | 2025.02.10 18:59:13.362900 [ 200 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 18898 | 2025.02.10 18:59:13.362975 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18899 | 2025.02.10 18:59:13.363071 [ 200 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18900 | 2025.02.10 18:59:13.363152 [ 200 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 242 rows starting from the beginning of the part | ||
| 18901 | 2025.02.10 18:59:13.363217 [ 4 ] {99f565ab-0b67-4326-bb54-ab6f90aa2b43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18902 | 2025.02.10 18:59:13.363395 [ 4 ] {99f565ab-0b67-4326-bb54-ab6f90aa2b43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18903 | 2025.02.10 18:59:13.363444 [ 200 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 14 rows starting from the beginning of the part | ||
| 18904 | 2025.02.10 18:59:13.363853 [ 200 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 14 rows starting from the beginning of the part | ||
| 18905 | 2025.02.10 18:59:13.364213 [ 200 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 14 rows starting from the beginning of the part | ||
| 18906 | 2025.02.10 18:59:13.364553 [ 200 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 228 rows starting from the beginning of the part | ||
| 18907 | 2025.02.10 18:59:13.365032 [ 200 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 14 rows starting from the beginning of the part | ||
| 18908 | 2025.02.10 18:59:13.366224 [ 4 ] {99f565ab-0b67-4326-bb54-ab6f90aa2b43} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18909 | 2025.02.10 18:59:13.366305 [ 4 ] {99f565ab-0b67-4326-bb54-ab6f90aa2b43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 18910 | 2025.02.10 18:59:13.367375 [ 4 ] {99f565ab-0b67-4326-bb54-ab6f90aa2b43} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18911 | 2025.02.10 18:59:13.367888 [ 200 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005085903 sec., 103423.12859682931 rows/sec., 7.41 MiB/sec. | ||
| 18912 | 2025.02.10 18:59:13.367943 [ 4 ] {99f565ab-0b67-4326-bb54-ab6f90aa2b43} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18913 | 2025.02.10 18:59:13.368146 [ 200 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 18914 | 2025.02.10 18:59:13.368183 [ 150 ] {} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 | ||
| 18915 | 2025.02.10 18:59:13.368281 [ 150 ] {} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18916 | 2025.02.10 18:59:13.368374 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 18917 | 2025.02.10 18:59:13.368540 [ 4 ] {99f565ab-0b67-4326-bb54-ab6f90aa2b43} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005372 sec., 2419.9553239017127 rows/sec., 150.88 KiB/sec. | ||
| 18918 | 2025.02.10 18:59:13.368651 [ 224 ] {} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 18919 | 2025.02.10 18:59:13.368753 [ 224 ] {} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 18920 | 2025.02.10 18:59:13.368994 [ 4 ] {99f565ab-0b67-4326-bb54-ab6f90aa2b43} <Debug> TCPHandler: Processed in 0.006075837 sec. | ||
| 18921 | 2025.02.10 18:59:13.369050 [ 193 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_65_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full | ||
| 18922 | 2025.02.10 18:59:13.369358 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18923 | 2025.02.10 18:59:13.369505 [ 200 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_86_17} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18924 | 2025.02.10 18:59:13.369864 [ 193 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18925 | 2025.02.10 18:59:13.369910 [ 256 ] {e015fc02-a52e-4ab3-a447-b4f8c2718249} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18926 | 2025.02.10 18:59:13.369942 [ 200 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_86_17} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 18927 | 2025.02.10 18:59:13.370016 [ 193 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 13 rows starting from the beginning of the part | ||
| 18928 | 2025.02.10 18:59:13.370144 [ 256 ] {e015fc02-a52e-4ab3-a447-b4f8c2718249} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18929 | 2025.02.10 18:59:13.370366 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 18930 | 2025.02.10 18:59:13.370859 [ 193 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 13 rows starting from the beginning of the part | ||
| 18931 | 2025.02.10 18:59:13.371335 [ 193 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 13 rows starting from the beginning of the part | ||
| 18932 | 2025.02.10 18:59:13.371882 [ 193 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 13 rows starting from the beginning of the part | ||
| 18933 | 2025.02.10 18:59:13.372480 [ 193 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 13 rows starting from the beginning of the part | ||
| 18934 | 2025.02.10 18:59:13.374614 [ 256 ] {e015fc02-a52e-4ab3-a447-b4f8c2718249} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18935 | 2025.02.10 18:59:13.374662 [ 256 ] {e015fc02-a52e-4ab3-a447-b4f8c2718249} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 18936 | 2025.02.10 18:59:13.375282 [ 224 ] {} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 18937 | 2025.02.10 18:59:13.376148 [ 256 ] {e015fc02-a52e-4ab3-a447-b4f8c2718249} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 18938 | 2025.02.10 18:59:13.376466 [ 197 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.007909891 sec., 8217.559508721422 rows/sec., 544.46 KiB/sec. | ||
| 18939 | 2025.02.10 18:59:13.376762 [ 197 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) | ||
| 18940 | 2025.02.10 18:59:13.377002 [ 256 ] {e015fc02-a52e-4ab3-a447-b4f8c2718249} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18941 | 2025.02.10 18:59:13.377367 [ 256 ] {e015fc02-a52e-4ab3-a447-b4f8c2718249} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.007657 sec., 54459.97126812067 rows/sec., 3.89 MiB/sec. | ||
| 18942 | 2025.02.10 18:59:13.377390 [ 197 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_65_16} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18943 | 2025.02.10 18:59:13.377580 [ 256 ] {e015fc02-a52e-4ab3-a447-b4f8c2718249} <Debug> TCPHandler: Processed in 0.008435824 sec. | ||
| 18944 | 2025.02.10 18:59:13.377609 [ 197 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_65_16} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 | ||
| 18945 | 2025.02.10 18:59:13.377842 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18946 | 2025.02.10 18:59:13.377855 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 18947 | 2025.02.10 18:59:13.378199 [ 4 ] {43e2e355-627e-4124-bb61-c3c1a80e88ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18948 | 2025.02.10 18:59:13.378352 [ 4 ] {43e2e355-627e-4124-bb61-c3c1a80e88ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18949 | 2025.02.10 18:59:13.379544 [ 4 ] {43e2e355-627e-4124-bb61-c3c1a80e88ef} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18950 | 2025.02.10 18:59:13.379583 [ 4 ] {43e2e355-627e-4124-bb61-c3c1a80e88ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 18951 | 2025.02.10 18:59:13.379957 [ 4 ] {43e2e355-627e-4124-bb61-c3c1a80e88ef} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18952 | 2025.02.10 18:59:13.380198 [ 4 ] {43e2e355-627e-4124-bb61-c3c1a80e88ef} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18953 | 2025.02.10 18:59:13.380377 [ 4 ] {43e2e355-627e-4124-bb61-c3c1a80e88ef} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002304 sec., 2604.1666666666665 rows/sec., 136.06 KiB/sec. | ||
| 18954 | 2025.02.10 18:59:13.380427 [ 4 ] {43e2e355-627e-4124-bb61-c3c1a80e88ef} <Debug> TCPHandler: Processed in 0.002765136 sec. | ||
| 18955 | 2025.02.10 18:59:13.380575 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18956 | 2025.02.10 18:59:13.380715 [ 256 ] {98321048-b1b5-45c6-92b3-1d83afc78cec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18957 | 2025.02.10 18:59:13.380778 [ 256 ] {98321048-b1b5-45c6-92b3-1d83afc78cec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18958 | 2025.02.10 18:59:13.381430 [ 256 ] {98321048-b1b5-45c6-92b3-1d83afc78cec} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18959 | 2025.02.10 18:59:13.381469 [ 256 ] {98321048-b1b5-45c6-92b3-1d83afc78cec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 18960 | 2025.02.10 18:59:13.381869 [ 256 ] {98321048-b1b5-45c6-92b3-1d83afc78cec} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 18961 | 2025.02.10 18:59:13.382113 [ 256 ] {98321048-b1b5-45c6-92b3-1d83afc78cec} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18962 | 2025.02.10 18:59:13.382331 [ 256 ] {98321048-b1b5-45c6-92b3-1d83afc78cec} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001648 sec., 143810.6796116505 rows/sec., 9.64 MiB/sec. | ||
| 18963 | 2025.02.10 18:59:13.382384 [ 256 ] {98321048-b1b5-45c6-92b3-1d83afc78cec} <Debug> TCPHandler: Processed in 0.001872806 sec. | ||
| 18964 | 2025.02.10 18:59:13.382564 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18965 | 2025.02.10 18:59:13.382704 [ 4 ] {719be2f5-ca7c-4f7c-a323-699f9d8637cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18966 | 2025.02.10 18:59:13.382766 [ 4 ] {719be2f5-ca7c-4f7c-a323-699f9d8637cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18967 | 2025.02.10 18:59:13.383311 [ 4 ] {719be2f5-ca7c-4f7c-a323-699f9d8637cf} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18968 | 2025.02.10 18:59:13.383347 [ 4 ] {719be2f5-ca7c-4f7c-a323-699f9d8637cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 18969 | 2025.02.10 18:59:13.383714 [ 4 ] {719be2f5-ca7c-4f7c-a323-699f9d8637cf} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18970 | 2025.02.10 18:59:13.383959 [ 4 ] {719be2f5-ca7c-4f7c-a323-699f9d8637cf} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18971 | 2025.02.10 18:59:13.384082 [ 150 ] {} <Debug> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 | ||
| 18972 | 2025.02.10 18:59:13.384117 [ 150 ] {} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18973 | 2025.02.10 18:59:13.384139 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 18974 | 2025.02.10 18:59:13.384147 [ 4 ] {719be2f5-ca7c-4f7c-a323-699f9d8637cf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001473 sec., 678.8866259334692 rows/sec., 45.75 KiB/sec. | ||
| 18975 | 2025.02.10 18:59:13.384420 [ 4 ] {719be2f5-ca7c-4f7c-a323-699f9d8637cf} <Debug> TCPHandler: Processed in 0.001911855 sec. | ||
| 18976 | 2025.02.10 18:59:13.384549 [ 196 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_65_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full | ||
| 18977 | 2025.02.10 18:59:13.384946 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18978 | 2025.02.10 18:59:13.385032 [ 196 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18979 | 2025.02.10 18:59:13.385141 [ 196 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 60 rows starting from the beginning of the part | ||
| 18980 | 2025.02.10 18:59:13.385479 [ 196 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part | ||
| 18981 | 2025.02.10 18:59:13.385505 [ 256 ] {9451313b-8395-4f85-894e-ba294583c55b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18982 | 2025.02.10 18:59:13.385805 [ 196 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1 rows starting from the beginning of the part | ||
| 18983 | 2025.02.10 18:59:13.385862 [ 256 ] {9451313b-8395-4f85-894e-ba294583c55b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18984 | 2025.02.10 18:59:13.386182 [ 196 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1 rows starting from the beginning of the part | ||
| 18985 | 2025.02.10 18:59:13.386604 [ 196 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1 rows starting from the beginning of the part | ||
| 18986 | 2025.02.10 18:59:13.386942 [ 196 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1 rows starting from the beginning of the part | ||
| 18987 | 2025.02.10 18:59:13.390482 [ 196 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 4 columns (4 merged, 0 gathered) in 0.006255071 sec., 10391.568696822147 rows/sec., 700.21 KiB/sec. | ||
| 18988 | 2025.02.10 18:59:13.390678 [ 196 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) | ||
| 18989 | 2025.02.10 18:59:13.391138 [ 256 ] {9451313b-8395-4f85-894e-ba294583c55b} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18990 | 2025.02.10 18:59:13.391189 [ 256 ] {9451313b-8395-4f85-894e-ba294583c55b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 18991 | 2025.02.10 18:59:13.391297 [ 196 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_65_13} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18992 | 2025.02.10 18:59:13.391529 [ 196 ] {476c8e4b-25b1-4a56-9338-f5a9e83a85f7::all_1_65_13} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 | ||
| 18993 | 2025.02.10 18:59:13.391694 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 18994 | 2025.02.10 18:59:13.392243 [ 256 ] {9451313b-8395-4f85-894e-ba294583c55b} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 18995 | 2025.02.10 18:59:13.392525 [ 256 ] {9451313b-8395-4f85-894e-ba294583c55b} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18996 | 2025.02.10 18:59:13.392824 [ 256 ] {9451313b-8395-4f85-894e-ba294583c55b} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.007426 sec., 4713.169943441961 rows/sec., 8.45 MiB/sec. | ||
| 18997 | 2025.02.10 18:59:13.393090 [ 256 ] {9451313b-8395-4f85-894e-ba294583c55b} <Debug> TCPHandler: Processed in 0.008532576 sec. | ||
| 18998 | 2025.02.10 18:59:13.393353 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18999 | 2025.02.10 18:59:13.393529 [ 4 ] {c8b1acc0-39ab-4311-bea6-47a6c66789c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19000 | 2025.02.10 18:59:13.393590 [ 4 ] {c8b1acc0-39ab-4311-bea6-47a6c66789c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19001 | 2025.02.10 18:59:13.394157 [ 4 ] {c8b1acc0-39ab-4311-bea6-47a6c66789c7} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19002 | 2025.02.10 18:59:13.394202 [ 4 ] {c8b1acc0-39ab-4311-bea6-47a6c66789c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19003 | 2025.02.10 18:59:13.394595 [ 4 ] {c8b1acc0-39ab-4311-bea6-47a6c66789c7} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 19004 | 2025.02.10 18:59:13.394831 [ 4 ] {c8b1acc0-39ab-4311-bea6-47a6c66789c7} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19005 | 2025.02.10 18:59:13.395051 [ 4 ] {c8b1acc0-39ab-4311-bea6-47a6c66789c7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001553 sec., 52801.03026400515 rows/sec., 3.35 MiB/sec. | ||
| 19006 | 2025.02.10 18:59:13.395108 [ 4 ] {c8b1acc0-39ab-4311-bea6-47a6c66789c7} <Debug> TCPHandler: Processed in 0.001889626 sec. | ||
| 19007 | 2025.02.10 18:59:14.000227 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.37 MiB, peak 290.82 MiB, free memory in arenas 0.00 B, will set to 272.84 MiB (RSS), difference: -1.53 MiB | ||
| 19008 | 2025.02.10 18:59:17.608060 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 19009 | 2025.02.10 18:59:17.608112 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 19010 | 2025.02.10 18:59:17.842702 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41236 | ||
| 19011 | 2025.02.10 18:59:17.843667 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19012 | 2025.02.10 18:59:17.843712 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19013 | 2025.02.10 18:59:17.844266 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 19014 | 2025.02.10 18:59:17.844528 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19015 | 2025.02.10 18:59:17.844780 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41236 | ||
| 19016 | 2025.02.10 18:59:17.844871 [ 219 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19017 | 2025.02.10 18:59:17.844933 [ 219 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19018 | 2025.02.10 18:59:17.846845 [ 219 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19019 | 2025.02.10 18:59:18.342122 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19020 | 2025.02.10 18:59:18.342340 [ 4 ] {df1fb26a-35cd-4df7-b752-77335c2f4061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19021 | 2025.02.10 18:59:18.342424 [ 4 ] {df1fb26a-35cd-4df7-b752-77335c2f4061} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19022 | 2025.02.10 18:59:18.343204 [ 4 ] {df1fb26a-35cd-4df7-b752-77335c2f4061} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19023 | 2025.02.10 18:59:18.343255 [ 4 ] {df1fb26a-35cd-4df7-b752-77335c2f4061} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19024 | 2025.02.10 18:59:18.343699 [ 4 ] {df1fb26a-35cd-4df7-b752-77335c2f4061} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 19025 | 2025.02.10 18:59:18.343953 [ 4 ] {df1fb26a-35cd-4df7-b752-77335c2f4061} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19026 | 2025.02.10 18:59:18.344201 [ 4 ] {df1fb26a-35cd-4df7-b752-77335c2f4061} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001921 sec., 34357.105674128055 rows/sec., 2.74 MiB/sec. | ||
| 19027 | 2025.02.10 18:59:18.344268 [ 4 ] {df1fb26a-35cd-4df7-b752-77335c2f4061} <Debug> TCPHandler: Processed in 0.002287485 sec. | ||
| 19028 | 2025.02.10 18:59:18.344513 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19029 | 2025.02.10 18:59:18.344709 [ 256 ] {4baff81f-a430-4aa7-aced-2e392eaac77b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19030 | 2025.02.10 18:59:18.344784 [ 256 ] {4baff81f-a430-4aa7-aced-2e392eaac77b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19031 | 2025.02.10 18:59:18.345557 [ 256 ] {4baff81f-a430-4aa7-aced-2e392eaac77b} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19032 | 2025.02.10 18:59:18.345598 [ 256 ] {4baff81f-a430-4aa7-aced-2e392eaac77b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19033 | 2025.02.10 18:59:18.346060 [ 256 ] {4baff81f-a430-4aa7-aced-2e392eaac77b} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 19034 | 2025.02.10 18:59:18.346328 [ 256 ] {4baff81f-a430-4aa7-aced-2e392eaac77b} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19035 | 2025.02.10 18:59:18.346493 [ 145 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 19036 | 2025.02.10 18:59:18.346531 [ 256 ] {4baff81f-a430-4aa7-aced-2e392eaac77b} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001876 sec., 2665.2452025586354 rows/sec., 200.41 KiB/sec. | ||
| 19037 | 2025.02.10 18:59:18.346545 [ 145 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19038 | 2025.02.10 18:59:18.346586 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19039 | 2025.02.10 18:59:18.346611 [ 256 ] {4baff81f-a430-4aa7-aced-2e392eaac77b} <Debug> TCPHandler: Processed in 0.002231793 sec. | ||
| 19040 | 2025.02.10 18:59:18.346801 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19041 | 2025.02.10 18:59:18.346816 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 19042 | 2025.02.10 18:59:18.346978 [ 4 ] {0a0d08ed-49a6-4182-8fcf-d3391f302371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19043 | 2025.02.10 18:59:18.346995 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19044 | 2025.02.10 18:59:18.347051 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 65 rows starting from the beginning of the part | ||
| 19045 | 2025.02.10 18:59:18.347057 [ 4 ] {0a0d08ed-49a6-4182-8fcf-d3391f302371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19046 | 2025.02.10 18:59:18.347317 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 5 rows starting from the beginning of the part | ||
| 19047 | 2025.02.10 18:59:18.347652 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 42 rows starting from the beginning of the part | ||
| 19048 | 2025.02.10 18:59:18.348091 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 9 rows starting from the beginning of the part | ||
| 19049 | 2025.02.10 18:59:18.348421 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 42 rows starting from the beginning of the part | ||
| 19050 | 2025.02.10 18:59:18.348805 [ 194 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 5 rows starting from the beginning of the part | ||
| 19051 | 2025.02.10 18:59:18.349923 [ 4 ] {0a0d08ed-49a6-4182-8fcf-d3391f302371} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19052 | 2025.02.10 18:59:18.349970 [ 4 ] {0a0d08ed-49a6-4182-8fcf-d3391f302371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19053 | 2025.02.10 18:59:18.350542 [ 4 ] {0a0d08ed-49a6-4182-8fcf-d3391f302371} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 19054 | 2025.02.10 18:59:18.350712 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 5 columns (5 merged, 0 gathered) in 0.004025777 sec., 41731.07452300512 rows/sec., 3.14 MiB/sec. | ||
| 19055 | 2025.02.10 18:59:18.350919 [ 4 ] {0a0d08ed-49a6-4182-8fcf-d3391f302371} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19056 | 2025.02.10 18:59:18.350945 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 19057 | 2025.02.10 18:59:18.351360 [ 4 ] {0a0d08ed-49a6-4182-8fcf-d3391f302371} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.004419 sec., 15614.39239646979 rows/sec., 1.22 MiB/sec. | ||
| 19058 | 2025.02.10 18:59:18.351491 [ 4 ] {0a0d08ed-49a6-4182-8fcf-d3391f302371} <Debug> TCPHandler: Processed in 0.004798346 sec. | ||
| 19059 | 2025.02.10 18:59:18.351575 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_126_25} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19060 | 2025.02.10 18:59:18.351688 [ 187 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_126_25} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 19061 | 2025.02.10 18:59:18.351717 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19062 | 2025.02.10 18:59:18.351839 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 19063 | 2025.02.10 18:59:18.351935 [ 256 ] {e1ab4c56-9993-4cc4-87d8-55361b0f2bfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19064 | 2025.02.10 18:59:18.352002 [ 256 ] {e1ab4c56-9993-4cc4-87d8-55361b0f2bfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19065 | 2025.02.10 18:59:18.352651 [ 256 ] {e1ab4c56-9993-4cc4-87d8-55361b0f2bfb} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19066 | 2025.02.10 18:59:18.352694 [ 256 ] {e1ab4c56-9993-4cc4-87d8-55361b0f2bfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19067 | 2025.02.10 18:59:18.353106 [ 256 ] {e1ab4c56-9993-4cc4-87d8-55361b0f2bfb} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 19068 | 2025.02.10 18:59:18.353362 [ 256 ] {e1ab4c56-9993-4cc4-87d8-55361b0f2bfb} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19069 | 2025.02.10 18:59:18.353585 [ 256 ] {e1ab4c56-9993-4cc4-87d8-55361b0f2bfb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001687 sec., 94842.91641967991 rows/sec., 6.61 MiB/sec. | ||
| 19070 | 2025.02.10 18:59:18.353637 [ 256 ] {e1ab4c56-9993-4cc4-87d8-55361b0f2bfb} <Debug> TCPHandler: Processed in 0.002001428 sec. | ||
| 19071 | 2025.02.10 18:59:18.353788 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19072 | 2025.02.10 18:59:18.353930 [ 4 ] {cf432b90-08d8-466f-b207-bcb75588a655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19073 | 2025.02.10 18:59:18.354024 [ 4 ] {cf432b90-08d8-466f-b207-bcb75588a655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19074 | 2025.02.10 18:59:18.355167 [ 4 ] {cf432b90-08d8-466f-b207-bcb75588a655} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19075 | 2025.02.10 18:59:18.355207 [ 4 ] {cf432b90-08d8-466f-b207-bcb75588a655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19076 | 2025.02.10 18:59:18.355830 [ 4 ] {cf432b90-08d8-466f-b207-bcb75588a655} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 19077 | 2025.02.10 18:59:18.356085 [ 4 ] {cf432b90-08d8-466f-b207-bcb75588a655} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19078 | 2025.02.10 18:59:18.356276 [ 143 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 19079 | 2025.02.10 18:59:18.356350 [ 143 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19080 | 2025.02.10 18:59:18.356371 [ 4 ] {cf432b90-08d8-466f-b207-bcb75588a655} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002468 sec., 2025.931928687196 rows/sec., 3.63 MiB/sec. | ||
| 19081 | 2025.02.10 18:59:18.356387 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19082 | 2025.02.10 18:59:18.356919 [ 189 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 19083 | 2025.02.10 18:59:18.357040 [ 4 ] {cf432b90-08d8-466f-b207-bcb75588a655} <Debug> TCPHandler: Processed in 0.00331023 sec. | ||
| 19084 | 2025.02.10 18:59:18.357394 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19085 | 2025.02.10 18:59:18.357882 [ 256 ] {6aca92d6-5a41-4929-8bb2-f8a6084bb851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19086 | 2025.02.10 18:59:18.358099 [ 256 ] {6aca92d6-5a41-4929-8bb2-f8a6084bb851} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19087 | 2025.02.10 18:59:18.359081 [ 189 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19088 | 2025.02.10 18:59:18.359514 [ 189 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2409 rows starting from the beginning of the part | ||
| 19089 | 2025.02.10 18:59:18.360077 [ 189 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 5 rows starting from the beginning of the part | ||
| 19090 | 2025.02.10 18:59:18.360546 [ 189 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 35 rows starting from the beginning of the part | ||
| 19091 | 2025.02.10 18:59:18.360596 [ 256 ] {6aca92d6-5a41-4929-8bb2-f8a6084bb851} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19092 | 2025.02.10 18:59:18.360648 [ 256 ] {6aca92d6-5a41-4929-8bb2-f8a6084bb851} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19093 | 2025.02.10 18:59:18.360908 [ 189 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 5 rows starting from the beginning of the part | ||
| 19094 | 2025.02.10 18:59:18.361272 [ 189 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 35 rows starting from the beginning of the part | ||
| 19095 | 2025.02.10 18:59:18.361448 [ 256 ] {6aca92d6-5a41-4929-8bb2-f8a6084bb851} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 19096 | 2025.02.10 18:59:18.361586 [ 189 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 5 rows starting from the beginning of the part | ||
| 19097 | 2025.02.10 18:59:18.361911 [ 256 ] {6aca92d6-5a41-4929-8bb2-f8a6084bb851} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19098 | 2025.02.10 18:59:18.362273 [ 256 ] {6aca92d6-5a41-4929-8bb2-f8a6084bb851} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00454 sec., 13215.859030837006 rows/sec., 912.03 KiB/sec. | ||
| 19099 | 2025.02.10 18:59:18.362331 [ 256 ] {6aca92d6-5a41-4929-8bb2-f8a6084bb851} <Debug> TCPHandler: Processed in 0.005160255 sec. | ||
| 19100 | 2025.02.10 18:59:18.369196 [ 187 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2494 rows, containing 19 columns (19 merged, 0 gathered) in 0.012634785 sec., 197391.5662197655 rows/sec., 353.72 MiB/sec. | ||
| 19101 | 2025.02.10 18:59:18.371468 [ 186 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 19102 | 2025.02.10 18:59:18.371909 [ 186 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_126_25} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19103 | 2025.02.10 18:59:18.371989 [ 186 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_126_25} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 19104 | 2025.02.10 18:59:18.372140 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.64 MiB. | ||
| 19105 | 2025.02.10 18:59:18.568220 [ 223 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19106 | 2025.02.10 18:59:18.568282 [ 223 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19107 | 2025.02.10 18:59:18.570262 [ 223 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19108 | 2025.02.10 18:59:18.937395 [ 220 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19109 | 2025.02.10 18:59:18.937458 [ 220 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19110 | 2025.02.10 18:59:18.939450 [ 220 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19111 | 2025.02.10 18:59:19.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.35 MiB, peak 291.96 MiB, free memory in arenas 0.00 B, will set to 273.17 MiB (RSS), difference: 3.82 MiB | ||
| 19112 | 2025.02.10 18:59:19.245308 [ 222 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19113 | 2025.02.10 18:59:19.245367 [ 222 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19114 | 2025.02.10 18:59:19.247421 [ 222 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19115 | 2025.02.10 18:59:19.438450 [ 220 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19116 | 2025.02.10 18:59:19.438512 [ 220 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19117 | 2025.02.10 18:59:19.440785 [ 220 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19118 | 2025.02.10 18:59:19.498019 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19119 | 2025.02.10 18:59:19.498075 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19120 | 2025.02.10 18:59:19.500123 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19121 | 2025.02.10 18:59:20.825784 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 679 | ||
| 19122 | 2025.02.10 18:59:20.849084 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19123 | 2025.02.10 18:59:20.849152 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19124 | 2025.02.10 18:59:20.856769 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 19125 | 2025.02.10 18:59:20.857587 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19126 | 2025.02.10 18:59:20.860971 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 679 | ||
| 19127 | 2025.02.10 18:59:23.097650 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2686 | ||
| 19128 | 2025.02.10 18:59:23.100808 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19129 | 2025.02.10 18:59:23.100873 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19130 | 2025.02.10 18:59:23.102572 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 19131 | 2025.02.10 18:59:23.102920 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19132 | 2025.02.10 18:59:23.103490 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2686 | ||
| 19133 | 2025.02.10 18:59:23.348311 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19134 | 2025.02.10 18:59:23.348493 [ 4 ] {52d243da-c92d-4ec4-853a-472d64c7d3d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19135 | 2025.02.10 18:59:23.348564 [ 4 ] {52d243da-c92d-4ec4-853a-472d64c7d3d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19136 | 2025.02.10 18:59:23.349199 [ 4 ] {52d243da-c92d-4ec4-853a-472d64c7d3d8} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19137 | 2025.02.10 18:59:23.349242 [ 4 ] {52d243da-c92d-4ec4-853a-472d64c7d3d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19138 | 2025.02.10 18:59:23.349631 [ 4 ] {52d243da-c92d-4ec4-853a-472d64c7d3d8} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 19139 | 2025.02.10 18:59:23.349885 [ 4 ] {52d243da-c92d-4ec4-853a-472d64c7d3d8} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19140 | 2025.02.10 18:59:23.350133 [ 4 ] {52d243da-c92d-4ec4-853a-472d64c7d3d8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001683 sec., 8318.478906714201 rows/sec., 598.82 KiB/sec. | ||
| 19141 | 2025.02.10 18:59:23.350242 [ 4 ] {52d243da-c92d-4ec4-853a-472d64c7d3d8} <Debug> TCPHandler: Processed in 0.002015978 sec. | ||
| 19142 | 2025.02.10 18:59:23.350539 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19143 | 2025.02.10 18:59:23.350757 [ 256 ] {40952272-68d2-405d-93eb-401c984d58dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 19144 | 2025.02.10 18:59:23.350839 [ 256 ] {40952272-68d2-405d-93eb-401c984d58dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19145 | 2025.02.10 18:59:23.351692 [ 256 ] {40952272-68d2-405d-93eb-401c984d58dc} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19146 | 2025.02.10 18:59:23.351736 [ 256 ] {40952272-68d2-405d-93eb-401c984d58dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19147 | 2025.02.10 18:59:23.352184 [ 256 ] {40952272-68d2-405d-93eb-401c984d58dc} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 19148 | 2025.02.10 18:59:23.352468 [ 256 ] {40952272-68d2-405d-93eb-401c984d58dc} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19149 | 2025.02.10 18:59:23.352682 [ 256 ] {40952272-68d2-405d-93eb-401c984d58dc} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001984 sec., 5040.322580645161 rows/sec., 411.00 KiB/sec. | ||
| 19150 | 2025.02.10 18:59:23.352817 [ 256 ] {40952272-68d2-405d-93eb-401c984d58dc} <Debug> TCPHandler: Processed in 0.00246173 sec. | ||
| 19151 | 2025.02.10 18:59:23.352996 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19152 | 2025.02.10 18:59:23.353121 [ 4 ] {0ca15cc1-df5b-4cbc-810b-f91e91229da3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19153 | 2025.02.10 18:59:23.353174 [ 4 ] {0ca15cc1-df5b-4cbc-810b-f91e91229da3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19154 | 2025.02.10 18:59:23.353881 [ 4 ] {0ca15cc1-df5b-4cbc-810b-f91e91229da3} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19155 | 2025.02.10 18:59:23.353923 [ 4 ] {0ca15cc1-df5b-4cbc-810b-f91e91229da3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19156 | 2025.02.10 18:59:23.354328 [ 4 ] {0ca15cc1-df5b-4cbc-810b-f91e91229da3} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 19157 | 2025.02.10 18:59:23.354571 [ 4 ] {0ca15cc1-df5b-4cbc-810b-f91e91229da3} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19158 | 2025.02.10 18:59:23.354795 [ 4 ] {0ca15cc1-df5b-4cbc-810b-f91e91229da3} <Debug> executeQuery: Read 278 rows, 25.00 KiB in 0.001693 sec., 164205.5522740697 rows/sec., 14.42 MiB/sec. | ||
| 19159 | 2025.02.10 18:59:23.354883 [ 4 ] {0ca15cc1-df5b-4cbc-810b-f91e91229da3} <Debug> TCPHandler: Processed in 0.001983518 sec. | ||
| 19160 | 2025.02.10 18:59:23.355136 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19161 | 2025.02.10 18:59:23.355614 [ 256 ] {d0d6e41f-140e-473c-8ac1-e8a078de63ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19162 | 2025.02.10 18:59:23.355777 [ 256 ] {d0d6e41f-140e-473c-8ac1-e8a078de63ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19163 | 2025.02.10 18:59:23.356578 [ 256 ] {d0d6e41f-140e-473c-8ac1-e8a078de63ab} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19164 | 2025.02.10 18:59:23.356617 [ 256 ] {d0d6e41f-140e-473c-8ac1-e8a078de63ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19165 | 2025.02.10 18:59:23.357005 [ 256 ] {d0d6e41f-140e-473c-8ac1-e8a078de63ab} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 19166 | 2025.02.10 18:59:23.357253 [ 256 ] {d0d6e41f-140e-473c-8ac1-e8a078de63ab} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19167 | 2025.02.10 18:59:23.357427 [ 256 ] {d0d6e41f-140e-473c-8ac1-e8a078de63ab} <Debug> executeQuery: Read 52 rows, 3.79 KiB in 0.001989 sec., 26143.790849673205 rows/sec., 1.86 MiB/sec. | ||
| 19168 | 2025.02.10 18:59:23.357483 [ 256 ] {d0d6e41f-140e-473c-8ac1-e8a078de63ab} <Debug> TCPHandler: Processed in 0.00251055 sec. | ||
| 19169 | 2025.02.10 18:59:23.357630 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19170 | 2025.02.10 18:59:23.357773 [ 4 ] {c58bf633-c21e-403c-b66e-02f42d121b96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19171 | 2025.02.10 18:59:23.357834 [ 4 ] {c58bf633-c21e-403c-b66e-02f42d121b96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19172 | 2025.02.10 18:59:23.358512 [ 4 ] {c58bf633-c21e-403c-b66e-02f42d121b96} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19173 | 2025.02.10 18:59:23.358560 [ 4 ] {c58bf633-c21e-403c-b66e-02f42d121b96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19174 | 2025.02.10 18:59:23.358936 [ 4 ] {c58bf633-c21e-403c-b66e-02f42d121b96} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 19175 | 2025.02.10 18:59:23.359179 [ 4 ] {c58bf633-c21e-403c-b66e-02f42d121b96} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19176 | 2025.02.10 18:59:23.359382 [ 4 ] {c58bf633-c21e-403c-b66e-02f42d121b96} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001643 sec., 8520.99817407182 rows/sec., 596.76 KiB/sec. | ||
| 19177 | 2025.02.10 18:59:23.359438 [ 4 ] {c58bf633-c21e-403c-b66e-02f42d121b96} <Debug> TCPHandler: Processed in 0.001877345 sec. | ||
| 19178 | 2025.02.10 18:59:23.359567 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19179 | 2025.02.10 18:59:23.359700 [ 256 ] {a08b5b6b-3053-4511-89da-7bdf61eb33ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19180 | 2025.02.10 18:59:23.359759 [ 256 ] {a08b5b6b-3053-4511-89da-7bdf61eb33ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19181 | 2025.02.10 18:59:23.360448 [ 256 ] {a08b5b6b-3053-4511-89da-7bdf61eb33ad} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19182 | 2025.02.10 18:59:23.360494 [ 256 ] {a08b5b6b-3053-4511-89da-7bdf61eb33ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19183 | 2025.02.10 18:59:23.360882 [ 256 ] {a08b5b6b-3053-4511-89da-7bdf61eb33ad} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 19184 | 2025.02.10 18:59:23.361124 [ 256 ] {a08b5b6b-3053-4511-89da-7bdf61eb33ad} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19185 | 2025.02.10 18:59:23.361300 [ 256 ] {a08b5b6b-3053-4511-89da-7bdf61eb33ad} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001633 sec., 7960.808328230251 rows/sec., 496.35 KiB/sec. | ||
| 19186 | 2025.02.10 18:59:23.361352 [ 256 ] {a08b5b6b-3053-4511-89da-7bdf61eb33ad} <Debug> TCPHandler: Processed in 0.001840935 sec. | ||
| 19187 | 2025.02.10 18:59:23.361480 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19188 | 2025.02.10 18:59:23.361598 [ 4 ] {f7ebf72e-669c-4fc3-8ade-edd44bd03e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19189 | 2025.02.10 18:59:23.361655 [ 4 ] {f7ebf72e-669c-4fc3-8ade-edd44bd03e54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19190 | 2025.02.10 18:59:23.362502 [ 4 ] {f7ebf72e-669c-4fc3-8ade-edd44bd03e54} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19191 | 2025.02.10 18:59:23.362550 [ 4 ] {f7ebf72e-669c-4fc3-8ade-edd44bd03e54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19192 | 2025.02.10 18:59:23.362953 [ 4 ] {f7ebf72e-669c-4fc3-8ade-edd44bd03e54} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 19193 | 2025.02.10 18:59:23.363194 [ 4 ] {f7ebf72e-669c-4fc3-8ade-edd44bd03e54} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19194 | 2025.02.10 18:59:23.363398 [ 4 ] {f7ebf72e-669c-4fc3-8ade-edd44bd03e54} <Debug> executeQuery: Read 427 rows, 31.30 KiB in 0.001823 sec., 234229.2923752057 rows/sec., 16.77 MiB/sec. | ||
| 19195 | 2025.02.10 18:59:23.363449 [ 4 ] {f7ebf72e-669c-4fc3-8ade-edd44bd03e54} <Debug> TCPHandler: Processed in 0.002023909 sec. | ||
| 19196 | 2025.02.10 18:59:23.363583 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19197 | 2025.02.10 18:59:23.363701 [ 256 ] {161f7889-6068-45e1-9913-3039714cad41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19198 | 2025.02.10 18:59:23.363752 [ 256 ] {161f7889-6068-45e1-9913-3039714cad41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19199 | 2025.02.10 18:59:23.364250 [ 256 ] {161f7889-6068-45e1-9913-3039714cad41} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19200 | 2025.02.10 18:59:23.364286 [ 256 ] {161f7889-6068-45e1-9913-3039714cad41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19201 | 2025.02.10 18:59:23.364659 [ 256 ] {161f7889-6068-45e1-9913-3039714cad41} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 19202 | 2025.02.10 18:59:23.364907 [ 256 ] {161f7889-6068-45e1-9913-3039714cad41} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19203 | 2025.02.10 18:59:23.365029 [ 137 ] {} <Debug> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e) (MergerMutator): Selected 5 parts from all_62_62_0 to all_66_66_0 | ||
| 19204 | 2025.02.10 18:59:23.365075 [ 137 ] {} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19205 | 2025.02.10 18:59:23.365087 [ 256 ] {161f7889-6068-45e1-9913-3039714cad41} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001411 sec., 4252.303330970943 rows/sec., 222.17 KiB/sec. | ||
| 19206 | 2025.02.10 18:59:23.365100 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19207 | 2025.02.10 18:59:23.365187 [ 256 ] {161f7889-6068-45e1-9913-3039714cad41} <Debug> TCPHandler: Processed in 0.00165897 sec. | ||
| 19208 | 2025.02.10 18:59:23.365371 [ 187 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_62_66_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_62_62_0 to all_66_66_0 into Compact with storage Full | ||
| 19209 | 2025.02.10 18:59:23.365385 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19210 | 2025.02.10 18:59:23.365652 [ 4 ] {54408649-2f00-49bf-b98b-119fb9f842cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19211 | 2025.02.10 18:59:23.365675 [ 187 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_62_66_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19212 | 2025.02.10 18:59:23.365750 [ 187 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_62_66_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 6 rows starting from the beginning of the part | ||
| 19213 | 2025.02.10 18:59:23.365759 [ 4 ] {54408649-2f00-49bf-b98b-119fb9f842cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19214 | 2025.02.10 18:59:23.365994 [ 187 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_62_66_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 6 rows starting from the beginning of the part | ||
| 19215 | 2025.02.10 18:59:23.366370 [ 187 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_62_66_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 6 rows starting from the beginning of the part | ||
| 19216 | 2025.02.10 18:59:23.366729 [ 187 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_62_66_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 6 rows starting from the beginning of the part | ||
| 19217 | 2025.02.10 18:59:23.367166 [ 187 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_62_66_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 6 rows starting from the beginning of the part | ||
| 19218 | 2025.02.10 18:59:23.368613 [ 4 ] {54408649-2f00-49bf-b98b-119fb9f842cb} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19219 | 2025.02.10 18:59:23.368695 [ 4 ] {54408649-2f00-49bf-b98b-119fb9f842cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19220 | 2025.02.10 18:59:23.369711 [ 187 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_62_66_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.004501848 sec., 6663.930012741434 rows/sec., 348.16 KiB/sec. | ||
| 19221 | 2025.02.10 18:59:23.369801 [ 4 ] {54408649-2f00-49bf-b98b-119fb9f842cb} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 19222 | 2025.02.10 18:59:23.369870 [ 187 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_62_66_1} <Trace> MergedBlockOutputStream: filled checksums all_62_66_1 (state Temporary) | ||
| 19223 | 2025.02.10 18:59:23.370258 [ 4 ] {54408649-2f00-49bf-b98b-119fb9f842cb} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19224 | 2025.02.10 18:59:23.370366 [ 187 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_62_66_1} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_merge_all_62_66_1 to all_62_66_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19225 | 2025.02.10 18:59:23.370581 [ 187 ] {948bf920-5d1c-4272-9bc5-5c66a8a4551e::all_62_66_1} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e) (MergerMutator): Merged 5 parts: [all_62_62_0, all_66_66_0] -> all_62_66_1 | ||
| 19226 | 2025.02.10 18:59:23.370662 [ 4 ] {54408649-2f00-49bf-b98b-119fb9f842cb} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.005075 sec., 47684.72906403941 rows/sec., 3.20 MiB/sec. | ||
| 19227 | 2025.02.10 18:59:23.370726 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 19228 | 2025.02.10 18:59:23.370817 [ 4 ] {54408649-2f00-49bf-b98b-119fb9f842cb} <Debug> TCPHandler: Processed in 0.005534494 sec. | ||
| 19229 | 2025.02.10 18:59:23.371028 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19230 | 2025.02.10 18:59:23.371252 [ 256 ] {117f0a76-62f5-4a3b-80e2-844ed319c3eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19231 | 2025.02.10 18:59:23.371346 [ 256 ] {117f0a76-62f5-4a3b-80e2-844ed319c3eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19232 | 2025.02.10 18:59:23.372003 [ 256 ] {117f0a76-62f5-4a3b-80e2-844ed319c3eb} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19233 | 2025.02.10 18:59:23.372042 [ 256 ] {117f0a76-62f5-4a3b-80e2-844ed319c3eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19234 | 2025.02.10 18:59:23.372406 [ 256 ] {117f0a76-62f5-4a3b-80e2-844ed319c3eb} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 19235 | 2025.02.10 18:59:23.372651 [ 256 ] {117f0a76-62f5-4a3b-80e2-844ed319c3eb} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19236 | 2025.02.10 18:59:23.372860 [ 256 ] {117f0a76-62f5-4a3b-80e2-844ed319c3eb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001664 sec., 600.9615384615385 rows/sec., 40.49 KiB/sec. | ||
| 19237 | 2025.02.10 18:59:23.372909 [ 256 ] {117f0a76-62f5-4a3b-80e2-844ed319c3eb} <Debug> TCPHandler: Processed in 0.001989898 sec. | ||
| 19238 | 2025.02.10 18:59:23.373076 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19239 | 2025.02.10 18:59:23.373215 [ 4 ] {02c45887-96cb-4b43-8d7d-0fda09db8942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19240 | 2025.02.10 18:59:23.373338 [ 4 ] {02c45887-96cb-4b43-8d7d-0fda09db8942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19241 | 2025.02.10 18:59:23.374529 [ 4 ] {02c45887-96cb-4b43-8d7d-0fda09db8942} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19242 | 2025.02.10 18:59:23.374566 [ 4 ] {02c45887-96cb-4b43-8d7d-0fda09db8942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19243 | 2025.02.10 18:59:23.375225 [ 4 ] {02c45887-96cb-4b43-8d7d-0fda09db8942} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 19244 | 2025.02.10 18:59:23.375489 [ 4 ] {02c45887-96cb-4b43-8d7d-0fda09db8942} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19245 | 2025.02.10 18:59:23.375712 [ 4 ] {02c45887-96cb-4b43-8d7d-0fda09db8942} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002521 sec., 13883.379611265373 rows/sec., 24.88 MiB/sec. | ||
| 19246 | 2025.02.10 18:59:23.375831 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 19247 | 2025.02.10 18:59:23.375894 [ 4 ] {02c45887-96cb-4b43-8d7d-0fda09db8942} <Debug> TCPHandler: Processed in 0.002882499 sec. | ||
| 19248 | 2025.02.10 18:59:23.375943 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 19249 | 2025.02.10 18:59:23.376212 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19250 | 2025.02.10 18:59:23.376492 [ 256 ] {15b1138c-d0e9-4bf0-a32b-ea927f3cb597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19251 | 2025.02.10 18:59:23.376623 [ 256 ] {15b1138c-d0e9-4bf0-a32b-ea927f3cb597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19252 | 2025.02.10 18:59:23.377874 [ 256 ] {15b1138c-d0e9-4bf0-a32b-ea927f3cb597} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19253 | 2025.02.10 18:59:23.377931 [ 256 ] {15b1138c-d0e9-4bf0-a32b-ea927f3cb597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19254 | 2025.02.10 18:59:23.378666 [ 256 ] {15b1138c-d0e9-4bf0-a32b-ea927f3cb597} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 19255 | 2025.02.10 18:59:23.379162 [ 256 ] {15b1138c-d0e9-4bf0-a32b-ea927f3cb597} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19256 | 2025.02.10 18:59:23.379438 [ 256 ] {15b1138c-d0e9-4bf0-a32b-ea927f3cb597} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002998 sec., 27351.567711807875 rows/sec., 1.74 MiB/sec. | ||
| 19257 | 2025.02.10 18:59:23.379548 [ 256 ] {15b1138c-d0e9-4bf0-a32b-ea927f3cb597} <Debug> TCPHandler: Processed in 0.003504694 sec. | ||
| 19258 | 2025.02.10 18:59:23.380014 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 19259 | 2025.02.10 18:59:23.736641 [ 218 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 19260 | 2025.02.10 18:59:23.736733 [ 218 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 19261 | 2025.02.10 18:59:23.738725 [ 218 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 19262 | 2025.02.10 18:59:25.344939 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41724 | ||
| 19263 | 2025.02.10 18:59:25.345621 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19264 | 2025.02.10 18:59:25.345666 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19265 | 2025.02.10 18:59:25.346252 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 19266 | 2025.02.10 18:59:25.346523 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19267 | 2025.02.10 18:59:25.346685 [ 132 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 19268 | 2025.02.10 18:59:25.346708 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41724 | ||
| 19269 | 2025.02.10 18:59:25.346732 [ 132 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19270 | 2025.02.10 18:59:25.346754 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19271 | 2025.02.10 18:59:25.346896 [ 198 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 19272 | 2025.02.10 18:59:25.347068 [ 198 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19273 | 2025.02.10 18:59:25.347115 [ 198 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 39406 rows starting from the beginning of the part | ||
| 19274 | 2025.02.10 18:59:25.347200 [ 198 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 488 rows starting from the beginning of the part | ||
| 19275 | 2025.02.10 18:59:25.347409 [ 198 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 427 rows starting from the beginning of the part | ||
| 19276 | 2025.02.10 18:59:25.347566 [ 198 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 488 rows starting from the beginning of the part | ||
| 19277 | 2025.02.10 18:59:25.347831 [ 198 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 427 rows starting from the beginning of the part | ||
| 19278 | 2025.02.10 18:59:25.348029 [ 198 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 488 rows starting from the beginning of the part | ||
| 19279 | 2025.02.10 18:59:25.351429 [ 191 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41724 rows, containing 4 columns (4 merged, 0 gathered) in 0.004599321 sec., 9071773.85531473 rows/sec., 129.77 MiB/sec. | ||
| 19280 | 2025.02.10 18:59:25.351718 [ 195 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 19281 | 2025.02.10 18:59:25.352080 [ 195 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_91_18} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19282 | 2025.02.10 18:59:25.352187 [ 195 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_91_18} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 19283 | 2025.02.10 18:59:25.352317 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 19284 | 2025.02.10 18:59:28.341576 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19285 | 2025.02.10 18:59:28.341786 [ 4 ] {fecee76d-45bf-4787-9b8c-ad77d8d7cdc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19286 | 2025.02.10 18:59:28.341859 [ 4 ] {fecee76d-45bf-4787-9b8c-ad77d8d7cdc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19287 | 2025.02.10 18:59:28.342598 [ 4 ] {fecee76d-45bf-4787-9b8c-ad77d8d7cdc9} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19288 | 2025.02.10 18:59:28.342640 [ 4 ] {fecee76d-45bf-4787-9b8c-ad77d8d7cdc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19289 | 2025.02.10 18:59:28.343079 [ 4 ] {fecee76d-45bf-4787-9b8c-ad77d8d7cdc9} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 19290 | 2025.02.10 18:59:28.343334 [ 4 ] {fecee76d-45bf-4787-9b8c-ad77d8d7cdc9} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19291 | 2025.02.10 18:59:28.343546 [ 4 ] {fecee76d-45bf-4787-9b8c-ad77d8d7cdc9} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001817 sec., 36323.61034672537 rows/sec., 2.89 MiB/sec. | ||
| 19292 | 2025.02.10 18:59:28.343669 [ 4 ] {fecee76d-45bf-4787-9b8c-ad77d8d7cdc9} <Debug> TCPHandler: Processed in 0.002221203 sec. | ||
| 19293 | 2025.02.10 18:59:28.343964 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19294 | 2025.02.10 18:59:28.344204 [ 256 ] {d2f8019f-f2f1-4027-9077-50ec6718a90c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19295 | 2025.02.10 18:59:28.344289 [ 256 ] {d2f8019f-f2f1-4027-9077-50ec6718a90c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19296 | 2025.02.10 18:59:28.345115 [ 256 ] {d2f8019f-f2f1-4027-9077-50ec6718a90c} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19297 | 2025.02.10 18:59:28.345168 [ 256 ] {d2f8019f-f2f1-4027-9077-50ec6718a90c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19298 | 2025.02.10 18:59:28.345610 [ 256 ] {d2f8019f-f2f1-4027-9077-50ec6718a90c} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 19299 | 2025.02.10 18:59:28.345884 [ 256 ] {d2f8019f-f2f1-4027-9077-50ec6718a90c} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19300 | 2025.02.10 18:59:28.346138 [ 256 ] {d2f8019f-f2f1-4027-9077-50ec6718a90c} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001992 sec., 2510.0401606425703 rows/sec., 188.74 KiB/sec. | ||
| 19301 | 2025.02.10 18:59:28.346213 [ 256 ] {d2f8019f-f2f1-4027-9077-50ec6718a90c} <Debug> TCPHandler: Processed in 0.002436889 sec. | ||
| 19302 | 2025.02.10 18:59:28.346408 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19303 | 2025.02.10 18:59:28.346577 [ 4 ] {56438d99-d799-4bb7-b54f-5fe7333a1978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19304 | 2025.02.10 18:59:28.346637 [ 4 ] {56438d99-d799-4bb7-b54f-5fe7333a1978} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19305 | 2025.02.10 18:59:28.347263 [ 4 ] {56438d99-d799-4bb7-b54f-5fe7333a1978} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19306 | 2025.02.10 18:59:28.347301 [ 4 ] {56438d99-d799-4bb7-b54f-5fe7333a1978} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19307 | 2025.02.10 18:59:28.347682 [ 4 ] {56438d99-d799-4bb7-b54f-5fe7333a1978} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 19308 | 2025.02.10 18:59:28.347945 [ 4 ] {56438d99-d799-4bb7-b54f-5fe7333a1978} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19309 | 2025.02.10 18:59:28.348125 [ 4 ] {56438d99-d799-4bb7-b54f-5fe7333a1978} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001585 sec., 43533.123028391165 rows/sec., 3.40 MiB/sec. | ||
| 19310 | 2025.02.10 18:59:28.348180 [ 4 ] {56438d99-d799-4bb7-b54f-5fe7333a1978} <Debug> TCPHandler: Processed in 0.001891946 sec. | ||
| 19311 | 2025.02.10 18:59:28.348336 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19312 | 2025.02.10 18:59:28.348478 [ 256 ] {0f6096c8-c76a-418c-9a8f-326ce857128a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19313 | 2025.02.10 18:59:28.348542 [ 256 ] {0f6096c8-c76a-418c-9a8f-326ce857128a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19314 | 2025.02.10 18:59:28.349184 [ 256 ] {0f6096c8-c76a-418c-9a8f-326ce857128a} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19315 | 2025.02.10 18:59:28.349224 [ 256 ] {0f6096c8-c76a-418c-9a8f-326ce857128a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19316 | 2025.02.10 18:59:28.349626 [ 256 ] {0f6096c8-c76a-418c-9a8f-326ce857128a} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 19317 | 2025.02.10 18:59:28.349875 [ 256 ] {0f6096c8-c76a-418c-9a8f-326ce857128a} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19318 | 2025.02.10 18:59:28.350058 [ 130 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 5 parts from all_1_150_31 to all_154_154_0 | ||
| 19319 | 2025.02.10 18:59:28.350100 [ 256 ] {0f6096c8-c76a-418c-9a8f-326ce857128a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001646 sec., 97205.34629404618 rows/sec., 6.77 MiB/sec. | ||
| 19320 | 2025.02.10 18:59:28.350124 [ 130 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19321 | 2025.02.10 18:59:28.350195 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19322 | 2025.02.10 18:59:28.350219 [ 256 ] {0f6096c8-c76a-418c-9a8f-326ce857128a} <Debug> TCPHandler: Processed in 0.001951767 sec. | ||
| 19323 | 2025.02.10 18:59:28.350448 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_154_32} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_150_31 to all_154_154_0 into Compact with storage Full | ||
| 19324 | 2025.02.10 18:59:28.350470 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19325 | 2025.02.10 18:59:28.350716 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_154_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19326 | 2025.02.10 18:59:28.350751 [ 4 ] {951f21cd-ab42-4480-aba6-2adcbcff6903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19327 | 2025.02.10 18:59:28.350791 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_154_32} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_150_31, total 45532 rows starting from the beginning of the part | ||
| 19328 | 2025.02.10 18:59:28.351005 [ 4 ] {951f21cd-ab42-4480-aba6-2adcbcff6903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19329 | 2025.02.10 18:59:28.351176 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_154_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 42 rows starting from the beginning of the part | ||
| 19330 | 2025.02.10 18:59:28.351809 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_154_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 237 rows starting from the beginning of the part | ||
| 19331 | 2025.02.10 18:59:28.352202 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_154_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 160 rows starting from the beginning of the part | ||
| 19332 | 2025.02.10 18:59:28.352507 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_154_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 242 rows starting from the beginning of the part | ||
| 19333 | 2025.02.10 18:59:28.355212 [ 4 ] {951f21cd-ab42-4480-aba6-2adcbcff6903} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19334 | 2025.02.10 18:59:28.355290 [ 4 ] {951f21cd-ab42-4480-aba6-2adcbcff6903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19335 | 2025.02.10 18:59:28.356741 [ 4 ] {951f21cd-ab42-4480-aba6-2adcbcff6903} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 19336 | 2025.02.10 18:59:28.357146 [ 4 ] {951f21cd-ab42-4480-aba6-2adcbcff6903} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19337 | 2025.02.10 18:59:28.357440 [ 4 ] {951f21cd-ab42-4480-aba6-2adcbcff6903} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.00677 sec., 738.5524372230428 rows/sec., 1.32 MiB/sec. | ||
| 19338 | 2025.02.10 18:59:28.358015 [ 4 ] {951f21cd-ab42-4480-aba6-2adcbcff6903} <Debug> TCPHandler: Processed in 0.007682145 sec. | ||
| 19339 | 2025.02.10 18:59:28.358360 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19340 | 2025.02.10 18:59:28.358678 [ 256 ] {2bd65a3f-a95a-4a36-9dfe-e548afa6dca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19341 | 2025.02.10 18:59:28.358746 [ 256 ] {2bd65a3f-a95a-4a36-9dfe-e548afa6dca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19342 | 2025.02.10 18:59:28.359299 [ 256 ] {2bd65a3f-a95a-4a36-9dfe-e548afa6dca9} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19343 | 2025.02.10 18:59:28.359372 [ 256 ] {2bd65a3f-a95a-4a36-9dfe-e548afa6dca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19344 | 2025.02.10 18:59:28.359802 [ 256 ] {2bd65a3f-a95a-4a36-9dfe-e548afa6dca9} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 19345 | 2025.02.10 18:59:28.360068 [ 256 ] {2bd65a3f-a95a-4a36-9dfe-e548afa6dca9} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19346 | 2025.02.10 18:59:28.360298 [ 256 ] {2bd65a3f-a95a-4a36-9dfe-e548afa6dca9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001723 sec., 34822.98316889147 rows/sec., 2.35 MiB/sec. | ||
| 19347 | 2025.02.10 18:59:28.360361 [ 256 ] {2bd65a3f-a95a-4a36-9dfe-e548afa6dca9} <Debug> TCPHandler: Processed in 0.002213823 sec. | ||
| 19348 | 2025.02.10 18:59:28.361049 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 686 | ||
| 19349 | 2025.02.10 18:59:28.365420 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_154_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46213 rows, containing 5 columns (5 merged, 0 gathered) in 0.015138976 sec., 3052584.269900421 rows/sec., 206.11 MiB/sec. | ||
| 19350 | 2025.02.10 18:59:28.365940 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_154_32} <Trace> MergedBlockOutputStream: filled checksums all_1_154_32 (state Temporary) | ||
| 19351 | 2025.02.10 18:59:28.366566 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_154_32} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_154_32 to all_1_154_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19352 | 2025.02.10 18:59:28.366730 [ 191 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_154_32} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 5 parts: [all_1_150_31, all_154_154_0] -> all_1_154_32 | ||
| 19353 | 2025.02.10 18:59:28.366877 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
| 19354 | 2025.02.10 18:59:28.386439 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19355 | 2025.02.10 18:59:28.386480 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19356 | 2025.02.10 18:59:28.394061 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 19357 | 2025.02.10 18:59:28.394874 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19358 | 2025.02.10 18:59:28.395174 [ 127 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 19359 | 2025.02.10 18:59:28.395255 [ 127 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19360 | 2025.02.10 18:59:28.395303 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19361 | 2025.02.10 18:59:28.396393 [ 196 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 19362 | 2025.02.10 18:59:28.412510 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 686 | ||
| 19363 | 2025.02.10 18:59:28.414028 [ 196 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19364 | 2025.02.10 18:59:28.415757 [ 196 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 649 rows starting from the beginning of the part | ||
| 19365 | 2025.02.10 18:59:28.422036 [ 196 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 7 rows starting from the beginning of the part | ||
| 19366 | 2025.02.10 18:59:28.428265 [ 196 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part | ||
| 19367 | 2025.02.10 18:59:28.434526 [ 196 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 7 rows starting from the beginning of the part | ||
| 19368 | 2025.02.10 18:59:28.440816 [ 196 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part | ||
| 19369 | 2025.02.10 18:59:28.447133 [ 196 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 7 rows starting from the beginning of the part | ||
| 19370 | 2025.02.10 18:59:28.513496 [ 191 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.118048358 sec., 5811.1778225665785 rows/sec., 30.05 MiB/sec. | ||
| 19371 | 2025.02.10 18:59:28.516062 [ 200 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 19372 | 2025.02.10 18:59:28.518530 [ 200 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_91_18} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19373 | 2025.02.10 18:59:28.518641 [ 200 ] {d4957e31-240a-495a-b7e9-9d8fc1420a5a::all_1_91_18} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 19374 | 2025.02.10 18:59:28.520232 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 19375 | 2025.02.10 18:59:29.000233 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.68 MiB, peak 292.11 MiB, free memory in arenas 0.00 B, will set to 273.17 MiB (RSS), difference: -1.51 MiB | ||
| 19376 | 2025.02.10 18:59:32.608370 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 19377 | 2025.02.10 18:59:32.608455 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 19378 | 2025.02.10 18:59:32.846882 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42151 | ||
| 19379 | 2025.02.10 18:59:32.848015 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19380 | 2025.02.10 18:59:32.848118 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19381 | 2025.02.10 18:59:32.848800 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 19382 | 2025.02.10 18:59:32.849061 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19383 | 2025.02.10 18:59:32.849290 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42151 | ||
| 19384 | 2025.02.10 18:59:33.103747 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2722 | ||
| 19385 | 2025.02.10 18:59:33.107037 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19386 | 2025.02.10 18:59:33.107089 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19387 | 2025.02.10 18:59:33.108624 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 19388 | 2025.02.10 18:59:33.108932 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19389 | 2025.02.10 18:59:33.110371 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2722 | ||
| 19390 | 2025.02.10 18:59:33.347823 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19391 | 2025.02.10 18:59:33.348031 [ 4 ] {fe35f83d-631e-4963-a5e4-cff148c0e015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19392 | 2025.02.10 18:59:33.348110 [ 4 ] {fe35f83d-631e-4963-a5e4-cff148c0e015} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19393 | 2025.02.10 18:59:33.348942 [ 4 ] {fe35f83d-631e-4963-a5e4-cff148c0e015} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19394 | 2025.02.10 18:59:33.348997 [ 4 ] {fe35f83d-631e-4963-a5e4-cff148c0e015} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19395 | 2025.02.10 18:59:33.349446 [ 4 ] {fe35f83d-631e-4963-a5e4-cff148c0e015} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 19396 | 2025.02.10 18:59:33.349707 [ 4 ] {fe35f83d-631e-4963-a5e4-cff148c0e015} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19397 | 2025.02.10 18:59:33.349948 [ 4 ] {fe35f83d-631e-4963-a5e4-cff148c0e015} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001972 sec., 7099.3914807302235 rows/sec., 511.06 KiB/sec. | ||
| 19398 | 2025.02.10 18:59:33.350013 [ 4 ] {fe35f83d-631e-4963-a5e4-cff148c0e015} <Debug> TCPHandler: Processed in 0.002306096 sec. | ||
| 19399 | 2025.02.10 18:59:33.350339 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19400 | 2025.02.10 18:59:33.350651 [ 256 ] {d7cf8c27-c650-42d1-ae8c-421a568207fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19401 | 2025.02.10 18:59:33.350769 [ 256 ] {d7cf8c27-c650-42d1-ae8c-421a568207fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19402 | 2025.02.10 18:59:33.351741 [ 256 ] {d7cf8c27-c650-42d1-ae8c-421a568207fe} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19403 | 2025.02.10 18:59:33.351789 [ 256 ] {d7cf8c27-c650-42d1-ae8c-421a568207fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19404 | 2025.02.10 18:59:33.352264 [ 256 ] {d7cf8c27-c650-42d1-ae8c-421a568207fe} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 19405 | 2025.02.10 18:59:33.352543 [ 256 ] {d7cf8c27-c650-42d1-ae8c-421a568207fe} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19406 | 2025.02.10 18:59:33.352750 [ 120 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 19407 | 2025.02.10 18:59:33.352820 [ 256 ] {d7cf8c27-c650-42d1-ae8c-421a568207fe} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.002253 sec., 121171.7709720373 rows/sec., 10.68 MiB/sec. | ||
| 19408 | 2025.02.10 18:59:33.352842 [ 120 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19409 | 2025.02.10 18:59:33.352925 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19410 | 2025.02.10 18:59:33.352987 [ 256 ] {d7cf8c27-c650-42d1-ae8c-421a568207fe} <Debug> TCPHandler: Processed in 0.002834419 sec. | ||
| 19411 | 2025.02.10 18:59:33.353287 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19412 | 2025.02.10 18:59:33.353357 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 19413 | 2025.02.10 18:59:33.353680 [ 4 ] {fba54a2a-aada-4145-952d-33b5a1087f7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19414 | 2025.02.10 18:59:33.353899 [ 4 ] {fba54a2a-aada-4145-952d-33b5a1087f7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19415 | 2025.02.10 18:59:33.353924 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19416 | 2025.02.10 18:59:33.354074 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1432 rows starting from the beginning of the part | ||
| 19417 | 2025.02.10 18:59:33.354535 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 273 rows starting from the beginning of the part | ||
| 19418 | 2025.02.10 18:59:33.354980 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 66 rows starting from the beginning of the part | ||
| 19419 | 2025.02.10 18:59:33.355497 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 278 rows starting from the beginning of the part | ||
| 19420 | 2025.02.10 18:59:33.355971 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 66 rows starting from the beginning of the part | ||
| 19421 | 2025.02.10 18:59:33.356446 [ 191 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 273 rows starting from the beginning of the part | ||
| 19422 | 2025.02.10 18:59:33.358167 [ 4 ] {fba54a2a-aada-4145-952d-33b5a1087f7c} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19423 | 2025.02.10 18:59:33.358236 [ 4 ] {fba54a2a-aada-4145-952d-33b5a1087f7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19424 | 2025.02.10 18:59:33.359219 [ 4 ] {fba54a2a-aada-4145-952d-33b5a1087f7c} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 19425 | 2025.02.10 18:59:33.359580 [ 4 ] {fba54a2a-aada-4145-952d-33b5a1087f7c} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19426 | 2025.02.10 18:59:33.360036 [ 4 ] {fba54a2a-aada-4145-952d-33b5a1087f7c} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.006502 sec., 6459.550907413104 rows/sec., 474.91 KiB/sec. | ||
| 19427 | 2025.02.10 18:59:33.360470 [ 4 ] {fba54a2a-aada-4145-952d-33b5a1087f7c} <Debug> TCPHandler: Processed in 0.007358888 sec. | ||
| 19428 | 2025.02.10 18:59:33.360776 [ 193 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2388 rows, containing 5 columns (5 merged, 0 gathered) in 0.007684645 sec., 310749.55316738767 rows/sec., 27.60 MiB/sec. | ||
| 19429 | 2025.02.10 18:59:33.360872 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19430 | 2025.02.10 18:59:33.361299 [ 193 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 19431 | 2025.02.10 18:59:33.361319 [ 256 ] {b72c72f0-d669-4862-b722-da0f92788aa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19432 | 2025.02.10 18:59:33.361492 [ 256 ] {b72c72f0-d669-4862-b722-da0f92788aa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19433 | 2025.02.10 18:59:33.361890 [ 193 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_156_31} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19434 | 2025.02.10 18:59:33.362003 [ 193 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_156_31} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 19435 | 2025.02.10 18:59:33.362104 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 19436 | 2025.02.10 18:59:33.362359 [ 256 ] {b72c72f0-d669-4862-b722-da0f92788aa0} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19437 | 2025.02.10 18:59:33.362400 [ 256 ] {b72c72f0-d669-4862-b722-da0f92788aa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19438 | 2025.02.10 18:59:33.362767 [ 256 ] {b72c72f0-d669-4862-b722-da0f92788aa0} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 19439 | 2025.02.10 18:59:33.363026 [ 256 ] {b72c72f0-d669-4862-b722-da0f92788aa0} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19440 | 2025.02.10 18:59:33.363240 [ 256 ] {b72c72f0-d669-4862-b722-da0f92788aa0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002052 sec., 6822.612085769981 rows/sec., 477.81 KiB/sec. | ||
| 19441 | 2025.02.10 18:59:33.363294 [ 256 ] {b72c72f0-d669-4862-b722-da0f92788aa0} <Debug> TCPHandler: Processed in 0.002698455 sec. | ||
| 19442 | 2025.02.10 18:59:33.363434 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19443 | 2025.02.10 18:59:33.363561 [ 4 ] {d1f05de9-c09c-4392-bf53-7b456980fff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19444 | 2025.02.10 18:59:33.363613 [ 4 ] {d1f05de9-c09c-4392-bf53-7b456980fff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19445 | 2025.02.10 18:59:33.364203 [ 4 ] {d1f05de9-c09c-4392-bf53-7b456980fff8} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19446 | 2025.02.10 18:59:33.364244 [ 4 ] {d1f05de9-c09c-4392-bf53-7b456980fff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19447 | 2025.02.10 18:59:33.364629 [ 4 ] {d1f05de9-c09c-4392-bf53-7b456980fff8} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 19448 | 2025.02.10 18:59:33.364878 [ 4 ] {d1f05de9-c09c-4392-bf53-7b456980fff8} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19449 | 2025.02.10 18:59:33.365119 [ 4 ] {d1f05de9-c09c-4392-bf53-7b456980fff8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001582 sec., 8217.446270543614 rows/sec., 512.36 KiB/sec. | ||
| 19450 | 2025.02.10 18:59:33.365228 [ 4 ] {d1f05de9-c09c-4392-bf53-7b456980fff8} <Debug> TCPHandler: Processed in 0.001853535 sec. | ||
| 19451 | 2025.02.10 18:59:33.365513 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19452 | 2025.02.10 18:59:33.365770 [ 256 ] {b7996147-736d-4a1c-8f34-387b35d95789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19453 | 2025.02.10 18:59:33.365866 [ 256 ] {b7996147-736d-4a1c-8f34-387b35d95789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19454 | 2025.02.10 18:59:33.366685 [ 256 ] {b7996147-736d-4a1c-8f34-387b35d95789} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19455 | 2025.02.10 18:59:33.366725 [ 256 ] {b7996147-736d-4a1c-8f34-387b35d95789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19456 | 2025.02.10 18:59:33.367112 [ 256 ] {b7996147-736d-4a1c-8f34-387b35d95789} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 19457 | 2025.02.10 18:59:33.367355 [ 256 ] {b7996147-736d-4a1c-8f34-387b35d95789} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19458 | 2025.02.10 18:59:33.367521 [ 120 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 19459 | 2025.02.10 18:59:33.367583 [ 120 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19460 | 2025.02.10 18:59:33.367598 [ 256 ] {b7996147-736d-4a1c-8f34-387b35d95789} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001871 sec., 222875.4676643506 rows/sec., 15.91 MiB/sec. | ||
| 19461 | 2025.02.10 18:59:33.367623 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19462 | 2025.02.10 18:59:33.367747 [ 256 ] {b7996147-736d-4a1c-8f34-387b35d95789} <Debug> TCPHandler: Processed in 0.002423889 sec. | ||
| 19463 | 2025.02.10 18:59:33.367890 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 19464 | 2025.02.10 18:59:33.367968 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19465 | 2025.02.10 18:59:33.368183 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19466 | 2025.02.10 18:59:33.368228 [ 4 ] {41cdf6c6-7198-4506-b72b-46a5692a9dba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19467 | 2025.02.10 18:59:33.368254 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 914 rows starting from the beginning of the part | ||
| 19468 | 2025.02.10 18:59:33.368344 [ 4 ] {41cdf6c6-7198-4506-b72b-46a5692a9dba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19469 | 2025.02.10 18:59:33.368622 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 417 rows starting from the beginning of the part | ||
| 19470 | 2025.02.10 18:59:33.369069 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 69 rows starting from the beginning of the part | ||
| 19471 | 2025.02.10 18:59:33.369511 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 427 rows starting from the beginning of the part | ||
| 19472 | 2025.02.10 18:59:33.369802 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 69 rows starting from the beginning of the part | ||
| 19473 | 2025.02.10 18:59:33.370112 [ 188 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 417 rows starting from the beginning of the part | ||
| 19474 | 2025.02.10 18:59:33.370840 [ 4 ] {41cdf6c6-7198-4506-b72b-46a5692a9dba} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19475 | 2025.02.10 18:59:33.370901 [ 4 ] {41cdf6c6-7198-4506-b72b-46a5692a9dba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19476 | 2025.02.10 18:59:33.371753 [ 4 ] {41cdf6c6-7198-4506-b72b-46a5692a9dba} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 19477 | 2025.02.10 18:59:33.372337 [ 4 ] {41cdf6c6-7198-4506-b72b-46a5692a9dba} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19478 | 2025.02.10 18:59:33.372725 [ 4 ] {41cdf6c6-7198-4506-b72b-46a5692a9dba} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004564 sec., 1314.6362839614371 rows/sec., 68.68 KiB/sec. | ||
| 19479 | 2025.02.10 18:59:33.372791 [ 4 ] {41cdf6c6-7198-4506-b72b-46a5692a9dba} <Debug> TCPHandler: Processed in 0.00494773 sec. | ||
| 19480 | 2025.02.10 18:59:33.373113 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19481 | 2025.02.10 18:59:33.373218 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2313 rows, containing 5 columns (5 merged, 0 gathered) in 0.005462851 sec., 423405.28782498365 rows/sec., 32.25 MiB/sec. | ||
| 19482 | 2025.02.10 18:59:33.373371 [ 256 ] {5a24d8e3-846f-41ad-b2f5-6bd2878ba07d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19483 | 2025.02.10 18:59:33.373484 [ 256 ] {5a24d8e3-846f-41ad-b2f5-6bd2878ba07d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19484 | 2025.02.10 18:59:33.373547 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 19485 | 2025.02.10 18:59:33.374178 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_156_31} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19486 | 2025.02.10 18:59:33.374298 [ 201 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_156_31} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 19487 | 2025.02.10 18:59:33.374418 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 19488 | 2025.02.10 18:59:33.374554 [ 256 ] {5a24d8e3-846f-41ad-b2f5-6bd2878ba07d} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19489 | 2025.02.10 18:59:33.374593 [ 256 ] {5a24d8e3-846f-41ad-b2f5-6bd2878ba07d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19490 | 2025.02.10 18:59:33.374983 [ 256 ] {5a24d8e3-846f-41ad-b2f5-6bd2878ba07d} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 19491 | 2025.02.10 18:59:33.375227 [ 256 ] {5a24d8e3-846f-41ad-b2f5-6bd2878ba07d} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19492 | 2025.02.10 18:59:33.375442 [ 256 ] {5a24d8e3-846f-41ad-b2f5-6bd2878ba07d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00213 sec., 111267.60563380281 rows/sec., 7.46 MiB/sec. | ||
| 19493 | 2025.02.10 18:59:33.375495 [ 256 ] {5a24d8e3-846f-41ad-b2f5-6bd2878ba07d} <Debug> TCPHandler: Processed in 0.002568802 sec. | ||
| 19494 | 2025.02.10 18:59:33.375642 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19495 | 2025.02.10 18:59:33.375784 [ 4 ] {8b5e1604-2956-46fc-8c62-585351e77caf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19496 | 2025.02.10 18:59:33.375847 [ 4 ] {8b5e1604-2956-46fc-8c62-585351e77caf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19497 | 2025.02.10 18:59:33.376338 [ 4 ] {8b5e1604-2956-46fc-8c62-585351e77caf} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19498 | 2025.02.10 18:59:33.376377 [ 4 ] {8b5e1604-2956-46fc-8c62-585351e77caf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19499 | 2025.02.10 18:59:33.376743 [ 4 ] {8b5e1604-2956-46fc-8c62-585351e77caf} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 19500 | 2025.02.10 18:59:33.376980 [ 4 ] {8b5e1604-2956-46fc-8c62-585351e77caf} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19501 | 2025.02.10 18:59:33.377203 [ 4 ] {8b5e1604-2956-46fc-8c62-585351e77caf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001451 sec., 689.1798759476223 rows/sec., 46.44 KiB/sec. | ||
| 19502 | 2025.02.10 18:59:33.377256 [ 4 ] {8b5e1604-2956-46fc-8c62-585351e77caf} <Debug> TCPHandler: Processed in 0.00168213 sec. | ||
| 19503 | 2025.02.10 18:59:33.377449 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19504 | 2025.02.10 18:59:33.377674 [ 256 ] {ca21b1bc-dd83-4354-8a47-b52e0302bffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19505 | 2025.02.10 18:59:33.377815 [ 256 ] {ca21b1bc-dd83-4354-8a47-b52e0302bffa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19506 | 2025.02.10 18:59:33.379087 [ 256 ] {ca21b1bc-dd83-4354-8a47-b52e0302bffa} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19507 | 2025.02.10 18:59:33.379125 [ 256 ] {ca21b1bc-dd83-4354-8a47-b52e0302bffa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19508 | 2025.02.10 18:59:33.379797 [ 256 ] {ca21b1bc-dd83-4354-8a47-b52e0302bffa} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 19509 | 2025.02.10 18:59:33.380064 [ 256 ] {ca21b1bc-dd83-4354-8a47-b52e0302bffa} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19510 | 2025.02.10 18:59:33.380321 [ 256 ] {ca21b1bc-dd83-4354-8a47-b52e0302bffa} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002701 sec., 12958.163643095151 rows/sec., 23.22 MiB/sec. | ||
| 19511 | 2025.02.10 18:59:33.380417 [ 256 ] {ca21b1bc-dd83-4354-8a47-b52e0302bffa} <Debug> TCPHandler: Processed in 0.003082294 sec. | ||
| 19512 | 2025.02.10 18:59:33.380566 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19513 | 2025.02.10 18:59:33.380707 [ 4 ] {72d0a81e-1295-472d-97e8-6951da53ee64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19514 | 2025.02.10 18:59:33.380772 [ 4 ] {72d0a81e-1295-472d-97e8-6951da53ee64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19515 | 2025.02.10 18:59:33.381295 [ 4 ] {72d0a81e-1295-472d-97e8-6951da53ee64} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19516 | 2025.02.10 18:59:33.381335 [ 4 ] {72d0a81e-1295-472d-97e8-6951da53ee64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19517 | 2025.02.10 18:59:33.381726 [ 4 ] {72d0a81e-1295-472d-97e8-6951da53ee64} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 19518 | 2025.02.10 18:59:33.381964 [ 4 ] {72d0a81e-1295-472d-97e8-6951da53ee64} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19519 | 2025.02.10 18:59:33.382154 [ 120 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 19520 | 2025.02.10 18:59:33.382216 [ 120 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19521 | 2025.02.10 18:59:33.382220 [ 4 ] {72d0a81e-1295-472d-97e8-6951da53ee64} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001532 sec., 53524.804177545695 rows/sec., 3.40 MiB/sec. | ||
| 19522 | 2025.02.10 18:59:33.382248 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19523 | 2025.02.10 18:59:33.382408 [ 4 ] {72d0a81e-1295-472d-97e8-6951da53ee64} <Debug> TCPHandler: Processed in 0.001904116 sec. | ||
| 19524 | 2025.02.10 18:59:33.382486 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 19525 | 2025.02.10 18:59:33.382640 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19526 | 2025.02.10 18:59:33.382695 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_151_30, total 9196 rows starting from the beginning of the part | ||
| 19527 | 2025.02.10 18:59:33.382930 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 82 rows starting from the beginning of the part | ||
| 19528 | 2025.02.10 18:59:33.383246 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 60 rows starting from the beginning of the part | ||
| 19529 | 2025.02.10 18:59:33.383574 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 82 rows starting from the beginning of the part | ||
| 19530 | 2025.02.10 18:59:33.383891 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 60 rows starting from the beginning of the part | ||
| 19531 | 2025.02.10 18:59:33.384121 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 82 rows starting from the beginning of the part | ||
| 19532 | 2025.02.10 18:59:33.386808 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9562 rows, containing 4 columns (4 merged, 0 gathered) in 0.004436047 sec., 2155522.698474565 rows/sec., 140.46 MiB/sec. | ||
| 19533 | 2025.02.10 18:59:33.386972 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 19534 | 2025.02.10 18:59:33.387226 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_156_31} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19535 | 2025.02.10 18:59:33.387300 [ 186 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_156_31} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 19536 | 2025.02.10 18:59:33.387371 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.91 MiB. | ||
| 19537 | 2025.02.10 18:59:35.809653 [ 116 ] {} <Debug> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 19538 | 2025.02.10 18:59:35.809739 [ 116 ] {} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19539 | 2025.02.10 18:59:35.809766 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19540 | 2025.02.10 18:59:35.809897 [ 220 ] {} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 19541 | 2025.02.10 18:59:35.809952 [ 220 ] {} <Debug> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 19542 | 2025.02.10 18:59:35.810004 [ 187 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 19543 | 2025.02.10 18:59:35.810239 [ 187 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19544 | 2025.02.10 18:59:35.810279 [ 187 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 18 rows starting from the beginning of the part | ||
| 19545 | 2025.02.10 18:59:35.810466 [ 187 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 2 rows starting from the beginning of the part | ||
| 19546 | 2025.02.10 18:59:35.810852 [ 187 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 2 rows starting from the beginning of the part | ||
| 19547 | 2025.02.10 18:59:35.811088 [ 187 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 4 rows starting from the beginning of the part | ||
| 19548 | 2025.02.10 18:59:35.811394 [ 187 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 10 rows starting from the beginning of the part | ||
| 19549 | 2025.02.10 18:59:35.813643 [ 189 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.003781091 sec., 9521.061513727123 rows/sec., 813.57 KiB/sec. | ||
| 19550 | 2025.02.10 18:59:35.813851 [ 220 ] {} <Debug> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 19551 | 2025.02.10 18:59:35.813931 [ 189 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 19552 | 2025.02.10 18:59:35.814685 [ 189 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_41_10} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19553 | 2025.02.10 18:59:35.814788 [ 189 ] {e901e744-b055-49e7-9bee-2722e89f6c8d::all_1_41_10} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 19554 | 2025.02.10 18:59:35.814906 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 19555 | 2025.02.10 18:59:35.912607 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 694 | ||
| 19556 | 2025.02.10 18:59:35.937056 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19557 | 2025.02.10 18:59:35.937113 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19558 | 2025.02.10 18:59:35.945630 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 19559 | 2025.02.10 18:59:35.946582 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19560 | 2025.02.10 18:59:35.950651 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 694 | ||
| 19561 | 2025.02.10 18:59:36.547285 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19562 | 2025.02.10 18:59:36.547502 [ 4 ] {97708874-eeea-42cc-a7e2-52ed06fb3cde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 19563 | 2025.02.10 18:59:36.547587 [ 4 ] {97708874-eeea-42cc-a7e2-52ed06fb3cde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19564 | 2025.02.10 18:59:36.548400 [ 4 ] {97708874-eeea-42cc-a7e2-52ed06fb3cde} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19565 | 2025.02.10 18:59:36.548452 [ 4 ] {97708874-eeea-42cc-a7e2-52ed06fb3cde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19566 | 2025.02.10 18:59:36.548889 [ 4 ] {97708874-eeea-42cc-a7e2-52ed06fb3cde} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 19567 | 2025.02.10 18:59:36.549148 [ 4 ] {97708874-eeea-42cc-a7e2-52ed06fb3cde} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19568 | 2025.02.10 18:59:36.549401 [ 4 ] {97708874-eeea-42cc-a7e2-52ed06fb3cde} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001957 sec., 1021.9724067450179 rows/sec., 83.33 KiB/sec. | ||
| 19569 | 2025.02.10 18:59:36.549470 [ 4 ] {97708874-eeea-42cc-a7e2-52ed06fb3cde} <Debug> TCPHandler: Processed in 0.002324936 sec. | ||
| 19570 | 2025.02.10 18:59:36.549803 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19571 | 2025.02.10 18:59:36.550057 [ 256 ] {af2d4024-7626-41ee-9a45-06b27cb098b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19572 | 2025.02.10 18:59:36.550155 [ 256 ] {af2d4024-7626-41ee-9a45-06b27cb098b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19573 | 2025.02.10 18:59:36.551577 [ 256 ] {af2d4024-7626-41ee-9a45-06b27cb098b8} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19574 | 2025.02.10 18:59:36.551627 [ 256 ] {af2d4024-7626-41ee-9a45-06b27cb098b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19575 | 2025.02.10 18:59:36.552142 [ 256 ] {af2d4024-7626-41ee-9a45-06b27cb098b8} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 19576 | 2025.02.10 18:59:36.552401 [ 256 ] {af2d4024-7626-41ee-9a45-06b27cb098b8} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19577 | 2025.02.10 18:59:36.552633 [ 256 ] {af2d4024-7626-41ee-9a45-06b27cb098b8} <Debug> executeQuery: Read 1207 rows, 102.02 KiB in 0.00265 sec., 455471.69811320753 rows/sec., 37.59 MiB/sec. | ||
| 19578 | 2025.02.10 18:59:36.552691 [ 256 ] {af2d4024-7626-41ee-9a45-06b27cb098b8} <Debug> TCPHandler: Processed in 0.003060474 sec. | ||
| 19579 | 2025.02.10 18:59:36.552857 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19580 | 2025.02.10 18:59:36.553004 [ 4 ] {dde0503b-cc73-48f5-9c34-6be298704ee6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19581 | 2025.02.10 18:59:36.553067 [ 4 ] {dde0503b-cc73-48f5-9c34-6be298704ee6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19582 | 2025.02.10 18:59:36.553689 [ 4 ] {dde0503b-cc73-48f5-9c34-6be298704ee6} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19583 | 2025.02.10 18:59:36.553729 [ 4 ] {dde0503b-cc73-48f5-9c34-6be298704ee6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19584 | 2025.02.10 18:59:36.554104 [ 4 ] {dde0503b-cc73-48f5-9c34-6be298704ee6} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 19585 | 2025.02.10 18:59:36.554346 [ 4 ] {dde0503b-cc73-48f5-9c34-6be298704ee6} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19586 | 2025.02.10 18:59:36.554562 [ 4 ] {dde0503b-cc73-48f5-9c34-6be298704ee6} <Debug> executeQuery: Read 7 rows, 528.00 B in 0.001594 sec., 4391.468005018821 rows/sec., 323.48 KiB/sec. | ||
| 19587 | 2025.02.10 18:59:36.554615 [ 4 ] {dde0503b-cc73-48f5-9c34-6be298704ee6} <Debug> TCPHandler: Processed in 0.001826824 sec. | ||
| 19588 | 2025.02.10 18:59:36.554772 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19589 | 2025.02.10 18:59:36.554891 [ 256 ] {4438d321-3971-409a-9684-fd1a6d2ba4a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19590 | 2025.02.10 18:59:36.554941 [ 256 ] {4438d321-3971-409a-9684-fd1a6d2ba4a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19591 | 2025.02.10 18:59:36.555603 [ 256 ] {4438d321-3971-409a-9684-fd1a6d2ba4a1} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19592 | 2025.02.10 18:59:36.555642 [ 256 ] {4438d321-3971-409a-9684-fd1a6d2ba4a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19593 | 2025.02.10 18:59:36.556010 [ 256 ] {4438d321-3971-409a-9684-fd1a6d2ba4a1} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 19594 | 2025.02.10 18:59:36.556261 [ 256 ] {4438d321-3971-409a-9684-fd1a6d2ba4a1} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19595 | 2025.02.10 18:59:36.556470 [ 256 ] {4438d321-3971-409a-9684-fd1a6d2ba4a1} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001604 sec., 142144.63840399001 rows/sec., 9.62 MiB/sec. | ||
| 19596 | 2025.02.10 18:59:36.556523 [ 256 ] {4438d321-3971-409a-9684-fd1a6d2ba4a1} <Debug> TCPHandler: Processed in 0.001810363 sec. | ||
| 19597 | 2025.02.10 18:59:36.556687 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19598 | 2025.02.10 18:59:36.556826 [ 4 ] {0f501418-4ba7-43e1-b688-9ab349ff94a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19599 | 2025.02.10 18:59:36.556884 [ 4 ] {0f501418-4ba7-43e1-b688-9ab349ff94a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19600 | 2025.02.10 18:59:36.557757 [ 4 ] {0f501418-4ba7-43e1-b688-9ab349ff94a7} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19601 | 2025.02.10 18:59:36.557797 [ 4 ] {0f501418-4ba7-43e1-b688-9ab349ff94a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19602 | 2025.02.10 18:59:36.558194 [ 4 ] {0f501418-4ba7-43e1-b688-9ab349ff94a7} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 19603 | 2025.02.10 18:59:36.558444 [ 4 ] {0f501418-4ba7-43e1-b688-9ab349ff94a7} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19604 | 2025.02.10 18:59:36.558687 [ 4 ] {0f501418-4ba7-43e1-b688-9ab349ff94a7} <Debug> executeQuery: Read 527 rows, 39.97 KiB in 0.00188 sec., 280319.1489361702 rows/sec., 20.76 MiB/sec. | ||
| 19605 | 2025.02.10 18:59:36.558751 [ 4 ] {0f501418-4ba7-43e1-b688-9ab349ff94a7} <Debug> TCPHandler: Processed in 0.002129811 sec. | ||
| 19606 | 2025.02.10 18:59:36.558961 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19607 | 2025.02.10 18:59:36.559344 [ 256 ] {326d89b0-943b-43ff-a203-4f782a7ad703} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19608 | 2025.02.10 18:59:36.559538 [ 256 ] {326d89b0-943b-43ff-a203-4f782a7ad703} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19609 | 2025.02.10 18:59:36.560728 [ 256 ] {326d89b0-943b-43ff-a203-4f782a7ad703} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19610 | 2025.02.10 18:59:36.560768 [ 256 ] {326d89b0-943b-43ff-a203-4f782a7ad703} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19611 | 2025.02.10 18:59:36.561228 [ 256 ] {326d89b0-943b-43ff-a203-4f782a7ad703} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 19612 | 2025.02.10 18:59:36.561479 [ 256 ] {326d89b0-943b-43ff-a203-4f782a7ad703} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19613 | 2025.02.10 18:59:36.561692 [ 256 ] {326d89b0-943b-43ff-a203-4f782a7ad703} <Debug> executeQuery: Read 965 rows, 66.32 KiB in 0.00248 sec., 389112.9032258064 rows/sec., 26.12 MiB/sec. | ||
| 19614 | 2025.02.10 18:59:36.561744 [ 256 ] {326d89b0-943b-43ff-a203-4f782a7ad703} <Debug> TCPHandler: Processed in 0.00288617 sec. | ||
| 19615 | 2025.02.10 18:59:36.561899 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19616 | 2025.02.10 18:59:36.562039 [ 4 ] {46afa6ca-1d30-4ce2-b979-c23463f7421f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19617 | 2025.02.10 18:59:36.562133 [ 4 ] {46afa6ca-1d30-4ce2-b979-c23463f7421f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19618 | 2025.02.10 18:59:36.563418 [ 4 ] {46afa6ca-1d30-4ce2-b979-c23463f7421f} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19619 | 2025.02.10 18:59:36.563456 [ 4 ] {46afa6ca-1d30-4ce2-b979-c23463f7421f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19620 | 2025.02.10 18:59:36.564083 [ 4 ] {46afa6ca-1d30-4ce2-b979-c23463f7421f} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 19621 | 2025.02.10 18:59:36.564335 [ 4 ] {46afa6ca-1d30-4ce2-b979-c23463f7421f} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19622 | 2025.02.10 18:59:36.564587 [ 4 ] {46afa6ca-1d30-4ce2-b979-c23463f7421f} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.00258 sec., 1937.9844961240312 rows/sec., 3.47 MiB/sec. | ||
| 19623 | 2025.02.10 18:59:36.564684 [ 4 ] {46afa6ca-1d30-4ce2-b979-c23463f7421f} <Debug> TCPHandler: Processed in 0.002852239 sec. | ||
| 19624 | 2025.02.10 18:59:36.564865 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19625 | 2025.02.10 18:59:36.565037 [ 256 ] {060b9224-9f28-42be-a023-5badd0b8b1f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19626 | 2025.02.10 18:59:36.565111 [ 256 ] {060b9224-9f28-42be-a023-5badd0b8b1f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19627 | 2025.02.10 18:59:36.565624 [ 256 ] {060b9224-9f28-42be-a023-5badd0b8b1f2} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19628 | 2025.02.10 18:59:36.565663 [ 256 ] {060b9224-9f28-42be-a023-5badd0b8b1f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19629 | 2025.02.10 18:59:36.566051 [ 256 ] {060b9224-9f28-42be-a023-5badd0b8b1f2} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 19630 | 2025.02.10 18:59:36.566288 [ 256 ] {060b9224-9f28-42be-a023-5badd0b8b1f2} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19631 | 2025.02.10 18:59:36.566506 [ 256 ] {060b9224-9f28-42be-a023-5badd0b8b1f2} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001508 sec., 29177.718832891245 rows/sec., 1.96 MiB/sec. | ||
| 19632 | 2025.02.10 18:59:36.566555 [ 256 ] {060b9224-9f28-42be-a023-5badd0b8b1f2} <Debug> TCPHandler: Processed in 0.001774942 sec. | ||
| 19633 | 2025.02.10 18:59:38.335765 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19634 | 2025.02.10 18:59:38.335955 [ 4 ] {16135ab6-d1e2-4718-8ca0-1def3f6cf2ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19635 | 2025.02.10 18:59:38.336030 [ 4 ] {16135ab6-d1e2-4718-8ca0-1def3f6cf2ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19636 | 2025.02.10 18:59:38.336838 [ 4 ] {16135ab6-d1e2-4718-8ca0-1def3f6cf2ed} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19637 | 2025.02.10 18:59:38.336889 [ 4 ] {16135ab6-d1e2-4718-8ca0-1def3f6cf2ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19638 | 2025.02.10 18:59:38.337321 [ 4 ] {16135ab6-d1e2-4718-8ca0-1def3f6cf2ed} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 19639 | 2025.02.10 18:59:38.337580 [ 4 ] {16135ab6-d1e2-4718-8ca0-1def3f6cf2ed} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19640 | 2025.02.10 18:59:38.337789 [ 4 ] {16135ab6-d1e2-4718-8ca0-1def3f6cf2ed} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001886 sec., 29692.470837751855 rows/sec., 2.28 MiB/sec. | ||
| 19641 | 2025.02.10 18:59:38.337857 [ 4 ] {16135ab6-d1e2-4718-8ca0-1def3f6cf2ed} <Debug> TCPHandler: Processed in 0.002223713 sec. | ||
| 19642 | 2025.02.10 18:59:38.338144 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19643 | 2025.02.10 18:59:38.338339 [ 256 ] {ebf9fe35-7da1-40d4-b6ff-5224aed966d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19644 | 2025.02.10 18:59:38.338416 [ 256 ] {ebf9fe35-7da1-40d4-b6ff-5224aed966d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19645 | 2025.02.10 18:59:38.339233 [ 256 ] {ebf9fe35-7da1-40d4-b6ff-5224aed966d4} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19646 | 2025.02.10 18:59:38.339285 [ 256 ] {ebf9fe35-7da1-40d4-b6ff-5224aed966d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19647 | 2025.02.10 18:59:38.339735 [ 256 ] {ebf9fe35-7da1-40d4-b6ff-5224aed966d4} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 19648 | 2025.02.10 18:59:38.340003 [ 256 ] {ebf9fe35-7da1-40d4-b6ff-5224aed966d4} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19649 | 2025.02.10 18:59:38.340245 [ 256 ] {ebf9fe35-7da1-40d4-b6ff-5224aed966d4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001961 sec., 32636.40999490056 rows/sec., 2.55 MiB/sec. | ||
| 19650 | 2025.02.10 18:59:38.340304 [ 256 ] {ebf9fe35-7da1-40d4-b6ff-5224aed966d4} <Debug> TCPHandler: Processed in 0.002302495 sec. | ||
| 19651 | 2025.02.10 18:59:38.340492 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19652 | 2025.02.10 18:59:38.340646 [ 4 ] {9b43c125-26d4-42b0-bed9-6383ae133c55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19653 | 2025.02.10 18:59:38.340714 [ 4 ] {9b43c125-26d4-42b0-bed9-6383ae133c55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19654 | 2025.02.10 18:59:38.341358 [ 4 ] {9b43c125-26d4-42b0-bed9-6383ae133c55} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19655 | 2025.02.10 18:59:38.341397 [ 4 ] {9b43c125-26d4-42b0-bed9-6383ae133c55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19656 | 2025.02.10 18:59:38.341824 [ 4 ] {9b43c125-26d4-42b0-bed9-6383ae133c55} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 19657 | 2025.02.10 18:59:38.342076 [ 4 ] {9b43c125-26d4-42b0-bed9-6383ae133c55} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19658 | 2025.02.10 18:59:38.342267 [ 4 ] {9b43c125-26d4-42b0-bed9-6383ae133c55} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.00166 sec., 25301.204819277107 rows/sec., 1.76 MiB/sec. | ||
| 19659 | 2025.02.10 18:59:38.342326 [ 4 ] {9b43c125-26d4-42b0-bed9-6383ae133c55} <Debug> TCPHandler: Processed in 0.001903426 sec. | ||
| 19660 | 2025.02.10 18:59:38.342530 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19661 | 2025.02.10 18:59:38.342736 [ 256 ] {b143a8bf-5d29-4dfe-b604-d5cf23d2d637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19662 | 2025.02.10 18:59:38.342827 [ 256 ] {b143a8bf-5d29-4dfe-b604-d5cf23d2d637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19663 | 2025.02.10 18:59:38.343491 [ 256 ] {b143a8bf-5d29-4dfe-b604-d5cf23d2d637} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19664 | 2025.02.10 18:59:38.343530 [ 256 ] {b143a8bf-5d29-4dfe-b604-d5cf23d2d637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 19665 | 2025.02.10 18:59:38.343910 [ 256 ] {b143a8bf-5d29-4dfe-b604-d5cf23d2d637} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 19666 | 2025.02.10 18:59:38.344156 [ 256 ] {b143a8bf-5d29-4dfe-b604-d5cf23d2d637} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19667 | 2025.02.10 18:59:38.344391 [ 256 ] {b143a8bf-5d29-4dfe-b604-d5cf23d2d637} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001701 sec., 9406.23162845385 rows/sec., 652.19 KiB/sec. | ||
| 19668 | 2025.02.10 18:59:38.344483 [ 222 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19669 | 2025.02.10 18:59:38.344488 [ 256 ] {b143a8bf-5d29-4dfe-b604-d5cf23d2d637} <Debug> TCPHandler: Processed in 0.002054709 sec. | ||
| 19670 | 2025.02.10 18:59:38.344547 [ 222 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19671 | 2025.02.10 18:59:38.347609 [ 222 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19672 | 2025.02.10 18:59:38.845417 [ 225 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19673 | 2025.02.10 18:59:38.845486 [ 225 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19674 | 2025.02.10 18:59:38.847560 [ 225 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19675 | 2025.02.10 18:59:39.168138 [ 224 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19676 | 2025.02.10 18:59:39.168196 [ 224 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19677 | 2025.02.10 18:59:39.170447 [ 224 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19678 | 2025.02.10 18:59:39.436647 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19679 | 2025.02.10 18:59:39.436706 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19680 | 2025.02.10 18:59:39.438757 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19681 | 2025.02.10 18:59:40.349444 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42639 | ||
| 19682 | 2025.02.10 18:59:40.350156 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19683 | 2025.02.10 18:59:40.350210 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 19684 | 2025.02.10 18:59:40.350777 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 19685 | 2025.02.10 18:59:40.351049 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19686 | 2025.02.10 18:59:40.351282 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42639 | ||
| 19687 | 2025.02.10 18:59:43.074028 [ 222 ] {} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19688 | 2025.02.10 18:59:43.074104 [ 222 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19689 | 2025.02.10 18:59:43.076071 [ 222 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19690 | 2025.02.10 18:59:43.110594 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2768 | ||
| 19691 | 2025.02.10 18:59:43.114018 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19692 | 2025.02.10 18:59:43.114069 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19693 | 2025.02.10 18:59:43.115645 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 19694 | 2025.02.10 18:59:43.115959 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19695 | 2025.02.10 18:59:43.116257 [ 222 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19696 | 2025.02.10 18:59:43.116303 [ 222 ] {} <Debug> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19697 | 2025.02.10 18:59:43.116787 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2768 | ||
| 19698 | 2025.02.10 18:59:43.118521 [ 222 ] {} <Debug> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19699 | 2025.02.10 18:59:43.348778 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19700 | 2025.02.10 18:59:43.348966 [ 4 ] {223111d1-723e-45c8-975d-421e39ff8594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19701 | 2025.02.10 18:59:43.349040 [ 4 ] {223111d1-723e-45c8-975d-421e39ff8594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19702 | 2025.02.10 18:59:43.349782 [ 4 ] {223111d1-723e-45c8-975d-421e39ff8594} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19703 | 2025.02.10 18:59:43.349835 [ 4 ] {223111d1-723e-45c8-975d-421e39ff8594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19704 | 2025.02.10 18:59:43.350276 [ 4 ] {223111d1-723e-45c8-975d-421e39ff8594} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 19705 | 2025.02.10 18:59:43.350529 [ 4 ] {223111d1-723e-45c8-975d-421e39ff8594} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19706 | 2025.02.10 18:59:43.350802 [ 4 ] {223111d1-723e-45c8-975d-421e39ff8594} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001879 sec., 7450.7716870675895 rows/sec., 536.36 KiB/sec. | ||
| 19707 | 2025.02.10 18:59:43.350879 [ 4 ] {223111d1-723e-45c8-975d-421e39ff8594} <Debug> TCPHandler: Processed in 0.002222944 sec. | ||
| 19708 | 2025.02.10 18:59:43.351244 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19709 | 2025.02.10 18:59:43.351445 [ 256 ] {4ec3a31a-e036-4f9b-910b-fafc742cbf5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19710 | 2025.02.10 18:59:43.351522 [ 256 ] {4ec3a31a-e036-4f9b-910b-fafc742cbf5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19711 | 2025.02.10 18:59:43.352486 [ 256 ] {4ec3a31a-e036-4f9b-910b-fafc742cbf5d} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19712 | 2025.02.10 18:59:43.352541 [ 256 ] {4ec3a31a-e036-4f9b-910b-fafc742cbf5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19713 | 2025.02.10 18:59:43.353040 [ 256 ] {4ec3a31a-e036-4f9b-910b-fafc742cbf5d} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 19714 | 2025.02.10 18:59:43.353317 [ 256 ] {4ec3a31a-e036-4f9b-910b-fafc742cbf5d} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19715 | 2025.02.10 18:59:43.353548 [ 256 ] {4ec3a31a-e036-4f9b-910b-fafc742cbf5d} <Debug> executeQuery: Read 275 rows, 24.83 KiB in 0.002154 sec., 127669.452181987 rows/sec., 11.26 MiB/sec. | ||
| 19716 | 2025.02.10 18:59:43.353621 [ 256 ] {4ec3a31a-e036-4f9b-910b-fafc742cbf5d} <Debug> TCPHandler: Processed in 0.002596182 sec. | ||
| 19717 | 2025.02.10 18:59:43.353805 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19718 | 2025.02.10 18:59:43.354117 [ 4 ] {55546e92-3778-4710-ab9e-8218de6d3865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19719 | 2025.02.10 18:59:43.354229 [ 4 ] {55546e92-3778-4710-ab9e-8218de6d3865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19720 | 2025.02.10 18:59:43.354852 [ 4 ] {55546e92-3778-4710-ab9e-8218de6d3865} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19721 | 2025.02.10 18:59:43.354894 [ 4 ] {55546e92-3778-4710-ab9e-8218de6d3865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19722 | 2025.02.10 18:59:43.355275 [ 4 ] {55546e92-3778-4710-ab9e-8218de6d3865} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 19723 | 2025.02.10 18:59:43.355521 [ 4 ] {55546e92-3778-4710-ab9e-8218de6d3865} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19724 | 2025.02.10 18:59:43.355704 [ 107 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 19725 | 2025.02.10 18:59:43.355727 [ 4 ] {55546e92-3778-4710-ab9e-8218de6d3865} <Debug> executeQuery: Read 43 rows, 3.16 KiB in 0.001724 sec., 24941.99535962877 rows/sec., 1.79 MiB/sec. | ||
| 19726 | 2025.02.10 18:59:43.355780 [ 107 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19727 | 2025.02.10 18:59:43.355847 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19728 | 2025.02.10 18:59:43.355855 [ 4 ] {55546e92-3778-4710-ab9e-8218de6d3865} <Debug> TCPHandler: Processed in 0.002130641 sec. | ||
| 19729 | 2025.02.10 18:59:43.356074 [ 195 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 19730 | 2025.02.10 18:59:43.356083 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19731 | 2025.02.10 18:59:43.356358 [ 195 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19732 | 2025.02.10 18:59:43.356368 [ 256 ] {06924a87-1128-4b02-8951-e0d8465c6cb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19733 | 2025.02.10 18:59:43.356420 [ 195 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 65 rows starting from the beginning of the part | ||
| 19734 | 2025.02.10 18:59:43.356489 [ 256 ] {06924a87-1128-4b02-8951-e0d8465c6cb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19735 | 2025.02.10 18:59:43.356724 [ 195 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 52 rows starting from the beginning of the part | ||
| 19736 | 2025.02.10 18:59:43.357137 [ 195 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 5 rows starting from the beginning of the part | ||
| 19737 | 2025.02.10 18:59:43.357483 [ 195 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 42 rows starting from the beginning of the part | ||
| 19738 | 2025.02.10 18:59:43.357896 [ 195 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 7 rows starting from the beginning of the part | ||
| 19739 | 2025.02.10 18:59:43.358322 [ 195 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 43 rows starting from the beginning of the part | ||
| 19740 | 2025.02.10 18:59:43.359436 [ 256 ] {06924a87-1128-4b02-8951-e0d8465c6cb3} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19741 | 2025.02.10 18:59:43.359507 [ 256 ] {06924a87-1128-4b02-8951-e0d8465c6cb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19742 | 2025.02.10 18:59:43.360508 [ 256 ] {06924a87-1128-4b02-8951-e0d8465c6cb3} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 19743 | 2025.02.10 18:59:43.361154 [ 256 ] {06924a87-1128-4b02-8951-e0d8465c6cb3} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19744 | 2025.02.10 18:59:43.361240 [ 189 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 214 rows, containing 5 columns (5 merged, 0 gathered) in 0.005301758 sec., 40363.96983792923 rows/sec., 3.04 MiB/sec. | ||
| 19745 | 2025.02.10 18:59:43.361496 [ 256 ] {06924a87-1128-4b02-8951-e0d8465c6cb3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005227 sec., 2678.4006122058545 rows/sec., 187.58 KiB/sec. | ||
| 19746 | 2025.02.10 18:59:43.361508 [ 198 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 19747 | 2025.02.10 18:59:43.361676 [ 256 ] {06924a87-1128-4b02-8951-e0d8465c6cb3} <Debug> TCPHandler: Processed in 0.005711188 sec. | ||
| 19748 | 2025.02.10 18:59:43.361893 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19749 | 2025.02.10 18:59:43.361997 [ 198 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_131_26} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19750 | 2025.02.10 18:59:43.362035 [ 4 ] {f9c9af6a-c574-4ce7-87a2-ea63098fc870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19751 | 2025.02.10 18:59:43.362096 [ 4 ] {f9c9af6a-c574-4ce7-87a2-ea63098fc870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19752 | 2025.02.10 18:59:43.362098 [ 198 ] {76b738aa-a526-489f-91e1-a20435763813::all_1_131_26} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 19753 | 2025.02.10 18:59:43.362229 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 19754 | 2025.02.10 18:59:43.362704 [ 4 ] {f9c9af6a-c574-4ce7-87a2-ea63098fc870} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19755 | 2025.02.10 18:59:43.362743 [ 4 ] {f9c9af6a-c574-4ce7-87a2-ea63098fc870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19756 | 2025.02.10 18:59:43.363104 [ 4 ] {f9c9af6a-c574-4ce7-87a2-ea63098fc870} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 19757 | 2025.02.10 18:59:43.363358 [ 4 ] {f9c9af6a-c574-4ce7-87a2-ea63098fc870} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19758 | 2025.02.10 18:59:43.363569 [ 4 ] {f9c9af6a-c574-4ce7-87a2-ea63098fc870} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001566 sec., 8301.404853128992 rows/sec., 517.59 KiB/sec. | ||
| 19759 | 2025.02.10 18:59:43.363623 [ 4 ] {f9c9af6a-c574-4ce7-87a2-ea63098fc870} <Debug> TCPHandler: Processed in 0.001791693 sec. | ||
| 19760 | 2025.02.10 18:59:43.363797 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19761 | 2025.02.10 18:59:43.363944 [ 256 ] {5c9a6917-61b9-42e9-b441-fd8c6ce8c7ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19762 | 2025.02.10 18:59:43.364006 [ 256 ] {5c9a6917-61b9-42e9-b441-fd8c6ce8c7ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19763 | 2025.02.10 18:59:43.364811 [ 256 ] {5c9a6917-61b9-42e9-b441-fd8c6ce8c7ee} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19764 | 2025.02.10 18:59:43.364852 [ 256 ] {5c9a6917-61b9-42e9-b441-fd8c6ce8c7ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19765 | 2025.02.10 18:59:43.365254 [ 256 ] {5c9a6917-61b9-42e9-b441-fd8c6ce8c7ee} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 19766 | 2025.02.10 18:59:43.365501 [ 256 ] {5c9a6917-61b9-42e9-b441-fd8c6ce8c7ee} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19767 | 2025.02.10 18:59:43.365711 [ 256 ] {5c9a6917-61b9-42e9-b441-fd8c6ce8c7ee} <Debug> executeQuery: Read 421 rows, 30.83 KiB in 0.001804 sec., 233370.28824833702 rows/sec., 16.69 MiB/sec. | ||
| 19768 | 2025.02.10 18:59:43.365771 [ 256 ] {5c9a6917-61b9-42e9-b441-fd8c6ce8c7ee} <Debug> TCPHandler: Processed in 0.002044189 sec. | ||
| 19769 | 2025.02.10 18:59:43.365915 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19770 | 2025.02.10 18:59:43.366035 [ 4 ] {e0e0b3db-9125-4155-923b-e6b980ed9af6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19771 | 2025.02.10 18:59:43.366088 [ 4 ] {e0e0b3db-9125-4155-923b-e6b980ed9af6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19772 | 2025.02.10 18:59:43.366588 [ 4 ] {e0e0b3db-9125-4155-923b-e6b980ed9af6} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19773 | 2025.02.10 18:59:43.366630 [ 4 ] {e0e0b3db-9125-4155-923b-e6b980ed9af6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19774 | 2025.02.10 18:59:43.367000 [ 4 ] {e0e0b3db-9125-4155-923b-e6b980ed9af6} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 19775 | 2025.02.10 18:59:43.367244 [ 4 ] {e0e0b3db-9125-4155-923b-e6b980ed9af6} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19776 | 2025.02.10 18:59:43.367482 [ 4 ] {e0e0b3db-9125-4155-923b-e6b980ed9af6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001464 sec., 4098.360655737705 rows/sec., 214.12 KiB/sec. | ||
| 19777 | 2025.02.10 18:59:43.367552 [ 4 ] {e0e0b3db-9125-4155-923b-e6b980ed9af6} <Debug> TCPHandler: Processed in 0.001690211 sec. | ||
| 19778 | 2025.02.10 18:59:43.367804 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19779 | 2025.02.10 18:59:43.367951 [ 256 ] {0132910b-b1ae-4c60-9bde-16ef63eb079c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19780 | 2025.02.10 18:59:43.368007 [ 256 ] {0132910b-b1ae-4c60-9bde-16ef63eb079c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19781 | 2025.02.10 18:59:43.368619 [ 256 ] {0132910b-b1ae-4c60-9bde-16ef63eb079c} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19782 | 2025.02.10 18:59:43.368659 [ 256 ] {0132910b-b1ae-4c60-9bde-16ef63eb079c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19783 | 2025.02.10 18:59:43.369064 [ 256 ] {0132910b-b1ae-4c60-9bde-16ef63eb079c} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 19784 | 2025.02.10 18:59:43.369326 [ 256 ] {0132910b-b1ae-4c60-9bde-16ef63eb079c} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19785 | 2025.02.10 18:59:43.369497 [ 107 ] {} <Debug> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Selected 6 parts from all_1_154_32 to all_159_159_0 | ||
| 19786 | 2025.02.10 18:59:43.369561 [ 107 ] {} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19787 | 2025.02.10 18:59:43.369565 [ 256 ] {0132910b-b1ae-4c60-9bde-16ef63eb079c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001631 sec., 145309.62599632127 rows/sec., 9.74 MiB/sec. | ||
| 19788 | 2025.02.10 18:59:43.369597 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19789 | 2025.02.10 18:59:43.369716 [ 256 ] {0132910b-b1ae-4c60-9bde-16ef63eb079c} <Debug> TCPHandler: Processed in 0.002042909 sec. | ||
| 19790 | 2025.02.10 18:59:43.369854 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_159_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_154_32 to all_159_159_0 into Compact with storage Full | ||
| 19791 | 2025.02.10 18:59:43.369959 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19792 | 2025.02.10 18:59:43.369996 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_159_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19793 | 2025.02.10 18:59:43.370032 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_159_33} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_154_32, total 46213 rows starting from the beginning of the part | ||
| 19794 | 2025.02.10 18:59:43.370115 [ 4 ] {9cda1b9b-c652-4f14-a070-4e0503ed283d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19795 | 2025.02.10 18:59:43.370261 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_159_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 160 rows starting from the beginning of the part | ||
| 19796 | 2025.02.10 18:59:43.370305 [ 4 ] {9cda1b9b-c652-4f14-a070-4e0503ed283d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19797 | 2025.02.10 18:59:43.370602 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_159_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 237 rows starting from the beginning of the part | ||
| 19798 | 2025.02.10 18:59:43.370849 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_159_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 965 rows starting from the beginning of the part | ||
| 19799 | 2025.02.10 18:59:43.371079 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_159_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 42 rows starting from the beginning of the part | ||
| 19800 | 2025.02.10 18:59:43.371302 [ 198 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_159_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 237 rows starting from the beginning of the part | ||
| 19801 | 2025.02.10 18:59:43.371859 [ 4 ] {9cda1b9b-c652-4f14-a070-4e0503ed283d} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19802 | 2025.02.10 18:59:43.371906 [ 4 ] {9cda1b9b-c652-4f14-a070-4e0503ed283d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19803 | 2025.02.10 18:59:43.372414 [ 4 ] {9cda1b9b-c652-4f14-a070-4e0503ed283d} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 19804 | 2025.02.10 18:59:43.372713 [ 4 ] {9cda1b9b-c652-4f14-a070-4e0503ed283d} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19805 | 2025.02.10 18:59:43.373064 [ 225 ] {} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 19806 | 2025.02.10 18:59:43.373103 [ 4 ] {9cda1b9b-c652-4f14-a070-4e0503ed283d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00303 sec., 330.03300330033 rows/sec., 22.24 KiB/sec. | ||
| 19807 | 2025.02.10 18:59:43.373147 [ 225 ] {} <Debug> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 19808 | 2025.02.10 18:59:43.373413 [ 4 ] {9cda1b9b-c652-4f14-a070-4e0503ed283d} <Debug> TCPHandler: Processed in 0.003511135 sec. | ||
| 19809 | 2025.02.10 18:59:43.373722 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19810 | 2025.02.10 18:59:43.373993 [ 256 ] {1867cf1f-4a6f-46e6-ac71-dbbe98ef604e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19811 | 2025.02.10 18:59:43.374335 [ 256 ] {1867cf1f-4a6f-46e6-ac71-dbbe98ef604e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19812 | 2025.02.10 18:59:43.378171 [ 256 ] {1867cf1f-4a6f-46e6-ac71-dbbe98ef604e} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19813 | 2025.02.10 18:59:43.378212 [ 256 ] {1867cf1f-4a6f-46e6-ac71-dbbe98ef604e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19814 | 2025.02.10 18:59:43.378532 [ 225 ] {} <Debug> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 19815 | 2025.02.10 18:59:43.379841 [ 256 ] {1867cf1f-4a6f-46e6-ac71-dbbe98ef604e} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 19816 | 2025.02.10 18:59:43.380169 [ 256 ] {1867cf1f-4a6f-46e6-ac71-dbbe98ef604e} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19817 | 2025.02.10 18:59:43.380394 [ 107 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 19818 | 2025.02.10 18:59:43.380456 [ 107 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19819 | 2025.02.10 18:59:43.380493 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19820 | 2025.02.10 18:59:43.380495 [ 256 ] {1867cf1f-4a6f-46e6-ac71-dbbe98ef604e} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.006573 sec., 5476.951163852123 rows/sec., 9.81 MiB/sec. | ||
| 19821 | 2025.02.10 18:59:43.380879 [ 189 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 19822 | 2025.02.10 18:59:43.380954 [ 256 ] {1867cf1f-4a6f-46e6-ac71-dbbe98ef604e} <Debug> TCPHandler: Processed in 0.007405498 sec. | ||
| 19823 | 2025.02.10 18:59:43.381236 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19824 | 2025.02.10 18:59:43.381568 [ 4 ] {5ad11bb6-a758-4614-b9fd-239dc372c68f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 19825 | 2025.02.10 18:59:43.381732 [ 4 ] {5ad11bb6-a758-4614-b9fd-239dc372c68f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 19826 | 2025.02.10 18:59:43.381846 [ 189 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19827 | 2025.02.10 18:59:43.382078 [ 189 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 2494 rows starting from the beginning of the part | ||
| 19828 | 2025.02.10 18:59:43.383311 [ 189 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 35 rows starting from the beginning of the part | ||
| 19829 | 2025.02.10 18:59:43.384304 [ 189 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 5 rows starting from the beginning of the part | ||
| 19830 | 2025.02.10 18:59:43.384836 [ 4 ] {5ad11bb6-a758-4614-b9fd-239dc372c68f} <Trace> oximeter.measurements_i64 (903d7709-ff97-45bf-88fa-ba0a95eb9708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19831 | 2025.02.10 18:59:43.385018 [ 4 ] {5ad11bb6-a758-4614-b9fd-239dc372c68f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19832 | 2025.02.10 18:59:43.385215 [ 189 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 35 rows starting from the beginning of the part | ||
| 19833 | 2025.02.10 18:59:43.385578 [ 189 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 5 rows starting from the beginning of the part | ||
| 19834 | 2025.02.10 18:59:43.386553 [ 189 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 36 rows starting from the beginning of the part | ||
| 19835 | 2025.02.10 18:59:43.387383 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_159_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 47854 rows, containing 5 columns (5 merged, 0 gathered) in 0.017635755 sec., 2713464.7765292726 rows/sec., 183.20 MiB/sec. | ||
| 19836 | 2025.02.10 18:59:43.387960 [ 4 ] {5ad11bb6-a758-4614-b9fd-239dc372c68f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 19837 | 2025.02.10 18:59:43.388190 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_159_33} <Trace> MergedBlockOutputStream: filled checksums all_1_159_33 (state Temporary) | ||
| 19838 | 2025.02.10 18:59:43.388830 [ 4 ] {5ad11bb6-a758-4614-b9fd-239dc372c68f} <Trace> oximeter.measurements_i64 (903d7709-ff97-45bf-88fa-ba0a95eb9708): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19839 | 2025.02.10 18:59:43.389043 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_159_33} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_merge_all_1_159_33 to all_1_159_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19840 | 2025.02.10 18:59:43.389361 [ 197 ] {774f469d-26fc-40e0-9745-efd4adb95ce9::all_1_159_33} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9) (MergerMutator): Merged 6 parts: [all_1_154_32, all_159_159_0] -> all_1_159_33 | ||
| 19841 | 2025.02.10 18:59:43.389990 [ 4 ] {5ad11bb6-a758-4614-b9fd-239dc372c68f} <Debug> executeQuery: Read 3 rows, 246.00 B in 0.008482 sec., 353.69016741334593 rows/sec., 28.32 KiB/sec. | ||
| 19842 | 2025.02.10 18:59:43.390120 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.47 MiB. | ||
| 19843 | 2025.02.10 18:59:43.390273 [ 4 ] {5ad11bb6-a758-4614-b9fd-239dc372c68f} <Debug> TCPHandler: Processed in 0.009210352 sec. | ||
| 19844 | 2025.02.10 18:59:43.390508 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19845 | 2025.02.10 18:59:43.390636 [ 256 ] {7fdd734f-d511-484b-a118-0ad14873bfc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19846 | 2025.02.10 18:59:43.390693 [ 256 ] {7fdd734f-d511-484b-a118-0ad14873bfc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19847 | 2025.02.10 18:59:43.391233 [ 256 ] {7fdd734f-d511-484b-a118-0ad14873bfc5} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19848 | 2025.02.10 18:59:43.391274 [ 256 ] {7fdd734f-d511-484b-a118-0ad14873bfc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19849 | 2025.02.10 18:59:43.391664 [ 256 ] {7fdd734f-d511-484b-a118-0ad14873bfc5} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 19850 | 2025.02.10 18:59:43.391918 [ 256 ] {7fdd734f-d511-484b-a118-0ad14873bfc5} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19851 | 2025.02.10 18:59:43.392179 [ 256 ] {7fdd734f-d511-484b-a118-0ad14873bfc5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00157 sec., 52229.299363057326 rows/sec., 3.32 MiB/sec. | ||
| 19852 | 2025.02.10 18:59:43.392243 [ 256 ] {7fdd734f-d511-484b-a118-0ad14873bfc5} <Debug> TCPHandler: Processed in 0.001840135 sec. | ||
| 19853 | 2025.02.10 18:59:43.400761 [ 196 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2610 rows, containing 19 columns (19 merged, 0 gathered) in 0.020114095 sec., 129759.7530487949 rows/sec., 232.52 MiB/sec. | ||
| 19854 | 2025.02.10 18:59:43.402847 [ 197 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 19855 | 2025.02.10 18:59:43.403274 [ 197 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_131_26} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19856 | 2025.02.10 18:59:43.403361 [ 197 ] {fe93648c-0d4c-4ca7-920d-1446b7424e8e::all_1_131_26} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 19857 | 2025.02.10 18:59:43.403496 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.89 MiB. | ||
| 19858 | 2025.02.10 18:59:43.450739 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 701 | ||
| 19859 | 2025.02.10 18:59:43.476026 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19860 | 2025.02.10 18:59:43.476086 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19861 | 2025.02.10 18:59:43.483860 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 19862 | 2025.02.10 18:59:43.484737 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19863 | 2025.02.10 18:59:43.488536 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 701 | ||
| 19864 | 2025.02.10 18:59:47.608523 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 19865 | 2025.02.10 18:59:47.608599 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 19866 | 2025.02.10 18:59:47.851493 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43066 | ||
| 19867 | 2025.02.10 18:59:47.852484 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19868 | 2025.02.10 18:59:47.852563 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19869 | 2025.02.10 18:59:47.853403 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 19870 | 2025.02.10 18:59:47.853852 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19871 | 2025.02.10 18:59:47.854236 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43066 | ||
| 19872 | 2025.02.10 18:59:48.342437 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19873 | 2025.02.10 18:59:48.342670 [ 4 ] {964e7e8c-d6b5-4123-ba48-042f76b080c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19874 | 2025.02.10 18:59:48.342768 [ 4 ] {964e7e8c-d6b5-4123-ba48-042f76b080c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19875 | 2025.02.10 18:59:48.343689 [ 4 ] {964e7e8c-d6b5-4123-ba48-042f76b080c2} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19876 | 2025.02.10 18:59:48.343740 [ 4 ] {964e7e8c-d6b5-4123-ba48-042f76b080c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19877 | 2025.02.10 18:59:48.344188 [ 4 ] {964e7e8c-d6b5-4123-ba48-042f76b080c2} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 19878 | 2025.02.10 18:59:48.344435 [ 4 ] {964e7e8c-d6b5-4123-ba48-042f76b080c2} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19879 | 2025.02.10 18:59:48.344664 [ 4 ] {964e7e8c-d6b5-4123-ba48-042f76b080c2} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.002062 sec., 32007.75945683802 rows/sec., 2.55 MiB/sec. | ||
| 19880 | 2025.02.10 18:59:48.344744 [ 4 ] {964e7e8c-d6b5-4123-ba48-042f76b080c2} <Debug> TCPHandler: Processed in 0.002472249 sec. | ||
| 19881 | 2025.02.10 18:59:48.345062 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19882 | 2025.02.10 18:59:48.345258 [ 256 ] {c308699a-8f2f-4065-93c1-f768ce12949c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19883 | 2025.02.10 18:59:48.345333 [ 256 ] {c308699a-8f2f-4065-93c1-f768ce12949c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19884 | 2025.02.10 18:59:48.346108 [ 256 ] {c308699a-8f2f-4065-93c1-f768ce12949c} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19885 | 2025.02.10 18:59:48.346156 [ 256 ] {c308699a-8f2f-4065-93c1-f768ce12949c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19886 | 2025.02.10 18:59:48.346618 [ 256 ] {c308699a-8f2f-4065-93c1-f768ce12949c} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 19887 | 2025.02.10 18:59:48.346882 [ 256 ] {c308699a-8f2f-4065-93c1-f768ce12949c} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19888 | 2025.02.10 18:59:48.347109 [ 256 ] {c308699a-8f2f-4065-93c1-f768ce12949c} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001897 sec., 2635.740643120717 rows/sec., 198.20 KiB/sec. | ||
| 19889 | 2025.02.10 18:59:48.347189 [ 219 ] {} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19890 | 2025.02.10 18:59:48.347204 [ 256 ] {c308699a-8f2f-4065-93c1-f768ce12949c} <Debug> TCPHandler: Processed in 0.002302946 sec. | ||
| 19891 | 2025.02.10 18:59:48.347259 [ 219 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19892 | 2025.02.10 18:59:48.347454 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19893 | 2025.02.10 18:59:48.347604 [ 4 ] {05ce5c48-8118-4255-bf48-24c96e5382cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19894 | 2025.02.10 18:59:48.347680 [ 4 ] {05ce5c48-8118-4255-bf48-24c96e5382cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19895 | 2025.02.10 18:59:48.349679 [ 4 ] {05ce5c48-8118-4255-bf48-24c96e5382cd} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19896 | 2025.02.10 18:59:48.349756 [ 4 ] {05ce5c48-8118-4255-bf48-24c96e5382cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19897 | 2025.02.10 18:59:48.350727 [ 4 ] {05ce5c48-8118-4255-bf48-24c96e5382cd} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 19898 | 2025.02.10 18:59:48.351125 [ 4 ] {05ce5c48-8118-4255-bf48-24c96e5382cd} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19899 | 2025.02.10 18:59:48.351383 [ 4 ] {05ce5c48-8118-4255-bf48-24c96e5382cd} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.003804 sec., 18138.801261829653 rows/sec., 1.42 MiB/sec. | ||
| 19900 | 2025.02.10 18:59:48.351447 [ 4 ] {05ce5c48-8118-4255-bf48-24c96e5382cd} <Debug> TCPHandler: Processed in 0.004094399 sec. | ||
| 19901 | 2025.02.10 18:59:48.351706 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19902 | 2025.02.10 18:59:48.352077 [ 219 ] {} <Debug> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19903 | 2025.02.10 18:59:48.352152 [ 256 ] {e5e4dcec-ae80-486b-bd9b-561791132ced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19904 | 2025.02.10 18:59:48.352491 [ 256 ] {e5e4dcec-ae80-486b-bd9b-561791132ced} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19905 | 2025.02.10 18:59:48.354573 [ 256 ] {e5e4dcec-ae80-486b-bd9b-561791132ced} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19906 | 2025.02.10 18:59:48.354614 [ 256 ] {e5e4dcec-ae80-486b-bd9b-561791132ced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19907 | 2025.02.10 18:59:48.355043 [ 256 ] {e5e4dcec-ae80-486b-bd9b-561791132ced} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 19908 | 2025.02.10 18:59:48.355305 [ 256 ] {e5e4dcec-ae80-486b-bd9b-561791132ced} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19909 | 2025.02.10 18:59:48.355488 [ 256 ] {e5e4dcec-ae80-486b-bd9b-561791132ced} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003536 sec., 45248.86877828054 rows/sec., 3.15 MiB/sec. | ||
| 19910 | 2025.02.10 18:59:48.355543 [ 256 ] {e5e4dcec-ae80-486b-bd9b-561791132ced} <Debug> TCPHandler: Processed in 0.003967596 sec. | ||
| 19911 | 2025.02.10 18:59:48.355730 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19912 | 2025.02.10 18:59:48.355920 [ 4 ] {2e8a26a7-cf39-4f26-bc8d-5277a0a90529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19913 | 2025.02.10 18:59:48.356009 [ 4 ] {2e8a26a7-cf39-4f26-bc8d-5277a0a90529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19914 | 2025.02.10 18:59:48.357190 [ 4 ] {2e8a26a7-cf39-4f26-bc8d-5277a0a90529} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19915 | 2025.02.10 18:59:48.357231 [ 4 ] {2e8a26a7-cf39-4f26-bc8d-5277a0a90529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19916 | 2025.02.10 18:59:48.357905 [ 4 ] {2e8a26a7-cf39-4f26-bc8d-5277a0a90529} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 19917 | 2025.02.10 18:59:48.358182 [ 4 ] {2e8a26a7-cf39-4f26-bc8d-5277a0a90529} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19918 | 2025.02.10 18:59:48.358523 [ 221 ] {} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19919 | 2025.02.10 18:59:48.358533 [ 4 ] {2e8a26a7-cf39-4f26-bc8d-5277a0a90529} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002625 sec., 1904.7619047619046 rows/sec., 3.41 MiB/sec. | ||
| 19920 | 2025.02.10 18:59:48.358574 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19921 | 2025.02.10 18:59:48.358958 [ 4 ] {2e8a26a7-cf39-4f26-bc8d-5277a0a90529} <Debug> TCPHandler: Processed in 0.003292179 sec. | ||
| 19922 | 2025.02.10 18:59:48.359126 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19923 | 2025.02.10 18:59:48.359275 [ 256 ] {882d8a84-4109-45ab-a67a-71c2c421eee6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19924 | 2025.02.10 18:59:48.359336 [ 256 ] {882d8a84-4109-45ab-a67a-71c2c421eee6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19925 | 2025.02.10 18:59:48.359964 [ 256 ] {882d8a84-4109-45ab-a67a-71c2c421eee6} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19926 | 2025.02.10 18:59:48.360008 [ 256 ] {882d8a84-4109-45ab-a67a-71c2c421eee6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19927 | 2025.02.10 18:59:48.360546 [ 256 ] {882d8a84-4109-45ab-a67a-71c2c421eee6} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 19928 | 2025.02.10 18:59:48.360830 [ 256 ] {882d8a84-4109-45ab-a67a-71c2c421eee6} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19929 | 2025.02.10 18:59:48.361055 [ 256 ] {882d8a84-4109-45ab-a67a-71c2c421eee6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001812 sec., 33112.58278145696 rows/sec., 2.23 MiB/sec. | ||
| 19930 | 2025.02.10 18:59:48.361146 [ 256 ] {882d8a84-4109-45ab-a67a-71c2c421eee6} <Debug> TCPHandler: Processed in 0.00208142 sec. | ||
| 19931 | 2025.02.10 18:59:48.361264 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19932 | 2025.02.10 18:59:50.988618 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 709 | ||
| 19933 | 2025.02.10 18:59:51.013103 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19934 | 2025.02.10 18:59:51.013163 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19935 | 2025.02.10 18:59:51.020876 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 19936 | 2025.02.10 18:59:51.022138 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19937 | 2025.02.10 18:59:51.025532 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 709 | ||
| 19938 | 2025.02.10 18:59:53.117074 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2804 | ||
| 19939 | 2025.02.10 18:59:53.120404 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19940 | 2025.02.10 18:59:53.120471 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19941 | 2025.02.10 18:59:53.122027 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 19942 | 2025.02.10 18:59:53.122350 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19943 | 2025.02.10 18:59:53.123070 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2804 | ||
| 19944 | 2025.02.10 18:59:53.134959 [ 225 ] {} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19945 | 2025.02.10 18:59:53.135016 [ 225 ] {} <Debug> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19946 | 2025.02.10 18:59:53.137008 [ 225 ] {} <Debug> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19947 | 2025.02.10 18:59:53.354847 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19948 | 2025.02.10 18:59:53.355094 [ 4 ] {58c258da-2c9b-48d3-a636-95d091ebdfdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19949 | 2025.02.10 18:59:53.355189 [ 4 ] {58c258da-2c9b-48d3-a636-95d091ebdfdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19950 | 2025.02.10 18:59:53.356092 [ 4 ] {58c258da-2c9b-48d3-a636-95d091ebdfdb} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19951 | 2025.02.10 18:59:53.356152 [ 4 ] {58c258da-2c9b-48d3-a636-95d091ebdfdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19952 | 2025.02.10 18:59:53.356660 [ 4 ] {58c258da-2c9b-48d3-a636-95d091ebdfdb} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 19953 | 2025.02.10 18:59:53.356953 [ 4 ] {58c258da-2c9b-48d3-a636-95d091ebdfdb} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19954 | 2025.02.10 18:59:53.357185 [ 93 ] {} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0 | ||
| 19955 | 2025.02.10 18:59:53.357216 [ 4 ] {58c258da-2c9b-48d3-a636-95d091ebdfdb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002179 sec., 6424.965580541533 rows/sec., 462.51 KiB/sec. | ||
| 19956 | 2025.02.10 18:59:53.357285 [ 93 ] {} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19957 | 2025.02.10 18:59:53.357367 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19958 | 2025.02.10 18:59:53.357379 [ 4 ] {58c258da-2c9b-48d3-a636-95d091ebdfdb} <Debug> TCPHandler: Processed in 0.002693125 sec. | ||
| 19959 | 2025.02.10 18:59:53.357640 [ 219 ] {} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19960 | 2025.02.10 18:59:53.357707 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19961 | 2025.02.10 18:59:53.357737 [ 219 ] {} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19962 | 2025.02.10 18:59:53.357709 [ 193 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_69_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full | ||
| 19963 | 2025.02.10 18:59:53.358061 [ 256 ] {0175d919-ac31-41db-bc35-72f16b2fc0a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 19964 | 2025.02.10 18:59:53.358223 [ 193 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_69_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19965 | 2025.02.10 18:59:53.358265 [ 256 ] {0175d919-ac31-41db-bc35-72f16b2fc0a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19966 | 2025.02.10 18:59:53.358368 [ 193 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 14 rows starting from the beginning of the part | ||
| 19967 | 2025.02.10 18:59:53.358600 [ 193 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 14 rows starting from the beginning of the part | ||
| 19968 | 2025.02.10 18:59:53.359180 [ 193 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 14 rows starting from the beginning of the part | ||
| 19969 | 2025.02.10 18:59:53.359821 [ 193 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 14 rows starting from the beginning of the part | ||
| 19970 | 2025.02.10 18:59:53.360517 [ 193 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 14 rows starting from the beginning of the part | ||
| 19971 | 2025.02.10 18:59:53.364783 [ 256 ] {0175d919-ac31-41db-bc35-72f16b2fc0a9} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19972 | 2025.02.10 18:59:53.364858 [ 256 ] {0175d919-ac31-41db-bc35-72f16b2fc0a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19973 | 2025.02.10 18:59:53.366257 [ 196 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_69_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.008756441 sec., 7994.115417439573 rows/sec., 606.70 KiB/sec. | ||
| 19974 | 2025.02.10 18:59:53.366320 [ 219 ] {} <Debug> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19975 | 2025.02.10 18:59:53.366362 [ 256 ] {0175d919-ac31-41db-bc35-72f16b2fc0a9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 19976 | 2025.02.10 18:59:53.366775 [ 196 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_69_17} <Trace> MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary) | ||
| 19977 | 2025.02.10 18:59:53.367396 [ 256 ] {0175d919-ac31-41db-bc35-72f16b2fc0a9} <Trace> oximeter.fields_ipaddr (e901e744-b055-49e7-9bee-2722e89f6c8d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19978 | 2025.02.10 18:59:53.368084 [ 256 ] {0175d919-ac31-41db-bc35-72f16b2fc0a9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.010156 sec., 196.92792437967702 rows/sec., 16.06 KiB/sec. | ||
| 19979 | 2025.02.10 18:59:53.368118 [ 196 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_69_17} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19980 | 2025.02.10 18:59:53.368259 [ 256 ] {0175d919-ac31-41db-bc35-72f16b2fc0a9} <Debug> TCPHandler: Processed in 0.010732189 sec. | ||
| 19981 | 2025.02.10 18:59:53.368372 [ 196 ] {c11f39f0-acb2-49b6-a51e-801edb61ddf4::all_1_69_17} <Trace> oximeter.fields_i16 (c11f39f0-acb2-49b6-a51e-801edb61ddf4) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17 | ||
| 19982 | 2025.02.10 18:59:53.368505 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19983 | 2025.02.10 18:59:53.368568 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 19984 | 2025.02.10 18:59:53.368711 [ 4 ] {4445f339-53de-4470-8ffe-e16966a9af6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19985 | 2025.02.10 18:59:53.368785 [ 4 ] {4445f339-53de-4470-8ffe-e16966a9af6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19986 | 2025.02.10 18:59:53.369719 [ 4 ] {4445f339-53de-4470-8ffe-e16966a9af6c} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19987 | 2025.02.10 18:59:53.369770 [ 4 ] {4445f339-53de-4470-8ffe-e16966a9af6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19988 | 2025.02.10 18:59:53.370238 [ 4 ] {4445f339-53de-4470-8ffe-e16966a9af6c} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 19989 | 2025.02.10 18:59:53.370524 [ 4 ] {4445f339-53de-4470-8ffe-e16966a9af6c} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19990 | 2025.02.10 18:59:53.370744 [ 91 ] {} <Debug> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 19991 | 2025.02.10 18:59:53.370778 [ 4 ] {4445f339-53de-4470-8ffe-e16966a9af6c} <Debug> executeQuery: Read 302 rows, 27.36 KiB in 0.002104 sec., 143536.1216730038 rows/sec., 12.70 MiB/sec. | ||
| 19992 | 2025.02.10 18:59:53.370822 [ 91 ] {} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19993 | 2025.02.10 18:59:53.370910 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19994 | 2025.02.10 18:59:53.370919 [ 4 ] {4445f339-53de-4470-8ffe-e16966a9af6c} <Debug> TCPHandler: Processed in 0.002541681 sec. | ||
| 19995 | 2025.02.10 18:59:53.371254 [ 194 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 19996 | 2025.02.10 18:59:53.371295 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19997 | 2025.02.10 18:59:53.371719 [ 194 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19998 | 2025.02.10 18:59:53.371895 [ 194 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 1432 rows starting from the beginning of the part | ||
| 19999 | 2025.02.10 18:59:53.372181 [ 256 ] {819c1b40-27f6-4a74-b399-8fbb7b51f0af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20000 | 2025.02.10 18:59:53.372326 [ 194 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 1207 rows starting from the beginning of the part | ||
| 20001 | 2025.02.10 18:59:53.372686 [ 256 ] {819c1b40-27f6-4a74-b399-8fbb7b51f0af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20002 | 2025.02.10 18:59:53.372804 [ 194 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 56 rows starting from the beginning of the part | ||
| 20003 | 2025.02.10 18:59:53.373447 [ 194 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 275 rows starting from the beginning of the part | ||
| 20004 | 2025.02.10 18:59:53.373950 [ 194 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 66 rows starting from the beginning of the part | ||
| 20005 | 2025.02.10 18:59:53.374486 [ 194 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 302 rows starting from the beginning of the part | ||
| 20006 | 2025.02.10 18:59:53.376598 [ 256 ] {819c1b40-27f6-4a74-b399-8fbb7b51f0af} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20007 | 2025.02.10 18:59:53.376694 [ 256 ] {819c1b40-27f6-4a74-b399-8fbb7b51f0af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 20008 | 2025.02.10 18:59:53.377892 [ 256 ] {819c1b40-27f6-4a74-b399-8fbb7b51f0af} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 20009 | 2025.02.10 18:59:53.378280 [ 256 ] {819c1b40-27f6-4a74-b399-8fbb7b51f0af} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20010 | 2025.02.10 18:59:53.378998 [ 256 ] {819c1b40-27f6-4a74-b399-8fbb7b51f0af} <Debug> executeQuery: Read 58 rows, 4.28 KiB in 0.007136 sec., 8127.802690582959 rows/sec., 599.81 KiB/sec. | ||
| 20011 | 2025.02.10 18:59:53.379394 [ 256 ] {819c1b40-27f6-4a74-b399-8fbb7b51f0af} <Debug> TCPHandler: Processed in 0.008313321 sec. | ||
| 20012 | 2025.02.10 18:59:53.379390 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3338 rows, containing 5 columns (5 merged, 0 gathered) in 0.008358581 sec., 399350.0810723734 rows/sec., 35.03 MiB/sec. | ||
| 20013 | 2025.02.10 18:59:53.379687 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20014 | 2025.02.10 18:59:53.379988 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 20015 | 2025.02.10 18:59:53.379989 [ 4 ] {be1e5273-24d1-4124-806d-c2f6ff638917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 20016 | 2025.02.10 18:59:53.380139 [ 4 ] {be1e5273-24d1-4124-806d-c2f6ff638917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 20017 | 2025.02.10 18:59:53.380686 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_161_32} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20018 | 2025.02.10 18:59:53.380936 [ 196 ] {a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3::all_1_161_32} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 20019 | 2025.02.10 18:59:53.381079 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 20020 | 2025.02.10 18:59:53.381365 [ 4 ] {be1e5273-24d1-4124-806d-c2f6ff638917} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20021 | 2025.02.10 18:59:53.381416 [ 4 ] {be1e5273-24d1-4124-806d-c2f6ff638917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 20022 | 2025.02.10 18:59:53.381853 [ 4 ] {be1e5273-24d1-4124-806d-c2f6ff638917} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 20023 | 2025.02.10 18:59:53.382135 [ 4 ] {be1e5273-24d1-4124-806d-c2f6ff638917} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20024 | 2025.02.10 18:59:53.382396 [ 91 ] {} <Debug> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 20025 | 2025.02.10 18:59:53.382466 [ 91 ] {} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20026 | 2025.02.10 18:59:53.382503 [ 4 ] {be1e5273-24d1-4124-806d-c2f6ff638917} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002603 sec., 5378.409527468306 rows/sec., 376.67 KiB/sec. | ||
| 20027 | 2025.02.10 18:59:53.382518 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 20028 | 2025.02.10 18:59:53.382695 [ 4 ] {be1e5273-24d1-4124-806d-c2f6ff638917} <Debug> TCPHandler: Processed in 0.003180767 sec. | ||
| 20029 | 2025.02.10 18:59:53.382781 [ 201 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 20030 | 2025.02.10 18:59:53.382933 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20031 | 2025.02.10 18:59:53.382946 [ 201 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20032 | 2025.02.10 18:59:53.382992 [ 201 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 242 rows starting from the beginning of the part | ||
| 20033 | 2025.02.10 18:59:53.383145 [ 201 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 14 rows starting from the beginning of the part | ||
| 20034 | 2025.02.10 18:59:53.383175 [ 256 ] {59f6f5ba-69e3-415d-bf30-d1809af89a77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 20035 | 2025.02.10 18:59:53.383368 [ 256 ] {59f6f5ba-69e3-415d-bf30-d1809af89a77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 20036 | 2025.02.10 18:59:53.383422 [ 201 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 14 rows starting from the beginning of the part | ||
| 20037 | 2025.02.10 18:59:53.383795 [ 201 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 228 rows starting from the beginning of the part | ||
| 20038 | 2025.02.10 18:59:53.384008 [ 201 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 14 rows starting from the beginning of the part | ||
| 20039 | 2025.02.10 18:59:53.384214 [ 201 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 14 rows starting from the beginning of the part | ||
| 20040 | 2025.02.10 18:59:53.385260 [ 256 ] {59f6f5ba-69e3-415d-bf30-d1809af89a77} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20041 | 2025.02.10 18:59:53.385312 [ 256 ] {59f6f5ba-69e3-415d-bf30-d1809af89a77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 20042 | 2025.02.10 18:59:53.385933 [ 256 ] {59f6f5ba-69e3-415d-bf30-d1809af89a77} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 20043 | 2025.02.10 18:59:53.386114 [ 188 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.003445733 sec., 152652.5705851266 rows/sec., 10.93 MiB/sec. | ||
| 20044 | 2025.02.10 18:59:53.386372 [ 256 ] {59f6f5ba-69e3-415d-bf30-d1809af89a77} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20045 | 2025.02.10 18:59:53.386395 [ 188 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 20046 | 2025.02.10 18:59:53.386709 [ 91 ] {} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0 | ||
| 20047 | 2025.02.10 18:59:53.386814 [ 91 ] {} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20048 | 2025.02.10 18:59:53.386898 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 20049 | 2025.02.10 18:59:53.386923 [ 256 ] {59f6f5ba-69e3-415d-bf30-d1809af89a77} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003827 sec., 3396.91664489156 rows/sec., 211.80 KiB/sec. | ||
| 20050 | 2025.02.10 18:59:53.387293 [ 224 ] {} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 20051 | 2025.02.10 18:59:53.387429 [ 256 ] {59f6f5ba-69e3-415d-bf30-d1809af89a77} <Debug> TCPHandler: Processed in 0.00458288 sec. | ||
| 20052 | 2025.02.10 18:59:53.387429 [ 196 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_69_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full | ||
| 20053 | 2025.02.10 18:59:53.387444 [ 224 ] {} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 20054 | 2025.02.10 18:59:53.387487 [ 188 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_91_18} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20055 | 2025.02.10 18:59:53.387866 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20056 | 2025.02.10 18:59:53.388071 [ 188 ] {14c167f1-2e2d-427f-beb6-9f6541c1617d::all_1_91_18} <Trace> oximeter.fields_u32 (14c167f1-2e2d-427f-beb6-9f6541c1617d) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 20057 | 2025.02.10 18:59:53.388301 [ 196 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_69_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20058 | 2025.02.10 18:59:53.388517 [ 4 ] {171c8f11-988d-4716-97d9-2a245311b024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20059 | 2025.02.10 18:59:53.388544 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 20060 | 2025.02.10 18:59:53.388557 [ 196 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 13 rows starting from the beginning of the part | ||
| 20061 | 2025.02.10 18:59:53.388673 [ 4 ] {171c8f11-988d-4716-97d9-2a245311b024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20062 | 2025.02.10 18:59:53.389010 [ 196 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 13 rows starting from the beginning of the part | ||
| 20063 | 2025.02.10 18:59:53.389657 [ 196 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 13 rows starting from the beginning of the part | ||
| 20064 | 2025.02.10 18:59:53.390287 [ 196 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 13 rows starting from the beginning of the part | ||
| 20065 | 2025.02.10 18:59:53.390857 [ 196 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 13 rows starting from the beginning of the part | ||
| 20066 | 2025.02.10 18:59:53.394435 [ 4 ] {171c8f11-988d-4716-97d9-2a245311b024} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20067 | 2025.02.10 18:59:53.394540 [ 4 ] {171c8f11-988d-4716-97d9-2a245311b024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 20068 | 2025.02.10 18:59:53.395231 [ 224 ] {} <Debug> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 20069 | 2025.02.10 18:59:53.395690 [ 196 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_69_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.008647429 sec., 7516.685017014884 rows/sec., 498.03 KiB/sec. | ||
| 20070 | 2025.02.10 18:59:53.396088 [ 191 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_69_17} <Trace> MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary) | ||
| 20071 | 2025.02.10 18:59:53.396732 [ 4 ] {171c8f11-988d-4716-97d9-2a245311b024} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 20072 | 2025.02.10 18:59:53.397060 [ 191 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_69_17} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20073 | 2025.02.10 18:59:53.397280 [ 191 ] {e93521cd-ee66-45b3-863b-728dde03f47a::all_1_69_17} <Trace> oximeter.fields_u8 (e93521cd-ee66-45b3-863b-728dde03f47a) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17 | ||
| 20074 | 2025.02.10 18:59:53.397298 [ 4 ] {171c8f11-988d-4716-97d9-2a245311b024} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20075 | 2025.02.10 18:59:53.397480 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 20076 | 2025.02.10 18:59:53.397671 [ 93 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 20077 | 2025.02.10 18:59:53.397726 [ 4 ] {171c8f11-988d-4716-97d9-2a245311b024} <Debug> executeQuery: Read 442 rows, 32.49 KiB in 0.00949 sec., 46575.34246575343 rows/sec., 3.34 MiB/sec. | ||
| 20078 | 2025.02.10 18:59:53.397787 [ 93 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20079 | 2025.02.10 18:59:53.397869 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 20080 | 2025.02.10 18:59:53.397883 [ 4 ] {171c8f11-988d-4716-97d9-2a245311b024} <Debug> TCPHandler: Processed in 0.010307059 sec. | ||
| 20081 | 2025.02.10 18:59:53.398123 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 20082 | 2025.02.10 18:59:53.398145 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20083 | 2025.02.10 18:59:53.398357 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20084 | 2025.02.10 18:59:53.398448 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 914 rows starting from the beginning of the part | ||
| 20085 | 2025.02.10 18:59:53.398458 [ 256 ] {62b52148-1b44-44a1-ad84-14c45b72542c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 20086 | 2025.02.10 18:59:53.398708 [ 256 ] {62b52148-1b44-44a1-ad84-14c45b72542c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 20087 | 2025.02.10 18:59:53.398771 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 527 rows starting from the beginning of the part | ||
| 20088 | 2025.02.10 18:59:53.399267 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 64 rows starting from the beginning of the part | ||
| 20089 | 2025.02.10 18:59:53.399745 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 421 rows starting from the beginning of the part | ||
| 20090 | 2025.02.10 18:59:53.400150 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 69 rows starting from the beginning of the part | ||
| 20091 | 2025.02.10 18:59:53.400377 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 442 rows starting from the beginning of the part | ||
| 20092 | 2025.02.10 18:59:53.401286 [ 256 ] {62b52148-1b44-44a1-ad84-14c45b72542c} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20093 | 2025.02.10 18:59:53.401355 [ 256 ] {62b52148-1b44-44a1-ad84-14c45b72542c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 20094 | 2025.02.10 18:59:53.402494 [ 256 ] {62b52148-1b44-44a1-ad84-14c45b72542c} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 20095 | 2025.02.10 18:59:53.403096 [ 256 ] {62b52148-1b44-44a1-ad84-14c45b72542c} <Trace> oximeter.measurements_bool (948bf920-5d1c-4272-9bc5-5c66a8a4551e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20096 | 2025.02.10 18:59:53.403377 [ 256 ] {62b52148-1b44-44a1-ad84-14c45b72542c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005009 sec., 1197.8438810141745 rows/sec., 62.58 KiB/sec. | ||
| 20097 | 2025.02.10 18:59:53.403438 [ 256 ] {62b52148-1b44-44a1-ad84-14c45b72542c} <Debug> TCPHandler: Processed in 0.005419081 sec. | ||
| 20098 | 2025.02.10 18:59:53.403706 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20099 | 2025.02.10 18:59:53.403903 [ 199 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2437 rows, containing 5 columns (5 merged, 0 gathered) in 0.005932343 sec., 410798.90356980375 rows/sec., 31.53 MiB/sec. | ||
| 20100 | 2025.02.10 18:59:53.403967 [ 4 ] {9198331d-a884-46d6-9651-3b4c13a150b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20101 | 2025.02.10 18:59:53.404050 [ 4 ] {9198331d-a884-46d6-9651-3b4c13a150b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20102 | 2025.02.10 18:59:53.404197 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 20103 | 2025.02.10 18:59:53.404903 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_161_32} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20104 | 2025.02.10 18:59:53.405135 [ 196 ] {4d2064e6-e743-404f-bdc5-0725b9ed03a5::all_1_161_32} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 20105 | 2025.02.10 18:59:53.405319 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 20106 | 2025.02.10 18:59:53.405521 [ 4 ] {9198331d-a884-46d6-9651-3b4c13a150b7} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20107 | 2025.02.10 18:59:53.405571 [ 4 ] {9198331d-a884-46d6-9651-3b4c13a150b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 20108 | 2025.02.10 18:59:53.406034 [ 4 ] {9198331d-a884-46d6-9651-3b4c13a150b7} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 20109 | 2025.02.10 18:59:53.406320 [ 4 ] {9198331d-a884-46d6-9651-3b4c13a150b7} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20110 | 2025.02.10 18:59:53.406570 [ 4 ] {9198331d-a884-46d6-9651-3b4c13a150b7} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.00266 sec., 89473.68421052632 rows/sec., 6.00 MiB/sec. | ||
| 20111 | 2025.02.10 18:59:53.406635 [ 4 ] {9198331d-a884-46d6-9651-3b4c13a150b7} <Debug> TCPHandler: Processed in 0.003088944 sec. | ||
| 20112 | 2025.02.10 18:59:53.406816 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20113 | 2025.02.10 18:59:53.406979 [ 256 ] {791e540e-a17a-4cb3-9ff7-f08f65bc7e94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 20114 | 2025.02.10 18:59:53.407054 [ 256 ] {791e540e-a17a-4cb3-9ff7-f08f65bc7e94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 20115 | 2025.02.10 18:59:53.407711 [ 256 ] {791e540e-a17a-4cb3-9ff7-f08f65bc7e94} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20116 | 2025.02.10 18:59:53.407765 [ 256 ] {791e540e-a17a-4cb3-9ff7-f08f65bc7e94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 20117 | 2025.02.10 18:59:53.408192 [ 256 ] {791e540e-a17a-4cb3-9ff7-f08f65bc7e94} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 20118 | 2025.02.10 18:59:53.408476 [ 256 ] {791e540e-a17a-4cb3-9ff7-f08f65bc7e94} <Trace> oximeter.measurements_f64 (476c8e4b-25b1-4a56-9338-f5a9e83a85f7): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20119 | 2025.02.10 18:59:53.408678 [ 256 ] {791e540e-a17a-4cb3-9ff7-f08f65bc7e94} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001736 sec., 576.036866359447 rows/sec., 38.81 KiB/sec. | ||
| 20120 | 2025.02.10 18:59:53.408734 [ 256 ] {791e540e-a17a-4cb3-9ff7-f08f65bc7e94} <Debug> TCPHandler: Processed in 0.001997929 sec. | ||
| 20121 | 2025.02.10 18:59:53.408916 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20122 | 2025.02.10 18:59:53.409092 [ 4 ] {c5ca43cb-1d7d-433a-9549-abf2d776b5b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20123 | 2025.02.10 18:59:53.409204 [ 4 ] {c5ca43cb-1d7d-433a-9549-abf2d776b5b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 20124 | 2025.02.10 18:59:53.410697 [ 4 ] {c5ca43cb-1d7d-433a-9549-abf2d776b5b0} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20125 | 2025.02.10 18:59:53.410744 [ 4 ] {c5ca43cb-1d7d-433a-9549-abf2d776b5b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 20126 | 2025.02.10 18:59:53.411532 [ 4 ] {c5ca43cb-1d7d-433a-9549-abf2d776b5b0} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 20127 | 2025.02.10 18:59:53.411834 [ 4 ] {c5ca43cb-1d7d-433a-9549-abf2d776b5b0} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20128 | 2025.02.10 18:59:53.412143 [ 4 ] {c5ca43cb-1d7d-433a-9549-abf2d776b5b0} <Debug> executeQuery: Read 49 rows, 89.91 KiB in 0.003078 sec., 15919.428200129954 rows/sec., 28.53 MiB/sec. | ||
| 20129 | 2025.02.10 18:59:53.412381 [ 4 ] {c5ca43cb-1d7d-433a-9549-abf2d776b5b0} <Debug> TCPHandler: Processed in 0.003537636 sec. | ||
| 20130 | 2025.02.10 18:59:53.412659 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20131 | 2025.02.10 18:59:53.412920 [ 256 ] {61d1f2e5-c7da-48c4-b0ac-61084e8cd14c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 20132 | 2025.02.10 18:59:53.412994 [ 256 ] {61d1f2e5-c7da-48c4-b0ac-61084e8cd14c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 20133 | 2025.02.10 18:59:53.413619 [ 256 ] {61d1f2e5-c7da-48c4-b0ac-61084e8cd14c} <Trace> oximeter.measurements_i64 (903d7709-ff97-45bf-88fa-ba0a95eb9708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20134 | 2025.02.10 18:59:53.413675 [ 256 ] {61d1f2e5-c7da-48c4-b0ac-61084e8cd14c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 20135 | 2025.02.10 18:59:53.414136 [ 256 ] {61d1f2e5-c7da-48c4-b0ac-61084e8cd14c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 20136 | 2025.02.10 18:59:53.414445 [ 256 ] {61d1f2e5-c7da-48c4-b0ac-61084e8cd14c} <Trace> oximeter.measurements_i64 (903d7709-ff97-45bf-88fa-ba0a95eb9708): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20137 | 2025.02.10 18:59:53.414708 [ 256 ] {61d1f2e5-c7da-48c4-b0ac-61084e8cd14c} <Debug> executeQuery: Read 12 rows, 868.00 B in 0.001841 sec., 6518.196632265073 rows/sec., 460.43 KiB/sec. | ||
| 20138 | 2025.02.10 18:59:53.414865 [ 256 ] {61d1f2e5-c7da-48c4-b0ac-61084e8cd14c} <Debug> TCPHandler: Processed in 0.002365717 sec. | ||
| 20139 | 2025.02.10 18:59:53.415040 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20140 | 2025.02.10 18:59:53.415204 [ 4 ] {e820736e-db4e-4a15-92df-229b12fc96a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20141 | 2025.02.10 18:59:53.415277 [ 4 ] {e820736e-db4e-4a15-92df-229b12fc96a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20142 | 2025.02.10 18:59:53.415900 [ 4 ] {e820736e-db4e-4a15-92df-229b12fc96a3} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20143 | 2025.02.10 18:59:53.415942 [ 4 ] {e820736e-db4e-4a15-92df-229b12fc96a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 20144 | 2025.02.10 18:59:53.416369 [ 4 ] {e820736e-db4e-4a15-92df-229b12fc96a3} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 20145 | 2025.02.10 18:59:53.416652 [ 4 ] {e820736e-db4e-4a15-92df-229b12fc96a3} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20146 | 2025.02.10 18:59:53.416834 [ 93 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 20147 | 2025.02.10 18:59:53.416908 [ 93 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20148 | 2025.02.10 18:59:53.416917 [ 4 ] {e820736e-db4e-4a15-92df-229b12fc96a3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001737 sec., 47207.829591249276 rows/sec., 3.00 MiB/sec. | ||
| 20149 | 2025.02.10 18:59:53.416943 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 20150 | 2025.02.10 18:59:53.417087 [ 4 ] {e820736e-db4e-4a15-92df-229b12fc96a3} <Debug> TCPHandler: Processed in 0.002116691 sec. | ||
| 20151 | 2025.02.10 18:59:53.417246 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 20152 | 2025.02.10 18:59:53.417407 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20153 | 2025.02.10 18:59:53.417453 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_156_31, total 9562 rows starting from the beginning of the part | ||
| 20154 | 2025.02.10 18:59:53.417600 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 44 rows starting from the beginning of the part | ||
| 20155 | 2025.02.10 18:59:53.417853 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 16 rows starting from the beginning of the part | ||
| 20156 | 2025.02.10 18:59:53.418042 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 82 rows starting from the beginning of the part | ||
| 20157 | 2025.02.10 18:59:53.418231 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 60 rows starting from the beginning of the part | ||
| 20158 | 2025.02.10 18:59:53.418404 [ 188 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 82 rows starting from the beginning of the part | ||
| 20159 | 2025.02.10 18:59:53.421647 [ 196 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9846 rows, containing 4 columns (4 merged, 0 gathered) in 0.00454825 sec., 2164788.654977189 rows/sec., 141.06 MiB/sec. | ||
| 20160 | 2025.02.10 18:59:53.422009 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 20161 | 2025.02.10 18:59:53.422559 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_161_32} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20162 | 2025.02.10 18:59:53.422712 [ 187 ] {d601b582-081b-4269-a62d-1718944342b0::all_1_161_32} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 20163 | 2025.02.10 18:59:53.422847 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.31 MiB. | ||
| 20164 | 2025.02.10 18:59:54.000229 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 275.74 MiB, peak 292.94 MiB, free memory in arenas 0.00 B, will set to 274.66 MiB (RSS), difference: -1.08 MiB | ||
| 20165 | 2025.02.10 18:59:55.354378 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43554 | ||
| 20166 | 2025.02.10 18:59:55.355042 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20167 | 2025.02.10 18:59:55.355095 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 20168 | 2025.02.10 18:59:55.355750 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 20169 | 2025.02.10 18:59:55.356027 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20170 | 2025.02.10 18:59:55.356307 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43554 | ||
| 20171 | 2025.02.10 18:59:55.356390 [ 222 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20172 | 2025.02.10 18:59:55.356456 [ 222 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20173 | 2025.02.10 18:59:55.358758 [ 222 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20174 | 2025.02.10 18:59:56.760501 [ 219 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20175 | 2025.02.10 18:59:56.760567 [ 219 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20176 | 2025.02.10 18:59:56.763113 [ 219 ] {} <Debug> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20177 | 2025.02.10 18:59:57.000240 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.66 MiB, peak 292.94 MiB, free memory in arenas 0.00 B, will set to 274.66 MiB (RSS), difference: 4.00 MiB | ||
| 20178 | 2025.02.10 18:59:58.341999 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20179 | 2025.02.10 18:59:58.342231 [ 4 ] {8c48ce8b-da9d-4177-8591-c4464032dc39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20180 | 2025.02.10 18:59:58.342310 [ 4 ] {8c48ce8b-da9d-4177-8591-c4464032dc39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20181 | 2025.02.10 18:59:58.343110 [ 4 ] {8c48ce8b-da9d-4177-8591-c4464032dc39} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20182 | 2025.02.10 18:59:58.343164 [ 4 ] {8c48ce8b-da9d-4177-8591-c4464032dc39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 20183 | 2025.02.10 18:59:58.343639 [ 4 ] {8c48ce8b-da9d-4177-8591-c4464032dc39} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 20184 | 2025.02.10 18:59:58.343907 [ 4 ] {8c48ce8b-da9d-4177-8591-c4464032dc39} <Trace> oximeter.fields_string (a1b4b13a-8730-4cc4-93c0-b9da5fdd99b3): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20185 | 2025.02.10 18:59:58.344151 [ 4 ] {8c48ce8b-da9d-4177-8591-c4464032dc39} <Debug> executeQuery: Read 66 rows, 5.38 KiB in 0.001974 sec., 33434.650455927054 rows/sec., 2.66 MiB/sec. | ||
| 20186 | 2025.02.10 18:59:58.344243 [ 4 ] {8c48ce8b-da9d-4177-8591-c4464032dc39} <Debug> TCPHandler: Processed in 0.002430529 sec. | ||
| 20187 | 2025.02.10 18:59:58.344530 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20188 | 2025.02.10 18:59:58.344759 [ 256 ] {50cb2673-476f-4967-a2cf-560462422ca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20189 | 2025.02.10 18:59:58.344832 [ 256 ] {50cb2673-476f-4967-a2cf-560462422ca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20190 | 2025.02.10 18:59:58.345595 [ 256 ] {50cb2673-476f-4967-a2cf-560462422ca3} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20191 | 2025.02.10 18:59:58.345640 [ 256 ] {50cb2673-476f-4967-a2cf-560462422ca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 20192 | 2025.02.10 18:59:58.346096 [ 256 ] {50cb2673-476f-4967-a2cf-560462422ca3} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 20193 | 2025.02.10 18:59:58.346381 [ 256 ] {50cb2673-476f-4967-a2cf-560462422ca3} <Trace> oximeter.fields_u16 (76b738aa-a526-489f-91e1-a20435763813): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20194 | 2025.02.10 18:59:58.346583 [ 256 ] {50cb2673-476f-4967-a2cf-560462422ca3} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001881 sec., 2658.160552897395 rows/sec., 199.88 KiB/sec. | ||
| 20195 | 2025.02.10 18:59:58.346646 [ 256 ] {50cb2673-476f-4967-a2cf-560462422ca3} <Debug> TCPHandler: Processed in 0.002280125 sec. | ||
| 20196 | 2025.02.10 18:59:58.346812 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20197 | 2025.02.10 18:59:58.346963 [ 4 ] {226de656-12a7-463b-ba85-8938f19644c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20198 | 2025.02.10 18:59:58.347021 [ 4 ] {226de656-12a7-463b-ba85-8938f19644c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20199 | 2025.02.10 18:59:58.347659 [ 4 ] {226de656-12a7-463b-ba85-8938f19644c6} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20200 | 2025.02.10 18:59:58.347701 [ 4 ] {226de656-12a7-463b-ba85-8938f19644c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 20201 | 2025.02.10 18:59:58.348085 [ 4 ] {226de656-12a7-463b-ba85-8938f19644c6} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 20202 | 2025.02.10 18:59:58.348326 [ 4 ] {226de656-12a7-463b-ba85-8938f19644c6} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20203 | 2025.02.10 18:59:58.348538 [ 4 ] {226de656-12a7-463b-ba85-8938f19644c6} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.00161 sec., 42857.142857142855 rows/sec., 3.35 MiB/sec. | ||
| 20204 | 2025.02.10 18:59:58.348595 [ 4 ] {226de656-12a7-463b-ba85-8938f19644c6} <Debug> TCPHandler: Processed in 0.001853755 sec. | ||
| 20205 | 2025.02.10 18:59:58.348731 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20206 | 2025.02.10 18:59:58.348849 [ 256 ] {159f0227-b59d-4e2a-baad-52901efc98c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20207 | 2025.02.10 18:59:58.348904 [ 256 ] {159f0227-b59d-4e2a-baad-52901efc98c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20208 | 2025.02.10 18:59:58.349645 [ 256 ] {159f0227-b59d-4e2a-baad-52901efc98c9} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20209 | 2025.02.10 18:59:58.349693 [ 256 ] {159f0227-b59d-4e2a-baad-52901efc98c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 20210 | 2025.02.10 18:59:58.350141 [ 256 ] {159f0227-b59d-4e2a-baad-52901efc98c9} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 20211 | 2025.02.10 18:59:58.350386 [ 256 ] {159f0227-b59d-4e2a-baad-52901efc98c9} <Trace> oximeter.measurements_cumulativeu64 (774f469d-26fc-40e0-9745-efd4adb95ce9): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20212 | 2025.02.10 18:59:58.350613 [ 256 ] {159f0227-b59d-4e2a-baad-52901efc98c9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001788 sec., 89485.45861297539 rows/sec., 6.23 MiB/sec. | ||
| 20213 | 2025.02.10 18:59:58.350666 [ 256 ] {159f0227-b59d-4e2a-baad-52901efc98c9} <Debug> TCPHandler: Processed in 0.001991938 sec. | ||
| 20214 | 2025.02.10 18:59:58.350831 [ 4 ] {} <Trace> TCP-Session: 10353060-3604-4dc8-a04c-a38e40c4e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20215 | 2025.02.10 18:59:58.350958 [ 4 ] {a07c0ba7-c2a8-4e57-9e77-b5ebe1b81af9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20216 | 2025.02.10 18:59:58.351055 [ 4 ] {a07c0ba7-c2a8-4e57-9e77-b5ebe1b81af9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 20217 | 2025.02.10 18:59:58.352361 [ 4 ] {a07c0ba7-c2a8-4e57-9e77-b5ebe1b81af9} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20218 | 2025.02.10 18:59:58.352401 [ 4 ] {a07c0ba7-c2a8-4e57-9e77-b5ebe1b81af9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 20219 | 2025.02.10 18:59:58.353041 [ 4 ] {a07c0ba7-c2a8-4e57-9e77-b5ebe1b81af9} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 20220 | 2025.02.10 18:59:58.353313 [ 4 ] {a07c0ba7-c2a8-4e57-9e77-b5ebe1b81af9} <Trace> oximeter.measurements_histogramu64 (fe93648c-0d4c-4ca7-920d-1446b7424e8e): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20221 | 2025.02.10 18:59:58.353559 [ 4 ] {a07c0ba7-c2a8-4e57-9e77-b5ebe1b81af9} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002631 sec., 1900.4180919802357 rows/sec., 3.41 MiB/sec. | ||
| 20222 | 2025.02.10 18:59:58.353653 [ 4 ] {a07c0ba7-c2a8-4e57-9e77-b5ebe1b81af9} <Debug> TCPHandler: Processed in 0.00287922 sec. | ||
| 20223 | 2025.02.10 18:59:58.353819 [ 256 ] {} <Trace> TCP-Session: 02791c9c-3c86-4f9a-8123-4be303601461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20224 | 2025.02.10 18:59:58.353960 [ 256 ] {e2cf65f1-4b7a-4459-9db1-0dec10f99318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40676) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20225 | 2025.02.10 18:59:58.354021 [ 256 ] {e2cf65f1-4b7a-4459-9db1-0dec10f99318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20226 | 2025.02.10 18:59:58.354605 [ 256 ] {e2cf65f1-4b7a-4459-9db1-0dec10f99318} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20227 | 2025.02.10 18:59:58.354654 [ 256 ] {e2cf65f1-4b7a-4459-9db1-0dec10f99318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 20228 | 2025.02.10 18:59:58.355088 [ 256 ] {e2cf65f1-4b7a-4459-9db1-0dec10f99318} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 20229 | 2025.02.10 18:59:58.355346 [ 256 ] {e2cf65f1-4b7a-4459-9db1-0dec10f99318} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20230 | 2025.02.10 18:59:58.355556 [ 256 ] {e2cf65f1-4b7a-4459-9db1-0dec10f99318} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001626 sec., 36900.36900369004 rows/sec., 2.49 MiB/sec. | ||
| 20231 | 2025.02.10 18:59:58.355608 [ 256 ] {e2cf65f1-4b7a-4459-9db1-0dec10f99318} <Debug> TCPHandler: Processed in 0.001857805 sec. | ||
| 20232 | 2025.02.10 18:59:58.525624 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 716 | ||
| 20233 | 2025.02.10 18:59:58.550575 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20234 | 2025.02.10 18:59:58.550640 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 20235 | 2025.02.10 18:59:58.558511 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 20236 | 2025.02.10 18:59:58.559366 [ 243 ] {} <Trace> system.metric_log (d4957e31-240a-495a-b7e9-9d8fc1420a5a): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20237 | 2025.02.10 18:59:58.562986 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 716 | ||
| 20238 | 2025.02.10 19:00:02.608860 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 20239 | 2025.02.10 19:00:02.608924 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 20240 | 2025.02.10 19:00:02.856472 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43981 | ||
| 20241 | 2025.02.10 19:00:02.857121 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20242 | 2025.02.10 19:00:02.857167 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 20243 | 2025.02.10 19:00:02.857743 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 20244 | 2025.02.10 19:00:02.858017 [ 244 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20245 | 2025.02.10 19:00:02.858193 [ 32 ] {} <Debug> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 20246 | 2025.02.10 19:00:02.858203 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43981 | ||
| 20247 | 2025.02.10 19:00:02.858246 [ 32 ] {} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20248 | 2025.02.10 19:00:02.858278 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 20249 | 2025.02.10 19:00:02.858386 [ 192 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 20250 | 2025.02.10 19:00:02.858483 [ 192 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20251 | 2025.02.10 19:00:02.858519 [ 192 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 41724 rows starting from the beginning of the part | ||
| 20252 | 2025.02.10 19:00:02.858590 [ 192 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 427 rows starting from the beginning of the part | ||
| 20253 | 2025.02.10 19:00:02.858747 [ 192 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 488 rows starting from the beginning of the part | ||
| 20254 | 2025.02.10 19:00:02.859057 [ 192 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 427 rows starting from the beginning of the part | ||
| 20255 | 2025.02.10 19:00:02.859241 [ 192 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 488 rows starting from the beginning of the part | ||
| 20256 | 2025.02.10 19:00:02.859426 [ 192 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 427 rows starting from the beginning of the part | ||
| 20257 | 2025.02.10 19:00:02.863080 [ 200 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43981 rows, containing 4 columns (4 merged, 0 gathered) in 0.004741894 sec., 9274985.902257621 rows/sec., 132.68 MiB/sec. | ||
| 20258 | 2025.02.10 19:00:02.863351 [ 200 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 20259 | 2025.02.10 19:00:02.863632 [ 200 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_96_19} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20260 | 2025.02.10 19:00:02.863707 [ 200 ] {0f8ed745-4ca8-404a-a38c-c46d651fd555::all_1_96_19} <Trace> system.asynchronous_metric_log (0f8ed745-4ca8-404a-a38c-c46d651fd555) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 20261 | 2025.02.10 19:00:02.863785 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 20262 | 2025.02.10 19:00:03.008841 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.008419864 sec. | ||
| 20263 | 2025.02.10 19:00:03.121877 [ 218 ] {} <Trace> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20264 | 2025.02.10 19:00:03.121926 [ 218 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20265 | 2025.02.10 19:00:03.123330 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2842 | ||
| 20266 | 2025.02.10 19:00:03.124718 [ 218 ] {} <Debug> oximeter.fields_uuid (4d2064e6-e743-404f-bdc5-0725b9ed03a5): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20267 | 2025.02.10 19:00:03.128769 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20268 | 2025.02.10 19:00:03.128822 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 20269 | 2025.02.10 19:00:03.130500 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 20270 | 2025.02.10 19:00:03.130831 [ 242 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20271 | 2025.02.10 19:00:03.131003 [ 78 ] {} <Debug> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 20272 | 2025.02.10 19:00:03.131063 [ 78 ] {} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20273 | 2025.02.10 19:00:03.131100 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 20274 | 2025.02.10 19:00:03.131902 [ 200 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 20275 | 2025.02.10 19:00:03.132950 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2842 | ||
| 20276 | 2025.02.10 19:00:03.133463 [ 200 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20277 | 2025.02.10 19:00:03.133653 [ 200 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2652 rows starting from the beginning of the part | ||
| 20278 | 2025.02.10 19:00:03.134388 [ 200 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 34 rows starting from the beginning of the part | ||
| 20279 | 2025.02.10 19:00:03.135108 [ 200 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 36 rows starting from the beginning of the part | ||
| 20280 | 2025.02.10 19:00:03.135819 [ 200 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 46 rows starting from the beginning of the part | ||
| 20281 | 2025.02.10 19:00:03.136643 [ 200 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 36 rows starting from the beginning of the part | ||
| 20282 | 2025.02.10 19:00:03.137378 [ 200 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 38 rows starting from the beginning of the part | ||
| 20283 | 2025.02.10 19:00:03.148627 [ 195 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2842 rows, containing 72 columns (72 merged, 0 gathered) in 0.017404679 sec., 163289.423493533 rows/sec., 121.26 MiB/sec. | ||
| 20284 | 2025.02.10 19:00:03.151689 [ 195 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 20285 | 2025.02.10 19:00:03.152943 [ 195 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_71_14} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20286 | 2025.02.10 19:00:03.153066 [ 195 ] {a87dc2c0-715a-4aa7-9e4b-1ced811f2389::all_1_71_14} <Trace> system.query_log (a87dc2c0-715a-4aa7-9e4b-1ced811f2389) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 20287 | 2025.02.10 19:00:03.153546 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.01 MiB. | ||
| 20288 | 2025.02.10 19:00:03.179573 [ 224 ] {} <Trace> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20289 | 2025.02.10 19:00:03.179614 [ 224 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20290 | 2025.02.10 19:00:03.182041 [ 224 ] {} <Debug> oximeter.measurements_u64 (d601b582-081b-4269-a62d-1718944342b0): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||